pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ee: remove unneeded macro from CFLAGS
Module Name: pkgsrc-wip
Committed By: Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Tue Dec 6 09:46:09 2022 +0100
Changeset: 964973e47c4b858d85fcaae8de3e4fbc79960ddf
Modified Files:
ee/Makefile
ee/distinfo
ee/patches/patch-create.make
Log Message:
ee: remove unneeded macro from CFLAGS
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=964973e47c4b858d85fcaae8de3e4fbc79960ddf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ee/Makefile | 2 +-
ee/distinfo | 2 +-
ee/patches/patch-create.make | 13 ++-----------
3 files changed, 4 insertions(+), 13 deletions(-)
diffs:
diff --git a/ee/Makefile b/ee/Makefile
index 15ccc0c8a1..506dac5113 100644
--- a/ee/Makefile
+++ b/ee/Makefile
@@ -22,7 +22,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
WRKSRC= ${WRKDIR}/easyedit-${PKGVERSION_NOREV}
do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM:Q} ${MAKE_FLAGS} all
do-install:
diff --git a/ee/distinfo b/ee/distinfo
index 3e4cff07b9..de348891ff 100644
--- a/ee/distinfo
+++ b/ee/distinfo
@@ -3,5 +3,5 @@ $NetBSD$
BLAKE2s (ee-1.5.2/ee-1.5.2.src.tgz) = a8be0743e80ab053ff72e238da2ce66ed80bc494f1aa066cb50eb57ab5a9faf9
SHA512 (ee-1.5.2/ee-1.5.2.src.tgz) = 9ca0e82d65971b0bce38e09c365b6eb8b81ca6ff5b244107ae254322e47e841e7f5345bf242a0a9dd66b731d46cead6f442016b9e070a1298e1a5319b1d7b97a
Size (ee-1.5.2/ee-1.5.2.src.tgz) = 69651 bytes
-SHA1 (patch-create.make) = 1a20de478b3322b27642047fa46f8c4022cb4b53
+SHA1 (patch-create.make) = 89315d0e23bcd8f42a2020aa2197bba14400fe45
SHA1 (patch-ee.c) = 9da740c0bf6720c8b44839a6037d9cdbd7b3ba52
diff --git a/ee/patches/patch-create.make b/ee/patches/patch-create.make
index 72be8ca86f..c8c088065c 100644
--- a/ee/patches/patch-create.make
+++ b/ee/patches/patch-create.make
@@ -1,6 +1,6 @@
$NetBSD$
-Use local ncurses rather than ee's own implementation.
+Prefer local ncurses over ee's own implementation.
--- create.make.orig 2002-09-23 04:18:30.000000000 +0000
+++ create.make
@@ -37,20 +37,11 @@ Use local ncurses rather than ee's own implementation.
- curses="-DNCURSE"
- TARGET="ee"
-fi
-+curses="-DNCURSE"
++curses=""
+TARGET="curses"
if [ -z "$termio" -a -z "$sgtty" ]
then
-@@ -205,7 +178,7 @@ then
- fi
-
- TARGET="curses"
-- curses=""
-+ curses="-DNCURSE"
- fi
-
- # check if this is a SunOS system
@@ -261,13 +234,15 @@ echo "DEFINES = $termio $terminfo_exists
echo "" >> make.local
echo "CFLAGS = $HAS_UNISTD $HAS_STDARG $HAS_STDLIB $HAS_CTYPE $HAS_SYS_IOCTL $HAS_SYS_WAIT $five_lib $five_include $select_hdr $other_cflags $termcap_exists" >> make.local
Home |
Main Index |
Thread Index |
Old Index