mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Update to 1.3.3.
PR: 55467 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
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
|
@ -6,16 +6,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Hermes
|
PORTNAME= Hermes
|
||||||
PORTVERSION= 1.3.2
|
PORTVERSION= 1.3.3
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://www.clanlib.org/download/files/
|
MASTER_SITES= http://www.clanlib.org/download/files/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Fast pixel formats conversion library
|
COMMENT= Fast pixel formats conversion library
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake
|
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
|
@ -24,9 +21,6 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||||
AUTOHEADER="${TRUE}"
|
AUTOHEADER="${TRUE}"
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
pre-configure:
|
|
||||||
@${CP} ${LOCALBASE}/share/automake/depcomp ${WRKSRC}
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (Hermes-1.3.2.tar.bz2) = 772db12a6e9c04b895913fd9f01b65fc
|
MD5 (Hermes-1.3.3.tar.bz2) = 1b99f623169cf62b70f3de081a633d14
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
--- src/Makefile.in.orig Fri Jul 21 03:38:08 2000
|
--- src/Makefile.in.orig Mon Jul 7 00:56:57 2003
|
||||||
+++ src/Makefile.in Tue Aug 22 21:50:03 2000
|
+++ src/Makefile.in Sun Aug 10 18:54:05 2003
|
||||||
@@ -406,13 +406,13 @@
|
@@ -540,13 +540,13 @@
|
||||||
|
|
||||||
|
|
||||||
.S.lo:
|
.S.o:
|
||||||
- gcc -c -o $@ $<
|
- gcc -c -o $@ $<
|
||||||
+ $(CC) -c -o $@ $<
|
+ $(CC) -c -o $@ $<
|
||||||
cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
|
cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- configure.orig Wed Jun 4 00:25:16 2003
|
--- configure.orig Mon Jul 7 00:56:59 2003
|
||||||
+++ configure Wed Jun 4 00:25:11 2003
|
+++ configure Sun Aug 10 18:45:41 2003
|
||||||
@@ -7766,6 +7766,7 @@
|
@@ -7767,6 +7767,7 @@
|
||||||
|
|
||||||
# This can be used to rebuild libtool when needed
|
# This can be used to rebuild libtool when needed
|
||||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||||
|
@ -8,12 +8,3 @@
|
||||||
|
|
||||||
# Always use our own libtool.
|
# Always use our own libtool.
|
||||||
LIBTOOL='$(SHELL) $(top_builddir)/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;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue