Skip site navigation (1)Skip section navigation (2)

CVS log for ports/net-mgmt/bsnmpd/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / net-mgmt / bsnmpd

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14
Sat Jan 10 20:19:50 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.13: +1 -1 lines
- Remove net-mgmt/bsnmpd, is part of base since FreeBSD 6.0

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:57:08 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 25 14:34:34 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +0 -1 lines
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:52:59 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:47:18 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 26 07:45:09 2006 UTC (5 years, 9 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -7 lines
Update to 1.12

PR:		96285
Submitted by:	"Andrey V. Elsukov" <bu7cher@yandex.ru> (maintainer)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 23 11:23:07 2006 UTC (6 years ago) by erwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3 lines
Fix build on 5.x

PR:		92192
Submitted by:	<bu7cher@yandex.ru> (maintainer)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jan 7 06:29:54 2006 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 19 06:02:19 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -3 lines
Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:42 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
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.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 7 13:49:52 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Update to 1.11a

PR:		87039
Submitted by:	Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 5 16:56:52 2005 UTC (6 years, 4 months ago) by garga
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
- Update to 1.11

PR:		ports/86945
Submitted by:	maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Sep 28 16:27:42 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Fix build

Notified by:	kris
Approved by:	pav (mentor)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 27 17:32:27 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
New port

This is a mini-SNMP daemon. The basic daemon implements the system group
and a number of private extensions to manage the UDP transport mapping,
communities, trap destinations and loadable modules. In this form it can
be used to provide remote access to arbitrary data that can be described in
the form as required by the SMI. The daemon speaks both SNMPv1 and SNMPv2c.

PR:		86400
Submitted by:	Andrey V. Elsukov <bu7cher@yandex.ru>
Approved by:	pav (mentor)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options