Date: Tue, 3 Sep 2002 10:50:43 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42350: [patch] make ports/textproc GNOMENG aware Message-ID: <20020903005043.A54146A7128@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 42350 >Category: ports >Synopsis: [patch] make ports/textproc GNOMENG aware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 02 18:00:15 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: make ports/textproc GNOMENG aware >How-To-Repeat: n/a >Fix: textproc/gdict textproc/gutenbook textproc/p5-XML-LibRSVG LAST ONE! WOOOOHOOOOOOOOOOOOOOOOOOOOoooo.... *drops exhausted on the floor* --- textproc/gdict/Makefile.old Tue Sep 3 10:48:36 2002 +++ textproc/gdict/Makefile Tue Sep 3 10:48:40 2002 @@ -12,7 +12,8 @@ MAINTAINER= domi@saargate.de -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin --- textproc/gutenbook/Makefile.old Tue Sep 3 10:48:44 2002 +++ textproc/gutenbook/Makefile Tue Sep 3 10:48:51 2002 @@ -21,7 +21,8 @@ site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 NO_BUILD= yes MODULES= Etext.pm File.pm Index.pm Network.pm PropList.pm --- textproc/p5-XML-LibRSVG/Makefile.old Tue Sep 3 10:48:57 2002 +++ textproc/p5-XML-LibRSVG/Makefile Tue Sep 3 10:49:16 2002 @@ -17,14 +17,14 @@ LIB_DEPENDS= rsvg.1:${PORTSDIR}/graphics/librsvg \ freetype.9:${PORTSDIR}/print/freetype2 \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ xml2.5:${PORTSDIR}/textproc/libxml2 \ png.5:${PORTSDIR}/graphics/png \ art_lgpl.5:${PORTSDIR}/graphics/libart PERL_CONFIGURE= yes CONFIGURE_ENV= INC='-I${LOCALBASE}/include' LIBS='-L${LOCALBASE}/lib' -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gdkpixbuf MAN3= XML::LibRSVG.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020903005043.A54146A7128>