Hi ports --

graphics/pdfmod includes a patch specifically for Mono3. We don't
ship Mono3 any more. This patch was added in r1.16. These days,
pdfmod builds and runs fine without this patch.

Diff removes it; also removes gpatch as a dependency. Note that
the line changing gmcs to dmcs stays. Mono 6.8 says that dmcs is
deprecated but that can be dealt with another day.

Discovered when build testing all ports dependent on gpatch.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/pdfmod/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile	12 Jul 2019 20:47:07 -0000	1.21
+++ Makefile	30 May 2020 23:53:46 -0000
@@ -4,7 +4,7 @@ COMMENT=	simple application for modifyin
 
 GNOME_PROJECT=	pdfmod
 GNOME_VERSION=	0.9.1
-REVISION=	7
+REVISION=	8
 
 CATEGORIES=	graphics print
 
@@ -30,14 +30,7 @@ CONFIGURE_ARGS=	--enable-release \
 
 DLLMAP_FILES=	lib/poppler-sharp/poppler-sharp/poppler-sharp.dll.config
 
-### build with Mono3
-PATCHFILES=		pdfmod-mono3.patch:0
-PATCH_DIST_STRIP=	-p1
-MASTER_SITES0=		https://distfiles.bsdfrog.org/
-BUILD_DEPENDS +=	devel/gpatch
-PATCH=			${LOCALBASE}/bin/gpatch
 pre-configure:
 	sed -i 's,gmcs,dmcs,g' ${WRKSRC}/configure
-###
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/pdfmod/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo	23 Jul 2014 09:01:24 -0000	1.2
+++ distinfo	30 May 2020 23:53:46 -0000
@@ -1,4 +1,2 @@
 SHA256 (pdfmod-0.9.1.tar.bz2) = 63yYdRSgUxBt3wPyZUR2bHUcgB2HdikJs2QV1GvEJck=
-SHA256 (pdfmod-mono3.patch) = FV+WX++vnMMYEHmV6drgKznLnDU3Gfnqs6MnVVVvLDY=
 SIZE (pdfmod-0.9.1.tar.bz2) = 667450
-SIZE (pdfmod-mono3.patch) = 2480

Reply via email to