FreeBSD Bugzilla – Attachment 144558 Details for
Bug 191787
Fix graphics/libpano13 options usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use options and follows portlint suggestions
file_191787.txt (text/plain), 1.55 KB, created by
Matthieu Volat
on 2014-07-10 19:02:12 UTC
(
hide
)
Description:
Use options and follows portlint suggestions
Filename:
MIME Type:
Creator:
Matthieu Volat
Created:
2014-07-10 19:02:12 UTC
Size:
1.55 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 361427) >+++ Makefile (working copy) >@@ -3,21 +3,26 @@ > > PORTNAME= libpano13 > PORTVERSION= 2.9.18 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics java > MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} > > MAINTAINER= vd@FreeBSD.org > COMMENT= Cross-platform library behind Panorama Tools and other photo stitchers > >+LICENSE= GPLv2 >+ > LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ > libpng15.so:${PORTSDIR}/graphics/png \ > libtiff.so:${PORTSDIR}/graphics/tiff > >+OPTIONS_DEFINE= JAVA >+ >+.include <bsd.port.options.mk> >+ >+USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env automake:env > USE_GNOME= gtk20 glib20 pango atk >- >-USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env \ >- automake:env libtool:env >+USES= libtool > GNU_CONFIGURE= yes > CPPFLAGS+= -I${LOCALBASE}/include/gtk-2.0 \ > -I${LOCALBASE}/include/glib-2.0 \ >@@ -29,7 +34,7 @@ > > USE_LDCONFIG= yes > >-.if !defined(WITHOUT_JAVA) >+.if ${PORT_OPTIONS:MJAVA} > USE_JAVA= yes > JAVA_VERSION= 1.6+ > JAVA_OS= native >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 361427) >+++ pkg-plist (working copy) >@@ -20,9 +20,9 @@ > include/pano13/ptutils.h > include/pano13/queryfeature.h > include/pano13/version.h >-lib/libpano13.la > lib/libpano13.so > lib/libpano13.so.2 >+lib/libpano13.so.2.0.0 > libdata/pkgconfig/libpano13.pc > man/man1/PTAInterpolate.1.gz > man/man1/PTblender.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191787
: 144558