svn commit: r509016 - head/graphics/lazpaint

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


Author: acm
Date: Thu Aug 15 17:34:53 2019
New Revision: 509016
URL: https://svnweb.freebsd.org/changeset/ports/509016

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

Modified:
  head/graphics/lazpaint/Makefile

Modified: head/graphics/lazpaint/Makefile
==============================================================================
--- head/graphics/lazpaint/Makefile	Thu Aug 15 17:33:08 2019	(r509015)
+++ head/graphics/lazpaint/Makefile	Thu Aug 15 17:34:53 2019	(r509016)
@@ -3,7 +3,7 @@
 PORTNAME=	lazpaint
 PORTVERSION=	6.4.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
 
@@ -37,7 +37,6 @@ LAZARUS_PROJECT_FILES+=	bgracontrols/bgracontrols.lpk
 LAZARUS_PROJECT_FILES+=	lazpaint/lazpaint.lpi
 
 LAZBUILD_ARGS=	-d
-LLD_UNSAFE=	yes
 
 post-patch:
 	${REINPLACE_CMD} 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/lazpaint/utranslation.pas


More information about the svn-ports-head mailing list