Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2014 20:34:08 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352460 - in head/graphics/liblug: . files
Message-ID:  <201404272034.s3RKY86f031772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 )
  



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