ports/137550: [PATCH] net/grdc: BUMP PORTREVISON

Sylvio Cesar scjamorim at bsd.com.br
Sat Aug 8 01:30:05 UTC 2009


>Number:         137550
>Category:       ports
>Synopsis:       [PATCH] net/grdc: BUMP PORTREVISON
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 08 01:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
There is an update in libssh port. In favor of the latest update of libssh(ports/137549).
Please, here is an update in your port and I'd like to know your opinion about it.

You can see log the libssh port in mine tinderbox:
http://www.scjamorim.org/Home/libssh-0.3.2.log

Port maintainer (avl at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- grdc-0.6.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/grdc/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	13 Jul 2009 12:59:37 -0000	1.4
+++ Makefile	8 Aug 2009 01:20:09 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	grdc
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	net gnome
 MASTER_SITES=	SF
 
@@ -24,12 +25,9 @@
 MAKE_JOBS_SAFE=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GETTEXT=	yes
 USE_GNOME=	gnomehack gnomeprefix glib20 gtk20
 CFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
-CONFIGURE_ENV=	CFLAGS="${CFLAGS}" \
-		LDFLAGS="${LDFLAGS}"
 
 .include <bsd.port.pre.mk>
 
@@ -66,4 +64,12 @@
 	@${REINPLACE_CMD} -e 's|Exec=grdc|Exec=${LOCALBASE}/bin/grdc|' \
 		${WRKSRC}/src/grdc.desktop.in
 
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=	--disable-nls
+PLIST_SUB+=		NLS="@comment "
+.else
+USE_GETTEXT=		yes
+PLIST_SUB+=		NLS=""
+.endif
+
 .include <bsd.port.post.mk>
--- grdc-0.6.0_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list