Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 03:23:37 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159473: Update port: graphics/lib3ds
Message-ID:  <20110804032337.cd3ec1ce.tkato432@yahoo.com>
Resent-Message-ID: <201108031840.p73IeUeE076970@freefall.freebsd.org>

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

>Number:         159473
>Category:       ports
>Synopsis:       Update port: graphics/lib3ds
>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 Aug 03 18:40:30 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/lib3ds/Makefile graphics/lib3ds/Makefile
--- /usr/ports/graphics/lib3ds/Makefile	2011-08-03 15:33:24.000000000 +0900
+++ graphics/lib3ds/Makefile	2011-08-03 15:59:18.000000000 +0900
@@ -9,20 +9,24 @@
 PORTVERSION=	1.3.0
 PORTREVISION=	1
 CATEGORIES=	graphics
-MASTER_SITES=	SF
+MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A library for handling 3DS (3D Studio) files
 
-BROKEN=	does not fetch
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
 
 USE_ZIP=	yes
-USE_LDCONFIG=	yes
 USE_GL=		glut
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
+USE_LDCONFIG=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		3dsdump.1 lib3ds-config.1
 
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
+
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/lib3ds/pkg-descr graphics/lib3ds/pkg-descr
--- /usr/ports/graphics/lib3ds/pkg-descr	2001-01-19 04:03:52.000000000 +0900
+++ graphics/lib3ds/pkg-descr	2011-07-31 02:23:21.000000000 +0900
@@ -2,4 +2,4 @@
 files. It's main goal is to simplify the creation of 3DS import and export
 filters.
 
-WWW: http://lib3ds.sourceforge.net/
+WWW: http://code.google.com/p/lib3ds/
>Release-Note:
>Audit-Trail:
>Unformatted:



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