[71333] trunk/dports/devel/libhsplasma

ryandesign at macports.org ryandesign at macports.org
Thu Sep 9 03:46:31 PDT 2010


Revision: 71333
          http://trac.macports.org/changeset/71333
Author:   ryandesign at macports.org
Date:     2010-09-09 03:46:29 -0700 (Thu, 09 Sep 2010)
Log Message:
-----------
libhsplasma: also install headers and pkgconfig files

Modified Paths:
--------------
    trunk/dports/devel/libhsplasma/Portfile

Added Paths:
-----------
    trunk/dports/devel/libhsplasma/files/
    trunk/dports/devel/libhsplasma/files/patch-cp-parents

Modified: trunk/dports/devel/libhsplasma/Portfile
===================================================================
--- trunk/dports/devel/libhsplasma/Portfile	2010-09-09 09:45:58 UTC (rev 71332)
+++ trunk/dports/devel/libhsplasma/Portfile	2010-09-09 10:46:29 UTC (rev 71333)
@@ -5,6 +5,7 @@
 
 name                        libhsplasma
 version                     0.0-585
+revision                    1
 categories                  devel
 platforms                   darwin
 maintainers                 ryandesign
@@ -22,11 +23,15 @@
 hg.url                      http://uru.zrax.net/hg/libhsplasma
 hg.tag                      df78076691f2
 
+depends_build               port:coreutils
+
 depends_lib                 port:zlib \
                             port:jpeg \
                             port:openssl \
                             port:python26
 
+patchfiles                  patch-cp-parents
+
 universal_variant           no
 
 configure.args              --with-pkgconfig \
@@ -44,6 +49,7 @@
 
 build.args                  CXX=${configure.cxx}
 
+destroot.target             install-dev
 destroot.destdir            PREFIX=${destroot}${prefix}
 
 livecheck.type              regex

Added: trunk/dports/devel/libhsplasma/files/patch-cp-parents
===================================================================
--- trunk/dports/devel/libhsplasma/files/patch-cp-parents	                        (rev 0)
+++ trunk/dports/devel/libhsplasma/files/patch-cp-parents	2010-09-09 10:46:29 UTC (rev 71333)
@@ -0,0 +1,22 @@
+--- core/Makefile.orig	2010-09-09 05:17:53.000000000 -0500
++++ core/Makefile	2010-09-09 05:36:57.000000000 -0500
+@@ -590,7 +590,7 @@
+ 
+ install-dev: install
+ 	mkdir -p $(PREFIX)/include/libhsplasma
+-	cp --parents $(PLSHEADERS) $(PREFIX)/include/libhsplasma
++	gcp --parents $(PLSHEADERS) $(PREFIX)/include/libhsplasma
+ ifneq ($(USE_PKGCONFIG),no)
+ 	echo 'prefix=$(PREFIX)' > libhsplasma.pc
+ 	cat libhsplasma.pc.in >> libhsplasma.pc
+--- net/Makefile.orig	2010-09-09 05:17:53.000000000 -0500
++++ net/Makefile	2010-09-09 05:36:53.000000000 -0500
+@@ -55,7 +55,7 @@
+ 
+ install-dev: install
+ 	mkdir -p $(PREFIX)/include/libhsplasmanet
+-	cp --parents $(PLSHEADERS) $(PREFIX)/include/libhsplasmanet
++	gcp --parents $(PLSHEADERS) $(PREFIX)/include/libhsplasmanet
+ ifneq ($(USE_PKGCONFIG),no)
+ 	echo 'prefix=$(PREFIX)' > libhsplasmanet.pc
+ 	cat libhsplasmanet.pc.in >> libhsplasmanet.pc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100909/ee07c8e8/attachment-0001.html>


More information about the macports-changes mailing list