ports/183062: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Tue Oct 22 19:20:02 UTC 2013


The following reply was made to PR ports/183062; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/183062: commit references a PR
Date: Tue, 22 Oct 2013 19:12:04 +0000 (UTC)

 Author: amdmi3
 Date: Tue Oct 22 19:11:57 2013
 New Revision: 331307
 URL: http://svnweb.freebsd.org/changeset/ports/331307
 
 Log:
   - Respect PREFIX/LOCALBASE (always installs into /usr/local otherwise)
   - Support staging
   - Convert USE_GMAKE to USES
   - Pet portlint by reordering stuff a bit
   
   PR:		183062
   Submitted by:	amdmi3
   Approved by:	maintainer email bounces
 
 Modified:
   head/graphics/squish/Makefile
 
 Modified: head/graphics/squish/Makefile
 ==============================================================================
 --- head/graphics/squish/Makefile	Tue Oct 22 19:02:06 2013	(r331306)
 +++ head/graphics/squish/Makefile	Tue Oct 22 19:11:57 2013	(r331307)
 @@ -10,20 +10,20 @@ MAINTAINER=	me at rdb.name
  COMMENT=	Open source DXT compression library
  
  LICENSE=	MIT
 -USE_GMAKE=	YES
 +
 +USES=		gmake
 +MAKE_ENV=	INSTALL_DIR=${STAGEDIR}${PREFIX}
  PLIST_FILES=	include/squish.h \
  		lib/libsquish.a
 +CXXFLAGS+=	-fPIC
  
  OPTIONS_RADIO=	RG1
  OPTIONS_RADIO_RG1=	ALTIVEC SSE
  ALTIVEC_DESC=	Use Altivec instructions
  RG1_DESC=	Optimizations Selection
  
 -NO_STAGE=	yes
  .include <bsd.port.options.mk>
  
 -CXXFLAGS+=	-fPIC
 -
  .if ${PORT_OPTIONS:MALTIVEC}
  CXXFLAGS+=	-DSQUISH_USE_ALTIVEC=1 -maltivec
  .endif
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list