Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 01:40:44 +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: r404080 - in head: Mk editors/lazarus
Message-ID:  <201512210140.tBL1eiUh054283@repo.freebsd.org>

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



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