Commit graph

12 commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
291c479c05 Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
2011-11-01 20:46:07 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Mark Linimon
64cd37a531 Like xorp itself, does not compile on sparc64.
Hat:		portmgr
Feature safe:	yes
2010-07-01 03:54:28 +00:00
Doug Barton
36ff43a47e Remove bms from the pkg-descr's of ports he no longer maintains. 2010-06-06 22:09:10 +00:00
Bruce M Simpson
adbcbdd9d6 Drop maintainership for these ports.
Regrettably, I have no free time for the foreseeable future which
I can commit directly to these aspects of FreeBSD work, due to
a demanding new role elsewhere.

I am able to review patches from time to time, but regrettably cannot
be directly involved in engineering work beyond this w/o it being
directly involved in day-to-day effort.

Thank you for your understanding.
2010-06-06 17:00:58 +00:00
Wesley Shields
2b99808800 - Chase libpcap shlib change. 2010-04-07 19:50:21 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Bruce M Simpson
862cdd0d35 Mark IGNORE on pre-7.x.
Submitted by:	miwi
2009-12-22 20:24:11 +00:00
Bruce M Simpson
1aaa91e7f7 Add sample config to plist.
This should really be conditionalized somewhere, but this is quicker
at fixing the port tindy nags.
2009-12-13 16:09:39 +00:00
Bruce M Simpson
5274b14529 Add new port net/xorp-devel, for the current XORP line of development
in SourceForge SVN.
It now builds using SCons, and the Boost C++ libraries.

The package is now relocatable using the rtld $ORIGIN feature, and
should now conform to hier(7), and the Filesystem Hierarchy Standard.

Other improvements include: more mature shared library support, default
to using UNIX domain sockets for improved RPC performance, PIM-SM BSR,
various bug fixes and performance enhancements, size reductions.

With shared libraries, a full production router suite package of
xorp-devel now weighs in at ~22MB on-disk, on amd64.
2009-12-08 10:53:10 +00:00