svn commit: r368525 - in head/graphics/Hermes: . files
Tijl Coosemans
tijl at FreeBSD.org
Thu Sep 18 20:46:35 UTC 2014
Author: tijl
Date: Thu Sep 18 20:46:34 2014
New Revision: 368525
URL: http://svnweb.freebsd.org/changeset/ports/368525
QAT: https://qat.redports.org/buildarchive/r368525/
Log:
- Remove old libtool patch
- Touch config header in post-extract to avoid autotools
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64
Deleted:
head/graphics/Hermes/files/patch-configure
Modified:
head/graphics/Hermes/Makefile
head/graphics/Hermes/pkg-plist
Modified: head/graphics/Hermes/Makefile
==============================================================================
--- head/graphics/Hermes/Makefile Thu Sep 18 20:44:32 2014 (r368524)
+++ head/graphics/Hermes/Makefile Thu Sep 18 20:46:34 2014 (r368525)
@@ -3,7 +3,7 @@
PORTNAME= Hermes
PORTVERSION= 1.3.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \
GENTOO/distfiles
@@ -11,11 +11,9 @@ MASTER_SITES= ftp://ftp.su.se/pub/lunar/
MAINTAINER= ports at FreeBSD.org
COMMENT= Fast pixel formats conversion library
-USES= gmake libtool tar:bzip2
-USE_AUTOTOOLS= libtoolize
GNU_CONFIGURE= yes
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
+INSTALL_TARGET= install-strip
+USES= gmake libtool tar:bzip2
USE_LDCONFIG= yes
PORTDOCS= *
@@ -33,18 +31,15 @@ DOC_FILES3= api.sgml
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
+BROKEN_sparc64= interchanges red and blue colour channels in images
-.if ${ARCH} == sparc64
-IGNORE= is broken on sparc64: interchanges red and blue colour channels in images
-.endif
+post-extract:
+ ${TOUCH} ${WRKSRC}/src/hrconfig.h.in
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.1
-
@${MKDIR} ${STAGEDIR}${DOCSDIR3}
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/graphics/Hermes/pkg-plist
==============================================================================
--- head/graphics/Hermes/pkg-plist Thu Sep 18 20:44:32 2014 (r368524)
+++ head/graphics/Hermes/pkg-plist Thu Sep 18 20:46:34 2014 (r368525)
@@ -10,4 +10,5 @@ include/Hermes/Types.h
lib/libHermes.a
lib/libHermes.so
lib/libHermes.so.1
+lib/libHermes.so.1.0.0
@dirrm include/Hermes
More information about the svn-ports-all
mailing list