aboutsummaryrefslogtreecommitdiff
path: root/devel/dotconf
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-30 01:48:11 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-30 01:48:11 +0000
commit8672369ce2c3628b233327fa734187416a93f407 (patch)
treec5a41077152adf3f9e4346fe2f6d1dda40a65350 /devel/dotconf
parentafe853995c622e6a7ab6ebc167479e5f654e7062 (diff)
downloadports-8672369ce2c3628b233327fa734187416a93f407.tar.gz
ports-8672369ce2c3628b233327fa734187416a93f407.zip
Notes
Diffstat (limited to 'devel/dotconf')
-rw-r--r--devel/dotconf/Makefile13
-rw-r--r--devel/dotconf/distinfo2
-rw-r--r--devel/dotconf/files/patch-ltmain.sh25
-rw-r--r--devel/dotconf/pkg-plist3
4 files changed, 31 insertions, 12 deletions
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile
index 333f39c45a93..e5cd9bd3a2fb 100644
--- a/devel/dotconf/Makefile
+++ b/devel/dotconf/Makefile
@@ -7,25 +7,20 @@
#
PORTNAME= dotconf
-PORTVERSION= 1.0.7
+PORTVERSION= 1.0.8
CATEGORIES= devel
-MASTER_SITES= http://www.azzit.de/dotconf/download/
+MASTER_SITES= http://www.azzit.de/dotconf/download/v1.0/
MAINTAINER= ports@FreeBSD.org
-USE_GMAKE= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
-EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}
-
pre-patch:
@${PERL} -pi -e 's|-Wall -g||' ${WRKSRC}/configure
@${PERL} -pi -e 's|-release $(LT_RELEASE)||' ${WRKSRC}/src/Makefile.in
-pre-build:
- @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
-
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
diff --git a/devel/dotconf/distinfo b/devel/dotconf/distinfo
index dc242ae43a05..518ff20f51d0 100644
--- a/devel/dotconf/distinfo
+++ b/devel/dotconf/distinfo
@@ -1 +1 @@
-MD5 (dotconf-1.0.7.tar.gz) = bf14938d3a40067c448d8ab6b53cc2e3
+MD5 (dotconf-1.0.8.tar.gz) = 5d963e4c693b506368907c92bde60322
diff --git a/devel/dotconf/files/patch-ltmain.sh b/devel/dotconf/files/patch-ltmain.sh
new file mode 100644
index 000000000000..da9a5a6f7534
--- /dev/null
+++ b/devel/dotconf/files/patch-ltmain.sh
@@ -0,0 +1,25 @@
+--- ltmain.sh.orig Thu Jul 26 18:28:06 2001
++++ ltmain.sh Sun Jan 27 23:19:36 2002
+@@ -2408,6 +2408,9 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ # Add libc to deplibs on all other systems if necessary.
+ if test $build_libtool_need_lc = "yes"; then
+@@ -4175,10 +4178,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/devel/dotconf/pkg-plist b/devel/dotconf/pkg-plist
index 6fdb7f701d8f..5a73e9c87cab 100644
--- a/devel/dotconf/pkg-plist
+++ b/devel/dotconf/pkg-plist
@@ -1,11 +1,10 @@
bin/dotconf-config
include/dotconf.h
include/libpool.h
-lib/libpool.a
lib/libdotconf.a
-lib/libdotconf.la
lib/libdotconf.so
lib/libdotconf.so.0
+lib/libpool.a
share/aclocal/dotconf.m4
%%PORTDOCS%%share/doc/dotconf/dotconf-api.txt
%%PORTDOCS%%share/doc/dotconf/dotconf-features.txt