Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 20:32:53 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377471 - in head/graphics/xpdf: . files
Message-ID:  <201501192032.t0JKWrB3032074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Jan 19 20:32:52 2015
New Revision: 377471
URL: https://svnweb.freebsd.org/changeset/ports/377471
QAT: https://qat.redports.org/buildarchive/r377471/

Log:
  Update 3.03 --> 3.04
  
  Discovered by:		bapt

Deleted:
  head/graphics/xpdf/files/patch-gmem
  head/graphics/xpdf/files/patch-xpdf_Makefile.in
Modified:
  head/graphics/xpdf/Makefile
  head/graphics/xpdf/distinfo
  head/graphics/xpdf/files/patch-splash_Makefile.in

Modified: head/graphics/xpdf/Makefile
==============================================================================
--- head/graphics/xpdf/Makefile	Mon Jan 19 20:28:16 2015	(r377470)
+++ head/graphics/xpdf/Makefile	Mon Jan 19 20:32:52 2015	(r377471)
@@ -1,12 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	xpdf
-PORTVERSION=	3.03
-PORTREVISION=	6
+PORTVERSION=	3.04
 CATEGORIES=	graphics print
-MASTER_SITES=	ftp://ftp.foolabs.com/pub/xpdf/ \
+MASTER_SITES=	http://mirrors.rit.edu/zi/ \
+		ftp://ftp.foolabs.com/pub/xpdf/ \
 		${MASTER_SITE_TEX_CTAN} \
-		http://mirrors.rit.edu/zi/ \
 		http://komquats.com/distfiles/
 MASTER_SITE_SUBDIR=	support/xpdf
 
@@ -17,7 +16,7 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 
 GNU_CONFIGURE=	yes
 USES=		gmake
-CFLAGS+=	-I${LOCALBASE}/include
+CFLAGS+=	-I${LOCALBASE}/include -O0
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-opi \

Modified: head/graphics/xpdf/distinfo
==============================================================================
--- head/graphics/xpdf/distinfo	Mon Jan 19 20:28:16 2015	(r377470)
+++ head/graphics/xpdf/distinfo	Mon Jan 19 20:32:52 2015	(r377471)
@@ -1,4 +1,2 @@
-SHA256 (xpdf-3.03.tar.gz) = 02cf63d8f6326eda644096cd0f969e1588702ad87222c1e9388a93c270fbceca
-SIZE (xpdf-3.03.tar.gz) = 795537
-SHA256 (patch-zz-xpdf-annot.20080728a) = c96308c0fb90450251a6f8a19b5436a5fd5d70b4d6af2626ba85d3c4b7300fe1
-SIZE (patch-zz-xpdf-annot.20080728a) = 69092
+SHA256 (xpdf-3.04.tar.gz) = 11390c74733abcb262aaca4db68710f13ffffd42bfe2a0861a5dfc912b2977e5
+SIZE (xpdf-3.04.tar.gz) = 825519

Modified: head/graphics/xpdf/files/patch-splash_Makefile.in
==============================================================================
--- head/graphics/xpdf/files/patch-splash_Makefile.in	Mon Jan 19 20:28:16 2015	(r377470)
+++ head/graphics/xpdf/files/patch-splash_Makefile.in	Mon Jan 19 20:32:52 2015	(r377471)
@@ -1,10 +1,11 @@
-Index: splash/Makefile.in
+--- splash/Makefile.in.orig	2014-05-28 11:50:50.000000000 -0700
++++ splash/Makefile.in	2014-12-20 18:20:37.776117864 -0800
 @@ -16,7 +16,7 @@
  FOFISRCDIR = $(srcdir)/../fofi
  FOFILIBDIR = ../fofi
  
--CXXFLAGS = @CXXFLAGS@ @DEFS@ -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) @t1_CFLAGS@ @freetype2_CFLAGS@
-+CXXFLAGS = @CXXFLAGS@ @DEFS@ -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) @t1_CFLAGS@ @freetype2_CFLAGS@ @X_CFLAGS@
+-CXXFLAGS = @CXXFLAGS@ @DEFS@ -I.. -I$(srcdir)/.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) @freetype2_CFLAGS@
++CXXFLAGS = @CXXFLAGS@ @DEFS@ -I.. -I$(srcdir)/.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) @freetype2_CFLAGS@ @X_CFLAGS@
  
  CXX = @CXX@
  AR = @AR@



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