diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-08 20:44:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-08 20:44:26 +0000 |
commit | 823e89fdf1240aaaca7fb04c1109e50516aa1809 (patch) | |
tree | baf21c1ec7f61648345d3387f198271c833f71a0 /devel/leoarg | |
parent | 87b0942a15d55abb1e41e60133613839560831c3 (diff) | |
download | ports-823e89fdf1240aaaca7fb04c1109e50516aa1809.tar.gz ports-823e89fdf1240aaaca7fb04c1109e50516aa1809.zip |
update master site & WWW
fix pkg-plist
PR: 32612
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=51247
Diffstat (limited to 'devel/leoarg')
-rw-r--r-- | devel/leoarg/Makefile | 3 | ||||
-rw-r--r-- | devel/leoarg/files/patch-ltmain.sh | 25 | ||||
-rw-r--r-- | devel/leoarg/pkg-comment | 2 | ||||
-rw-r--r-- | devel/leoarg/pkg-descr | 2 | ||||
-rw-r--r-- | devel/leoarg/pkg-plist | 1 |
5 files changed, 29 insertions, 4 deletions
diff --git a/devel/leoarg/Makefile b/devel/leoarg/Makefile index 8b91570229b1..2975ba317846 100644 --- a/devel/leoarg/Makefile +++ b/devel/leoarg/Makefile @@ -9,12 +9,13 @@ PORTNAME= leoarg PORTVERSION= 2.2.2 CATEGORIES= devel -MASTER_SITES= http://members.chello.at/oberzalek/development/ +MASTER_SITES= http://home.pages.at/kingleo/development/ DISTNAME= LeoArg-${PORTVERSION} MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes MAN3= LeoArg.3 LeoArg__InvalidOption.3 LeoArg__InvalidSetting.3 \ diff --git a/devel/leoarg/files/patch-ltmain.sh b/devel/leoarg/files/patch-ltmain.sh new file mode 100644 index 000000000000..96e8d9a9ad8f --- /dev/null +++ b/devel/leoarg/files/patch-ltmain.sh @@ -0,0 +1,25 @@ +--- ltmain.sh.orig Fri May 11 05:34:59 2001 ++++ ltmain.sh Sat Dec 8 22:23:50 2001 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-netbsd*) ++ # 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/leoarg/pkg-comment b/devel/leoarg/pkg-comment index b3e79a100809..d617a30adaf8 100644 --- a/devel/leoarg/pkg-comment +++ b/devel/leoarg/pkg-comment @@ -1 +1 @@ -LeoArg is a command line Parser +A class for parsing command lines diff --git a/devel/leoarg/pkg-descr b/devel/leoarg/pkg-descr index 949268416c0c..faa42a360727 100644 --- a/devel/leoarg/pkg-descr +++ b/devel/leoarg/pkg-descr @@ -1,3 +1,3 @@ LeoArg is a command line Parser. -WWW: http://members.chello.at/oberzalek/development/cpp-en.html#leoarg +WWW: http://home.pages.at/kingleo/development/cpp-en.html#leoarg diff --git a/devel/leoarg/pkg-plist b/devel/leoarg/pkg-plist index 17ad90535d26..5b6ad64c7c78 100644 --- a/devel/leoarg/pkg-plist +++ b/devel/leoarg/pkg-plist @@ -1,6 +1,5 @@ include/LeoArg.hh lib/libLeoArg.a -lib/libLeoArg.la lib/libLeoArg.so lib/libLeoArg.so.2 share/doc/LeoArg/example/Makefile |