ports/159473: Update port: graphics/lib3ds
KATO Tsuguru
tkato432 at yahoo.com
Wed Aug 3 18:40:31 UTC 2011
>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 at 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:
More information about the freebsd-ports-bugs
mailing list