Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2019 17:34:53 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509016 - head/graphics/lazpaint
Message-ID:  <201908151734.x7FHYr5s047773@repo.freebsd.org>

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



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