Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2013 11:53:51 GMT
From:      Armin Gruner <ag-freebsd@muc.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177503: textproc/pdfgrep ffails to build, upgrade required
Message-ID:  <201303301153.r2UBrpOq086382@red.freebsd.org>
Resent-Message-ID: <201303301200.r2UC02CD018630@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177503
>Category:       ports
>Synopsis:       textproc/pdfgrep ffails to build, upgrade required
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 30 12:00:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Armin Gruner
>Release:        9.1-RELEASE
>Organization:
muc.de
>Environment:
FreeBSD magnus 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
textproc/pdfgrep needs an upgrade, the port version does not build with the updated poppler libraries.

Upgrading to the most recent pdfgrep version (1.3) fixes the build problem.
>How-To-Repeat:
cd /usr/ports/textproc/pdfgrep && make

>Fix:
Use attached port upgrade patches


Patch attached with submission follows:

diff -u -ruN ../../textproc/pdfgrep/Makefile ./Makefile
--- ../../textproc/pdfgrep/Makefile	2013-03-30 12:50:21.608342428 +0100
+++ ./Makefile	2013-03-30 12:50:09.075341000 +0100
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	pdfgrep
-PORTVERSION=	1.1
-PORTREVISION=	4
+PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}/
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -u -ruN ../../textproc/pdfgrep/distinfo ./distinfo
--- ../../textproc/pdfgrep/distinfo	2013-03-30 12:50:23.110341634 +0100
+++ ./distinfo	2013-03-30 12:50:12.877341000 +0100
@@ -1,2 +1,2 @@
-SHA256 (pdfgrep-1.1.tar.gz) = fdce13b152595a6c3e0d84718404066cea94bdb44feb480786f118814c706c02
-SIZE (pdfgrep-1.1.tar.gz) = 93911
+SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
+SIZE (pdfgrep-1.3.0.tar.gz) = 99739


>Release-Note:
>Audit-Trail:
>Unformatted:



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