svn commit: r404080 - in head: Mk editors/lazarus

John Marino marino at FreeBSD.org
Mon Dec 21 01:40:46 UTC 2015


Author: marino
Date: Mon Dec 21 01:40:44 2015
New Revision: 404080
URL: https://svnweb.freebsd.org/changeset/ports/404080

Log:
  FPC framework: Use generic buildname to support DragonFly

Modified:
  head/Mk/bsd.fpc.mk
  head/editors/lazarus/Makefile

Modified: head/Mk/bsd.fpc.mk
==============================================================================
--- head/Mk/bsd.fpc.mk	Mon Dec 21 00:41:29 2015	(r404079)
+++ head/Mk/bsd.fpc.mk	Mon Dec 21 01:40:44 2015	(r404080)
@@ -62,7 +62,7 @@ ONLY_FOR_ARCHS_REASON=	not yet ported to
 
 BUILD_DEPENDS+=		${PPNAME}:${PORTSDIR}/lang/fpc
 
-BUILDNAME=		${FPC_ARCH}-freebsd
+BUILDNAME=		${FPC_ARCH}-${OPSYS:tl}
 UNITSDIR=		${LOCALBASE}/lib/fpc/${FPC_VER}/units/${BUILDNAME}
 MKINSTDIR=		${LOCALBASE}/lib/fpc/${FPC_VER}/fpmkinst/${BUILDNAME}
 

Modified: head/editors/lazarus/Makefile
==============================================================================
--- head/editors/lazarus/Makefile	Mon Dec 21 00:41:29 2015	(r404079)
+++ head/editors/lazarus/Makefile	Mon Dec 21 01:40:44 2015	(r404080)
@@ -50,7 +50,7 @@ LAZARUS_ARCH=	i386
 LAZARUS_ARCH=	x86_64
 .endif
 
-BUILDNAME=	${LAZARUS_ARCH}-freebsd
+BUILDNAME=	${LAZARUS_ARCH}-${OPSYS:tl}
 LCL_UNITS_DIR=	${LOCALBASE}/share/${PORTNAME}-${PORTVERSION}/lcl/units/${BUILDNAME}
 
 .if !defined(PKGNAMESUFFIX)


More information about the svn-ports-head mailing list