svn commit: r430062 - head/graphics/rawtherapee-devel

Antoine Brodin antoine at FreeBSD.org
Fri Dec 30 19:40:31 UTC 2016


Author: antoine
Date: Fri Dec 30 19:40:30 2016
New Revision: 430062
URL: https://svnweb.freebsd.org/changeset/ports/430062

Log:
  - Unbreak INDEX with fmake
  - Fix PKGBASE collision with graphics/rawtherapee

Modified:
  head/graphics/rawtherapee-devel/Makefile

Modified: head/graphics/rawtherapee-devel/Makefile
==============================================================================
--- head/graphics/rawtherapee-devel/Makefile	Fri Dec 30 19:23:20 2016	(r430061)
+++ head/graphics/rawtherapee-devel/Makefile	Fri Dec 30 19:40:30 2016	(r430062)
@@ -6,6 +6,7 @@ PORTVERSION=	4.2.99.git000
 PORTREVISION=	0
 CATEGORIES=	graphics
 MASTER_SITES=	http://rawtherapee.com/shared/source/
+PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	mandree at FreeBSD.org
 COMMENT=	Powerful RAW image processing application
@@ -37,16 +38,16 @@ USE_BINUTILS=	yes
 CFLAGS+=	-I${LOCALBASE}/include -fPIC
 CXXFLAGS+=	-I${LOCALBASE}/include -fPIC
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
-CONFIGURE_ENV=	CFLAGS="${CFLAGS}" \
-		# LDFLAGS="${LDFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}"
+CONFIGURE_ENV=	CFLAGS="${CFLAGS}"
+# LDFLAGS="${LDFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}"
 CMAKE_ARGS+=	-DDOCDIR="${DOCSDIR}" \
 		-DCREDITSDIR="${DOCSDIR}" \
 		-DLICENCEDIR="${DOCSDIR}" \
 		-DDESKTOPDIR="${DESKTOPDIR}" \
 		-DDATADIR="${DATADIR}" \
 		-DCACHE_NAME_SUFFIX=""
-		#-DCMAKE_C_FLAGS="${CFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}"
-		#-DCMAKE_CXX_FLAGS="${CXXFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}"
+#-DCMAKE_C_FLAGS="${CFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}"
+#-DCMAKE_CXX_FLAGS="${CXXFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}"
 SUB_FILES=	rawtherapee
 SUB_LIST=	RTDIR="${RTDIR}"
 INSTALLS_ICONS=	yes


More information about the svn-ports-head mailing list