This is a patch to update graphics/Hermes port. diff -Nru Hermes/Makefile Hermes-1.2.5/Makefile --- Hermes/Makefile Sun Jun 6 02:39:29 1999 +++ Hermes-1.2.5/Makefile Wed Aug 11 14:44:49 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: Hermes -# Version required: 1.2.4 +# Version required: 1.2.5 # Date created: 29 April 1999 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.2 1999/06/05 19:00:28 mharo Exp $ # -DISTNAME= Hermes-1.2.4 +DISTNAME= Hermes-1.2.5 CATEGORIES= graphics MASTER_SITES= http://hermes.terminal.at/files/ @@ -19,7 +19,7 @@ @ ${LN} -sf libHermes.so.1 ${PREFIX}/lib/libHermes.so .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/Hermes -.for file in AUTHORS CHANGES COPYING Hermes.spec README TODO TODO.conversion +.for file in AUTHORS CHANGES COPYING README TODO TODO.conversion @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/Hermes .endfor @ ${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${PREFIX}/share/doc/Hermes diff -Nru Hermes/files/md5 Hermes-1.2.5/files/md5 --- Hermes/files/md5 Mon May 3 08:19:23 1999 +++ Hermes-1.2.5/files/md5 Wed Aug 11 14:42:16 1999 @@ -1 +1 @@ -MD5 (Hermes-1.2.4.tar.gz) = 7b32961a5843485825a3f8d303b78513 +MD5 (Hermes-1.2.5.tar.gz) = 9fbb9842406cb5fa1ec71e9ecf99c137 diff -Nru Hermes/patches/patch-aa Hermes-1.2.5/patches/patch-aa --- Hermes/patches/patch-aa Mon May 3 08:19:24 1999 +++ Hermes-1.2.5/patches/patch-aa Thu Jan 1 03:00:00 1970 @@ -1,29 +0,0 @@ ---- ltconfig.orig Mon Feb 22 16:03:35 1999 -+++ ltconfig Sat May 1 21:40:42 1999 -@@ -1236,7 +1236,7 @@ - ;; - - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -+ freebsd*) - archive_cmds='$CC -shared -o $lib $libobjs $deplibs' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -1670,7 +1670,7 @@ - shlibpath_var=PATH - ;; - --freebsd2* | freebsd3*) -+freebsd*) - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` - version_type=freebsd-$objformat - case "$version_type" in -@@ -1683,7 +1683,7 @@ - ;; - esac - library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix' -- finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$objformat" ldconfig -m $libdir' -+ finish_cmds="PATH=\"\$PATH:/sbin\" OBJFORMAT=$objformat ldconfig -m \$libdir" - shlibpath_var=LD_LIBRARY_PATH - need_version=yes - ;; diff -Nru Hermes/patches/patch-ab Hermes-1.2.5/patches/patch-ab --- Hermes/patches/patch-ab Mon May 3 08:19:24 1999 +++ Hermes-1.2.5/patches/patch-ab Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sat May 1 21:50:32 1999 -+++ src/Makefile.in Sat May 1 21:50:44 1999 -@@ -400,7 +400,7 @@ - install-data-local: - install -m 0755 -d $(includedir)/Hermes - for incfile in $(publicheaders); do \ -- install -m 0644 $$incfile $(includedir)/Hermes; \ -+ install -c -m 0644 $$incfile $(includedir)/Hermes; \ - done - - uninstall-local: diff -Nru Hermes/pkg/PLIST Hermes-1.2.5/pkg/PLIST --- Hermes/pkg/PLIST Sun Jun 6 02:39:29 1999 +++ Hermes-1.2.5/pkg/PLIST Wed Aug 11 15:11:07 1999 @@ -1,7 +1,9 @@ include/Hermes/H_Clear.h +include/Hermes/H_Config.h include/Hermes/H_Conv.h include/Hermes/H_Format.h include/Hermes/H_Pal.h +include/Hermes/H_Types.h include/Hermes/Hermes.h include/Hermes/Types.h lib/libHermes.a @@ -13,7 +15,6 @@ share/doc/Hermes/CHANGES share/doc/Hermes/COPYING share/doc/Hermes/FAQ -share/doc/Hermes/Hermes.spec share/doc/Hermes/README share/doc/Hermes/TODO share/doc/Hermes/TODO.conversion Fix: Please, check and apply this patch.
State Changed From-To: open->closed Committed, thanks!