ports/131140: [update] comms/tilp2: version 1.11

Tijl Coosemans tijl at ulyssis.org
Thu Jan 29 22:40:04 UTC 2009


>Number:         131140
>Category:       ports
>Synopsis:       [update] comms/tilp2: version 1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 29 22:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
>Description:
- Update comms/tilp2 to version 1.11.
- Clean up the Makefile and the files directory.
>How-To-Repeat:
>Fix:
In addition to the patch below the directory "files" can be removed.

--- tilp2.update begins here ---
diff -urN tilp2.orig/Makefile tilp2/Makefile
--- tilp2.orig/Makefile	2009-01-29 16:42:56.000000000 +0100
+++ tilp2/Makefile	2009-01-29 17:36:12.000000000 +0100
@@ -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 at ulyssis.org
@@ -22,7 +21,6 @@
 		ticonv.3:${PORTSDIR}/converters/libticonv
 
 USE_AUTOTOOLS=	libtool:15
-USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gtk20 libglade2
 
@@ -35,14 +33,14 @@
 .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 -urN tilp2.orig/distinfo tilp2/distinfo
--- tilp2.orig/distinfo	2009-01-29 16:42:56.000000000 +0100
+++ tilp2/distinfo	2009-01-29 16:52:00.000000000 +0100
@@ -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 -urN tilp2.orig/files/patch-src_filesel.c tilp2/files/patch-src_filesel.c
--- tilp2.orig/files/patch-src_filesel.c	2009-01-29 16:42:56.000000000 +0100
+++ tilp2/files/patch-src_filesel.c	1970-01-01 01:00:00.000000000 +0100
@@ -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>
--- tilp2.update ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list