diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 04:16:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 04:16:53 +0000 |
commit | f2d3298b90fbb93670598db2805af154e37ae74e (patch) | |
tree | 54b65f0263af5b449ec70fde8b37cb151289df62 /net | |
parent | bfa81dba1933e57d40b38a57cdd442c8b16516d1 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/qadsl/Makefile | 15 | ||||
-rw-r--r-- | net/qadsl/pkg-descr | 2 |
2 files changed, 12 insertions, 5 deletions
diff --git a/net/qadsl/Makefile b/net/qadsl/Makefile index a20b2a418f43..a4553d3980b1 100644 --- a/net/qadsl/Makefile +++ b/net/qadsl/Makefile @@ -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@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 @@ PKGMESSAGE= ${WRKDIR}/pkg-message 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 @@ PLIST_FILES= sbin/qadsl etc/qadsl.conf.sample 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 --git a/net/qadsl/pkg-descr b/net/qadsl/pkg-descr index f246f3560af1..10a8db9b44bc 100644 --- a/net/qadsl/pkg-descr +++ b/net/qadsl/pkg-descr @@ -3,4 +3,4 @@ It also works fine with COMHEM Cable internet and Tiscali Internet services. 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/ |