svn commit: r376992 - head/x11-wm/fvwm2

Cy Schubert cy at FreeBSD.org
Wed Jan 14 02:53:54 UTC 2015


Author: cy
Date: Wed Jan 14 02:53:53 2015
New Revision: 376992
URL: https://svnweb.freebsd.org/changeset/ports/376992
QAT: https://qat.redports.org/buildarchive/r376992/

Log:
  Fix gtk12/clang compile error.
  
  PR:		196679
  Submitted by:	WATANABE Kazuhiro <CQG00620 at nifty.ne.jp>
  Broken by:	r375573

Modified:
  head/x11-wm/fvwm2/Makefile

Modified: head/x11-wm/fvwm2/Makefile
==============================================================================
--- head/x11-wm/fvwm2/Makefile	Wed Jan 14 02:43:29 2015	(r376991)
+++ head/x11-wm/fvwm2/Makefile	Wed Jan 14 02:53:53 2015	(r376992)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fvwm
 PORTVERSION=	2.6.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-wm
 MASTER_SITES=	ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
 		http://www.fvwm.org/generated/icon_download/
@@ -20,7 +20,7 @@ CONFLICTS?=	fvwm-1.* fvwm-2.[457].*
 NO_LATEST_LINK=	yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-mandoc --without-gnome
+CONFIGURE_ARGS=	--disable-mandoc --without-gnome --disable-gtk
 USES=		gmake perl5 pkgconfig tar:bzip2
 USE_XORG=	xcursor xft xinerama xpm xrender
 


More information about the svn-ports-all mailing list