mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.59
This commit is contained in:
parent
fd3eb836b9
commit
fc484b06d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63984
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dctc
|
||||
PORTVERSION= 0.58
|
||||
PORTVERSION= 0.59
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= http://ac2i.tzo.com/dctc/
|
||||
PKGNAMESUFFIX= -gui
|
||||
@ -22,6 +22,7 @@ LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \
|
||||
USE_GNOMELIBS= yes
|
||||
USE_GTK= yes
|
||||
USE_XLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --with-gnome=${X11BASE} \
|
||||
@ -41,6 +42,8 @@ post-patch:
|
||||
@${PERL} -pi -e 's|(<stdio.h>.*)$$|\1\n#include <config.h>|; \
|
||||
s|(cmdline.+)(hublist)|\1dc_\2|' \
|
||||
${WRKSRC}/src/init_fnc.c
|
||||
# XXX - revise at every port update
|
||||
@${REINPLACE_CMD} -e "s|%'|%|" ${WRKSRC}/src/*.c
|
||||
|
||||
post-configure:
|
||||
@${ECHO_CMD} '#ifndef MSG_NOSIGNAL' >> ${CONFIGURE_WRKSRC}/config.h
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dc_gui-0.58.tar.gz) = 2707c3c1bcd8f88694acf1e59bb2c16b
|
||||
MD5 (dc_gui-0.59.tar.gz) = cf95c39c0d4baf6130deca84279d93d6
|
||||
|
@ -12,6 +12,9 @@ share/gnome/help/dc_gui/nl/topic.dat
|
||||
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
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dctc
|
||||
PORTVERSION= 0.58
|
||||
PORTVERSION= 0.59
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= http://ac2i.tzo.com/dctc/
|
||||
PKGNAMESUFFIX= -gui
|
||||
@ -22,6 +22,7 @@ LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \
|
||||
USE_GNOMELIBS= yes
|
||||
USE_GTK= yes
|
||||
USE_XLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --with-gnome=${X11BASE} \
|
||||
@ -41,6 +42,8 @@ post-patch:
|
||||
@${PERL} -pi -e 's|(<stdio.h>.*)$$|\1\n#include <config.h>|; \
|
||||
s|(cmdline.+)(hublist)|\1dc_\2|' \
|
||||
${WRKSRC}/src/init_fnc.c
|
||||
# XXX - revise at every port update
|
||||
@${REINPLACE_CMD} -e "s|%'|%|" ${WRKSRC}/src/*.c
|
||||
|
||||
post-configure:
|
||||
@${ECHO_CMD} '#ifndef MSG_NOSIGNAL' >> ${CONFIGURE_WRKSRC}/config.h
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dc_gui-0.58.tar.gz) = 2707c3c1bcd8f88694acf1e59bb2c16b
|
||||
MD5 (dc_gui-0.59.tar.gz) = cf95c39c0d4baf6130deca84279d93d6
|
||||
|
@ -12,6 +12,9 @@ share/gnome/help/dc_gui/nl/topic.dat
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user