svn commit: r380829 - head/x11-toolkits/xforms

Mikhail Teterin mi at FreeBSD.org
Mon Mar 9 02:52:49 UTC 2015


Author: mi
Date: Mon Mar  9 02:52:47 2015
New Revision: 380829
URL: https://svnweb.freebsd.org/changeset/ports/380829
QAT: https://qat.redports.org/buildarchive/r380829/

Log:
  Fix a typo, which broke -- among other things -- port graphics/xfpovray.
  Upstream notified...

Modified:
  head/x11-toolkits/xforms/Makefile

Modified: head/x11-toolkits/xforms/Makefile
==============================================================================
--- head/x11-toolkits/xforms/Makefile	Mon Mar  9 00:58:51 2015	(r380828)
+++ head/x11-toolkits/xforms/Makefile	Mon Mar  9 02:52:47 2015	(r380829)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xforms
 DISTVERSION=	1.2.4
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	x11-toolkits graphics
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
@@ -27,6 +27,10 @@ CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
+post-patch:
+	${REINPLACE_CMD} 's|#define fl_draw_box|#define fl_drw_box|'	\
+		${WRKSRC}/lib/include/Basic.h
+
 BROKEN_ia64=	Does not compile on ia64
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list