ports/183798: [maintainer][patch] archivers/laszip: Support STAGEDIR
Rainer Hurling
rhurlin at gwdg.de
Fri Nov 8 20:20:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list