ports/160130: Update port: net/qadsl

KATO Tsuguru tkato432 at yahoo.com
Wed Aug 24 18:50:32 UTC 2011


>Number:         160130
>Category:       ports
>Synopsis:       Update port: net/qadsl
>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:   Wed Aug 24 18:50:31 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support CFLAGS properly

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/qadsl/Makefile net/qadsl/Makefile
--- /usr/ports/net/qadsl/Makefile	2011-08-03 15:43:04.000000000 +0900
+++ net/qadsl/Makefile	2011-08-25 00:46:04.000000000 +0900
@@ -7,15 +7,15 @@
 
 PORTNAME=	qadsl
 PORTVERSION=	1.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
-MASTER_SITES=	http://download.savannah.gnu.org/releases/alive/
-DISTNAME=	qadsl-${PORTVERSION}
+MASTER_SITES=	SAVANNAH/alive
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Auto login/Keep-alive for Telia AB ADSL, COMHEM Cable and Tiscali Internet
 
-BROKEN=	does not fetch
+LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_RC_SUBR=	qadsl.sh
 SUB_FILES=	pkg-message
@@ -24,6 +24,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-global-cfg=${PREFIX}/etc/qadsl.conf \
 		--with-pidfile=/var/run/qadsl.pid
+MAKE_JOBS_SAFE=	yes
 
 MAN8=		qadsl.8
 MAN5=		qadsl.conf.5
@@ -33,6 +34,12 @@
 post-extract:
 	@${CP} ${WRKSRC}/etc/qadsl.conf ${WRKSRC}/etc/qadsl.conf.sample
 
+post-patch:
+	@${REINPLACE_CMD} -e \
+		'/echo $${CFLAGS}/s|^|#| ; \
+		 /echo $${CXXFLAGS}/s|^|#| ; \
+		 s|$$OPTIMIZER_CFLAGS||' ${WRKSRC}/configure
+
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
diff -urN /usr/ports/net/qadsl/pkg-descr net/qadsl/pkg-descr
--- /usr/ports/net/qadsl/pkg-descr	2009-12-21 15:55:59.000000000 +0900
+++ net/qadsl/pkg-descr	2011-08-22 05:43:32.000000000 +0900
@@ -3,4 +3,4 @@
 It features a keep-alive daemon with login/logout functions. The daemon 
 periodically connects to the ISP to ensure you are not logged out. 
 
-WWW: http://savannah.gnu.org/projects/alive 
+WWW: http://www.gnu.org/software/alive/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list