svn commit: r354364 - in branches/2014Q2/textproc/xmlppm: . files

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat May 17 20:12:41 UTC 2014


Author: rakuco
Date: Sat May 17 20:12:40 2014
New Revision: 354364
URL: http://svnweb.freebsd.org/changeset/ports/354364
QAT: https://qat.redports.org/buildarchive/r354364/

Log:
  MFH: r354270
  
  Stop passing -fcheck-new to the compiler.
  
  This flag is GCC specific, and there should be no big loss with its removal.
  This commit fixes the build on HEAD (clang 3.4).
  
  Approved by:	portmgr (erwin, miwi)

Added:
  branches/2014Q2/textproc/xmlppm/files/patch-src__Makefile.in
     - copied unchanged from r354270, head/textproc/xmlppm/files/patch-src__Makefile.in
Modified:
  branches/2014Q2/textproc/xmlppm/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/textproc/xmlppm/Makefile
==============================================================================
--- branches/2014Q2/textproc/xmlppm/Makefile	Sat May 17 20:12:19 2014	(r354363)
+++ branches/2014Q2/textproc/xmlppm/Makefile	Sat May 17 20:12:40 2014	(r354364)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xmlppm
 PORTVERSION=	0.98.3
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \
 		http://www.cs.cornell.edu/People/jcheney/xmlppm/

Copied: branches/2014Q2/textproc/xmlppm/files/patch-src__Makefile.in (from r354270, head/textproc/xmlppm/files/patch-src__Makefile.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q2/textproc/xmlppm/files/patch-src__Makefile.in	Sat May 17 20:12:40 2014	(r354364, copy of r354270, head/textproc/xmlppm/files/patch-src__Makefile.in)
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	2014-05-17 01:23:05.000000000 +0300
++++ src/Makefile.in	2014-05-17 01:23:13.000000000 +0300
+@@ -176,7 +176,7 @@
+ xmlppm_SOURCES = xmlppm.cpp Args.cpp Args.h Version.h
+ xmlppm_LDADD = libxmlppm.a 
+ AM_CFLAGS = -Wall -ansi -pedantic -Wno-sign-compare -Wno-unknown-pragmas -Wno-conversion
+-AM_CXXFLAGS = -fno-exceptions -fno-rtti -fcheck-new -Wall -ansi -pedantic -Wno-sign-compare -Wno-unknown-pragmas -Wno-conversion
++AM_CXXFLAGS = -fno-exceptions -fno-rtti -Wall -ansi -pedantic -Wno-sign-compare -Wno-unknown-pragmas -Wno-conversion
+ xmlunppm_SOURCES = xmlunppm.cpp Args.cpp Args.h Version.h
+ xmlunppm_LDADD = libxmlppm.a
+ lib_LIBRARIES = libxmlppm.a 


More information about the svn-ports-all mailing list