Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2004 23:00:23 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69296: Update port: games/libggz to 0.0.9
Message-ID:  <20040719230023.2cf352db.tkato432@yahoo.com>
Resent-Message-ID: <200407191410.i6JEAMLm064227@freefall.freebsd.org>

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

>Number:         69296
>Category:       ports
>Synopsis:       Update port: games/libggz to 0.0.9
>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 Jul 19 14:10:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.0.9

Remove file:
files/patch-ltmain.sh

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/libggz/Makefile games/libggz/Makefile
--- /usr/ports/games/libggz/Makefile	Tue May  4 13:44:14 2004
+++ games/libggz/Makefile	Sun Jul 18 18:04:29 2004
@@ -7,27 +7,33 @@
 #
 
 PORTNAME=	libggz
-PORTVERSION=	0.0.8
-PORTREVISION=	1
+PORTVERSION=	0.0.9
 CATEGORIES=	games
-MASTER_SITES=	http://ggzgamingzone.org/pub/ggz/%SUBDIR%/
+MASTER_SITES=	http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The GGZ Gaming Zone - Base Library
 
-#LIB_DEPENDS=	gcrypt.6:${PORTSDIR}/security/libgcrypt
 
 USE_GNOME=	gnomehack gnometarget
-USE_OPENSSL=	yes
+USE_LIBTOOL_VER=	15
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS=	--disable-debug --with-tls
+CONFIGURE_ARGS=	--disable-debug
 INSTALLS_SHLIB=	yes
 
 MAN3=	ggz.h.3
 
 CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
+
+.if defined(WITH_GNUTLS)
+LIB_DEPENDS+=	gnutls.12:${PORTSDIR}/security/gnutls
+CONFIGURE_ARGS+=	--with-tls=GnuTLS
+.else
+USE_OPENSSL=	yes
+CONFIGURE_ARGS+=	--with-tls=OpenSSL
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/libggz/distinfo games/libggz/distinfo
--- /usr/ports/games/libggz/distinfo	Sun Feb 15 04:00:34 2004
+++ games/libggz/distinfo	Mon Jul 19 22:38:35 2004
@@ -1,2 +1,2 @@
-MD5 (libggz-0.0.8.tar.gz) = c3fcf431c6c53a099352bb9769c67862
-SIZE (libggz-0.0.8.tar.gz) = 410286
+MD5 (libggz-0.0.9.tar.gz) = 1d905aa0564e1727f394e96d115b89e4
+SIZE (libggz-0.0.9.tar.gz) = 434410
diff -urN /usr/ports/games/libggz/files/patch-ltmain.sh games/libggz/files/patch-ltmain.sh
--- /usr/ports/games/libggz/files/patch-ltmain.sh	Thu Oct  9 10:33:12 2003
+++ games/libggz/files/patch-ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -1,15 +0,0 @@
---- ltmain.sh.orig	Wed Oct  8 22:11:50 2003
-+++ ltmain.sh	Wed Oct  8 22:12:05 2003
-@@ -4325,10 +4325,12 @@
- 	fi
- 
- 	# Install the pseudo-library for information purposes.
-+	if /usr/bin/false ; then
- 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- 	instname="$dir/$name"i
- 	$show "$install_prog $instname $destdir/$name"
- 	$run eval "$install_prog $instname $destdir/$name" || exit $?
-+	fi
- 
- 	# Maybe install the static library, too.
- 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040719230023.2cf352db.tkato432>