pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/enlightenment16
Module Name: pkgsrc
Committed By: gutteridge
Date: Fri Nov 29 03:05:21 UTC 2024
Modified Files:
pkgsrc/wm/enlightenment16: Makefile distinfo
Added Files:
pkgsrc/wm/enlightenment16/patches: patch-configure
Log Message:
enlightenment16: supply correct basic sound player on NetBSD
The upstream configure script is also broken here, so the option
--with-sound_player didn't work as-is.
Incorrect player path issue on NetBSD reported by Andrew Randrianasulu.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/wm/enlightenment16/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/enlightenment16/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/enlightenment16/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/enlightenment16/Makefile
diff -u pkgsrc/wm/enlightenment16/Makefile:1.38 pkgsrc/wm/enlightenment16/Makefile:1.39
--- pkgsrc/wm/enlightenment16/Makefile:1.38 Mon Aug 26 23:06:49 2024
+++ pkgsrc/wm/enlightenment16/Makefile Fri Nov 29 03:05:21 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2024/08/26 23:06:49 gutteridge Exp $
+# $NetBSD: Makefile,v 1.39 2024/11/29 03:05:21 gutteridge Exp $
DISTNAME= e16-1.0.30
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= ${DISTNAME:S/e/enlightenment/}
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
@@ -27,6 +27,8 @@ MAKE_ENV+= USER=${SHAREOWN}:${SHAREGRP}
INSTALL_MAKE_FLAGS+= sesmdir=${WRKDIR}/.tmp
+CONFIGURE_ARGS.NetBSD+= --with-sound-player="/usr/bin/audioplay -q %s"
+
PYTHON_VERSIONS_INCOMPATIBLE= 27
REPLACE_PYTHON+= scripts/e_gen_menu
Index: pkgsrc/wm/enlightenment16/distinfo
diff -u pkgsrc/wm/enlightenment16/distinfo:1.16 pkgsrc/wm/enlightenment16/distinfo:1.17
--- pkgsrc/wm/enlightenment16/distinfo:1.16 Wed Aug 14 00:44:07 2024
+++ pkgsrc/wm/enlightenment16/distinfo Fri Nov 29 03:05:21 2024
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.16 2024/08/14 00:44:07 gutteridge Exp $
+$NetBSD: distinfo,v 1.17 2024/11/29 03:05:21 gutteridge Exp $
BLAKE2s (e16-1.0.30.tar.gz) = 16b1cd968696a140dec1425077d75cca2983d5f7a5a4bc38886264c1bcd656ba
SHA512 (e16-1.0.30.tar.gz) = 22ffeb0ee3be2e079c20862bc150207a4aa3da5ccad31e49a05d64142db5f347871bb988d03b8a7749019d0a5da64cdad2e63e23dba4abbb50125df15e477421
Size (e16-1.0.30.tar.gz) = 2406920 bytes
SHA1 (patch-ac) = a74b2ff4636974a4031629bb377fa648cf66252f
+SHA1 (patch-configure) = e878da98f74f7be520367b2219f3ab4057be5eae
Added files:
Index: pkgsrc/wm/enlightenment16/patches/patch-configure
diff -u /dev/null pkgsrc/wm/enlightenment16/patches/patch-configure:1.1
--- /dev/null Fri Nov 29 03:05:21 2024
+++ pkgsrc/wm/enlightenment16/patches/patch-configure Fri Nov 29 03:05:21 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2024/11/29 03:05:21 gutteridge Exp $
+
+Actually allow the sound player path to be applied.
+
+--- configure.orig 2024-08-09 15:45:46.000000000 +0000
++++ configure
+@@ -19488,7 +19488,7 @@ fi
+ # Check whether --with-sound_player was given.
+ if test ${with_sound_player+y}
+ then :
+- withval=$with_sound_player; with_sound_player="$enableval"
++ withval=$with_sound_player
+ else $as_nop
+ with_sound_player="/usr/bin/aplay -q %s"
+ fi
Home |
Main Index |
Thread Index |
Old Index