Bug 127110 - [maintainer update] misc/wanpipe
Summary: [maintainer update] misc/wanpipe
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-05 13:30 UTC by Josh Paetzel <josh@tcbug.org>
Modified: 2008-09-05 15:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Paetzel <josh@tcbug.org> 2008-09-05 13:30:02 UTC

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

Fix: 

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>--UyGVv2NDmxMJe6cIy73mft13wos1STeBbqPLv4XexQFun0zC
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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

cd /usr/ports/misc/wanpipe
make install
make deinstall
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-05 13:30:37 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-09-05 13:41:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-09-05 15:15:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-09-05 15:17:15 UTC
miwi        2008-09-05 14:16:01 UTC

  FreeBSD ports repository

  Modified files:
    misc/wanpipe         Makefile 
  Log:
  - Fix build
  
  PR:             127110
  Submitted by:   "Josh Paetzel" <josh@tcbug.org> (maintainer)
  
  Revision  Changes    Path
  1.2       +6 -0      ports/misc/wanpipe/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"