Commit graph

126 commits

Author SHA1 Message Date
Emanuel Haupt
6b20abc952 Really fix this port this time. This was a objformat issue.
Notified by:	pointyhat via pav
2008-03-11 22:50:31 +00:00
Emanuel Haupt
9e55f05281 Unbreak on 7.0
PR:		121375 (based on)
Submitted by:	Christopher Cowart <ccowart@rescomp.berkeley.edu>
2008-03-05 23:16:10 +00:00
Rong-En Fan
15ecf7b00d - Convert to rc.d style script
- Bump PORTREVISION

Note that I changed few places of the patch to match Porter's Handbook.

PR:		ports/114952
Submitted by:	Chris Cowart <ccowart at rescomp.berkeley.edu>
2007-07-27 11:59:28 +00:00
Rong-En Fan
9e5df96355 - The contents of these manaul pages live in other pages, so create
links for them instead of install useless contents.

PR:	    	 ports/113078
Submitted by:	 Helge Oldach <ports-net-snmp4-may07 at oldach.net>
2007-06-21 06:59:36 +00:00
Gabor Kovesdan
c7611291ca - Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
2007-04-19 21:20:48 +00:00
Kris Kennaway
86cc0f081d BROKEN on 7.0: Does not compile 2006-09-10 23:53:06 +00:00
Cheng-Lung Sung
147fdee482 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:56:24 +00:00
Maxim Sobolev
9874568ea1 Add support for 6-STABLE and 7-CURRENT. 2006-07-26 01:22:10 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +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
Pav Lucistnik
d2d527c935 - Add SHA256 2005-11-25 16:56:10 +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
Mark Linimon
59775693ef Remove obsolete mastersites.
Source:		distfile survey
2005-10-06 07:56:31 +00:00
Sergey Matveychuk
ade6ec6273 - Make portlint happy.
- Utilize EXAMPLESDIR macro.
2005-05-14 21:40:09 +00:00
Jean-Yves Lefort
a8d970927e Fix build on 6.X
PR:		ports/80374
Submitted by:	Johan van Selst <johans@stack.nl>
2005-04-26 22:40:02 +00:00
Kris Kennaway
0bacd1adbd BROKEN on 6.x: Does not build
Approved by:    portmgr (self)
2005-03-26 20:41:31 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Joe Marcus Clarke
e0f3464add Fix build on -CURRENT, and drop maintainership. -CURRENT fix was adapted
from net-mgmt/net-snmp.
2004-06-24 20:51:05 +00:00
Joe Marcus Clarke
2655d09556 SIZEify
Submitted by:	trevor
2004-03-19 07:47:02 +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
Garrett Wollman
60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Kirill Ponomarev
0f4782f55a - Fix build on AMD64
Approved by:	maintainer
2004-02-09 20:22:23 +00:00
Joe Marcus Clarke
29bc00aad3 net-snmp4 conflicts with net-snmp-5.x.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-11 06:16:21 +00:00
Joe Marcus Clarke
100a725c30 Move USE_* above bsd.port.pre.mk.
PR:		57502
2003-10-02 16:59:44 +00:00
Joe Marcus Clarke
3a7b4382c9 Looks like I accidentally correupted the patch in the previous commit.
Fix that and bump PORTREVISION yet again.
2003-09-02 18:13:27 +00:00
Joe Marcus Clarke
d100383ce7 Return the correct value for tcp.tcpCurrEstab.0.
PR:		54551
Submitted by:	Mário Freitas <sub_0@netcabo.pt>
2003-08-17 19:48:36 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Joe Marcus Clarke
741c8aed7a Fix build on recent -CURRENT.
Reported by:	Roar Pettersen <edprp@it.uib.no>
2003-03-28 18:30:18 +00:00
Joe Marcus Clarke
0d0146bbc5 WITH_PORTSSL is not needed anymore.
Reported by:	Oliver Lehmann <lehmann@ans-netz.de>
2003-03-04 22:52:25 +00:00
Joe Marcus Clarke
bbc9f4ace6 * Fix build once and for all. Tested with -STABLE, 5.0-RELEASE-p3, and
-CURRENT
* Take maintainership as I need this version for one of my applications

PR:	48932
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
Thanks to:	ade, marcus
Reported by:	Will Mitayai Keeso Rowe <mit@dreamlabs.com>
2003-03-04 21:45:05 +00:00
Joe Marcus Clarke
2eca8d5ed7 Complete previous patch. 2003-02-22 17:47:22 +00:00
Joe Marcus Clarke
99979c859f Correct logic when building on 5.x.
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
Pointy hat to:	me
2003-02-22 17:44:37 +00:00
Joe Marcus Clarke
f44b898307 Fix build on -STABLE with OpenSSL 0.9.7. 2003-02-22 00:16:57 +00:00
Yen-Ming Lee
64f0549f9d - update to 4.2.6
- fix build on FreeBSD 5 systems

PR:		48504
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2003-02-21 17:27:57 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Jun Kuriyama
559b7b4c32 Mark IGNORE with $OSVERSION >= 500100.
Backporting 4.x for latest OpenSSL suite will take some timeslots, but
I'll not work for it.

Release maintainership to ports@ until now.  If there is no maintainer
appeared, I'll remove this port some time after.
2003-02-18 11:28:57 +00:00
Edwin Groothuis
576cd551e2 net/net-snmp4 requires perl to build -> USE_PERL5=yes
Noticed on: bento
2002-11-17 13:08:26 +00:00
Jun Kuriyama
f68f5986d5 Unbreak on -current.
Submitted by:	Olivier Houchard <cognet@ci0.org>
2002-11-16 15:48:33 +00:00
Edwin Groothuis
5b96d0a956 PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
2002-11-04 03:05:48 +00:00
Jun Kuriyama
172020bf74 Add a patch to show enterprises.ucdavis.dskTable.dskEntry.dskPercentNode
mibs on our system.

Submitted by:	Donal Diamond <donal.diamond@eircom.net>
2002-08-29 03:22:59 +00:00
Jun Kuriyama
c875bd2ca9 Unbreak on -current. 2002-08-29 02:58:16 +00:00
Jun Kuriyama
dc14245405 Fix incorrect chmod for directory.
PR:		ports/35192
Submitted by:	Helge Oldach <ports-net-snmp@oldach.net>
2002-07-26 06:25:56 +00:00
Jun Kuriyama
2f073aafb3 Upgrade to 4.2.5. 2002-05-07 01:18:27 +00:00
Jun Kuriyama
6a09779314 I've mistaken the treatment of --with-mib-modules configure argument
with multiple modules.

With this fix, both of host and ucd-snmp/diskio modules are activated.

Spotted by:	Alexandr Listopad <laa@laa.zp.ua>
2002-04-10 10:30:26 +00:00
Jun Kuriyama
af620e968c Upgrade to 4.2.4.
Some of our patches are integrated into original distribution.
Enable diskio mib-module by default.
2002-04-09 00:31:17 +00:00
Bill Fumerola
e6b43b3ed7 kuriyama-san has been doing a much better job at maintaining this then
i've been doing. switch maintainership over to him.
2002-04-04 08:56:42 +00:00
Jun Kuriyama
d75b7443d0 Use tab instead of space.
Spotted by:	portlint
2002-04-04 06:18:09 +00:00
Jun Kuriyama
c13dad8246 Remove tkmib from installation.
This program will be provided as separated port which depends on p5-Tk and
p5-SNMP.

PR:		ports/19281
2002-04-04 06:10:49 +00:00