svn commit: r509013 - head/cad/zcad

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Aug 15 17:29:25 UTC 2019


Author: acm
Date: Thu Aug 15 17:29:24 2019
New Revision: 509013
URL: https://svnweb.freebsd.org/changeset/ports/509013

Log:
  - Bump PORTREVISION (lazarus ports were updated to 2.0.4)
  - Remove LD_UNSAFE

Modified:
  head/cad/zcad/Makefile

Modified: head/cad/zcad/Makefile
==============================================================================
--- head/cad/zcad/Makefile	Thu Aug 15 17:27:46 2019	(r509012)
+++ head/cad/zcad/Makefile	Thu Aug 15 17:29:24 2019	(r509013)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zcad
 PORTVERSION=	0.9.8.4
+PORTREVISION=	1
 CATEGORIES=	cad
 PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
 
@@ -46,7 +47,6 @@ LAZARUS_PROJECT_FILES=	anchordocking/anchordocking.lpk
 			utils/typeexporter.lpi
 
 LAZBUILD_ARGS=	-d --pcp=${WRKSRC}/tmppcp
-LLD_UNSAFE=	yes
 
 gtk2_CONFLICTS_INSTALL=	${PORTNAME}-qt5
 qt5_CONFLICTS_INSTALL=	${PORTNAME}-gtk2


More information about the svn-ports-all mailing list