svn commit: r321203 - in head/devel/glog: . files

William Grzybowski wg at FreeBSD.org
Tue Jun 18 16:25:48 UTC 2013


Author: wg
Date: Tue Jun 18 16:25:47 2013
New Revision: 321203
URL: http://svnweb.freebsd.org/changeset/ports/321203

Log:
  devel/glog: remove patches
  
  - Patches to fix the real issue have been integrated upstream
  
  http://code.google.com/p/google-glog/source/detail?r=116
  
  PR:		ports/175792 [1]
  Submitted by:	Yoshisato YANAGISAWA <osho at pcc-software.org>
  Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)

Deleted:
  head/devel/glog/files/
Modified:
  head/devel/glog/Makefile

Modified: head/devel/glog/Makefile
==============================================================================
--- head/devel/glog/Makefile	Tue Jun 18 16:19:08 2013	(r321202)
+++ head/devel/glog/Makefile	Tue Jun 18 16:25:47 2013	(r321203)
@@ -22,14 +22,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "amd64" || ${ARCH} =="ia64" || ${ARCH} =="powerpc" || ${ARCH} =="sparc64"
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-src-utilities.cc
-.endif
-
-.if ${ARCH} == "amd64"
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src-utilities.h
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|^docdir.*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in
 .if ! ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-head mailing list