Update to 1.3.3.

PR:		55467
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Joe Marcus Clarke 2003-08-11 15:44:41 +00:00
parent 321f509c93
commit 3d2ff6685b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86769
4 changed files with 9 additions and 24 deletions

View file

@ -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}

View file

@ -1 +1 @@
MD5 (Hermes-1.3.2.tar.bz2) = 772db12a6e9c04b895913fd9f01b65fc
MD5 (Hermes-1.3.3.tar.bz2) = 1b99f623169cf62b70f3de081a633d14

View file

@ -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/'`

View file

@ -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;
}