pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/enlightenment16 enlightenment16: use PREFIX instead...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85a5dcb45532
branches:  trunk
changeset: 447392:85a5dcb45532
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Feb 20 18:59:53 2021 +0000

description:
enlightenment16: use PREFIX instead of LOCALBASE

diffstat:

 wm/enlightenment16/Makefile         |  5 ++---
 wm/enlightenment16/distinfo         |  4 ++--
 wm/enlightenment16/patches/patch-ac |  4 ++--
 3 files changed, 6 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r 7d1d767210bf -r 85a5dcb45532 wm/enlightenment16/Makefile
--- a/wm/enlightenment16/Makefile       Sat Feb 20 14:37:23 2021 +0000
+++ b/wm/enlightenment16/Makefile       Sat Feb 20 18:59:53 2021 +0000
@@ -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 @@
 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
diff -r 7d1d767210bf -r 85a5dcb45532 wm/enlightenment16/distinfo
--- a/wm/enlightenment16/distinfo       Sat Feb 20 14:37:23 2021 +0000
+++ b/wm/enlightenment16/distinfo       Sat Feb 20 18:59:53 2021 +0000
@@ -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
diff -r 7d1d767210bf -r 85a5dcb45532 wm/enlightenment16/patches/patch-ac
--- a/wm/enlightenment16/patches/patch-ac       Sat Feb 20 14:37:23 2021 +0000
+++ b/wm/enlightenment16/patches/patch-ac       Sat Feb 20 18:59:53 2021 +0000
@@ -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 @@
  # 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