Commit graph

164 commits

Author SHA1 Message Date
Norikatsu Shigemura
11d54338e7 Fix -z bug.
Pointed out by:	ume
Approved by:	kuriyama (implicitly)
2006-09-23 15:03:36 +00:00
Norikatsu Shigemura
f26153d6d8 Add support snmpd_pidfile and snmpd_conffile on rcNG script.
Requested by:	nyan, TAKANO Yuji <takachan@running-dog.net>
Approved by:	kuriyama
2006-09-23 11:31:09 +00:00
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Maxim Sobolev
17ed994b1f Add support for 7-CURRENT. 2006-07-26 01:21:25 +00:00
Jun Kuriyama
2f8d3b6369 - Upgrade to 5.2.3. 2006-07-20 01:43:49 +00:00
Doug Barton
53c3693939 Clean up sig_stop values. In most cases this means removing a leading -,
since rc.subr adds that already. In 3 cases it meant removing a wrongly
specified TERM, since that is the default.
2006-07-19 16:18:41 +00:00
Cheng-Lung Sung
a2aebbb882 - USE_RC_SUBR= filename instead of "yes", this simplies Makefile
(bump PORTREVISION)
- remove USE_REINPLACE
- rename files/*.sh.sample to files/*.sh.in

PR:		ports/95851
Submitted by:	Rong-En Fan
2006-05-08 05:00:27 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Jun Kuriyama
de310693e8 - Upgrade to 5.2.2.
- Return more appropriate values for hrSWRunType (1)

PR:		ports/86572 (1)
Submitted by:	wollman (1)
2005-11-30 05:22:40 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Jun Kuriyama
d8bc0015d3 Remove already-merged-patch.
PR:		ports/83643
Submitted by:	leeym
Noticed by:	rehula@yahoo-inc.com
2005-07-18 10:23:55 +00:00
Jun Kuriyama
3a71a04106 - Unbreak on 7-current.
Prodded by:	jhb
2005-07-17 15:12:14 +00:00
Jun Kuriyama
d21f4b4c41 - Fix negative integers on 64bit platforms [1].
- Upgrade to 5.2.1.2 and portlint fixes [2].
- Fix security problem in local/fixproc script [3].

PR:		ports/82148 [1], ports/83058 [2]
Submitted by:	Deomid Ryabkov <myself@rojer.pp.ru> [1],
		Renato Botelho <freebsd@galle.com.br> [2],
		remko [3]
References:	http://vuxml.freebsd.org/3e0072d4-d05b-11d9-9aed-000e0c2e438a.html [3]
Obtained from:	http://cvs.sourceforge.net/viewcvs.py/net-snmp/net-snmp/local/fixproc?r1=5.0&r2=5.0.6.1&diff_format=u [3]
2005-07-13 02:37:24 +00:00
Oliver Lehmann
4b7702b014 don't install perl stuff when WITHOUT_PERL is set - even when perl is installed
PR:		ports/80675
Approved by:	maintainer timeout (23 days)
2005-05-28 08:30:49 +00:00
Jun Kuriyama
0ab1ceea8f Fix the problem which cannot get ifPhysAddress value.
It seems agent/mibgroups/mibII/interfaces.c switched to use new
USE_SYSCTL_IFLIST knob but this does not support ifPhysAddress.

This patch uses old get_phys_address() function from new code.
2005-04-07 03:04:17 +00:00
Jun Kuriyama
a3597c82c2 (1) Fix memory leak by connections from <UNKNOWN>.
(2) Take care of large counters on 64bit platforms.

PR:		ports/78807 (1)
Submitted by:	Andriy Gapon <avg@icyb.net.ua> (1),
		Peter Losher <Peter_Losher@isc.org> (2)
Approved by:	portmgr (marcus)
2005-03-22 08:32:48 +00:00
Jun Kuriyama
4b8d0cb043 - Remove 0 sized patchfile.
Reported by:	sem
2005-02-05 13:49:02 +00:00
Jun Kuriyama
a7f5634511 - Update to 5.2.1.
- Add a patch to fix memory leak (SF bugs #1103644).
- Add WITH_DMALLOC knob (with a lot of patches to fix #include order).
2005-01-25 23:49:30 +00:00
Jun Kuriyama
814de30ec0 Update maintainer's note to record ports which should be bumped after
shlib version bump.
2004-12-09 02:53:31 +00:00
Jun Kuriyama
658182202d - Add missing patch files in previos commit
(patch-interface_ioctl.c, patch-ucd_snmp.h).
- Add missing backward compatibility simbols for
  usmAES{192,256}PrivProtocol (patch-snmpusm.c, patch-transform_oids.h).

PR:		ports/74810
2004-12-08 11:11:27 +00:00
Kirill Ponomarev
db018514aa Remove empty patches. 2004-12-06 10:56:12 +00:00
Jun Kuriyama
073e7bc6aa - Upgrade to 5.2.
- Fix build problem on current (1)
- Fix module availability problem on current (2)
- Disable perl completely with WITHOUT_PERL knob (3)
- Install sample file and improve pkg-message and pkg-plist (4)

PR:	ports/71071 (1), ports/71522 (2), ports/71315 (3), ports/72779 (4)
Submitted by:	Matthew Thyer <thyerm@powerband.net.au> (1),
	Dominic Mitchell <dom@happygiraffe.net> (2),
	oliver (3),
	Fumihiko Kimura <jfkimura@yahoo.co.jp> (4)
2004-11-29 04:08:29 +00:00
Jun Kuriyama
8f99882307 Fix build on 6-current.
Submitted by:	lofi
Approved by:	portmgr (marcus)
2004-09-05 09:38:05 +00:00
Jun Kuriyama
2eb2a9777a Unbreak on 6-current. 2004-08-31 15:52:18 +00:00
Jun Kuriyama
397db08f28 Remove NO_LATEST_LINK.
Suggested by:	obrien
2004-08-31 02:06:15 +00:00
Jun Kuriyama
7b1a4f2075 Add a hack to unbreak on releng4. 2004-08-11 11:52:52 +00:00
Jun Kuriyama
fb3bf34548 - Upgrade to 5.1.2.
Numerous patches are integrated into this release.
2004-08-11 02:31:33 +00:00
Jun Kuriyama
62cf17c575 Update to follow new rc.d/localpkg order.
Obtained from:	mtm
2004-07-27 00:08:07 +00:00
Jun Kuriyama
c41686f832 Add patch_depends on libttol.
Reported by:	"Grover Lines" <grover@ceribus.net>
2004-06-24 06:50:25 +00:00
Jun Kuriyama
df4fb6787b o Try to use modern autotools.
o Fix typo about WITHOUT_PERL knob. (1)
o Unbreak on -current after mbuf allocator changes. (2)

Submitted by:		ceri (1)
Complained from:	many people (2)
2004-06-23 08:44:41 +00:00
Jun Kuriyama
49e73ccb64 INSTALL[<space><tab>] fix.
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2004-06-14 07:40:57 +00:00
Jun Kuriyama
f9fac58499 Unbreak on 5.0.
My mbuf statistics code works only after 5.1-REL.
2004-05-13 22:58:09 +00:00
Jun Kuriyama
d3399fc581 Prevent error in snmpconf script with recent perl.
Reported by:	daver@vicor.com (Pomegranate)
2004-05-12 02:53:49 +00:00
Jun Kuriyama
daf6d14f2c Add mbuf cluster statistics. 2004-05-05 08:18:24 +00:00
Jun Kuriyama
3ea10dc158 Restore mbuf statistics support on recent 5.x.
To retrieve these values, check hrStorageUsed or hrStorageSize.
2004-05-04 08:18:10 +00:00
Kris Kennaway
8020dc6458 Don't remove a directory we didn't install 2004-04-19 08:28:07 +00:00
Jun Kuriyama
b678598ab5 Fix tcp.tcpCurrEstab.0 counting.
PR:		ports/65487
Submitted by:	Ken Stailey <kstailey@yahoo.com>
2004-04-14 00:57:42 +00:00
Jun Kuriyama
9af00286b3 Fix incorrect message about WITHOUT_IPV6.
Reported by:	many
2004-04-05 02:43:47 +00:00
Jun Kuriyama
ee9dbc3704 Upgrade to 5.1.1. 2004-04-03 13:49:22 +00:00
Jun Kuriyama
6ab20c67e8 Remove empty file.
PR:		ports/64478
Submitted by:	ceri
2004-03-20 07:02:44 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Jun Kuriyama
01742ce092 o More $REINPLACE_CMD'ify.
o Bump $PORTREVISION to force to clean up recent changes.

Submitted by:	Cyrille Lefevre
2004-03-11 23:22:36 +00:00
Jun Kuriyama
0740674ec2 o Fix on 4.x.
o Use $REINPLACE_CMD.

Submitted by:	lofi@
2004-03-11 14:52:21 +00:00
Jun Kuriyama
c55a61df91 Mark broken for 4.x for the time being.
Perl modules are installed into wrong location for 4.x.
2004-03-11 00:26:39 +00:00
Jun Kuriyama
ef7f2d6bba Various fixes / improvements.
See PR for details.

PR:		ports/63759
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2004-03-10 13:40:41 +00:00
Jun Kuriyama
b0e5f3b827 Avoid "kvm_read: Bad address" error.
PR:		ports/63026
Submitted by:	Antoine Jacoutot <ajacoutot@lphp.org>
2004-02-29 12:26:59 +00:00