o Update to 0.62
o Add hack to disable GNU auto* tools which break this port build under certain circumstances Reviewed by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
This commit is contained in:
parent
a71a8936a0
commit
f00ba41a18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67344
6 changed files with 24 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= dctc
|
||||
PORTVERSION= 0.60
|
||||
PORTVERSION= 0.62
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= http://unixpages.org/distfiles/ \
|
||||
http://ac2i.tzo.com/dctc/
|
||||
|
@ -30,6 +30,7 @@ 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}
|
||||
|
||||
|
@ -56,6 +57,10 @@ post-configure:
|
|||
@${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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (dc_gui-0.60.tar.gz) = c31bf21b4519b54275825fda34881fd1
|
||||
MD5 (dc_gui-0.62.tar.gz) = 2c9bf8fab023769a459ef35a71ef4a91
|
||||
|
|
|
@ -3,6 +3,9 @@ bin/dc_gui
|
|||
%%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
|
||||
|
@ -16,6 +19,7 @@ share/locale/sv/LC_MESSAGES/dc_gui.mo
|
|||
@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
|
||||
|
@ -26,3 +30,4 @@ share/locale/sv/LC_MESSAGES/dc_gui.mo
|
|||
@unexec %D/share/gnome/help 2>/dev/null || true
|
||||
@unexec %D/share/gnome 2>/dev/null || true
|
||||
%%PORTDOCS%%@dirrm share/doc/dctc-gui
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= dctc
|
||||
PORTVERSION= 0.60
|
||||
PORTVERSION= 0.62
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= http://unixpages.org/distfiles/ \
|
||||
http://ac2i.tzo.com/dctc/
|
||||
|
@ -30,6 +30,7 @@ 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}
|
||||
|
||||
|
@ -56,6 +57,10 @@ post-configure:
|
|||
@${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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (dc_gui-0.60.tar.gz) = c31bf21b4519b54275825fda34881fd1
|
||||
MD5 (dc_gui-0.62.tar.gz) = 2c9bf8fab023769a459ef35a71ef4a91
|
||||
|
|
|
@ -3,6 +3,9 @@ bin/dc_gui
|
|||
%%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
|
||||
|
@ -16,6 +19,7 @@ share/locale/sv/LC_MESSAGES/dc_gui.mo
|
|||
@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
|
||||
|
@ -26,3 +30,4 @@ share/locale/sv/LC_MESSAGES/dc_gui.mo
|
|||
@unexec %D/share/gnome/help 2>/dev/null || true
|
||||
@unexec %D/share/gnome 2>/dev/null || true
|
||||
%%PORTDOCS%%@dirrm share/doc/dctc-gui
|
||||
|
||||
|
|
Loading…
Reference in a new issue