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

Collapse All | Expand All

(-)sysutils/coreutils/Makefile (-5 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	coreutils
1
PORTNAME=	coreutils
2
PORTVERSION=	8.32
2
PORTVERSION=	9.1
3
CATEGORIES=	sysutils textproc
3
CATEGORIES=	sysutils textproc
4
MASTER_SITES=	GNU
4
MASTER_SITES=	GNU
5
5
Lines 9-15 COMMENT= Free Software Foundation core utilities Link Here
9
LICENSE=	GPLv3
9
LICENSE=	GPLv3
10
LICENSE_FILE=	${WRKSRC}/COPYING
10
LICENSE_FILE=	${WRKSRC}/COPYING
11
11
12
USES=		cpe gmake iconv perl5 charsetfix tar:xz
12
USES=		cpe iconv perl5 charsetfix tar:xz
13
CPE_VENDOR=	gnu
13
CPE_VENDOR=	gnu
14
USE_PERL5=	build	# required for tests and man page generation
14
USE_PERL5=	build	# required for tests and man page generation
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
Lines 33-41 GMP_CONFIGURE_WITH= gmp Link Here
33
NLS_USES=	gettext
33
NLS_USES=	gettext
34
NLS_CONFIGURE_ENABLE=	nls
34
NLS_CONFIGURE_ENABLE=	nls
35
35
36
CPPFLAGS+=	-I${LOCALBASE}/include
37
LIBS+=		-L${LOCALBASE}/lib
38
39
post-build:
36
post-build:
40
	@${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile
37
	@${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile
41
	@${TOUCH} ${WRKSRC}/doc/coreutils.info
38
	@${TOUCH} ${WRKSRC}/doc/coreutils.info
(-)sysutils/coreutils/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1592354850
1
TIMESTAMP = 1660169449
2
SHA256 (coreutils-8.32.tar.xz) = 4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa
2
SHA256 (coreutils-9.1.tar.xz) = 61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423
3
SIZE (coreutils-8.32.tar.xz) = 5547836
3
SIZE (coreutils-9.1.tar.xz) = 5712104
(-)sysutils/coreutils/files/patch-configure (-7 / +7 lines)
Lines 1-11 Link Here
1
--- configure.orig	2016-01-20 10:32:53 UTC
1
--- configure.orig	2022-04-15 21:11:02 UTC
2
+++ configure
2
+++ configure
3
@@ -4356,7 +4356,7 @@ for as_dir in $PATH$PATH_SEPARATOR/opt/s
3
@@ -5579,7 +5579,7 @@ do
4
 do
4
     */) ;;
5
   IFS=$as_save_IFS
5
     *) as_dir=$as_dir/ ;;
6
   test -z "$as_dir" && as_dir=.
6
   esac
7
-    for ac_prog in mkdir gmkdir; do
7
-    for ac_prog in mkdir gmkdir; do
8
+    for ac_prog in mkdir; do
8
+    for ac_prog in mkdir; do
9
 	 for ac_exec_ext in '' $ac_executable_extensions; do
9
 	 for ac_exec_ext in '' $ac_executable_extensions; do
10
 	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
10
 	   as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
11
 	   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 #(

Return to bug 265770