Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2008 07:24:16 -0500
From:      "Josh Paetzel" <josh@tcbug.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ade@FreeBSD.org
Subject:   ports/127110: [maintainer update] misc/wanpipe 
Message-ID:  <1220617456.84356@roadrash.tcbug.org>
Resent-Message-ID: <200809051230.m85CU2S5067723@freefall.freebsd.org>

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

>Number:         127110
>Category:       ports
>Synopsis:       [maintainer update] misc/wanpipe
>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:   Fri Sep 05 12:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Josh Paetzel
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 7.1-PRERELEASE #2: Sat Aug 30 10:28:13 CDT 2008
    jpaetzel@roadrash.tcbug.org:/usr/obj/usr/src/sys/ROADRASH



>Description:


misc/wanpipe doesn't actually install everything listed in it's pkg-ploist


>How-To-Repeat:


cd /usr/ports/misc/wanpipe
make install
make deinstall


>Fix:


--- Makefile.old        2008-09-05 04:23:54.000000000 +0000
+++ Makefile    2008-09-05 05:18:54.000000000 +0000
@@ -8,6 +8,7 @@

 PORTNAME=      wanpipe
 PORTVERSION=   3.3.1
+PORTREVISION=  1
 CATEGORIES=    misc net
 MASTER_SITES=  ftp://ftp.sangoma.com/FreeBSD/wanpipe/ports/
 DISTNAME=      ${PORTNAME}-${PORTVERSION}
@@ -62,6 +63,11 @@
        @${SH} ${PKGCONFIG} ${DISTNAME} do-configure ${WRKSRC} ${EXTRA_ARGS}

 post-install:
+       @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wanpipe ${LOCALBASE}/etc/rc.d/
+       @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wancfg_legacy ${LOCALBASE}/sbin/
+       @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wancfg_zaptel ${LOCALBASE}/sbin/
+       @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wanpipe_cfgft1 ${LOCALBASE}/sbin/
+       @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wanrouter ${LOCALBASE}/sbin/
        @${CAT} ${PKGMESSAGE}

 .include <bsd.port.post.mk>



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



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