Commit graph

15 commits

Author SHA1 Message Date
Doug Barton
d04156022a danfe was kind enough to remind me that:
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
is already the default, so for those ports where we are doing:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
to avoid the problem of conflicts with the rc.d script of the same
name it is not necessary to define WRKSRC separately.

Clean up this mistake of mine, and standardize for the others.
2012-08-15 00:37:55 +00:00
Doug Barton
e835f4e22e Fix problem introduced in r302141. The directory for the unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.

PR:		ports/170592
Submitted by:	Eugene Grosbein <eugen@eg.sd.rdtc.ru>
2012-08-13 10:22:57 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Eitan Adler
7d4a16a84d Remove quotes from BROKEN and IGNORE as they are not required
Approved by:	maintainer timeout
2012-02-25 22:15:56 +00:00
Erwin Lansing
d96f66200f Don't overlook the n in ifndef and restore the original meaning
for NO_PACKAGE, and add a separate IGNORE for pointyhat.

Noticed by:	Eugene Kazarinov <kamuzon@milshop.ru>
2008-08-07 09:49:55 +00:00
Erwin Lansing
2e80e2c548 To avoid this port building on pointyhat, use IGNORE and not NO_PACKAGE 2008-08-05 07:19:31 +00:00
Sergey Skvortsov
db26f4a06d * add new example to ng_ipacct.conf [1]
* skip NO_PACKAGE if PACKAGE_BUILDING is defined [1]
* minor clean

PR:		ports/105597
Submitted by:	Eugene Grosbein <eugen xx kuzbass.ru>
2008-06-02 16:27:40 +00:00
Mark Linimon
8c91d898a6 Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr
2007-06-29 09:16:42 +00:00
Sergey Skvortsov
1dd4882c4b Update to 20061223 2006-12-25 10:38:10 +00:00
Sergey Skvortsov
c4203a8dce * Add amd64 patches
* Install "etc/ng_ipacct.conf.sample" only.
2006-09-14 16:40:18 +00:00
Sergey Skvortsov
073078f05a Add support for ng_bpf to example scripts.
PR:		ports/102742
Submitted by:	Eugene Grosbein <eugen xx grosbein.pp.ru>
2006-09-03 19:41:45 +00:00
Kris Kennaway
5b1eaf29ac BROKEN: Unfetchable 2006-09-03 00:36:51 +00:00
Sergey Skvortsov
e379a58825 Update to 20050731:
* fix build for 6.0
* support NGGIF data-link type
2005-08-01 07:59:53 +00:00
Sergey Skvortsov
6a88c3bb5d * fix "missed DLT initialization" issue
* add "ng_ipacct_%%iface%%_checkpoint_script" feature
  (and target "checkpoint" for rc.d/ng_ipacct.sh)

* add example "PPTP (via mpd), divert traffic to ng_ksocket"
2005-04-02 16:34:45 +00:00
Sergey Skvortsov
acde01090d Add ng_ipacct 20050228, Netgraph IP accounting. 2005-02-28 12:34:58 +00:00