From owner-freebsd-ports Wed Aug 11 4:33:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE38D14E7F for ; Wed, 11 Aug 1999 04:33:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA15186; Wed, 11 Aug 1999 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 91F40150FA for ; Wed, 11 Aug 1999 04:24:35 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id PAA34433; Wed, 11 Aug 1999 15:24:39 +0400 (MSD) (envelope-from andy) Message-Id: <199908111124.PAA34433@icc.surw.chel.su> Date: Wed, 11 Aug 1999 15:24:39 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13067: Update port: graphics/Hermes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13067 >Category: ports >Synopsis: Update port: graphics/Hermes >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: Wed Aug 11 04:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: 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 >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message