Date: Sat, 8 Aug 2009 09:18:10 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/137567: [PATCH] math/libqalculate: BUMP PORTREVISION Message-ID: <20090808121810.3901E22827D@fbsd72.scjamorim.org> Resent-Message-ID: <200908081220.n78CK250040612@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137567 >Category: ports >Synopsis: [PATCH] math/libqalculate: BUMP PORTREVISION >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 12:20:01 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: - BUMP PORTREVISION in favor of the latest update of cln(ports/137552). - Take maintainership. You can see log in mine tinderbox: http://www.scjamorim.org/Home/libqalculate-0.9.6_5.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libqalculate-0.9.6_5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/libqalculate/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- Makefile 2 Aug 2009 19:34:40 -0000 1.20 +++ Makefile 8 Aug 2009 12:14:27 -0000 @@ -7,17 +7,16 @@ PORTNAME= libqalculate PORTVERSION= 0.9.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF/qalculate -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= A a multi-purpose desktop calculator (backend library) -LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln +LIB_DEPENDS= cln.6:${PORTSDIR}/math/cln USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2 -USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes @@ -27,4 +26,12 @@ @${REINPLACE_CMD} -e 's/^GMSGFMT = @GMSGFMT@/GMSGFMT = msgfmt/' ${WRKSRC}/po/Makefile.in.in @${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/' ${WRKSRC}/configure +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + .include <bsd.port.mk> --- libqalculate-0.9.6_5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090808121810.3901E22827D>