Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2019 15:32:12 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491830 - head/graphics/stamp
Message-ID:  <201902011532.x11FWCQv015938@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Feb  1 15:32:12 2019
New Revision: 491830
URL: https://svnweb.freebsd.org/changeset/ports/491830

Log:
  graphics/stamp: Remove X11 option
  
  x11-toolkits/gtk12 is gone since r488008.

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

Modified: head/graphics/stamp/Makefile
==============================================================================
--- head/graphics/stamp/Makefile	Fri Feb  1 15:29:47 2019	(r491829)
+++ head/graphics/stamp/Makefile	Fri Feb  1 15:32:12 2019	(r491830)
@@ -3,7 +3,7 @@
 
 PORTNAME=	stamp
 PORTVERSION=	2.0.8
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -14,10 +14,6 @@ USES=		jpeg
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
-
-OPTIONS_DEFINE=	X11
-OPTIONS_SUB=	yes
-X11_USE=	GNOME=gtk12
 
 post-patch:
 	@${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \

Modified: head/graphics/stamp/pkg-plist
==============================================================================
--- head/graphics/stamp/pkg-plist	Fri Feb  1 15:29:47 2019	(r491829)
+++ head/graphics/stamp/pkg-plist	Fri Feb  1 15:32:12 2019	(r491830)
@@ -1,5 +1,4 @@
 bin/stamp
-%%X11%%bin/gstamp
 share/stamp/fonts/8x10.fnt
 share/stamp/fonts/8x11snsf.fnt
 share/stamp/fonts/8x14.fnt
@@ -79,12 +78,3 @@ share/stamp/fonts/t.fnt
 share/stamp/fonts/tekton.fnt
 share/stamp/fonts/thai.fnt
 share/stamp/fonts/thin.fnt
-%%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



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