mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
update master site & WWW
fix pkg-plist PR: 32612 Submitted by: Ports Fury
This commit is contained in:
parent
87b0942a15
commit
823e89fdf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51247
5 changed files with 29 additions and 4 deletions
|
@ -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 \
|
||||
|
|
25
devel/leoarg/files/patch-ltmain.sh
Normal file
25
devel/leoarg/files/patch-ltmain.sh
Normal file
|
@ -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"
|
|
@ -1 +1 @@
|
|||
LeoArg is a command line Parser
|
||||
A class for parsing command lines
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue