Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2002 10:22:37 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/33886: Update port: misc/argparse   
Message-ID:  <200201141822.g0EIMbR84758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         33886
>Category:       ports
>Synopsis:       Update port: misc/argparse
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 14 10:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/misc/argparse/Makefile misc/argparse/Makefile
--- /usr/ports/misc/argparse/Makefile	Mon Jun 18 15:44:14 2001
+++ misc/argparse/Makefile	Sun Jan 13 12:00:39 2002
@@ -9,14 +9,14 @@
 PORTNAME=	argparse
 PORTVERSION=	1.0.0
 CATEGORIES=	misc
-MASTER_SITES=	http://members.chello.at/oberzalek/development/
+MASTER_SITES=	http://home.pages.at/kingleo/development/
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	LeoArg:${PORTSDIR}/devel/leoarg
+LIB_DEPENDS=	LeoArg.2:${PORTSDIR}/devel/leoarg
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=	argparse.1
diff -urN /usr/ports/misc/argparse/pkg-descr misc/argparse/pkg-descr
--- /usr/ports/misc/argparse/pkg-descr	Mon Jun 18 15:44:14 2001
+++ misc/argparse/pkg-descr	Sun Jan 13 12:01:45 2002
@@ -1,3 +1,3 @@
 A tool for commandline parsing for shell scripts
 
-WWW: http://members.chello.at/oberzalek/development/cpp-en.html#argparse
+WWW: http://home.pages.at/kingleo/development/cpp-en.html#argparse

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201141822.g0EIMbR84758>