From owner-svn-ports-head@FreeBSD.ORG Mon Jan 19 20:32:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02C26ED8; Mon, 19 Jan 2015 20:32:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D94A75F3; Mon, 19 Jan 2015 20:32:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0JKWrd0032081; Mon, 19 Jan 2015 20:32:53 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0JKWrB3032074; Mon, 19 Jan 2015 20:32:53 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201501192032.t0JKWrB3032074@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 19 Jan 2015 20:32:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377471 - in head/graphics/xpdf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 20:32:54 -0000 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@