svn commit: r352460 - in head/graphics/liblug: . files

Pawel Pekala pawel at FreeBSD.org
Sun Apr 27 20:34:09 UTC 2014


Author: pawel
Date: Sun Apr 27 20:34:08 2014
New Revision: 352460
URL: http://svnweb.freebsd.org/changeset/ports/352460
QAT: https://qat.redports.org/buildarchive/r352460/

Log:
  - Add staging support
  - Convert to new LIB_DEPENDS format

Modified:
  head/graphics/liblug/Makefile
  head/graphics/liblug/files/patch-aa

Modified: head/graphics/liblug/Makefile
==============================================================================
--- head/graphics/liblug/Makefile	Sun Apr 27 20:29:50 2014	(r352459)
+++ head/graphics/liblug/Makefile	Sun Apr 27 20:34:08 2014	(r352460)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=	libs/graphics
 MAINTAINER=		ports at FreeBSD.org
 COMMENT=		Multi-format graphics manipulation library
 
-LIB_DEPENDS=		tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS=		libtiff.so:${PORTSDIR}/graphics/tiff
 
 PLIST_FILES=		lib/liblug.a
 USE_XORG=		x11
@@ -21,7 +21,6 @@ WRKSRC=			${WRKDIR}/lug
 MAKEFILE=		Makefile.linux
 USE_LDCONFIG=		yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|-DiTIFF|-DiTIFF -DTIFF_VERSION=TIFF_VERSION_CLASSIC|' \
 		${WRKSRC}/Makefile.linux

Modified: head/graphics/liblug/files/patch-aa
==============================================================================
--- head/graphics/liblug/files/patch-aa	Sun Apr 27 20:29:50 2014	(r352459)
+++ head/graphics/liblug/files/patch-aa	Sun Apr 27 20:34:08 2014	(r352460)
@@ -97,7 +97,7 @@
 -		cp liblug.a $(LIBLUGDEST); \
 -		chmod 644 $(LIBLUGDEST)/liblug.a; \
 -		@echo "OK."
-+		/usr/bin/install -c -o root -g wheel -m 444 liblug.a $(LIBLUGDEST)
++		/usr/bin/install -c -m 444 liblug.a $(DESTDIR)$(LIBLUGDEST)
  
  archive:;	( cd .. ; tar cvf lug-1.0.tar lug ; compress lug-1.0.tar )
  


More information about the svn-ports-all mailing list