Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2013 20:15:06 GMT
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183798: [maintainer][patch] archivers/laszip: Support STAGEDIR
Message-ID:  <201311082015.rA8KF6ZI026130@oldred.freebsd.org>
Resent-Message-ID: <201311082020.rA8KK0rs060791@freefall.freebsd.org>

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

>Number:         183798
>Category:       ports
>Synopsis:       [maintainer][patch] archivers/laszip: Support STAGEDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 08 20:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Hurling
>Release:        11.0-CURRENT amd64 (clang)
>Organization:
>Environment:
FreeBSD xxx.xxx.xxx 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r257710: Tue Nov  5 19:07:14 CET 2013     xxx@xxx.xxx.xxx:/usr/obj/usr/src/sys/XXX  amd64
>Description:
Stagify the port and correct whitespace in pkg-descr
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u laszip.orig/Makefile laszip/Makefile
--- laszip.orig/Makefile	2013-10-04 07:52:02.000000000 +0200
+++ laszip/Makefile	2013-11-08 21:05:28.000000000 +0100
@@ -11,7 +11,6 @@
 
 LICENSE=	LGPL3
 
-NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 USES=		cmake
 USE_LDCONFIG=	yes
@@ -19,6 +18,6 @@
 CMAKE_DEFS+=	-DCMAKE_USE_PTHREADS:BOOL=ON
 
 post-install:
-	@${LN} -s liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5
+	@${LN} -s liblaszip.so.5.0.0 ${STAGEDIR}${PREFIX}/lib/liblaszip.so.5
 
 .include <bsd.port.mk>
diff -u laszip.orig/pkg-descr laszip/pkg-descr
--- laszip.orig/pkg-descr	2013-06-20 17:41:03.000000000 +0200
+++ laszip/pkg-descr	2013-11-08 21:07:28.000000000 +0100
@@ -8,4 +8,4 @@
 files that are only 10-20 percent of the original size, accurately preserving
 every single bit.
 
-WWW:   http://laszip.org/
+WWW: http://laszip.org/


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



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