Bug 183798 - [maintainer][patch] archivers/laszip: Support STAGEDIR
Summary: [maintainer][patch] archivers/laszip: Support STAGEDIR
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 20:20 UTC by Rainer Hurling
Modified: 2013-11-09 11:40 UTC (History)
0 users

See Also:


Attachments
file.diff (836 bytes, patch)
2013-11-08 20:20 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2013-11-08 20:20:00 UTC
Stagify the port and correct whitespace in pkg-descr

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-11-09 03:32:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-09 11:31:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-09 11:31:45 UTC
Author: wg
Date: Sat Nov  9 11:31:36 2013
New Revision: 333280
URL: http://svnweb.freebsd.org/changeset/ports/333280

Log:
  archivers/laszip: allow staging
  
  - Allow staging
  - Use single space for WWW
  
  PR:		ports/183798
  Submitted by:	maintainer

Modified:
  head/archivers/laszip/Makefile
  head/archivers/laszip/pkg-descr

Modified: head/archivers/laszip/Makefile
==============================================================================
--- head/archivers/laszip/Makefile	Sat Nov  9 08:52:55 2013	(r333279)
+++ head/archivers/laszip/Makefile	Sat Nov  9 11:31:36 2013	(r333280)
@@ -11,7 +11,6 @@ COMMENT=	Library for lossless LAS compre
 
 LICENSE=	LGPL3
 
-NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 USES=		cmake
 USE_LDCONFIG=	yes
@@ -19,6 +18,6 @@ USE_LDCONFIG=	yes
 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>

Modified: head/archivers/laszip/pkg-descr
==============================================================================
--- head/archivers/laszip/pkg-descr	Sat Nov  9 08:52:55 2013	(r333279)
+++ head/archivers/laszip/pkg-descr	Sat Nov  9 11:31:36 2013	(r333280)
@@ -8,4 +8,4 @@ LASzip is completely lossless. It compre
 files that are only 10-20 percent of the original size, accurately preserving
 every single bit.
 
-WWW:   http://laszip.org/
+WWW: http://laszip.org/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"