Date: Thu, 3 Apr 2014 18:13:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r350035 - branches/2014Q2/print/gtklp Message-ID: <201404031813.s33IDVSv014177@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Apr 3 18:13:31 2014 New Revision: 350035 URL: http://svnweb.freebsd.org/changeset/ports/350035 QAT: https://qat.redports.org/buildarchive/r350035/ Log: MFH: r350033 - Stage support - Fix build with new cups - NLS is not optional, doesn't build if disabled Reported by: pkg-fallout With hat: portmgr Modified: branches/2014Q2/print/gtklp/Makefile branches/2014Q2/print/gtklp/pkg-plist Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/print/gtklp/Makefile ============================================================================== --- branches/2014Q2/print/gtklp/Makefile Thu Apr 3 18:07:48 2014 (r350034) +++ branches/2014Q2/print/gtklp/Makefile Thu Apr 3 18:13:31 2014 (r350035) @@ -11,29 +11,16 @@ MASTER_SITES= SF MAINTAINER= sylvio@FreeBSD.org COMMENT= GTK interface to cups -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client +LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= pkgconfig +USES= gettext pkgconfig USE_GNOME= gtk20 USE_OPENSSL= yes USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gtklp.1 gtklpq.1 - -NO_STAGE= yes - -OPTIONS_DEFINE= NLS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.endif - .include <bsd.port.mk> Modified: branches/2014Q2/print/gtklp/pkg-plist ============================================================================== --- branches/2014Q2/print/gtklp/pkg-plist Thu Apr 3 18:07:48 2014 (r350034) +++ branches/2014Q2/print/gtklp/pkg-plist Thu Apr 3 18:13:31 2014 (r350035) @@ -1,5 +1,7 @@ bin/gtklp bin/gtklpq +man/man1/gtklp.1.gz +man/man1/gtklpq.1.gz share/locale/ca/LC_MESSAGES/gtklp.mo share/locale/ca_ES/LC_MESSAGES/gtklp.mo share/locale/chs/LC_MESSAGES/gtklp.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404031813.s33IDVSv014177>