ports/161619: Update port: graphics/qslim

KATO Tsuguru tkato432 at yahoo.com
Fri Oct 14 18:50:19 UTC 2011


>Number:         161619
>Category:       ports
>Synopsis:       Update port: graphics/qslim
>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:   Fri Oct 14 18:50:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Update WWW: line

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/qslim/Makefile graphics/qslim/Makefile
--- /usr/ports/graphics/qslim/Makefile	2011-09-24 13:48:14.000000000 +0900
+++ graphics/qslim/Makefile	2011-09-27 15:57:09.000000000 +0900
@@ -16,6 +16,9 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	SlimKit Surface Modeling Tools
 
+LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/GPL.txt
+
 LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		gfx.0:${PORTSDIR}/graphics/libgfx \
@@ -24,19 +27,19 @@
 CONFIGURE_WRKSRC=	${WRKSRC}/mixkit
 BUILD_WRKSRC=		${WRKSRC}/mixkit/src
 
+USE_GL=		glu
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_GL=		glu
-USE_LDCONFIG=	yes
+MAKE_ENV=	FLTKCONFIG="${LOCALBASE}/bin/fltk-config"
+MAKE_ARGS=	CC="${CC}" CXX="${CXX}"
 ALL_TARGET=	# none
+USE_LDCONFIG=	yes
+MAKE_JOBS_SAFE=	yes
 
+CFLAGS+=	-DMIX_ANSI_IOSTREAMS -fpermissive -fPIC ${CPPFLAGS}
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_BOOL
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
-CFLAGS+=	-DMIX_ANSI_IOSTREAMS -fpermissive -fPIC ${CPPFLAGS}
-MAKE_ARGS+=	CC="${CC}" CXX="${CXX}"
-MAKE_ENV+=	FLTKCONFIG="${LOCALBASE}/bin/fltk-config"
-
 post-extract:
 	@${RM} -rf ${WRKSRC}/libgfx/
 
diff -urN /usr/ports/graphics/qslim/pkg-descr graphics/qslim/pkg-descr
--- /usr/ports/graphics/qslim/pkg-descr	2002-01-07 00:22:32.000000000 +0900
+++ graphics/qslim/pkg-descr	2011-09-09 02:25:16.000000000 +0900
@@ -5,4 +5,4 @@
 The primary component of this package is the QSlim 2.0 surface
 simplification tool.
 
-WWW: http://graphics.cs.uiuc.edu/~garland/software/qslim.html
+WWW: http://mgarland.org/software/qslim.html
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list