svn commit: r432531 - head/lang/pocl

John Marino marino at FreeBSD.org
Thu Jan 26 18:48:48 UTC 2017


Author: marino
Date: Thu Jan 26 18:48:47 2017
New Revision: 432531
URL: https://svnweb.freebsd.org/changeset/ports/432531

Log:
  lang/pocl: Fix PLIST for non-FreeBSD platforms
  
  no-op for FreeBSD, it just removes hardcoding from pkg-plist
  
  Approved by:	just-fix-it

Modified:
  head/lang/pocl/Makefile
  head/lang/pocl/pkg-plist

Modified: head/lang/pocl/Makefile
==============================================================================
--- head/lang/pocl/Makefile	Thu Jan 26 18:37:04 2017	(r432530)
+++ head/lang/pocl/Makefile	Thu Jan 26 18:48:47 2017	(r432531)
@@ -40,6 +40,7 @@ CONFIGURE_ENV=	LLVM_CONFIG="${LOCALBASE}
 		CLANGXX_FLAGS=-std=gnu++11
 # needed for the libltdl configure check
 LDFLAGS+=	-L${LOCALBASE}/lib
+PLIST_SUB=	OPSYS=${OPSYS:tl} ARCH=${ARCH}
 
 ALL_TARGET=	all
 

Modified: head/lang/pocl/pkg-plist
==============================================================================
--- head/lang/pocl/pkg-plist	Thu Jan 26 18:37:04 2017	(r432530)
+++ head/lang/pocl/pkg-plist	Thu Jan 26 18:48:47 2017	(r432531)
@@ -24,4 +24,4 @@ libdata/pkgconfig/pocl.pc
 %%DATADIR%%/include/pocl_device.h
 %%DATADIR%%/include/pocl_tests.h
 %%DATADIR%%/include/pocl_types.h
-%%DATADIR%%/kernel-amd64-portbld-freebsd%%OSREL%%.bc
+%%DATADIR%%/kernel-%%ARCH%%-portbld-%%OPSYS%%%%OSREL%%.bc


More information about the svn-ports-all mailing list