Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2002 02:37:07 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/42242: Update port: graphics/gts
Message-ID:  <200208310937.g7V9b77o041318@www.freebsd.org>

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

>Number:         42242
>Category:       ports
>Synopsis:       Update port: graphics/gts
>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:   Sat Aug 31 02:40:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6.2-RELEASE i386
>Organization:
>Environment:
>Description:
- GNU_CONFIGURE -> USE_LIBTOOL
- Add missing INSTALLS_SHLIB

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/gts/Makefile graphics/gts/Makefile
--- /usr/ports/graphics/gts/Makefile	Tue Jul 16 03:28:16 2002
+++ graphics/gts/Makefile	Fri Aug 30 02:50:47 2002
@@ -8,25 +8,27 @@
 
 PORTNAME=	gts
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
-USE_LIBTOOL=	yes
 USE_GNOMENG=	yes
 USE_GNOME=	glib12
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+USE_LIBTOOL=	yes
+LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+INSTALLS_SHLIB=	yes
 
-.if !defined(NOPORTDOCS)
 post-install:
+.if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	${CP} -R ${WRKSRC}/doc/html/* ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/gts/pkg-plist graphics/gts/pkg-plist
--- /usr/ports/graphics/gts/pkg-plist	Mon Jun 24 00:56:09 2002
+++ graphics/gts/pkg-plist	Fri Aug 30 03:59:12 2002
@@ -1,14 +1,14 @@
 bin/gts-config
 bin/gts2oogl
-bin/gtscompare
 bin/gtscheck
+bin/gtscompare
 bin/gtstemplate
 bin/transform
 include/gts.h
 include/gtsconfig.h
-lib/libgts-0.6.so.0
 lib/libgts.a
 lib/libgts.so
+lib/libgts.so.0
 share/aclocal/gts.m4
 %%PORTDOCS%%share/doc/gts/book1.html
 %%PORTDOCS%%share/doc/gts/c10143.html

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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