diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-11 15:44:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-11 15:44:41 +0000 |
commit | 3d2ff6685b1a8c4256b0361a4543b86bdee82a0a (patch) | |
tree | 79498a21a48475e2000513e78d3c86a0d64162ce /graphics/Hermes | |
parent | 321f509c931641463dd0d258b287f58e177a0f36 (diff) | |
download | ports-3d2ff6685b1a8c4256b0361a4543b86bdee82a0a.tar.gz ports-3d2ff6685b1a8c4256b0361a4543b86bdee82a0a.zip |
Notes
Diffstat (limited to 'graphics/Hermes')
-rw-r--r-- | graphics/Hermes/Makefile | 8 | ||||
-rw-r--r-- | graphics/Hermes/distinfo | 2 | ||||
-rw-r--r-- | graphics/Hermes/files/patch-aa | 8 | ||||
-rw-r--r-- | graphics/Hermes/files/patch-configure | 15 |
4 files changed, 9 insertions, 24 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index b6371a3998d1..8b9b1060abdf 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -6,16 +6,13 @@ # PORTNAME= Hermes -PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= graphics MASTER_SITES= http://www.clanlib.org/download/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast pixel formats conversion library -BUILD_DEPENDS= ${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake - USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes @@ -24,9 +21,6 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" INSTALLS_SHLIB= yes -pre-configure: - @${CP} ${LOCALBASE}/share/automake/depcomp ${WRKSRC} - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/graphics/Hermes/distinfo b/graphics/Hermes/distinfo index 1474ef5a261b..e9e8f9c07d00 100644 --- a/graphics/Hermes/distinfo +++ b/graphics/Hermes/distinfo @@ -1 +1 @@ -MD5 (Hermes-1.3.2.tar.bz2) = 772db12a6e9c04b895913fd9f01b65fc +MD5 (Hermes-1.3.3.tar.bz2) = 1b99f623169cf62b70f3de081a633d14 diff --git a/graphics/Hermes/files/patch-aa b/graphics/Hermes/files/patch-aa index 5e2dc10eda9e..249113bd39bb 100644 --- a/graphics/Hermes/files/patch-aa +++ b/graphics/Hermes/files/patch-aa @@ -1,9 +1,9 @@ ---- src/Makefile.in.orig Fri Jul 21 03:38:08 2000 -+++ src/Makefile.in Tue Aug 22 21:50:03 2000 -@@ -406,13 +406,13 @@ +--- src/Makefile.in.orig Mon Jul 7 00:56:57 2003 ++++ src/Makefile.in Sun Aug 10 18:54:05 2003 +@@ -540,13 +540,13 @@ - .S.lo: + .S.o: - gcc -c -o $@ $< + $(CC) -c -o $@ $< cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'` diff --git a/graphics/Hermes/files/patch-configure b/graphics/Hermes/files/patch-configure index 41e1331cd7e9..87e1764cbc92 100644 --- a/graphics/Hermes/files/patch-configure +++ b/graphics/Hermes/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Jun 4 00:25:16 2003 -+++ configure Wed Jun 4 00:25:11 2003 -@@ -7766,6 +7766,7 @@ +--- configure.orig Mon Jul 7 00:56:59 2003 ++++ configure Sun Aug 10 18:45:41 2003 +@@ -7767,6 +7767,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,12 +8,3 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10311,7 +10312,7 @@ - *(c+0)=1; *(c+1)=2; - *(c+2)=3; *(c+3)=4; - -- if(tst==0x01020304) return 0; -+ if(tst==0x01020304 || tst==0x0102030400000000) return 0; - else - return 1; - } |