View | Details | Raw Unified | Return to bug 206512 | Differences between
and this patch

Collapse All | Expand All

(-)../../home/pi/myp/sysutils/coreutils/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/sysutils/coreutils/Makefile 383107 2015-04-03 11:26:48Z mat $
1
# $FreeBSD: head/sysutils/coreutils/Makefile 383107 2015-04-03 11:26:48Z mat $
2
2
3
PORTNAME=	coreutils
3
PORTNAME=	coreutils
4
PORTVERSION=	8.23
4
PORTVERSION=	8.25
5
CATEGORIES=	sysutils textproc
5
CATEGORIES=	sysutils textproc
6
MASTER_SITES=	GNU
6
MASTER_SITES=	GNU
7
7
Lines 45-51 Link Here
45
45
46
post-install:
46
post-install:
47
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \
47
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \
48
		${STAGEDIR}${PREFIX}/libexec/coreutils/glibstdbuf.so
48
		${STAGEDIR}${PREFIX}/libexec/coreutils/libstdbuf.so
49
49
50
#regression-test: build
50
#regression-test: build
51
#	(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check)
51
#	(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check)
(-)../../home/pi/myp/sysutils/coreutils/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (coreutils-8.23.tar.xz) = ec43ca5bcfc62242accb46b7f121f6b684ee21ecd7d075059bf650ff9e37b82d
1
SHA256 (coreutils-8.25.tar.xz) = 31e67c057a5b32a582f26408c789e11c2e8d676593324849dcf5779296cdce87
2
SIZE (coreutils-8.23.tar.xz) = 5375612
2
SIZE (coreutils-8.25.tar.xz) = 5725008
(-)../../home/pi/myp/sysutils/coreutils/files/patch-configure (-5 / +4 lines)
Lines 1-12 Link Here
1
diff -r a5a32a34077b configure
1
--- configure.orig	2016-01-20 10:32:53 UTC
2
--- configure.orig	Tue Oct 30 11:49:55 2012 -0400
2
+++ configure
3
+++ configure	Tue Oct 30 11:51:28 2012 -0400
3
@@ -4356,7 +4356,7 @@ for as_dir in $PATH$PATH_SEPARATOR/opt/s
4
@@ -4301,7 +4301,7 @@
5
 do
4
 do
6
   IFS=$as_save_IFS
5
   IFS=$as_save_IFS
7
   test -z "$as_dir" && as_dir=.
6
   test -z "$as_dir" && as_dir=.
8
-    for ac_prog in mkdir gmkdir; do
7
-    for ac_prog in mkdir gmkdir; do
9
+    for ac_prog in mkdir; do
8
+    for ac_prog in mkdir; do
10
 	 for ac_exec_ext in '' $ac_executable_extensions; do
9
 	 for ac_exec_ext in '' $ac_executable_extensions; do
11
 	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
10
 	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
12
 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
11
 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
(-)../../home/pi/myp/sysutils/coreutils/files/patch-src_stty.c (+15 lines)
Line 0 Link Here
1
--- src/stty.c.orig	2016-01-07 12:32:35 UTC
2
+++ src/stty.c
3
@@ -287,10 +287,10 @@ static struct mode_info const mode_info[
4
 # ifdef TAB3
5
   {"tab3", output, SANE_UNSET, TAB3, TABDLY},
6
 # endif
7
-# ifdef TAB2
8
+# if 0
9
   {"tab2", output, SANE_UNSET, TAB2, TABDLY},
10
 # endif
11
-# ifdef TAB1
12
+# if 0
13
   {"tab1", output, SANE_UNSET, TAB1, TABDLY},
14
 # endif
15
 # ifdef TAB0
(-)../../home/pi/myp/sysutils/coreutils/files/patch-stty.c (-24 lines)
Lines 1-24 Link Here
1
--- src/stty.c.orig	2010-07-21 17:11:49.000000000 +0200
2
+++ src/stty.c	2010-07-21 17:12:36.000000000 +0200
3
@@ -282,10 +282,10 @@
4
 # ifdef TAB3
5
   {"tab3", output, SANE_UNSET, TAB3, TABDLY},
6
 # endif
7
-# ifdef TAB2
8
+# if 0
9
   {"tab2", output, SANE_UNSET, TAB2, TABDLY},
10
 # endif
11
-# ifdef TAB1
12
+# if 0
13
   {"tab1", output, SANE_UNSET, TAB1, TABDLY},
14
 # endif
15
 # ifdef TAB0
16
@@ -635,7 +635,7 @@
17
       fputs (_("\
18
  * [-]onocr      do not print carriage returns in the first column\n\
19
    [-]opost      postprocess output\n\
20
- * tabN          horizontal tab delay style, N in [0..3]\n\
21
+ * tabN          horizontal tab delay style, N in [0,3]\n\
22
  * tabs          same as tab0\n\
23
  * -tabs         same as tab3\n\
24
  * vtN           vertical tab delay style, N in [0..1]\n\
(-)../../home/pi/myp/sysutils/coreutils/pkg-plist (-7 / +11 lines)
Lines 1-4 Link Here
1
bin/g[
1
bin/g[
2
bin/gbase32
2
bin/gbase64
3
bin/gbase64
3
bin/gbasename
4
bin/gbasename
4
bin/gcat
5
bin/gcat
Lines 47-54 Link Here
47
bin/gnice
48
bin/gnice
48
bin/gnl
49
bin/gnl
49
bin/gnohup
50
bin/gnohup
50
bin/gnumfmt
51
bin/gnproc
51
bin/gnproc
52
bin/gnumfmt
53
bin/gnustat
52
bin/god
54
bin/god
53
bin/gpaste
55
bin/gpaste
54
bin/gpathchk
56
bin/gpathchk
Lines 74-80 Link Here
74
bin/gsleep
76
bin/gsleep
75
bin/gsort
77
bin/gsort
76
bin/gsplit
78
bin/gsplit
77
bin/gnustat
78
bin/gstdbuf
79
bin/gstdbuf
79
bin/gstty
80
bin/gstty
80
bin/gsum
81
bin/gsum
Lines 101-107 Link Here
101
bin/gwho
102
bin/gwho
102
bin/gwhoami
103
bin/gwhoami
103
bin/gyes
104
bin/gyes
104
libexec/coreutils/glibstdbuf.so
105
libexec/coreutils/libstdbuf.so
106
man/man1/gbase32.1.gz
105
man/man1/gbase64.1.gz
107
man/man1/gbase64.1.gz
106
man/man1/gbasename.1.gz
108
man/man1/gbasename.1.gz
107
man/man1/gcat.1.gz
109
man/man1/gcat.1.gz
Lines 218-227 Link Here
218
%%NLS%%share/locale/da/LC_TIME/coreutils.mo
220
%%NLS%%share/locale/da/LC_TIME/coreutils.mo
219
%%NLS%%share/locale/de/LC_MESSAGES/coreutils.mo
221
%%NLS%%share/locale/de/LC_MESSAGES/coreutils.mo
220
%%NLS%%share/locale/de/LC_TIME/coreutils.mo
222
%%NLS%%share/locale/de/LC_TIME/coreutils.mo
221
%%NLS%%share/locale/eo/LC_MESSAGES/coreutils.mo
222
%%NLS%%share/locale/eo/LC_TIME/coreutils.mo
223
%%NLS%%share/locale/el/LC_MESSAGES/coreutils.mo
223
%%NLS%%share/locale/el/LC_MESSAGES/coreutils.mo
224
%%NLS%%share/locale/el/LC_TIME/coreutils.mo
224
%%NLS%%share/locale/el/LC_TIME/coreutils.mo
225
%%NLS%%share/locale/eo/LC_MESSAGES/coreutils.mo
226
%%NLS%%share/locale/eo/LC_TIME/coreutils.mo
225
%%NLS%%share/locale/es/LC_MESSAGES/coreutils.mo
227
%%NLS%%share/locale/es/LC_MESSAGES/coreutils.mo
226
%%NLS%%share/locale/es/LC_TIME/coreutils.mo
228
%%NLS%%share/locale/es/LC_TIME/coreutils.mo
227
%%NLS%%share/locale/et/LC_MESSAGES/coreutils.mo
229
%%NLS%%share/locale/et/LC_MESSAGES/coreutils.mo
Lines 248-257 Link Here
248
%%NLS%%share/locale/it/LC_TIME/coreutils.mo
250
%%NLS%%share/locale/it/LC_TIME/coreutils.mo
249
%%NLS%%share/locale/ja/LC_MESSAGES/coreutils.mo
251
%%NLS%%share/locale/ja/LC_MESSAGES/coreutils.mo
250
%%NLS%%share/locale/ja/LC_TIME/coreutils.mo
252
%%NLS%%share/locale/ja/LC_TIME/coreutils.mo
251
%%NLS%%share/locale/ko/LC_MESSAGES/coreutils.mo
252
%%NLS%%share/locale/ko/LC_TIME/coreutils.mo
253
%%NLS%%share/locale/kk/LC_MESSAGES/coreutils.mo
253
%%NLS%%share/locale/kk/LC_MESSAGES/coreutils.mo
254
%%NLS%%share/locale/kk/LC_TIME/coreutils.mo
254
%%NLS%%share/locale/kk/LC_TIME/coreutils.mo
255
%%NLS%%share/locale/ko/LC_MESSAGES/coreutils.mo
256
%%NLS%%share/locale/ko/LC_TIME/coreutils.mo
255
%%NLS%%share/locale/lg/LC_MESSAGES/coreutils.mo
257
%%NLS%%share/locale/lg/LC_MESSAGES/coreutils.mo
256
%%NLS%%share/locale/lg/LC_TIME/coreutils.mo
258
%%NLS%%share/locale/lg/LC_TIME/coreutils.mo
257
%%NLS%%share/locale/lt/LC_MESSAGES/coreutils.mo
259
%%NLS%%share/locale/lt/LC_MESSAGES/coreutils.mo
Lines 276-281 Link Here
276
%%NLS%%share/locale/sk/LC_TIME/coreutils.mo
278
%%NLS%%share/locale/sk/LC_TIME/coreutils.mo
277
%%NLS%%share/locale/sl/LC_MESSAGES/coreutils.mo
279
%%NLS%%share/locale/sl/LC_MESSAGES/coreutils.mo
278
%%NLS%%share/locale/sl/LC_TIME/coreutils.mo
280
%%NLS%%share/locale/sl/LC_TIME/coreutils.mo
281
%%NLS%%share/locale/sr/LC_MESSAGES/coreutils.mo
282
%%NLS%%share/locale/sr/LC_TIME/coreutils.mo
279
%%NLS%%share/locale/sv/LC_MESSAGES/coreutils.mo
283
%%NLS%%share/locale/sv/LC_MESSAGES/coreutils.mo
280
%%NLS%%share/locale/sv/LC_TIME/coreutils.mo
284
%%NLS%%share/locale/sv/LC_TIME/coreutils.mo
281
%%NLS%%share/locale/tr/LC_MESSAGES/coreutils.mo
285
%%NLS%%share/locale/tr/LC_MESSAGES/coreutils.mo

Return to bug 206512