From tijl@kalimero.kotnet.org  Thu Jan 29 22:37:36 2009
Return-Path: <tijl@kalimero.kotnet.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DF40110656EA
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jan 2009 22:37:36 +0000 (UTC)
	(envelope-from tijl@kalimero.kotnet.org)
Received: from mailrelay010.isp.belgacom.be (mailrelay010.isp.belgacom.be [195.238.6.177])
	by mx1.freebsd.org (Postfix) with ESMTP id 04A218FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jan 2009 22:37:35 +0000 (UTC)
	(envelope-from tijl@kalimero.kotnet.org)
Received: from 180.45-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.45.180])
  by relay.skynet.be with ESMTP; 29 Jan 2009 18:28:35 +0100
Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1])
	by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n0THSJwK055633
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jan 2009 18:28:19 +0100 (CET)
	(envelope-from tijl@kalimero.kotnet.org)
Received: (from root@localhost)
	by kalimero.kotnet.org (8.14.3/8.14.3/Submit) id n0THSJlh055632;
	Thu, 29 Jan 2009 18:28:19 +0100 (CET)
	(envelope-from tijl)
Message-Id: <200901291728.n0THSJlh055632@kalimero.kotnet.org>
Date: Thu, 29 Jan 2009 18:28:19 +0100 (CET)
From: Tijl Coosemans <tijl@ulyssis.org>
Reply-To: Tijl Coosemans <tijl@ulyssis.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] comms/tilp2: version 1.11
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         131140
>Category:       ports
>Synopsis:       [update] comms/tilp2: version 1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 29 22:40:02 UTC 2009
>Closed-Date:    Fri Jan 30 18:44:56 UTC 2009
>Last-Modified:  Fri Jan 30 18:50:06 UTC 2009
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Thu Jan 29 22:59:46 UTC 2009 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131140 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Fri Jan 30 18:44:47 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131140 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131140: commit references a PR
Date: Fri, 30 Jan 2009 18:42:55 +0000 (UTC)

 gabor       2009-01-30 18:42:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/tilp2          Makefile distinfo 
   Removed files:
     comms/tilp2/files    patch-src_filesel.c 
   Log:
   -Update to 1.11
   
   PR:             ports/131140
   Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
   
   Revision  Changes    Path
   1.10      +6 -8      ports/comms/tilp2/Makefile
   1.6       +3 -3      ports/comms/tilp2/distinfo
   1.2       +0 -10     ports/comms/tilp2/files/patch-src_filesel.c (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
