Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2012 13:15:33 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301786 - in head: audio/linux-esound audio/linux-f10-libaudiofile audio/linux-libaudiofile devel/linux-libglade devel/linux-libglade2 graphics/linux-f10-imlib graphics/linux-f10-tiff g...
Message-ID:  <201207311315.q6VDFXWm030843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Tue Jul 31 13:15:32 2012
New Revision: 301786
URL: http://svn.freebsd.org/changeset/ports/301786

Log:
  Use asolute path for PLIST (prepend ${PKGDIR} to PLIST).
  It's more safe that a relative path.
  
  Inspired by PR:		ports/169702
  Submitted by:	Tijl Coosemans <tijl@coosemans.org>
  Discussed at:	freebsd-emulation

Modified:
  head/audio/linux-esound/Makefile   (contents, props changed)
  head/audio/linux-f10-libaudiofile/Makefile   (contents, props changed)
  head/audio/linux-libaudiofile/Makefile   (contents, props changed)
  head/devel/linux-libglade/Makefile   (contents, props changed)
  head/devel/linux-libglade2/Makefile   (contents, props changed)
  head/graphics/linux-f10-imlib/Makefile   (contents, props changed)
  head/graphics/linux-f10-tiff/Makefile   (contents, props changed)
  head/graphics/linux-imlib/Makefile   (contents, props changed)
  head/graphics/linux-tiff/Makefile   (contents, props changed)
  head/graphics/linux-ungif/Makefile   (contents, props changed)
  head/textproc/linux-libxml/Makefile   (contents, props changed)
  head/textproc/linux-libxml2/Makefile   (contents, props changed)
  head/x11-toolkits/linux-f10-gtk/Makefile   (contents, props changed)
  head/x11-toolkits/linux-f10-qt33/Makefile   (contents, props changed)
  head/x11-toolkits/linux-gtk/Makefile   (contents, props changed)
  head/x11-toolkits/linux-qt33/Makefile   (contents, props changed)

Modified: head/audio/linux-esound/Makefile
==============================================================================
--- head/audio/linux-esound/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/audio/linux-esound/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -24,7 +24,7 @@ USE_LINUX_APPS=	libaudiofile
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
 BRANDELF_DIRS=	usr/bin
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 PLIST_SUB+=	ESOUND_VERSION="${PORTVERSION}"
 
 .include <bsd.port.mk>

Modified: head/audio/linux-f10-libaudiofile/Makefile
==============================================================================
--- head/audio/linux-f10-libaudiofile/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/audio/linux-f10-libaudiofile/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -23,7 +23,7 @@ LINUX_DIST_VER=	10
 RPMVERSION=	9.fc10
 BRANDELF_DIRS=	usr/bin
 USE_LDCONFIG=	yes
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 
 DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
 

Modified: head/audio/linux-libaudiofile/Makefile
==============================================================================
--- head/audio/linux-libaudiofile/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/audio/linux-libaudiofile/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -23,7 +23,7 @@ USE_LINUX_RPM=	yes
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
 BRANDELF_DIRS=	usr/bin
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 PLIST_SUB+=	LIBAUDIOFILE_VERSION="${PORTVERSION}"
 
 .include <bsd.port.mk>

Modified: head/devel/linux-libglade/Makefile
==============================================================================
--- head/devel/linux-libglade/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/devel/linux-libglade/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -22,7 +22,7 @@ EXPIRATION_DATE=2013-02-28
 USE_LINUX_RPM=	yes
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 PLIST_SUB=	LIBVERSION="0.4.2" PORTVERSION="${PORTVERSION}"
 
 .include <bsd.port.mk>

Modified: head/devel/linux-libglade2/Makefile
==============================================================================
--- head/devel/linux-libglade2/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/devel/linux-libglade2/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -21,7 +21,7 @@ EXPIRATION_DATE=2013-02-28
 USE_LINUX_RPM=	yes
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 PLIST_SUB=	LIBVERSION="0.0.7" PORTVERSION="${PORTVERSION}"
 
 .include <bsd.port.mk>

Modified: head/graphics/linux-f10-imlib/Makefile
==============================================================================
--- head/graphics/linux-f10-imlib/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/graphics/linux-f10-imlib/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -22,6 +22,6 @@ LINUX_DIST_VER=	10
 RPMVERSION=	9.fc10
 BRANDELF_FILES=	usr/bin/imlib_config
 USE_LDCONFIG=	yes
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 
 .include <bsd.port.mk>

Modified: head/graphics/linux-f10-tiff/Makefile
==============================================================================
--- head/graphics/linux-f10-tiff/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/graphics/linux-f10-tiff/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -24,7 +24,7 @@ LINUX_NAME=	lib${PORTNAME}
 LINUX_DIST_VER=	10
 RPMVERSION=	11.fc10
 BRANDELF_DIRS=	usr/bin
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 USE_LDCONFIG=	yes
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"

Modified: head/graphics/linux-imlib/Makefile
==============================================================================
--- head/graphics/linux-imlib/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/graphics/linux-imlib/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -23,7 +23,7 @@ USE_LINUX_RPM=	yes
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
 BRANDELF_DIRS=	usr/bin
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 
 .include <bsd.port.mk>

Modified: head/graphics/linux-tiff/Makefile
==============================================================================
--- head/graphics/linux-tiff/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/graphics/linux-tiff/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -27,7 +27,7 @@ USE_LINUX_APPS=	jpeg
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
 BRANDELF_DIRS=	usr/bin
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
 .include <bsd.port.mk>

Modified: head/graphics/linux-ungif/Makefile
==============================================================================
--- head/graphics/linux-ungif/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/graphics/linux-ungif/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -22,7 +22,7 @@ EXPIRATION_DATE=2013-02-28
 USE_LINUX_RPM=	yes
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 
 .include <bsd.port.mk>

Modified: head/textproc/linux-libxml/Makefile
==============================================================================
--- head/textproc/linux-libxml/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/textproc/linux-libxml/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -22,7 +22,7 @@ EXPIRATION_DATE=2013-02-28
 USE_LINUX_RPM=	yes
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
 .include <bsd.port.mk>

Modified: head/textproc/linux-libxml2/Makefile
==============================================================================
--- head/textproc/linux-libxml2/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/textproc/linux-libxml2/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -22,7 +22,7 @@ USE_LINUX_RPM=	yes
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
 BRANDELF_DIRS=	usr/bin
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/linux-f10-gtk/Makefile
==============================================================================
--- head/x11-toolkits/linux-f10-gtk/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/x11-toolkits/linux-f10-gtk/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -24,6 +24,6 @@ LINUX_NAME=	${PORTNAME}+
 LINUX_DIST_VER=	10
 RPMVERSION=	66.fc10
 USE_LDCONFIG=	yes
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/linux-f10-qt33/Makefile
==============================================================================
--- head/x11-toolkits/linux-f10-qt33/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/x11-toolkits/linux-f10-qt33/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -24,7 +24,7 @@ LINUX_NAME=	qt3
 LINUX_DIST_VER=	10
 RPMVERSION=	17.fc10
 USE_LDCONFIG=	yes
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 
 DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
 

Modified: head/x11-toolkits/linux-gtk/Makefile
==============================================================================
--- head/x11-toolkits/linux-gtk/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/x11-toolkits/linux-gtk/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -27,6 +27,6 @@ USE_LINUX_RPM=	yes
 USE_LINUX_APPS=	xorglibs
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/linux-qt33/Makefile
==============================================================================
--- head/x11-toolkits/linux-qt33/Makefile	Tue Jul 31 12:43:00 2012	(r301785)
+++ head/x11-toolkits/linux-qt33/Makefile	Tue Jul 31 13:15:32 2012	(r301786)
@@ -23,6 +23,6 @@ USE_LINUX_APPS=	fontconfig libmng png
 RPMVERSION=	15.5
 LINUX_DIST_VER=	4
 USE_LDCONFIG=	yes
-PLIST=		pkg-plist.${LINUX_RPM_ARCH}
+PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 
 .include <bsd.port.mk>



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