Summary: | graphics/freeimage install wrong links | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | ml |
Component: | Individual Port(s) | Assignee: | Pietro Cerutti <gahr> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
ml
2013-07-01 14:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->gahr Over to maintainer (via the GNATS Auto Assign Tool) Author: gahr Date: Mon Jul 8 15:01:51 2013 New Revision: 322509 URL: http://svnweb.freebsd.org/changeset/ports/322509 Log: - Fix shlib symlinks - Bump PORTREVISION PR: 180169 Submitted by: Andrea Venturoli <ml@netfence.it> Modified: head/graphics/freeimage/Makefile Modified: head/graphics/freeimage/Makefile ============================================================================== --- head/graphics/freeimage/Makefile Mon Jul 8 14:31:35 2013 (r322508) +++ head/graphics/freeimage/Makefile Mon Jul 8 15:01:51 2013 (r322509) @@ -3,7 +3,7 @@ PORTNAME= freeimage PORTVERSION= 3.15.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Source%20Distribution/${PORTVERSION} DISTNAME= FreeImage${PORTVERSION:S/.//g} @@ -45,7 +45,7 @@ post-build: post-install: cd ${WRKSRC} && ${GMAKE} -f Makefile.fip ${INSTALL_TARGET} - ${LN} -s libfreeimageplus-${PORTVERSION} ${PREFIX}/lib/libfreeimageplus.so.3 - ${LN} -s libfreeimageplus-${PORTVERSION} ${PREFIX}/lib/libfreeimageplus.so + ${LN} -s libfreeimageplus-${PORTVERSION}.so.3 ${PREFIX}/lib/libfreeimageplus.so + ${LN} -s libfreeimageplus-${PORTVERSION}.so ${PREFIX}/lib/libfreeimageplus.so.3 .include <bsd.port.post.mk> _______________________________________________ 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" State Changed From-To: open->closed Committed, with minor changes. Thanks! |