aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2009-01-30 18:42:45 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2009-01-30 18:42:45 +0000
commit6cdb9ce6304fab169c59d1b184caac89001bbb76 (patch)
tree5f09ff8f6342dc135b4b68a0dfe957d870491455 /comms
parent4e29978a48be6164a3c9cf422e83e9c3c35456ba (diff)
downloadports-6cdb9ce6304fab169c59d1b184caac89001bbb76.tar.gz
ports-6cdb9ce6304fab169c59d1b184caac89001bbb76.zip
-Update to 1.11
PR: ports/131140 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Notes
Notes: svn path=/head/; revision=227166
Diffstat (limited to 'comms')
-rw-r--r--comms/tilp2/Makefile14
-rw-r--r--comms/tilp2/distinfo6
-rw-r--r--comms/tilp2/files/patch-src_filesel.c10
3 files changed, 9 insertions, 21 deletions
diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile
index 3305883de3f4..14ce05f7f46f 100644
--- a/comms/tilp2/Makefile
+++ b/comms/tilp2/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= tilp2
-PORTVERSION= 1.10
-PORTREVISION= 1
+PORTVERSION= 1.11
CATEGORIES= comms
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= tilp
MAINTAINER= tijl@ulyssis.org
@@ -22,7 +21,6 @@ LIB_DEPENDS= ticables2.1:${PORTSDIR}/comms/libticables2 \
ticonv.3:${PORTSDIR}/converters/libticonv
USE_AUTOTOOLS= libtool:15
-USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gtk20 libglade2
@@ -35,14 +33,14 @@ PLIST_SUB= NLS="@comment "
.endif
CONFIGURE_ARGS+= --without-kde
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -UGTK_DISABLE_DEPRECATED" \
- LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= tilp.1
post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- 's|-D.*_DISABLE_DEPRECATED||g'
+ @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/configure ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|#define .*_DISABLE_DEPRECATED||g' \
${WRKSRC}/src/device.c ${WRKSRC}/src/toolbar.c
diff --git a/comms/tilp2/distinfo b/comms/tilp2/distinfo
index 444253737dd0..335c677b8869 100644
--- a/comms/tilp2/distinfo
+++ b/comms/tilp2/distinfo
@@ -1,3 +1,3 @@
-MD5 (tilp2-1.10.tar.gz) = 51f8082845606b3e16c291e9efc16116
-SHA256 (tilp2-1.10.tar.gz) = 15829affa1124303673621489450cc8baed74512ae64d6071fff69dcef1b32c9
-SIZE (tilp2-1.10.tar.gz) = 1010186
+MD5 (tilp2-1.11.tar.gz) = dec4f0b596c7fba9a6f6107e7f103b9f
+SHA256 (tilp2-1.11.tar.gz) = 8cc6ace61182beda196b924b66338bcddabcabda2cc936c61da33a3c82dc7239
+SIZE (tilp2-1.11.tar.gz) = 1010963
diff --git a/comms/tilp2/files/patch-src_filesel.c b/comms/tilp2/files/patch-src_filesel.c
deleted file mode 100644
index e2875849ded0..000000000000
--- a/comms/tilp2/files/patch-src_filesel.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/filesel.c.orig 2007-10-24 09:06:41.542878494 -0400
-+++ src/filesel.c 2007-10-24 09:06:56.125704803 -0400
-@@ -36,6 +36,7 @@
- # include <config.h>
- #endif /* */
-
-+#undef GTK_DISABLE_DEPRECATED
- #include <stdio.h>
- #include <stdlib.h>
- #include <gtk/gtk.h>