Index: head/net/dctc-gui/Makefile =================================================================== --- head/net/dctc-gui/Makefile (revision 67343) +++ head/net/dctc-gui/Makefile (revision 67344) @@ -1,68 +1,73 @@ # New ports collection makefile for: GUI to Direct Connect Text Client # Date created: Thu Nov 22 00:34:48 BRST 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= dctc -PORTVERSION= 0.60 +PORTVERSION= 0.62 CATEGORIES= net gnome MASTER_SITES= http://unixpages.org/distfiles/ \ http://ac2i.tzo.com/dctc/ PKGNAMESUFFIX= -gui DISTNAME= dc_gui-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org BROKEN= "Does not build" BUILD_DEPENDS= dctc:${PORTSDIR}/net/dctc LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ intl.4:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes USE_GNOMENG= yes USE_GNOME= gnomelibs USE_XLIB= yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-gnome=${X11BASE} \ --with-gtk-prefix=${LOCALBASE} \ + --datadir=${X11BASE}/share/gnome \ --enable-manual-db-detect \ --with-libiconv-prefix=${LOCALBASE} DOC_FILES= COPYING ChangeLog README TODO post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 -x ${PERL} -pi -e \ 's|(\$$\(datadir\))/gnome|\1|; \ s|ldb-4.0|ldb4|; \ s|<(db.h>)||include \n#include |' @${PERL} -pi -e 's|(hublist)|dc_\1|m' ${WRKSRC}/configure @${PERL} -pi -e 's|(.*)$$|\1\n#include |; \ s|(cmdline.+)(hublist)|\1dc_\2|' \ ${WRKSRC}/src/init_fnc.c # XXX - revise at every port update @${REINPLACE_CMD} -e "s|%'|%|g" ${WRKSRC}/src/*.c post-configure: @${ECHO_CMD} '#ifndef MSG_NOSIGNAL' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '# define MSG_NOSIGNAL 0' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '#endif' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '#include ' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '#ifndef SEMVMX' >> ${WRKSRC}/config.h @${ECHO_CMD} '#define SEMVMX 32767' >> ${WRKSRC}/config.h @${ECHO_CMD} '#endif' >> ${WRKSRC}/config.h +# disable GNU auto* tools + @${FIND} ${WRKSRC} -type f -name "Makefile" | ${XARGS} \ + -n 10 ${REINPLACE_CMD} -E -e \ + 's! (autoconf|autoheader|automake|aclocal)$$! ${TRUE}!' post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}${PKGNAMESUFFIX} .endfor .endif .include Property changes on: head/net/dctc-gui/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/net/dctc-gui/distinfo =================================================================== --- head/net/dctc-gui/distinfo (revision 67343) +++ head/net/dctc-gui/distinfo (revision 67344) @@ -1 +1 @@ -MD5 (dc_gui-0.60.tar.gz) = c31bf21b4519b54275825fda34881fd1 +MD5 (dc_gui-0.62.tar.gz) = 2c9bf8fab023769a459ef35a71ef4a91 Property changes on: head/net/dctc-gui/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net/dctc-gui/pkg-plist =================================================================== --- head/net/dctc-gui/pkg-plist (revision 67343) +++ head/net/dctc-gui/pkg-plist (revision 67344) @@ -1,28 +1,33 @@ bin/dc_gui %%PORTDOCS%%share/doc/dctc-gui/COPYING %%PORTDOCS%%share/doc/dctc-gui/ChangeLog %%PORTDOCS%%share/doc/dctc-gui/README %%PORTDOCS%%share/doc/dctc-gui/TODO +share/gnome/pixmaps/dc_gui/icon_kill.xpm +share/gnome/pixmaps/dc_gui/icon_refresh.xpm +share/gnome/pixmaps/dc_gui/icon_remove_selected.xpm share/locale/de/LC_MESSAGES/dc_gui.mo share/locale/fr/LC_MESSAGES/dc_gui.mo share/locale/nl/LC_MESSAGES/dc_gui.mo share/locale/sv/LC_MESSAGES/dc_gui.mo @unexec %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true @unexec %D/share/locale/sv 2>/dev/null || true @unexec %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true @unexec %D/share/locale/nl 2>/dev/null || true @unexec %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true @unexec %D/share/locale/fr 2>/dev/null || true @unexec %D/share/locale/de/LC_MESSAGES 2>/dev/null || true @unexec %D/share/locale/de 2>/dev/null || true @unexec %D/share/locale 2>/dev/null || true +@dirrm share/gnome/pixmaps/dc_gui @unexec %D/share/gnome/help/dc_gui/nl/images 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui/nl 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui/es/images 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui/es 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui/C/images 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui/C 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui 2>/dev/null || true @unexec %D/share/gnome/help 2>/dev/null || true @unexec %D/share/gnome 2>/dev/null || true %%PORTDOCS%%@dirrm share/doc/dctc-gui + Property changes on: head/net/dctc-gui/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net-p2p/dctc-gui/Makefile =================================================================== --- head/net-p2p/dctc-gui/Makefile (revision 67343) +++ head/net-p2p/dctc-gui/Makefile (revision 67344) @@ -1,68 +1,73 @@ # New ports collection makefile for: GUI to Direct Connect Text Client # Date created: Thu Nov 22 00:34:48 BRST 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= dctc -PORTVERSION= 0.60 +PORTVERSION= 0.62 CATEGORIES= net gnome MASTER_SITES= http://unixpages.org/distfiles/ \ http://ac2i.tzo.com/dctc/ PKGNAMESUFFIX= -gui DISTNAME= dc_gui-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org BROKEN= "Does not build" BUILD_DEPENDS= dctc:${PORTSDIR}/net/dctc LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ intl.4:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes USE_GNOMENG= yes USE_GNOME= gnomelibs USE_XLIB= yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-gnome=${X11BASE} \ --with-gtk-prefix=${LOCALBASE} \ + --datadir=${X11BASE}/share/gnome \ --enable-manual-db-detect \ --with-libiconv-prefix=${LOCALBASE} DOC_FILES= COPYING ChangeLog README TODO post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 -x ${PERL} -pi -e \ 's|(\$$\(datadir\))/gnome|\1|; \ s|ldb-4.0|ldb4|; \ s|<(db.h>)||include \n#include |' @${PERL} -pi -e 's|(hublist)|dc_\1|m' ${WRKSRC}/configure @${PERL} -pi -e 's|(.*)$$|\1\n#include |; \ s|(cmdline.+)(hublist)|\1dc_\2|' \ ${WRKSRC}/src/init_fnc.c # XXX - revise at every port update @${REINPLACE_CMD} -e "s|%'|%|g" ${WRKSRC}/src/*.c post-configure: @${ECHO_CMD} '#ifndef MSG_NOSIGNAL' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '# define MSG_NOSIGNAL 0' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '#endif' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '#include ' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '#ifndef SEMVMX' >> ${WRKSRC}/config.h @${ECHO_CMD} '#define SEMVMX 32767' >> ${WRKSRC}/config.h @${ECHO_CMD} '#endif' >> ${WRKSRC}/config.h +# disable GNU auto* tools + @${FIND} ${WRKSRC} -type f -name "Makefile" | ${XARGS} \ + -n 10 ${REINPLACE_CMD} -E -e \ + 's! (autoconf|autoheader|automake|aclocal)$$! ${TRUE}!' post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}${PKGNAMESUFFIX} .endfor .endif .include Property changes on: head/net-p2p/dctc-gui/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/net-p2p/dctc-gui/distinfo =================================================================== --- head/net-p2p/dctc-gui/distinfo (revision 67343) +++ head/net-p2p/dctc-gui/distinfo (revision 67344) @@ -1 +1 @@ -MD5 (dc_gui-0.60.tar.gz) = c31bf21b4519b54275825fda34881fd1 +MD5 (dc_gui-0.62.tar.gz) = 2c9bf8fab023769a459ef35a71ef4a91 Property changes on: head/net-p2p/dctc-gui/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net-p2p/dctc-gui/pkg-plist =================================================================== --- head/net-p2p/dctc-gui/pkg-plist (revision 67343) +++ head/net-p2p/dctc-gui/pkg-plist (revision 67344) @@ -1,28 +1,33 @@ bin/dc_gui %%PORTDOCS%%share/doc/dctc-gui/COPYING %%PORTDOCS%%share/doc/dctc-gui/ChangeLog %%PORTDOCS%%share/doc/dctc-gui/README %%PORTDOCS%%share/doc/dctc-gui/TODO +share/gnome/pixmaps/dc_gui/icon_kill.xpm +share/gnome/pixmaps/dc_gui/icon_refresh.xpm +share/gnome/pixmaps/dc_gui/icon_remove_selected.xpm share/locale/de/LC_MESSAGES/dc_gui.mo share/locale/fr/LC_MESSAGES/dc_gui.mo share/locale/nl/LC_MESSAGES/dc_gui.mo share/locale/sv/LC_MESSAGES/dc_gui.mo @unexec %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true @unexec %D/share/locale/sv 2>/dev/null || true @unexec %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true @unexec %D/share/locale/nl 2>/dev/null || true @unexec %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true @unexec %D/share/locale/fr 2>/dev/null || true @unexec %D/share/locale/de/LC_MESSAGES 2>/dev/null || true @unexec %D/share/locale/de 2>/dev/null || true @unexec %D/share/locale 2>/dev/null || true +@dirrm share/gnome/pixmaps/dc_gui @unexec %D/share/gnome/help/dc_gui/nl/images 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui/nl 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui/es/images 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui/es 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui/C/images 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui/C 2>/dev/null || true @unexec %D/share/gnome/help/dc_gui 2>/dev/null || true @unexec %D/share/gnome/help 2>/dev/null || true @unexec %D/share/gnome 2>/dev/null || true %%PORTDOCS%%@dirrm share/doc/dctc-gui + Property changes on: head/net-p2p/dctc-gui/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property