pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cutter
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jun 26 12:17:40 UTC 2023
Modified Files:
pkgsrc/devel/cutter: Makefile options.mk
Log Message:
cutter: remove gstreamer option
Does not compile.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/devel/cutter/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/cutter/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cutter/Makefile
diff -u pkgsrc/devel/cutter/Makefile:1.82 pkgsrc/devel/cutter/Makefile:1.83
--- pkgsrc/devel/cutter/Makefile:1.82 Wed Apr 19 08:09:39 2023
+++ pkgsrc/devel/cutter/Makefile Mon Jun 26 12:17:40 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2023/04/19 08:09:39 adam Exp $
-#
+# $NetBSD: Makefile,v 1.83 2023/06/26 12:17:40 wiz Exp $
DISTNAME= cutter-1.2.4
PKGREVISION= 38
@@ -30,7 +29,7 @@ TEST_TARGET= check
.include "../../mk/compiler.mk"
# PR#lib/39986
-.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000 && !empty(CC_VERSION:Mgcc*)
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000 && ${CC_VERSION:Mgcc*}
LDFLAGS.NetBSD+= -lgcc_s
.endif
Index: pkgsrc/devel/cutter/options.mk
diff -u pkgsrc/devel/cutter/options.mk:1.6 pkgsrc/devel/cutter/options.mk:1.7
--- pkgsrc/devel/cutter/options.mk:1.6 Sun Dec 4 23:06:49 2022
+++ pkgsrc/devel/cutter/options.mk Mon Jun 26 12:17:40 2023
@@ -1,13 +1,12 @@
-# $NetBSD: options.mk,v 1.6 2022/12/04 23:06:49 wiz Exp $
-#
+# $NetBSD: options.mk,v 1.7 2023/06/26 12:17:40 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cutter
-PKG_SUPPORTED_OPTIONS= gstreamer gtk2 libsoup pdf
+PKG_SUPPORTED_OPTIONS= gtk2 libsoup pdf
PKG_SUGGESTED_OPTIONS= #
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= goffice gst gtk pdf soup
+PLIST_VARS+= gtk pdf soup
###
### PDF support
@@ -30,17 +29,6 @@ PLIST.pdf= yes
#.endif
###
-### gstreamer support
-###
-.if !empty(PKG_OPTIONS:Mgstreamer)
-.include "../../multimedia/gstreamer1/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-gstreamer
-PLIST.gst= yes
-.else
-CONFIGURE_ARGS+= --disable-gstreamer
-.endif
-
-###
### gtk2 support
###
.if !empty(PKG_OPTIONS:Mgtk2)
Home |
Main Index |
Thread Index |
Old Index