mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Install libneon.la, which is needed by the devel/subversion port.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
This commit is contained in:
parent
edf66fa8c3
commit
148ba6eb08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55821
8 changed files with 4 additions and 52 deletions
|
@ -30,16 +30,3 @@ $FreeBSD$
|
|||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test "$build_libtool_need_lc" = "yes"; then
|
||||
@@ -4179,10 +4190,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"
|
||||
|
|
|
@ -22,6 +22,7 @@ include/neon/ne_compress.h
|
|||
include/neon/ne_acl.h
|
||||
lib/libneon.so.19
|
||||
lib/libneon.so
|
||||
lib/libneon.la
|
||||
lib/libneon.a
|
||||
%%PORTDOCS%%share/doc/neon/using-neon.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/neon
|
||||
|
|
|
@ -30,16 +30,3 @@ $FreeBSD$
|
|||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test "$build_libtool_need_lc" = "yes"; then
|
||||
@@ -4179,10 +4190,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"
|
||||
|
|
|
@ -22,6 +22,7 @@ include/neon/ne_compress.h
|
|||
include/neon/ne_acl.h
|
||||
lib/libneon.so.19
|
||||
lib/libneon.so
|
||||
lib/libneon.la
|
||||
lib/libneon.a
|
||||
%%PORTDOCS%%share/doc/neon/using-neon.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/neon
|
||||
|
|
|
@ -30,16 +30,3 @@ $FreeBSD$
|
|||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test "$build_libtool_need_lc" = "yes"; then
|
||||
@@ -4179,10 +4190,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"
|
||||
|
|
|
@ -22,6 +22,7 @@ include/neon/ne_compress.h
|
|||
include/neon/ne_acl.h
|
||||
lib/libneon.so.19
|
||||
lib/libneon.so
|
||||
lib/libneon.la
|
||||
lib/libneon.a
|
||||
%%PORTDOCS%%share/doc/neon/using-neon.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/neon
|
||||
|
|
|
@ -30,16 +30,3 @@ $FreeBSD$
|
|||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test "$build_libtool_need_lc" = "yes"; then
|
||||
@@ -4179,10 +4190,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"
|
||||
|
|
|
@ -22,6 +22,7 @@ include/neon/ne_compress.h
|
|||
include/neon/ne_acl.h
|
||||
lib/libneon.so.19
|
||||
lib/libneon.so
|
||||
lib/libneon.la
|
||||
lib/libneon.a
|
||||
%%PORTDOCS%%share/doc/neon/using-neon.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/neon
|
||||
|
|
Loading…
Add table
Reference in a new issue