Date: Fri, 25 Aug 2000 18:53:27 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/20853: Update port: graphics/Hermes to 1.3.2 Message-ID: <20000826015327.5D4A037B42C@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 20853 >Category: ports >Synopsis: Update port: graphics/Hermes to 1.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 25 19:00:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.3.2 New file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/Hermes/Makefile graphics/Hermes/Makefile --- /usr/ports/graphics/Hermes/Makefile Thu Jun 22 19:10:02 2000 +++ graphics/Hermes/Makefile Tue Aug 22 22:00:46 2000 @@ -6,31 +6,27 @@ # PORTNAME= Hermes -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= graphics -MASTER_SITES= http://tzo.linux.tucows.com/files/x11/dev/ \ - http://oarnet.linux.tucows.com/files/x11/dev/ \ - ftp://ftp.infomagic.com/pub/mirrors/tucows/mlinux/files/x11/dev/ \ - http://dark.x.dtu.dk/~mbn/clanlib/download/ +MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/ MAINTAINER= ports@FreeBSD.org +USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -USE_GMAKE= yes post-install: - @ ${LN} -sf libHermes.so.1 ${PREFIX}/lib/libHermes.so .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/Hermes -.for file in AUTHORS ChangeLog COPYING FAQ README TODO TODO.conversion - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/Hermes + @${MKDIR} ${PREFIX}/share/doc/Hermes +.for file in AUTHORS ChangeLog FAQ README TODO TODO.conversion + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/Hermes .endfor - @ ${MKDIR} ${PREFIX}/share/doc/Hermes/API + @${MKDIR} ${PREFIX}/share/doc/Hermes/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} ${PREFIX}/share/doc/Hermes/API .endfor - @ ${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${PREFIX}/share/doc/Hermes/API + ${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${PREFIX}/share/doc/Hermes/API .endif .include <bsd.port.mk> diff -urN /usr/ports/graphics/Hermes/files/md5 graphics/Hermes/files/md5 --- /usr/ports/graphics/Hermes/files/md5 Sat Jun 3 08:24:42 2000 +++ graphics/Hermes/files/md5 Tue Aug 22 21:17:52 2000 @@ -1 +1 @@ -MD5 (Hermes-1.3.1.tar.gz) = 75e9ac1304c02729b85c28b1cde40be8 +MD5 (Hermes-1.3.2.tar.gz) = 85432c0d0a8d983bb2be24e8d84d74b8 diff -urN /usr/ports/graphics/Hermes/patches/patch-aa graphics/Hermes/patches/patch-aa --- /usr/ports/graphics/Hermes/patches/patch-aa Thu Jan 1 09:00:00 1970 +++ graphics/Hermes/patches/patch-aa Tue Aug 22 21:50:15 2000 @@ -0,0 +1,19 @@ +--- 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 @@ + + + .S.lo: +- gcc -c -o $@ $< ++ $(CC) -c -o $@ $< + cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'` + + install-data-local: +- $(INSTALL) -m 0755 -d $(includedir)/Hermes ++ $(mkinstalldirs) $(DESTDIR)$(includedir)/Hermes + for incfile in $(publicheaders); do \ +- $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \ ++ $(INSTALL_DATA) $$incfile $(includedir)/Hermes; \ + done + + uninstall-local: diff -urN /usr/ports/graphics/Hermes/pkg/PLIST graphics/Hermes/pkg/PLIST --- /usr/ports/graphics/Hermes/pkg/PLIST Fri Jun 16 21:43:00 2000 +++ graphics/Hermes/pkg/PLIST Tue Aug 22 21:32:02 2000 @@ -12,7 +12,6 @@ lib/libHermes.so.1 share/doc/Hermes/AUTHORS share/doc/Hermes/ChangeLog -share/doc/Hermes/COPYING share/doc/Hermes/FAQ share/doc/Hermes/README share/doc/Hermes/TODO >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000826015327.5D4A037B42C>