Index: head/graphics/libexif-gtk/Makefile =================================================================== --- head/graphics/libexif-gtk/Makefile (revision 86800) +++ head/graphics/libexif-gtk/Makefile (revision 86801) @@ -1,27 +1,27 @@ # New ports collection makefile for: libexif-gtk # Date created: 10 Jun 2002 # Whom: ports@FreeBSD.org # # $FreeBSD$ # PORTNAME= libexif-gtk PORTVERSION= 0.3.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libexif MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ widgets to display/edit EXIF tags -LIB_DEPENDS= exif.9:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.10:${PORTSDIR}/graphics/libexif USE_REINPLACE= yes USE_GNOME= gnomehack gtk20 USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes .include Property changes on: head/graphics/libexif-gtk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/graphics/libgphoto2/Makefile =================================================================== --- head/graphics/libgphoto2/Makefile (revision 86800) +++ head/graphics/libgphoto2/Makefile (revision 86801) @@ -1,57 +1,57 @@ # New ports collection makefile for: libgphoto2 # Date created: 26 May 1999 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= libgphoto2 PORTVERSION= 2.1.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gphoto MAINTAINER= ports@FreeBSD.org COMMENT= A universal digital camera picture control tool LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ usb-0.1.7:${PORTSDIR}/devel/libusb \ - exif.9:${PORTSDIR}/graphics/libexif + exif.10:${PORTSDIR}/graphics/libexif USE_BZIP2= yes USE_REINPLACE= yes USE_GNOME= gnometarget pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes MAN3= gphoto2.3 gphoto2_port.3 post-patch: .for file in configure libgphoto2_port/configure @${REINPLACE_CMD} -e \ 's|[{]libdir[}]/pkgconfig|{prefix}/libdata/pkgconfig|g ; \ s|-g ||g' ${WRKSRC}/${file} .endfor @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|po packaging doc|po doc|g ; \ s|: install-docDATA|:|g' @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS NEWS README ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor @${MKDIR} ${PREFIX}/share/doc/libgphoto2_port .for file in AUTHORS NEWS README ${INSTALL_DATA} ${WRKSRC}/libgphoto2_port/${file} \ ${PREFIX}/share/doc/libgphoto2_port .endfor .endif .include Property changes on: head/graphics/libgphoto2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/pornview/Makefile =================================================================== --- head/graphics/pornview/Makefile (revision 86800) +++ head/graphics/pornview/Makefile (revision 86801) @@ -1,42 +1,42 @@ # New ports collection Makefile for: pornview # Date created: 24 Nov 2002 # Whom: Tilman Linneweh # # $FreeBSD$ # PORTNAME= pornview PORTVERSION= 0.2.0.p.1 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/} MAINTAINER= ports@FreeBSD.org COMMENT= PornView is an image viewer/manager -LIB_DEPENDS= exif.9:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.10:${PORTSDIR}/graphics/libexif USE_X_PREFIX= yes USE_GNOME= gdkpixbuf gnomehack gnomeprefix USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_LIBXINE) LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .elseif defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer CONFIGURE_ARGS+= --enable-mplayer .endif post-patch: @${REINPLACE_CMD} -e \ 's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g ; \ s|\\[$$][{]top_builddir[}]/intl/libintl.a|-lintl|g ; \ s|[{]datadir[}]/locale|{prefix}/share/locale|g' ${WRKSRC}/configure .include Property changes on: head/graphics/pornview/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/graphics/ruby-libexif/Makefile =================================================================== --- head/graphics/ruby-libexif/Makefile (revision 86800) +++ head/graphics/ruby-libexif/Makefile (revision 86801) @@ -1,47 +1,47 @@ # New ports collection makefile for: ruby-libexif # Date created: 6 October 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= libexif PORTVERSION= 0.1.2 CATEGORIES= graphics ruby MASTER_SITES= http://tam.0xfa.com/ruby-libexif/pkg/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby extension library for libexif -LIB_DEPENDS= exif.9:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.10:${PORTSDIR}/graphics/libexif USE_RUBY= yes USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install RUBY_RD_FILES= exif.rd.en exif.rd.ja DOCS_EN= ChangeLog README \ ${RUBY_RD_FILES:M*.rd.en} \ ${RUBY_RD_HTML_FILES:M*.en.html} DOCS_JA= ${RUBY_RD_FILES:M*.rd.ja} \ ${RUBY_RD_HTML_FILES:M*.ja.html} post-install: doc-install .include doc-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif Property changes on: head/graphics/ruby-libexif/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/swiggle/Makefile =================================================================== --- head/www/swiggle/Makefile (revision 86800) +++ head/www/swiggle/Makefile (revision 86801) @@ -1,30 +1,30 @@ # New ports collection Makefile for: swiggle # Date created: 19 Feb 2003 # Whom: Josef El-Rayes # # $FreeBSD$ PORTNAME= swiggle PORTVERSION= 0.3 CATEGORIES= www MASTER_SITES= http://mailbox.univie.ac.at/~le/swiggle/files/ \ http://www.daemon.li/downloads/ MAINTAINER= j.el-rayes@daemon.li COMMENT= "Swiggle is a commandline web image gallery generator" LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install \ - exif.9:${PORTSDIR}/graphics/libexif:install + exif.10:${PORTSDIR}/graphics/libexif:install USE_REINPLACE= yes post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/swiggle ${PREFIX}/bin post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .include Property changes on: head/www/swiggle/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property