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

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.1
9
lib/libltdl.so.7.3.2
(-)b/devel/libtool/Makefile (-7 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
1
# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
2
2
3
PORTNAME=	libtool
3
PORTNAME=	libtool
4
PORTREVISION=	1
4
PORTREVISION=	0
5
5
6
COMMENT=	Generic shared library support script
6
COMMENT=	Generic shared library support script
7
7
Lines 15-28 RUN_DEPENDS= gm4:devel/m4 Link Here
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS=	--disable-ltdl-install
17
CONFIGURE_ARGS=	--disable-ltdl-install
18
MAKE_ARGS=	MAKEINFOFLAGS=--no-split
19
NO_ARCH=	yes
18
NO_ARCH=	yes
20
USES+=		makeinfo
21
19
22
INFO=		libtool
20
INFO=		libtool
23
21
24
post-patch:
25
	@${RM} ${WRKSRC}/doc/*.info*
26
	@${TOUCH} ${WRKSRC}/doc/libtool.1
27
28
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/devel/libtool/Makefile.common (-1 / +1 lines)
Lines 1-4 Link Here
1
PORTVERSION=	2.4.6
1
PORTVERSION=	2.4.7
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-2 Link Here
1
SHA256 (libtool-2.4.6.tar.xz) = 7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f
1
TIMESTAMP = 1649420958
2
SIZE (libtool-2.4.6.tar.xz) = 973080
2
SHA256 (libtool-2.4.7.tar.xz) = 4f7f217f057ce655ff22559ad221a0fd8ef84ad1fc5fcb6990cecc333aa1635d
3
SIZE (libtool-2.4.7.tar.xz) = 1016040
3
- 

Return to bug 263151