1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Dont install useless .la files and sort plist

PR:		35493
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Patrick Li 2002-03-03 05:46:11 +00:00
parent c501463541
commit b7126bda1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55447
3 changed files with 27 additions and 3 deletions

View File

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,b,,}
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,25 @@
--- config/ltmain.sh.orig Thu Jul 5 23:41:01 2001
+++ config/ltmain.sh Fri Mar 1 22:56:44 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

@ -29,8 +29,7 @@ include/log4cpp/TimeStamp.hh
include/log4cpp/config-openvms.h
include/log4cpp/config-win32.h
include/log4cpp/config.h
@dirrm include/log4cpp
lib/liblog4cpp.a
lib/liblog4cpp.la
lib/liblog4cpp.so
lib/liblog4cpp.so.3
@dirrm include/log4cpp