Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 12:42:38 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488872 - head/editors/yzis
Message-ID:  <201901011242.x01CgcH1094541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Jan  1 12:42:38 2019
New Revision: 488872
URL: https://svnweb.freebsd.org/changeset/ports/488872

Log:
  editors/yzis: remove KYZIS option after r488807
  
  MFH:		2019Q1

Modified:
  head/editors/yzis/Makefile
  head/editors/yzis/pkg-plist

Modified: head/editors/yzis/Makefile
==============================================================================
--- head/editors/yzis/Makefile	Tue Jan  1 12:37:26 2019	(r488871)
+++ head/editors/yzis/Makefile	Tue Jan  1 12:42:38 2019	(r488872)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yzis
 PORTVERSION=	1.0.a.1
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	editors
 MASTER_SITES=	http://labs.freehackers.org/attachments/download/45/ \
 		http://contribs.martymac.org/FreeBSD-ports/distfiles/
@@ -34,13 +34,8 @@ USE_GCC=	any
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 
-OPTIONS_DEFINE=	KYZIS NYZIS DOXYGEN
+OPTIONS_DEFINE=	NYZIS DOXYGEN
 OPTIONS_SUB=	yes
-KYZIS_DESC=	Build kyzis and Yzis kpart
-KYZIS_USES=	kde:4 qt:4
-KYZIS_USE=	KDE=kdeprefix,kdelibs,automoc4 QT=phonon
-KYZIS_CMAKE_ON=	-DENABLE_KYZIS:BOOL=ON -DENABLE_KPART_YZIS:BOOL=ON
-KYZIS_CMAKE_OFF=	-DENABLE_KYZIS:BOOL=OFF -DENABLE_KPART_YZIS:BOOL=OFF
 NYZIS_DESC=	Build nyzis (ncurses frontend)
 NYZIS_CPPFLAGS=	-D_XOPEN_SOURCE_EXTENDED
 NYZIS_CMAKE_ON=	-DENABLE_NYZIS:BOOL=ON
@@ -49,13 +44,5 @@ DOXYGEN_BUILD_DEPENDS=	dot:graphics/graphviz \
 			doxygen:devel/doxygen
 DOXYGEN_CMAKE_ON=	-DENABLE_DOCUMENTATION:BOOL=ON
 DOXYGEN_CMAKE_OFF=	-DENABLE_DOCUMENTATION:BOOL=OFF
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MKYZIS}
-PLIST_SUB+=	QYZIS="@comment "
-.else
-PLIST_SUB+=	QYZIS=""
-.endif
 
 .include <bsd.port.mk>

Modified: head/editors/yzis/pkg-plist
==============================================================================
--- head/editors/yzis/pkg-plist	Tue Jan  1 12:37:26 2019	(r488871)
+++ head/editors/yzis/pkg-plist	Tue Jan  1 12:42:38 2019	(r488872)
@@ -1,21 +1,13 @@
 bin/qyzis
 %%NYZIS%%bin/nyzis
-%%KYZIS%%bin/kyzis
-%%KYZIS%%lib/kde4/yzispart.so
 lib/libyzis.so.0.0.0
 lib/libyzis.so.0
 lib/libyzis.so
 share/applnk/Editors/qyzis.desktop
-%%KYZIS%%share/apps/yzispart/yzispart.rc
-%%KYZIS%%share/kde4/services/yzispart.desktop
-%%QYZIS%%share/icons/hicolor/128x128/apps/qyzis.png
-%%QYZIS%%share/icons/hicolor/32x32/apps/qyzis.png
-%%QYZIS%%share/icons/hicolor/64x64/apps/qyzis.png
-%%QYZIS%%share/icons/hicolor/16x16/apps/qyzis.png
-%%KYZIS%%share/icons/crystalsvg/128x128/apps/l10n/hicolor/qyzis.png
-%%KYZIS%%share/icons/crystalsvg/32x32/apps/l10n/hicolor/qyzis.png
-%%KYZIS%%share/icons/crystalsvg/64x64/apps/l10n/hicolor/qyzis.png
-%%KYZIS%%share/icons/crystalsvg/16x16/apps/l10n/hicolor/qyzis.png
+share/icons/hicolor/128x128/apps/qyzis.png
+share/icons/hicolor/32x32/apps/qyzis.png
+share/icons/hicolor/64x64/apps/qyzis.png
+share/icons/hicolor/16x16/apps/qyzis.png
 share/yzis/syntax/language.dtd
 share/yzis/syntax/syntax.template
 share/yzis/syntax/cpp.xml



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