Date: Thu, 16 Jul 2009 21:13:55 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vd@FreeBSD.org Subject: ports/136823: [PATCH] graphics/libpano13: fix plist for WITHOUT_JAVA case Message-ID: <20090716171355.13529108842@hades.panopticon> Resent-Message-ID: <200907161720.n6GHK22r090896@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136823 >Category: ports >Synopsis: [PATCH] graphics/libpano13: fix plist for WITHOUT_JAVA case >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: Thu Jul 16 17:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun 1 22:13:51 MSD >Description: libpano13 does not install bin/PTAInterpolate if it's built WITHOUT_JAVA, fix the port accordingly. Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libpano13-2.9.14.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/libpano13/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 15 Jun 2009 07:49:05 -0000 1.6 +++ Makefile 16 Jul 2009 17:11:56 -0000 @@ -52,8 +52,10 @@ JAVA_VERSION= 1.3+ JAVA_OS= native CONFIGURE_ARGS+= --with-java=${JAVA_HOME} +PLIST_SUB= JAVA="" .else CONFIGURE_ARGS+= --without-java +PLIST_SUB= JAVA="@comment " .endif pre-configure: Index: pkg-plist =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/libpano13/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 9 Jun 2009 19:56:20 -0000 1.2 +++ pkg-plist 16 Jul 2009 16:39:23 -0000 @@ -1,4 +1,4 @@ -bin/PTAInterpolate +%%JAVA%%bin/PTAInterpolate bin/PTblender bin/PTcrop bin/PTinfo --- libpano13-2.9.14.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?20090716171355.13529108842>