ports/51388: Update port: www/httperf

KATO Tsuguru tkato at prontomail.com
Thu Apr 24 16:40:52 UTC 2003


>Number:         51388
>Category:       ports
>Synopsis:       Update port: www/httperf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 09:40:24 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Utilize USE_GETOPT_LONG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/httperf/Makefile www/httperf/Makefile
--- /usr/ports/www/httperf/Makefile	Sat Apr 12 23:30:27 2003
+++ www/httperf/Makefile	Thu Apr 24 04:22:06 2003
@@ -14,16 +14,10 @@
 COMMENT=	A tool for measuring webserver performance
 
 USE_OPENSSL=	yes
+USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 MAN1=		httperf.1
-
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lgnugetopt
-.endif
 
 post-install:
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list