Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 18:38:45 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362463 - head/graphics/stamp
Message-ID:  <201407211838.s6LIcjZ4072165@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Jul 21 18:38:45 2014
New Revision: 362463
URL: http://svnweb.freebsd.org/changeset/ports/362463
QAT: https://qat.redports.org/buildarchive/r362463/

Log:
  %%X11%%-out the stuff that only gets built if X11 support is enabled.

Modified:
  head/graphics/stamp/Makefile
  head/graphics/stamp/pkg-plist

Modified: head/graphics/stamp/Makefile
==============================================================================
--- head/graphics/stamp/Makefile	Mon Jul 21 18:36:04 2014	(r362462)
+++ head/graphics/stamp/Makefile	Mon Jul 21 18:38:45 2014	(r362463)
@@ -17,6 +17,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	X11
+OPTIONS_SUB=	yes
 X11_USE=	GNOME=gtk12
 
 post-patch:

Modified: head/graphics/stamp/pkg-plist
==============================================================================
--- head/graphics/stamp/pkg-plist	Mon Jul 21 18:36:04 2014	(r362462)
+++ head/graphics/stamp/pkg-plist	Mon Jul 21 18:38:45 2014	(r362463)
@@ -1,5 +1,5 @@
 bin/stamp
-bin/gstamp
+%%X11%%bin/gstamp
 share/stamp/fonts/8x10.fnt
 share/stamp/fonts/8x11snsf.fnt
 share/stamp/fonts/8x14.fnt
@@ -79,15 +79,15 @@ share/stamp/fonts/t.fnt
 share/stamp/fonts/tekton.fnt
 share/stamp/fonts/thai.fnt
 share/stamp/fonts/thin.fnt
-share/stamp/pixmaps/file.xpm
-share/stamp/pixmaps/gstmpcfg.xpm
-share/stamp/pixmaps/gtkstamp.xpm
-share/stamp/pixmaps/stamp.tif
-share/stamp/pixmaps/stamp.xpm
-share/stamp/pixmaps/stamp_not_working.xpm
-share/stamp/pixmaps/stamp_working.xpm
-share/stamp/pixmaps/transfer_not_working.xpm
-share/stamp/pixmaps/transfer_working.xpm
+%%X11%%share/stamp/pixmaps/file.xpm
+%%X11%%share/stamp/pixmaps/gstmpcfg.xpm
+%%X11%%share/stamp/pixmaps/gtkstamp.xpm
+%%X11%%share/stamp/pixmaps/stamp.tif
+%%X11%%share/stamp/pixmaps/stamp.xpm
+%%X11%%share/stamp/pixmaps/stamp_not_working.xpm
+%%X11%%share/stamp/pixmaps/stamp_working.xpm
+%%X11%%share/stamp/pixmaps/transfer_not_working.xpm
+%%X11%%share/stamp/pixmaps/transfer_working.xpm
 @dirrm share/stamp/fonts
-@dirrm share/stamp/pixmaps
+%%X11%%@dirrm share/stamp/pixmaps
 @dirrm share/stamp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407211838.s6LIcjZ4072165>