diff options
author | lioux <lioux@FreeBSD.org> | 2004-04-09 10:35:21 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-04-09 10:35:21 +0000 |
commit | af7cdd7b1507d68e4966084eb8bdb99f4964bdd3 (patch) | |
tree | d61a00eeeb37effd281d2e6ece6d05781f049684 | |
parent | 860e8e3b4fa1549ba165295a6e5f389280c0114e (diff) | |
download | FreeBSD-ports-af7cdd7b1507d68e4966084eb8bdb99f4964bdd3.zip FreeBSD-ports-af7cdd7b1507d68e4966084eb8bdb99f4964bdd3.tar.gz |
o Update to version 1.8.1 from 1.8.0
o Mark BROKEN, both previous and current versions SIGSEGV easily
-rw-r--r-- | net-p2p/xmule/Makefile | 15 | ||||
-rw-r--r-- | net-p2p/xmule/distinfo | 4 | ||||
-rw-r--r-- | net/xmule/Makefile | 15 | ||||
-rw-r--r-- | net/xmule/distinfo | 4 |
4 files changed, 26 insertions, 12 deletions
diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile index 857c564..c14f1e5 100644 --- a/net-p2p/xmule/Makefile +++ b/net-p2p/xmule/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmule -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xmule @@ -18,6 +18,8 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +BROKEN= SIGSEGVs too easily. Help to fix it is highly appreciated + USE_GETTEXT= yes USE_X_PREFIX= yes USE_BZIP2= yes @@ -26,13 +28,18 @@ USE_GNOME= gnomehier \ gnomeprefix USE_REINPLACE= yes USE_GMAKE= yes -USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-gettext \ + --with-gtk-prefix=${X11BASE} \ + --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} \ + --enable-debug \ --with-wx-config=${WX_CONFIG} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" + +# for debugging purposes +STRIP= WX_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config diff --git a/net-p2p/xmule/distinfo b/net-p2p/xmule/distinfo index ce65666..7db2062 100644 --- a/net-p2p/xmule/distinfo +++ b/net-p2p/xmule/distinfo @@ -1,2 +1,2 @@ -MD5 (xmule-1.8.0.tar.bz2) = 6561ab9daae20fd17c7e6cec6ae53349 -SIZE (xmule-1.8.0.tar.bz2) = 1165529 +MD5 (xmule-1.8.1.tar.bz2) = 7b385558338e4823cbc971456cd075fe +SIZE (xmule-1.8.1.tar.bz2) = 1166348 diff --git a/net/xmule/Makefile b/net/xmule/Makefile index 857c564..c14f1e5 100644 --- a/net/xmule/Makefile +++ b/net/xmule/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmule -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xmule @@ -18,6 +18,8 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +BROKEN= SIGSEGVs too easily. Help to fix it is highly appreciated + USE_GETTEXT= yes USE_X_PREFIX= yes USE_BZIP2= yes @@ -26,13 +28,18 @@ USE_GNOME= gnomehier \ gnomeprefix USE_REINPLACE= yes USE_GMAKE= yes -USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-gettext \ + --with-gtk-prefix=${X11BASE} \ + --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} \ + --enable-debug \ --with-wx-config=${WX_CONFIG} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" + +# for debugging purposes +STRIP= WX_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config diff --git a/net/xmule/distinfo b/net/xmule/distinfo index ce65666..7db2062 100644 --- a/net/xmule/distinfo +++ b/net/xmule/distinfo @@ -1,2 +1,2 @@ -MD5 (xmule-1.8.0.tar.bz2) = 6561ab9daae20fd17c7e6cec6ae53349 -SIZE (xmule-1.8.0.tar.bz2) = 1165529 +MD5 (xmule-1.8.1.tar.bz2) = 7b385558338e4823cbc971456cd075fe +SIZE (xmule-1.8.1.tar.bz2) = 1166348 |