Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2012 21:14:48 +0200 (CEST)
From:      Tijl Coosemans <tijl@coosemans.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169702: [patch] graphics/linux-f10-tiff: fix packing list
Message-ID:  <201207071914.q67JEmON044143@kalimero.tijl.coosemans.org>
Resent-Message-ID: <201207071920.q67JK8L8036907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169702
>Category:       ports
>Synopsis:       [patch] graphics/linux-f10-tiff: fix packing list
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 07 19:20:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
>Environment:
>Description:
The Makefile sets PLIST incorrectly resulting in an empty packing list.

Also, the Makefile sets DESCR to use the pkg-descr from graphics/tiff,
but the port has its own pkg-descr. Either the latter can be removed
or the Makefile shouldn't set DESCR.
>How-To-Repeat:
>Fix:

--- linux-f10-tiff.patch begins here ---
--- /usr/ports/graphics/linux-f10-tiff/Makefile	2012-07-07 20:48:44.000000000 +0200
+++ Makefile	2012-07-07 20:39:54.000000000 +0200
@@ -24,7 +24,7 @@
 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}"
--- linux-f10-tiff.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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