[Midnightbsd-cvs] mports [19580] trunk/shells/pdksh: get rid of some warnings and use the new @shell
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jul 15 07:09:03 EDT 2015
Revision: 19580
http://svnweb.midnightbsd.org/mports/?rev=19580
Author: laffer1
Date: 2015-07-15 07:09:02 -0400 (Wed, 15 Jul 2015)
Log Message:
-----------
get rid of some warnings and use the new @shell
Modified Paths:
--------------
trunk/shells/pdksh/Makefile
trunk/shells/pdksh/pkg-plist
Added Paths:
-----------
trunk/shells/pdksh/files/patch-sigact.c
trunk/shells/pdksh/files/patch-siglist.sh
Modified: trunk/shells/pdksh/Makefile
===================================================================
--- trunk/shells/pdksh/Makefile 2015-07-12 16:42:13 UTC (rev 19579)
+++ trunk/shells/pdksh/Makefile 2015-07-15 11:09:02 UTC (rev 19580)
@@ -2,7 +2,7 @@
PORTNAME= pdksh
PORTVERSION= 5.2.14p2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= shells
MASTER_SITES= http://gd.tuwien.ac.at/utils/shells/pdksh/ \
ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \
@@ -21,6 +21,7 @@
OPTIONS_DEFINE= STATIC
GNU_CONFIGURE= yes
+CPP+= -P
STATIC_CONFIGURE_ENV+= LDSTATIC=-static
Added: trunk/shells/pdksh/files/patch-sigact.c
===================================================================
--- trunk/shells/pdksh/files/patch-sigact.c (rev 0)
+++ trunk/shells/pdksh/files/patch-sigact.c 2015-07-15 11:09:02 UTC (rev 19580)
@@ -0,0 +1,8 @@
+--- sigact.c.orig 1996-03-07 09:41:43.000000000 -0800
++++ sigact.c 2012-06-01 09:54:31.000000000 -0700
+@@ -104 +104 @@
+- * Simon J. Gerraty <sjg at zen.void.oz.au>
++ * Simon J. Gerraty <sjg at crufty.net>
+@@ -120 +120 @@
+- * sjg at zen.void.oz.au
++ * sjg at crufty.net
Property changes on: trunk/shells/pdksh/files/patch-sigact.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/shells/pdksh/files/patch-siglist.sh
===================================================================
--- trunk/shells/pdksh/files/patch-siglist.sh (rev 0)
+++ trunk/shells/pdksh/files/patch-siglist.sh 2015-07-15 11:09:02 UTC (rev 19580)
@@ -0,0 +1,11 @@
+--- siglist.sh 2014-02-12 11:26:07.000000000 +0100
++++ siglist.sh 2014-02-12 11:26:22.000000000 +0100
+@@ -23,7 +23,7 @@
+ { QwErTy SIG\1 , "\1", "\2" },\
+ #endif/') > $in
+ $CPP $in > $out
+-sed -n 's/{ QwErTy/{/p' < $out | awk '{print NR, $0}' | sort +2n +0n |
++sed -n 's/{ QwErTy/{/p' < $out | awk '{print NR, $0}' | sort -k3n -k1n |
+ sed 's/^[0-9]* //' |
+ awk 'BEGIN { last=0; nsigs=0; }
+ {
Property changes on: trunk/shells/pdksh/files/patch-siglist.sh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/shells/pdksh/pkg-plist
===================================================================
--- trunk/shells/pdksh/pkg-plist 2015-07-12 16:42:13 UTC (rev 19579)
+++ trunk/shells/pdksh/pkg-plist 2015-07-15 11:09:02 UTC (rev 19580)
@@ -1,2 +1,2 @@
-bin/ksh
+ at shell bin/ksh
man/man1/ksh.1.gz
More information about the Midnightbsd-cvs
mailing list