View | Details | Raw Unified | Return to bug 283535
Collapse All | Expand All

(-)b/devel/libltdl/pkg-plist (-1 / +1 lines)
Lines 6-9 lib/libltdl.a Link Here
6
lib/libltdl.la
6
lib/libltdl.la
7
lib/libltdl.so
7
lib/libltdl.so
8
lib/libltdl.so.7
8
lib/libltdl.so.7
9
lib/libltdl.so.7.3.2
9
lib/libltdl.so.7.3.3
(-)b/devel/libtool/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	libtool
1
PORTNAME=	libtool
2
PORTREVISION=	2
2
PORTREVISION=	0
3
3
4
COMMENT=	Generic shared library support script
4
COMMENT=	Generic shared library support script
5
WWW=		https://www.gnu.org/software/libtool/
5
WWW=		https://www.gnu.org/software/libtool/
(-)b/devel/libtool/Makefile.common (-1 / +1 lines)
Lines 1-4 Link Here
1
PORTVERSION=	2.4.7
1
PORTVERSION=	2.5.4
2
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
2
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
3
CATEGORIES=	devel
3
CATEGORIES=	devel
4
MASTER_SITES=	GNU/libtool
4
MASTER_SITES=	GNU/libtool
(-)b/devel/libtool/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1649420958
1
TIMESTAMP = 1734954115
2
SHA256 (libtool-2.4.7.tar.xz) = 4f7f217f057ce655ff22559ad221a0fd8ef84ad1fc5fcb6990cecc333aa1635d
2
SHA256 (libtool-2.5.4.tar.xz) = f81f5860666b0bc7d84baddefa60d1cb9fa6fceb2398cc3baca6afaa60266675
3
SIZE (libtool-2.4.7.tar.xz) = 1016040
3
SIZE (libtool-2.5.4.tar.xz) = 1056924
(-)a/devel/libtool/files/patch-tests_testsuite (-21 lines)
Removed Link Here
1
--- tests/testsuite.orig	2022-03-17 02:45:47 UTC
2
+++ tests/testsuite
3
@@ -8737,7 +8737,7 @@ at_xfail=no
4
 
5
 { set +x
6
 $as_echo "$at_srcdir/demo.at:513: case \$host in
7
-hppa*|x86_64*|s390*)
8
+hppa*|amd64*|x86_64*|s390*)
9
   # These hosts cannot use non-PIC shared libs
10
   exit 77 ;;
11
 *-solaris*|*-sunos*)
12
@@ -8762,7 +8762,7 @@ fi
13
 "
14
 at_fn_check_prepare_notrace 'a `...` command substitution' "demo.at:513"
15
 ( $at_check_trace; case $host in
16
-hppa*|x86_64*|s390*)
17
+hppa*|amd64*|x86_64*|s390*)
18
   # These hosts cannot use non-PIC shared libs
19
   exit 77 ;;
20
 *-solaris*|*-sunos*)
21
- 

Return to bug 283535