ports/52135: Update port: graphics/Hermes

KATO Tsuguru tkato at prontomail.com
Mon May 12 22:30:16 UTC 2003


>Number:         52135
>Category:       ports
>Synopsis:       Update port: graphics/Hermes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 12 15:30:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

New file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/Hermes/Makefile graphics/Hermes/Makefile
--- /usr/ports/graphics/Hermes/Makefile	Sat Apr 12 22:48:04 2003
+++ graphics/Hermes/Makefile	Mon May 12 16:26:09 2003
@@ -8,27 +8,37 @@
 PORTNAME=	Hermes
 PORTVERSION=	1.3.2
 CATEGORIES=	graphics
-MASTER_SITES=	http://dark.x.dtu.dk/~mbn/clanlib/download/
+MASTER_SITES=	http://www.clanlib.org/download/files/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Fast pixel formats conversion library
 
+BUILD_DEPENDS=	${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake
+
 ONLY_FOR_ARCHS=	i386 alpha
+
+USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+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} ${PREFIX}/share/doc/Hermes
+	@${MKDIR} ${DOCSDIR}
 .for file in AUTHORS ChangeLog FAQ README TODO TODO.conversion
-	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/Hermes
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
-	@${MKDIR} ${PREFIX}/share/doc/Hermes/API
+	@${MKDIR} ${DOCSDIR}/API
 .for file in api-1.htm api-2.htm api-3.htm api-4.htm api.htm api.ps api.txt
-	${INSTALL_DATA} ${WRKSRC}/docs/api/${file} ${PREFIX}/share/doc/Hermes/API
+	${INSTALL_DATA} ${WRKSRC}/docs/api/${file} ${DOCSDIR}/API
 .endfor
-	${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${PREFIX}/share/doc/Hermes/API
+	${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${DOCSDIR}/API
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/Hermes/distinfo graphics/Hermes/distinfo
--- /usr/ports/graphics/Hermes/distinfo	Tue Aug 29 02:53:03 2000
+++ graphics/Hermes/distinfo	Mon May 12 16:14:58 2003
@@ -1 +1 @@
-MD5 (Hermes-1.3.2.tar.gz) = 85432c0d0a8d983bb2be24e8d84d74b8
+MD5 (Hermes-1.3.2.tar.bz2) = 772db12a6e9c04b895913fd9f01b65fc
diff -urN /usr/ports/graphics/Hermes/files/patch-configure graphics/Hermes/files/patch-configure
--- /usr/ports/graphics/Hermes/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ graphics/Hermes/files/patch-configure	Mon May 12 16:27:21 2003
@@ -0,0 +1,10 @@
+--- configure.orig	Mon Mar 17 03:36:28 2003
++++ configure	Mon May 12 16:27:09 2003
+@@ -7766,6 +7766,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list