ports/51054: Update port: graphics/gliv to 1.7.1

KATO Tsuguru tkato at prontomail.com
Wed Apr 16 18:40:34 UTC 2003


>Number:         51054
>Category:       ports
>Synopsis:       Update port: graphics/gliv to 1.7.1
>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:   Wed Apr 16 11:40:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.7.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/gliv/Makefile graphics/gliv/Makefile
--- /usr/ports/graphics/gliv/Makefile	Sat Apr 12 22:48:39 2003
+++ graphics/gliv/Makefile	Tue Apr 15 03:37:23 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gliv
-PORTVERSION=	1.7
+PORTVERSION=	1.7.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://gliv.tuxfamily.org/
 
@@ -20,6 +20,7 @@
 USE_X_PREFIX=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 MAN1=		gliv.1
@@ -27,7 +28,9 @@
 CPPFLAGS=	-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib -lXext -lX11 ${PTHREAD_LIBS}
 
-.if !exists(/usr/include/getopt.h)
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500041
 LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 LDFLAGS+=	-lgnugetopt
 .endif
@@ -35,4 +38,4 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -urN /usr/ports/graphics/gliv/distinfo graphics/gliv/distinfo
--- /usr/ports/graphics/gliv/distinfo	Sat Apr 12 22:48:39 2003
+++ graphics/gliv/distinfo	Tue Apr 15 03:11:38 2003
@@ -1 +1 @@
-MD5 (gliv-1.7.tar.bz2) = 8384eb5f83303341ca907235fdeb1735
+MD5 (gliv-1.7.1.tar.bz2) = a8c06551a6830d994442bec4220a153e
diff -urN /usr/ports/graphics/gliv/pkg-plist graphics/gliv/pkg-plist
--- /usr/ports/graphics/gliv/pkg-plist	Mon Jan 28 02:09:55 2002
+++ graphics/gliv/pkg-plist	Tue Apr 15 03:23:21 2003
@@ -1,2 +1,4 @@
 bin/gliv
 share/locale/fr/LC_MESSAGES/gliv.mo
+share/locale/pt_BR/LC_MESSAGES/gliv.mo
+share/locale/ru/LC_MESSAGES/gliv.mo
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list