Date: Sat, 15 Oct 2011 02:58:27 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/161619: Update port: graphics/qslim Message-ID: <20111015025827.156e5c94.tkato432@yahoo.com> Resent-Message-ID: <201110141850.p9EIoIB5051508@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111015025827.156e5c94.tkato432>