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

(-)devel/dotconf/Makefile (-9 / +4 lines)
Lines 7-30 Link Here
7
#
7
#
8
8
9
PORTNAME=	dotconf
9
PORTNAME=	dotconf
10
PORTVERSION=	1.0.7
10
PORTVERSION=	1.0.8
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	http://www.azzit.de/dotconf/download/
12
MASTER_SITES=	http://www.azzit.de/dotconf/download/v1.0/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
15
16
USE_GMAKE=	yes
16
GNU_CONFIGURE=	yes
17
USE_LIBTOOL=	yes
17
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
18
INSTALLS_SHLIB=	yes
18
INSTALLS_SHLIB=	yes
19
19
20
EXAMPLESDIR=	${PREFIX}/share/examples/${PORTNAME}
21
22
pre-patch:
20
pre-patch:
23
	@${PERL} -pi -e 's|-Wall -g||' ${WRKSRC}/configure
21
	@${PERL} -pi -e 's|-Wall -g||' ${WRKSRC}/configure
24
	@${PERL} -pi -e 's|-release $(LT_RELEASE)||' ${WRKSRC}/src/Makefile.in
22
	@${PERL} -pi -e 's|-release $(LT_RELEASE)||' ${WRKSRC}/src/Makefile.in
25
26
pre-build:
27
	@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
28
23
29
post-install:
24
post-install:
30
.if !defined(NOPORTDOCS)
25
.if !defined(NOPORTDOCS)
(-)devel/dotconf/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (dotconf-1.0.7.tar.gz) = bf14938d3a40067c448d8ab6b53cc2e3
1
MD5 (dotconf-1.0.8.tar.gz) = 5d963e4c693b506368907c92bde60322
(-)devel/dotconf/files/patch-ltmain.sh (+25 lines)
Line 0 Link Here
1
--- ltmain.sh.orig	Thu Jul 26 18:28:06 2001
2
+++ ltmain.sh	Sun Jan 27 23:19:36 2002
3
@@ -2408,6 +2408,9 @@
4
 	  *-*-netbsd*)
5
 	    # Don't link with libc until the a.out ld.so is fixed.
6
 	    ;;
7
+	  *-*-freebsd*)
8
+	    # FreeBSD doesn't need this...
9
+	    ;;
10
 	  *)
11
 	    # Add libc to deplibs on all other systems if necessary.
12
 	    if test $build_libtool_need_lc = "yes"; then
13
@@ -4175,10 +4178,12 @@
14
 	fi
15
 
16
 	# Install the pseudo-library for information purposes.
17
+	if /usr/bin/false; then
18
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
19
 	instname="$dir/$name"i
20
 	$show "$install_prog $instname $destdir/$name"
21
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
22
+	fi
23
 
24
 	# Maybe install the static library, too.
25
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)devel/dotconf/pkg-plist (-2 / +1 lines)
Lines 1-11 Link Here
1
bin/dotconf-config
1
bin/dotconf-config
2
include/dotconf.h
2
include/dotconf.h
3
include/libpool.h
3
include/libpool.h
4
lib/libpool.a
5
lib/libdotconf.a
4
lib/libdotconf.a
6
lib/libdotconf.la
7
lib/libdotconf.so
5
lib/libdotconf.so
8
lib/libdotconf.so.0
6
lib/libdotconf.so.0
7
lib/libpool.a
9
share/aclocal/dotconf.m4
8
share/aclocal/dotconf.m4
10
%%PORTDOCS%%share/doc/dotconf/dotconf-api.txt
9
%%PORTDOCS%%share/doc/dotconf/dotconf-api.txt
11
%%PORTDOCS%%share/doc/dotconf/dotconf-features.txt
10
%%PORTDOCS%%share/doc/dotconf/dotconf-features.txt

Return to bug 34378