1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Update to version 1.0.8

PR:		34378
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Patrick Li 2002-01-30 01:48:11 +00:00
parent afe853995c
commit 8672369ce2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54001
4 changed files with 31 additions and 12 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (dotconf-1.0.7.tar.gz) = bf14938d3a40067c448d8ab6b53cc2e3
MD5 (dotconf-1.0.8.tar.gz) = 5d963e4c693b506368907c92bde60322

View File

@ -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"

View File

@ -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