Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 23:51:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330570 - head/graphics/autopano-sift-c
Message-ID:  <201310162351.r9GNphJJ065387@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 16 23:51:43 2013
New Revision: 330570
URL: http://svnweb.freebsd.org/changeset/ports/330570

Log:
  - Support staging
  - Use new LIB_DEPENDS syntax

Added:
  head/graphics/autopano-sift-c/pkg-plist   (contents, props changed)
Modified:
  head/graphics/autopano-sift-c/Makefile

Modified: head/graphics/autopano-sift-c/Makefile
==============================================================================
--- head/graphics/autopano-sift-c/Makefile	Wed Oct 16 23:50:39 2013	(r330569)
+++ head/graphics/autopano-sift-c/Makefile	Wed Oct 16 23:51:43 2013	(r330570)
@@ -10,10 +10,10 @@ MASTER_SITES=	SF/hugin/${PORTNAME}/${POR
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Automatic panorama control point generation tool, C port
 
-LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/tiff \
-		jpeg:${PORTSDIR}/graphics/jpeg \
-		png15:${PORTSDIR}/graphics/png \
-		pano13:${PORTSDIR}/graphics/libpano13
+LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng.so:${PORTSDIR}/graphics/png \
+		libpano13.so:${PORTSDIR}/graphics/libpano13
 
 RESTRICTED=	May be covered by patents
 
@@ -22,24 +22,15 @@ CONFLICTS=	autopano-sift-[0-9]*
 USE_GNOME=	libxml2
 USES=		cmake
 
-PLIST_FILES=	bin/autopano bin/autopano-c-complete.sh \
-		bin/autopano-sift-c bin/generatekeys
-
 PORTDOCS=	*
 
-MAN1=		autopano-c-complete.1 autopano.1 generatekeys.1
-MAN7=		autopano-sift-c.7
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/CMakeLists.txt
 
-.if ${PORT_OPTIONS:MDOCS}
 post-install:
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.1ST ${DOCSDIR}/
-.endif
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.1ST ${STAGEDIR}${DOCSDIR}/
 
 .include <bsd.port.mk>

Added: head/graphics/autopano-sift-c/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/autopano-sift-c/pkg-plist	Wed Oct 16 23:51:43 2013	(r330570)
@@ -0,0 +1,8 @@
+bin/autopano
+bin/autopano-c-complete.sh
+bin/autopano-sift-c
+bin/generatekeys
+man/man1/autopano-c-complete.1.gz
+man/man1/autopano.1.gz
+man/man1/generatekeys.1.gz
+man/man7/autopano-sift-c.7.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310162351.r9GNphJJ065387>