View | Details | Raw Unified | Return to bug 55467
Collapse All | Expand All

(-)graphics/Hermes/Makefile (-7 / +1 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	Hermes
8
PORTNAME=	Hermes
9
PORTVERSION=	1.3.2
9
PORTVERSION=	1.3.3
10
PORTREVISION=	1
11
CATEGORIES=	graphics
10
CATEGORIES=	graphics
12
MASTER_SITES=	http://www.clanlib.org/download/files/
11
MASTER_SITES=	http://www.clanlib.org/download/files/
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Fast pixel formats conversion library
14
COMMENT=	Fast pixel formats conversion library
16
15
17
BUILD_DEPENDS=	${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake
18
19
USE_BZIP2=	yes
16
USE_BZIP2=	yes
20
USE_GMAKE=	yes
17
USE_GMAKE=	yes
21
USE_LIBTOOL=	yes
18
USE_LIBTOOL=	yes
Lines 23-31 Link Here
23
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
20
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
24
		AUTOHEADER="${TRUE}"
21
		AUTOHEADER="${TRUE}"
25
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
26
27
pre-configure:
28
	@${CP} ${LOCALBASE}/share/automake/depcomp ${WRKSRC}
29
23
30
post-install:
24
post-install:
31
.if !defined(NOPORTDOCS)
25
.if !defined(NOPORTDOCS)
(-)graphics/Hermes/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Hermes-1.3.2.tar.bz2) = 772db12a6e9c04b895913fd9f01b65fc
1
MD5 (Hermes-1.3.3.tar.bz2) = 1b99f623169cf62b70f3de081a633d14
(-)graphics/Hermes/files/patch-aa (-4 / +4 lines)
Lines 1-9 Link Here
1
--- src/Makefile.in.orig	Fri Jul 21 03:38:08 2000
1
--- src/Makefile.in.orig	Mon Jul  7 00:56:57 2003
2
+++ src/Makefile.in	Tue Aug 22 21:50:03 2000
2
+++ src/Makefile.in	Sun Aug 10 18:54:05 2003
3
@@ -406,13 +406,13 @@
3
@@ -540,13 +540,13 @@
4
 
4
 
5
 
5
 
6
 .S.lo:
6
 .S.o:
7
-	gcc -c -o $@ $<
7
-	gcc -c -o $@ $<
8
+	$(CC) -c -o $@ $<
8
+	$(CC) -c -o $@ $<
9
 	cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
9
 	cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
(-)graphics/Hermes/files/patch-configure (-12 / +3 lines)
Lines 1-6 Link Here
1
--- configure.orig	Wed Jun  4 00:25:16 2003
1
--- configure.orig	Mon Jul  7 00:56:59 2003
2
+++ configure	Wed Jun  4 00:25:11 2003
2
+++ configure	Sun Aug 10 18:45:41 2003
3
@@ -7766,6 +7766,7 @@
3
@@ -7767,6 +7767,7 @@
4
 
4
 
5
 # This can be used to rebuild libtool when needed
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
Lines 8-19 Link Here
8
 
8
 
9
 # Always use our own libtool.
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
11
@@ -10311,7 +10312,7 @@
12
   *(c+0)=1; *(c+1)=2;
13
   *(c+2)=3; *(c+3)=4;
14
 
15
-  if(tst==0x01020304) return 0;
16
+  if(tst==0x01020304 || tst==0x0102030400000000) return 0;
17
   else
18
   return 1;
19
 }

Return to bug 55467