diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-07 14:01:25 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-07 14:01:25 +0000 |
commit | 6ef2dc6e19b63972fbcd949d325f74b87ef312b3 (patch) | |
tree | 22afa5e37d08484c0d21f291337a812ce0b8c31b /net/openldap22/files/patch-build::ltmain.sh | |
parent | Update to 0.23 (diff) |
- now *really* use libtool from ports instead of the included one
- build -dynamic for better compatibility with libltdl
- grap back-perl fixes from OpenLDAP CVS to let FreeBSD port users
test the perl backend
- dynamically create pkg-plist in pre-install instead of post-install
to simplify things and guard against changes in bsd.port.mk
- bump portrevision
- miscellaneous style fixes:
PR: 54177
Submitted by: maintainer
Diffstat (limited to 'net/openldap22/files/patch-build::ltmain.sh')
-rw-r--r-- | net/openldap22/files/patch-build::ltmain.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/openldap22/files/patch-build::ltmain.sh b/net/openldap22/files/patch-build::ltmain.sh deleted file mode 100644 index 502d6b5db739..000000000000 --- a/net/openldap22/files/patch-build::ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- build/ltmain.sh.orig Sun Feb 9 23:24:29 2003 -+++ build/ltmain.sh Fri Jun 20 21:37:02 2003 -@@ -4285,12 +4285,6 @@ - IFS="$save_ifs" - fi - -- # Install the pseudo-library for information purposes. -- 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 $? -- - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" - ;; |