Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2003 22:57:08 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55467: Update port: graphics/Hermes to 1.3.3
Message-ID:  <20030811225708.00a30337.tkato@prontomail.com>
Resent-Message-ID: <200308111400.h7BE0YnP057320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55467
>Category:       ports
>Synopsis:       Update port: graphics/Hermes to 1.3.3
>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 Aug 11 07:00:33 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.3.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/Hermes/Makefile graphics/Hermes/Makefile
--- /usr/ports/graphics/Hermes/Makefile	Mon Jun  9 07:11:49 2003
+++ graphics/Hermes/Makefile	Sun Aug 10 18:55:00 2003
@@ -6,16 +6,13 @@
 #
 
 PORTNAME=	Hermes
-PORTVERSION=	1.3.2
-PORTREVISION=	1
+PORTVERSION=	1.3.3
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.clanlib.org/download/files/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fast pixel formats conversion library
 
-BUILD_DEPENDS=	${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake
-
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
@@ -23,9 +20,6 @@
 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)
diff -urN /usr/ports/graphics/Hermes/distinfo graphics/Hermes/distinfo
--- /usr/ports/graphics/Hermes/distinfo	Mon May 19 09:40:04 2003
+++ graphics/Hermes/distinfo	Sun Aug 10 18:42:21 2003
@@ -1 +1 @@
-MD5 (Hermes-1.3.2.tar.bz2) = 772db12a6e9c04b895913fd9f01b65fc
+MD5 (Hermes-1.3.3.tar.bz2) = 1b99f623169cf62b70f3de081a633d14
diff -urN /usr/ports/graphics/Hermes/files/patch-aa graphics/Hermes/files/patch-aa
--- /usr/ports/graphics/Hermes/files/patch-aa	Tue Aug 29 02:53:03 2000
+++ graphics/Hermes/files/patch-aa	Sun Aug 10 19:04:01 2003
@@ -1,9 +1,9 @@
---- 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 @@
+--- src/Makefile.in.orig	Mon Jul  7 00:56:57 2003
++++ src/Makefile.in	Sun Aug 10 18:54:05 2003
+@@ -540,13 +540,13 @@
  
  
- .S.lo:
+ .S.o:
 -	gcc -c -o $@ $<
 +	$(CC) -c -o $@ $<
  	cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
diff -urN /usr/ports/graphics/Hermes/files/patch-configure graphics/Hermes/files/patch-configure
--- /usr/ports/graphics/Hermes/files/patch-configure	Wed Jun  4 23:45:10 2003
+++ graphics/Hermes/files/patch-configure	Sun Aug 10 18:45:49 2003
@@ -1,6 +1,6 @@
---- configure.orig	Wed Jun  4 00:25:16 2003
-+++ configure	Wed Jun  4 00:25:11 2003
-@@ -7766,6 +7766,7 @@
+--- configure.orig	Mon Jul  7 00:56:59 2003
++++ configure	Sun Aug 10 18:45:41 2003
+@@ -7767,6 +7767,7 @@
  
  # This can be used to rebuild libtool when needed
  LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -8,12 +8,3 @@
  
  # Always use our own libtool.
  LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -10311,7 +10312,7 @@
-   *(c+0)=1; *(c+1)=2;
-   *(c+2)=3; *(c+3)=4;
- 
--  if(tst==0x01020304) return 0;
-+  if(tst==0x01020304 || tst==0x0102030400000000) return 0;
-   else
-   return 1;
- }
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030811225708.00a30337.tkato>