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

(-)lang/libutils/Makefile (-2 / +4 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	libutils
9
PORTNAME=	libutils
10
PORTVERSION=	1.0.3
10
PORTVERSION=	1.0.3
11
PORTREVISION=	1
11
CATEGORIES=	lang
12
CATEGORIES=	lang
12
MASTER_SITES=	http://savannah.gnu.org/download/nsl/ \
13
MASTER_SITES=	http://savannah.gnu.org/download/nsl/ \
13
		http://iling.nw.ru/~artem/downloads/ \
14
		http://iling.nw.ru/~artem/downloads/ \
Lines 16-24 Link Here
16
MAINTAINER=	ports@FreeBSD.org
17
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	Support lib for Tensile/NSL
18
COMMENT=	Support lib for Tensile/NSL
18
19
20
USE_GMAKE=	yes
19
USE_LIBTOOL=	yes
21
USE_LIBTOOL=	yes
20
GNU_CONFIGURE=	yes
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_ARGS=	--prefix=${PREFIX}
23
MAKE_ARGS=	CFLAGS="${CFLAGS}"
22
INSTALLS_SHLIB=	yes
24
INSTALLS_SHLIB=	yes
23
25
24
MAN3=		libutils.3
26
MAN3=		libutils.3
(-)lang/libutils/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.orig	Wed Jun 11 19:04:47 2003
2
+++ configure	Mon Jul 21 22:58:08 2003
3
@@ -8085,6 +8085,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)lang/libutils/pkg-plist (-1 / +1 lines)
Lines 3-8 Link Here
3
include/lists.h
3
include/lists.h
4
include/util.h
4
include/util.h
5
lib/libutils.a
5
lib/libutils.a
6
lib/libutils.la
7
lib/libutils.so
6
lib/libutils.so
8
lib/libutils.so.1
7
lib/libutils.so.1
8
share/aclocal/libutils.m4

Return to bug 54803