Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2017 18:48:47 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432531 - head/lang/pocl
Message-ID:  <201701261848.v0QIml4n047745@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701261848.v0QIml4n047745>