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: Sat Feb 20 18:59:54 UTC 2021
Modified Files:
pkgsrc/wm/enlightenment16: Makefile distinfo
pkgsrc/wm/enlightenment16/patches: patch-ac
Log Message:
enlightenment16: use PREFIX instead of LOCALBASE
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/wm/enlightenment16/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/enlightenment16/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/enlightenment16/patches/patch-ac
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.10 pkgsrc/wm/enlightenment16/Makefile:1.11
--- pkgsrc/wm/enlightenment16/Makefile:1.10 Sun Feb 7 06:30:39 2021
+++ pkgsrc/wm/enlightenment16/Makefile Sat Feb 20 18:59:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/02/07 06:30:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/20 18:59:53 gutteridge Exp $
DISTNAME= e16-1.0.22
PKGNAME= ${DISTNAME:S/e/enlightenment/}
@@ -36,8 +36,7 @@ REPLACE_PERL+= scripts/e_gen_menu
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= scripts/e_gen_menu
-SUBST_VARS.paths= LOCALBASE
-SUBST_VARS.paths+= PREFIX
+SUBST_VARS.paths= PREFIX
SUBST_VARS.paths+= X11BASE
PLIST_VARS+= libhack
Index: pkgsrc/wm/enlightenment16/distinfo
diff -u pkgsrc/wm/enlightenment16/distinfo:1.2 pkgsrc/wm/enlightenment16/distinfo:1.3
--- pkgsrc/wm/enlightenment16/distinfo:1.2 Fri Aug 28 03:12:26 2020
+++ pkgsrc/wm/enlightenment16/distinfo Sat Feb 20 18:59:53 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2020/08/28 03:12:26 gutteridge Exp $
+$NetBSD: distinfo,v 1.3 2021/02/20 18:59:53 gutteridge Exp $
SHA1 (e16-1.0.22.tar.gz) = 77b5005c04ecd33657518bc37cd60636a02c96a5
RMD160 (e16-1.0.22.tar.gz) = d26373dc1bf65ed802ad948b7d4ba04c76d7a65e
SHA512 (e16-1.0.22.tar.gz) = 903362e66060eb6f6694831b1339da5030368ed7023aef4075b073ebd5086078a930652f9ff2282e442b8b1dbf760417985629751f1b3eb047742b2ede862806
Size (e16-1.0.22.tar.gz) = 2476849 bytes
-SHA1 (patch-ac) = 7bdc297bf96e5d79ee51b00708f65cf4283ac6e0
+SHA1 (patch-ac) = ead8161e192ec11fe1144b41939cb136832b9d29
Index: pkgsrc/wm/enlightenment16/patches/patch-ac
diff -u pkgsrc/wm/enlightenment16/patches/patch-ac:1.1 pkgsrc/wm/enlightenment16/patches/patch-ac:1.2
--- pkgsrc/wm/enlightenment16/patches/patch-ac:1.1 Mon Dec 30 03:50:07 2019
+++ pkgsrc/wm/enlightenment16/patches/patch-ac Sat Feb 20 18:59:54 2021
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 2019/12/30 03:50:07 gutteridge Exp $
+$NetBSD: patch-ac,v 1.2 2021/02/20 18:59:54 gutteridge Exp $
Apply pkgsrc-specific paths.
@@ -10,7 +10,7 @@ Apply pkgsrc-specific paths.
# Likely prefixes
-$Prefixes = "/usr/local:/usr:/opt:/opt/kde:$ENV{'KDEDIR'}";
-$Prefixes = "$Prefixes:/opt/kde3:/opt/gnome"; # SUSE
-+$Prefixes = "@LOCALBASE@:@X11BASE@:/usr:$ENV{'KDEDIR'}";
++$Prefixes = "@PREFIX@:@X11BASE@:/usr:$ENV{'KDEDIR'}";
$Prefixes = "$Prefixes:$ENV{'HOME'}/.local";
$Prefixes = RemoveDuplcates($Prefixes);
Home |
Main Index |
Thread Index |
Old Index