FreeBSD Bugzilla – Attachment 166632 Details for
Bug 206512
sysutils/coreutils: Update to 8.25
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
current-patch
coreutils.diff (text/plain), 6.24 KB, created by
Kurt Jaeger
on 2016-02-05 21:54:46 UTC
(
hide
)
Description:
current-patch
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2016-02-05 21:54:46 UTC
Size:
6.24 KB
patch
obsolete
>diff -r -u -N sysutils/coreutils/Makefile ../../home/pi/myp/sysutils/coreutils/Makefile >--- sysutils/coreutils/Makefile 2015-08-01 00:46:47.271763000 +0200 >+++ ../../home/pi/myp/sysutils/coreutils/Makefile 2016-02-05 22:11:01.126810000 +0100 >@@ -1,7 +1,7 @@ > # $FreeBSD: head/sysutils/coreutils/Makefile 383107 2015-04-03 11:26:48Z mat $ > > PORTNAME= coreutils >-PORTVERSION= 8.23 >+PORTVERSION= 8.25 > CATEGORIES= sysutils textproc > MASTER_SITES= GNU > >@@ -45,7 +45,7 @@ > > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \ >- ${STAGEDIR}${PREFIX}/libexec/coreutils/glibstdbuf.so >+ ${STAGEDIR}${PREFIX}/libexec/coreutils/libstdbuf.so > > #regression-test: build > # (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check) >diff -r -u -N sysutils/coreutils/distinfo ../../home/pi/myp/sysutils/coreutils/distinfo >--- sysutils/coreutils/distinfo 2015-08-01 00:46:47.272466000 +0200 >+++ ../../home/pi/myp/sysutils/coreutils/distinfo 2016-02-05 21:50:27.124320000 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (coreutils-8.23.tar.xz) = ec43ca5bcfc62242accb46b7f121f6b684ee21ecd7d075059bf650ff9e37b82d >-SIZE (coreutils-8.23.tar.xz) = 5375612 >+SHA256 (coreutils-8.25.tar.xz) = 31e67c057a5b32a582f26408c789e11c2e8d676593324849dcf5779296cdce87 >+SIZE (coreutils-8.25.tar.xz) = 5725008 >diff -r -u -N sysutils/coreutils/files/patch-configure ../../home/pi/myp/sysutils/coreutils/files/patch-configure >--- sysutils/coreutils/files/patch-configure 2015-08-01 00:46:47.273798000 +0200 >+++ ../../home/pi/myp/sysutils/coreutils/files/patch-configure 2016-02-05 22:11:49.706459000 +0100 >@@ -1,12 +1,11 @@ >-diff -r a5a32a34077b configure >---- configure.orig Tue Oct 30 11:49:55 2012 -0400 >-+++ configure Tue Oct 30 11:51:28 2012 -0400 >-@@ -4301,7 +4301,7 @@ >+--- configure.orig 2016-01-20 10:32:53 UTC >++++ configure >+@@ -4356,7 +4356,7 @@ for as_dir in $PATH$PATH_SEPARATOR/opt/s > do > IFS=$as_save_IFS > test -z "$as_dir" && as_dir=. > - for ac_prog in mkdir gmkdir; do > + for ac_prog in mkdir; do > for ac_exec_ext in '' $ac_executable_extensions; do >- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue >+ as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue > case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( >diff -r -u -N sysutils/coreutils/files/patch-src_stty.c ../../home/pi/myp/sysutils/coreutils/files/patch-src_stty.c >--- sysutils/coreutils/files/patch-src_stty.c 1970-01-01 01:00:00.000000000 +0100 >+++ ../../home/pi/myp/sysutils/coreutils/files/patch-src_stty.c 2016-02-05 22:11:49.712518000 +0100 >@@ -0,0 +1,15 @@ >+--- src/stty.c.orig 2016-01-07 12:32:35 UTC >++++ src/stty.c >+@@ -287,10 +287,10 @@ static struct mode_info const mode_info[ >+ # ifdef TAB3 >+ {"tab3", output, SANE_UNSET, TAB3, TABDLY}, >+ # endif >+-# ifdef TAB2 >++# if 0 >+ {"tab2", output, SANE_UNSET, TAB2, TABDLY}, >+ # endif >+-# ifdef TAB1 >++# if 0 >+ {"tab1", output, SANE_UNSET, TAB1, TABDLY}, >+ # endif >+ # ifdef TAB0 >diff -r -u -N sysutils/coreutils/files/patch-stty.c ../../home/pi/myp/sysutils/coreutils/files/patch-stty.c >--- sysutils/coreutils/files/patch-stty.c 2015-08-01 00:46:47.274467000 +0200 >+++ ../../home/pi/myp/sysutils/coreutils/files/patch-stty.c 1970-01-01 01:00:00.000000000 +0100 >@@ -1,24 +0,0 @@ >---- src/stty.c.orig 2010-07-21 17:11:49.000000000 +0200 >-+++ src/stty.c 2010-07-21 17:12:36.000000000 +0200 >-@@ -282,10 +282,10 @@ >- # ifdef TAB3 >- {"tab3", output, SANE_UNSET, TAB3, TABDLY}, >- # endif >--# ifdef TAB2 >-+# if 0 >- {"tab2", output, SANE_UNSET, TAB2, TABDLY}, >- # endif >--# ifdef TAB1 >-+# if 0 >- {"tab1", output, SANE_UNSET, TAB1, TABDLY}, >- # endif >- # ifdef TAB0 >-@@ -635,7 +635,7 @@ >- fputs (_("\ >- * [-]onocr do not print carriage returns in the first column\n\ >- [-]opost postprocess output\n\ >-- * tabN horizontal tab delay style, N in [0..3]\n\ >-+ * tabN horizontal tab delay style, N in [0,3]\n\ >- * tabs same as tab0\n\ >- * -tabs same as tab3\n\ >- * vtN vertical tab delay style, N in [0..1]\n\ >diff -r -u -N sysutils/coreutils/pkg-plist ../../home/pi/myp/sysutils/coreutils/pkg-plist >--- sysutils/coreutils/pkg-plist 2015-08-01 00:46:47.271012000 +0200 >+++ ../../home/pi/myp/sysutils/coreutils/pkg-plist 2016-02-05 22:11:24.801504000 +0100 >@@ -1,4 +1,5 @@ > bin/g[ >+bin/gbase32 > bin/gbase64 > bin/gbasename > bin/gcat >@@ -47,8 +48,9 @@ > bin/gnice > bin/gnl > bin/gnohup >-bin/gnumfmt > bin/gnproc >+bin/gnumfmt >+bin/gnustat > bin/god > bin/gpaste > bin/gpathchk >@@ -74,7 +76,6 @@ > bin/gsleep > bin/gsort > bin/gsplit >-bin/gnustat > bin/gstdbuf > bin/gstty > bin/gsum >@@ -101,7 +102,8 @@ > bin/gwho > bin/gwhoami > bin/gyes >-libexec/coreutils/glibstdbuf.so >+libexec/coreutils/libstdbuf.so >+man/man1/gbase32.1.gz > man/man1/gbase64.1.gz > man/man1/gbasename.1.gz > man/man1/gcat.1.gz >@@ -218,10 +220,10 @@ > %%NLS%%share/locale/da/LC_TIME/coreutils.mo > %%NLS%%share/locale/de/LC_MESSAGES/coreutils.mo > %%NLS%%share/locale/de/LC_TIME/coreutils.mo >-%%NLS%%share/locale/eo/LC_MESSAGES/coreutils.mo >-%%NLS%%share/locale/eo/LC_TIME/coreutils.mo > %%NLS%%share/locale/el/LC_MESSAGES/coreutils.mo > %%NLS%%share/locale/el/LC_TIME/coreutils.mo >+%%NLS%%share/locale/eo/LC_MESSAGES/coreutils.mo >+%%NLS%%share/locale/eo/LC_TIME/coreutils.mo > %%NLS%%share/locale/es/LC_MESSAGES/coreutils.mo > %%NLS%%share/locale/es/LC_TIME/coreutils.mo > %%NLS%%share/locale/et/LC_MESSAGES/coreutils.mo >@@ -248,10 +250,10 @@ > %%NLS%%share/locale/it/LC_TIME/coreutils.mo > %%NLS%%share/locale/ja/LC_MESSAGES/coreutils.mo > %%NLS%%share/locale/ja/LC_TIME/coreutils.mo >-%%NLS%%share/locale/ko/LC_MESSAGES/coreutils.mo >-%%NLS%%share/locale/ko/LC_TIME/coreutils.mo > %%NLS%%share/locale/kk/LC_MESSAGES/coreutils.mo > %%NLS%%share/locale/kk/LC_TIME/coreutils.mo >+%%NLS%%share/locale/ko/LC_MESSAGES/coreutils.mo >+%%NLS%%share/locale/ko/LC_TIME/coreutils.mo > %%NLS%%share/locale/lg/LC_MESSAGES/coreutils.mo > %%NLS%%share/locale/lg/LC_TIME/coreutils.mo > %%NLS%%share/locale/lt/LC_MESSAGES/coreutils.mo >@@ -276,6 +278,8 @@ > %%NLS%%share/locale/sk/LC_TIME/coreutils.mo > %%NLS%%share/locale/sl/LC_MESSAGES/coreutils.mo > %%NLS%%share/locale/sl/LC_TIME/coreutils.mo >+%%NLS%%share/locale/sr/LC_MESSAGES/coreutils.mo >+%%NLS%%share/locale/sr/LC_TIME/coreutils.mo > %%NLS%%share/locale/sv/LC_MESSAGES/coreutils.mo > %%NLS%%share/locale/sv/LC_TIME/coreutils.mo > %%NLS%%share/locale/tr/LC_MESSAGES/coreutils.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206512
:
165984
|
165985
|
165986
|
166462
| 166632