summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-08 14:04:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-08 14:04:50 +0000
commit178592ab3637bd38a2921320ded2c7aada16c651 (patch)
tree9e0a5f2bf0bf9056a0f900431decc1e0f872c25a /graphics
parent- Add LICENSE (diff)
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=385787
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdal/Makefile3
-rw-r--r--graphics/libbpg/Makefile3
-rw-r--r--graphics/pgplot/Makefile5
3 files changed, 7 insertions, 4 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 3ac15ec1a268..3a1646a0f77b 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gdal
PORTVERSION= 1.11.2
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -144,7 +145,7 @@ post-patch:
@${RM} -fr ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/
post-install:
- ${INSTALL_LIB} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/
+ ${INSTALL_DATA} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/
${TOUCH} ${STAGEDIR}${PREFIX}/lib/gdalplugins/.keepme
${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/
-${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libgdal.so.${PORTVERSION}
diff --git a/graphics/libbpg/Makefile b/graphics/libbpg/Makefile
index 61dc815693fd..0d423d7c6b3e 100644
--- a/graphics/libbpg/Makefile
+++ b/graphics/libbpg/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libbpg
PORTVERSION= 0.9.5
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://bellard.org/bpg/
@@ -50,7 +51,7 @@ post-install:
${INSTALL_PROGRAM} ${WRKSRC}/bpgview ${STAGEDIR}${PREFIX}/bin
.endif
${INSTALL_DATA} ${WRKSRC}/libbpg.h ${STAGEDIR}${PREFIX}/include
- ${INSTALL_LIB} ${WRKSRC}/libbpg.a ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/libbpg.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/libbpg.so ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile
index e527a5e34e76..b0737a161b3e 100644
--- a/graphics/pgplot/Makefile
+++ b/graphics/pgplot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pgplot
PORTVERSION= 5.2.2
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/
DISTNAME= ${PORTNAME}${PORTVERSION:R}
@@ -65,7 +65,8 @@ do-build:
do-install:
@cd ${WRKSRC}; \
${INSTALL_PROGRAM} pgxwin_server pgdisp ${STAGEDIR}${PREFIX}/bin; \
- ${INSTALL_LIB} *.a *.so.5* ${STAGEDIR}${PREFIX}/lib; \
+ ${INSTALL_DATA} *.a ${STAGEDIR}${PREFIX}/lib; \
+ ${INSTALL_LIB} *.so.5* ${STAGEDIR}${PREFIX}/lib; \
${INSTALL_DATA} cpgplot.h ${STAGEDIR}${PREFIX}/include
.for f in libcpgplot.so libpgplot.so
@${LN} -sf ${f}.5 ${STAGEDIR}${PREFIX}/lib/${f}