From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 6 07:50:07 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D68B37B401 for ; Tue, 6 May 2003 07:50:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F8C043FDD for ; Tue, 6 May 2003 07:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h46Eo5Up012449 for ; Tue, 6 May 2003 07:50:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h46Eo5Xe012448; Tue, 6 May 2003 07:50:05 -0700 (PDT) Resent-Date: Tue, 6 May 2003 07:50:05 -0700 (PDT) Resent-Message-Id: <200305061450.h46Eo5Xe012448@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Kolobov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FCC37B401 for ; Tue, 6 May 2003 07:41:26 -0700 (PDT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id EAEA243F93 for ; Tue, 6 May 2003 07:41:24 -0700 (PDT) (envelope-from sgk@outpost.globcon.net) Received: (qmail 11316 invoked by uid 911); 6 May 2003 14:41:26 -0000 Message-Id: <20030506144126.11315.qmail@outpost.globcon.net> Date: 6 May 2003 14:41:26 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/51873: [PATCH] Convert net/wol to USE_GETOPT_LONG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 14:50:07 -0000 >Number: 51873 >Category: ports >Synopsis: [PATCH] Convert net/wol to USE_GETOPT_LONG >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: Tue May 06 07:50:04 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan 2 03:13:48 MSK >Description: - Properly conditionalize gnugetopt dependency by utilizing USE_GETOPT_LONG - Add missing iconv dependency - Clarify COMMENT and pkg-descr - Silence configure warning by using CONFIGURE_TARGET - Install additional documentation - Bump PORTREVISION - Take maintainership Tested on: -STABLE, -CURRENT (i386) >How-To-Repeat: >Fix: --- wol-0.6.0_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/wol/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 2003/02/20 18:51:13 1.12 +++ Makefile 2003/05/06 14:35:14 @@ -8,19 +8,30 @@ PORTNAME= wol PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ahh -MAINTAINER= ports@FreeBSD.org -COMMENT= Wake On LAN client +MAINTAINER= sergei@kolobov.com +COMMENT= Tool to wake up Wake-On-LAN compliant computers LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + iconv.3:${PORTSDIR}/converters/libiconv -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv -lgnugetopt" +GNU_CONFIGURE= yes +USE_GETOPT_LONG= yes +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +DOCS= AUTHORS NEWS README TODO + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} +.endif .include Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/wol/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2002/01/10 11:31:06 1.1 +++ pkg-descr 2003/05/06 14:35:14 @@ -1,14 +1,22 @@ -wol implements Wake On LAN functionality in a small program. It wakes up -hardware that is Magic Packet compliant. +wol implements Wake-On-LAN functionality in a small program. +It wakes up hardware that is Magic Packet compliant. +Consider you have a sleeping or turned-off computer +and you want to wake it up remotely. Just type: + + # wol + +and the host wakes up (OK, it will boot ;-). + Features: - Wakes up various NIC's (tested) - 3COM 3C905c - Intel EtherExpress Pro 100 - Linksys Etherfast LNE100TX - Realtek LFE8139 - LevelOne FNC-0107TX - Wake up from file (same as /etc/ethers and an enhanced format) - Sleeping between two wake ups (measured in milliseconds) +- Wakes up various NIC's (tested) + - 3COM 3C905c + - Intel EtherExpress Pro 100 + - Linksys Etherfast LNE100TX + - Realtek LFE8139 + - LevelOne FNC-0107TX +- Wake up from file (same as /etc/ethers and an enhanced format) +- Sleeping between two wake ups (measured in milliseconds) -WWW: http://ahh.sourceforge.net/wol/ +Author: Thomas Krennwallner +WWW: http://ahh.sourceforge.net/wol/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/wol/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2002/03/26 06:34:52 1.2 +++ pkg-plist 2003/05/06 14:35:14 @@ -3,6 +3,11 @@ @unexec install-info --delete %D/info/wol.info %D/info/dir info/wol.info @exec install-info %D/info/wol.info %D/info/dir +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%% share/locale/de/LC_MESSAGES/wol.mo share/locale/fr/LC_MESSAGES/wol.mo share/locale/it/LC_MESSAGES/wol.mo --- wol-0.6.0_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: