pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/gst-plugins1-base



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May  1 21:20:45 UTC 2018

Modified Files:
        pkgsrc/multimedia/gst-plugins1-base: Makefile Makefile.common

Log Message:
gst-plugins1-base: fix building on Darwin; removed MAKE_JOBS_SAFE=no


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/gst-plugins1-base/Makefile
cvs rdiff -u -r1.29 -r1.30 \
    pkgsrc/multimedia/gst-plugins1-base/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/gst-plugins1-base/Makefile
diff -u pkgsrc/multimedia/gst-plugins1-base/Makefile:1.14 pkgsrc/multimedia/gst-plugins1-base/Makefile:1.15
--- pkgsrc/multimedia/gst-plugins1-base/Makefile:1.14   Thu Dec  1 12:33:55 2016
+++ pkgsrc/multimedia/gst-plugins1-base/Makefile        Tue May  1 21:20:45 2018
@@ -1,13 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2016/12/01 12:33:55 martin Exp $
+# $NetBSD: Makefile,v 1.15 2018/05/01 21:20:45 adam Exp $
 
 .include "Makefile.common"
 
-#CONFIGURE_ARGS+= --disable-silent-rules
-
 COMMENT+=      Base plugins
 
 USE_TOOLS+=    perl:run
-MAKE_JOBS_SAFE=                no
 PKGCONFIG_OVERRIDE+=   pkgconfig/*.pc.in
 
 # only useful if gstreamer was built with the "gstcheck" option

Index: pkgsrc/multimedia/gst-plugins1-base/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.29 pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.30
--- pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.29    Tue Apr 17 22:10:04 2018
+++ pkgsrc/multimedia/gst-plugins1-base/Makefile.common Tue May  1 21:20:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2018/04/17 22:10:04 wiz Exp $
+# $NetBSD: Makefile.common,v 1.30 2018/05/01 21:20:45 adam Exp $
 #
 # used by audio/gst-plugins1-alsa/Makefile
 # used by audio/gst-plugins1-cdparanoia/Makefile
@@ -19,6 +19,7 @@ LICENSE=              gnu-lgpl-v2
 # Disable all drivers and features by default.
 .for driver in alsa \
                cdparanoia \
+               cocoa \
                freetypetest \
                gio \
                ivorbis \



Home | Main Index | Thread Index | Old Index