FreshPorts -- The Place For Ports Sat, 22 Nov 2008 11:19 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: net-mgmt/bsnmpd/Makefile
CVSWeb

Number of commits found: 13

Wed, 20 Aug 2008
[ 01:57 ade ] Original commit 
1.1670 MOVED
1.23 archivers/arj/Makefile
1.62 archivers/gtar/Makefile
1.7 archivers/torrentzip/Makefile
1.8 astro/gpsbabel/Makefile
1.2 audio/audiere/Makefile
1.22 audio/bmp-faad/Makefile
1.10 audio/bmp-mac/Makefile
1.8 audio/bmp-musepack/Makefile
1.32 audio/faac/Makefile

(Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Fri, 25 Jul 2008
[ 15:34 pav ] Original commit 
1.6 accessibility/py-papi/Makefile
1.9 astro/gpstk/Makefile
1.17 astro/nova/Makefile
1.24 audio/ccaudio/Makefile
1.18 audio/fcplay/Makefile
1.23 audio/gkrellmss2/Makefile
1.17 audio/jack-keyboard/Makefile
1.20 audio/rawrec/Makefile
1.3 benchmarks/thrulay/Makefile
1.7 biology/blat/Makefile

(Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 19 Apr 2008
[ 18:56 miwi ] Original commit 
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile

(Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Sun, 30 Sep 2007
[ 05:47 linimon ] Original commit 
1.22 archivers/arj/Makefile
1.6 archivers/torrentzip/Makefile
1.17 audio/bmp-faad/Makefile
1.7 audio/bmp-mac/Makefile
1.4 audio/bmp-musepack/Makefile
1.29 audio/faac/Makefile
1.44 audio/faad/Makefile
1.9 audio/libtremor/Makefile
1.8 audio/lmms/Makefile
1.10 audio/mt-daapd/Makefile

(Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Wed, 26 Apr 2006
[ 08:45 erwin ] Original commit 
1.9 net-mgmt/bsnmpd/Makefile
1.5 net-mgmt/bsnmpd/distinfo
1.5 net-mgmt/bsnmpd/files/patch-configure.ac
1.1 net-mgmt/bsnmpd/files/patch-lib__support.h
1.1 net-mgmt/bsnmpd/files/patch-snmp_mibII__Makefile.in
1.2 net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII.c
1.3 net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII.h
1.1 net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII_interfaces.c
1.3 net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII_route.c
1.2 net-mgmt/bsnmpd/files/patch-snmp_mibII__tree.h
Update to 1.12

PR:             96285
Submitted by:   "Andrey V. Elsukov" <bu7cher@yandex.ru> (maintainer)
Mon, 23 Jan 2006
[ 11:23 erwin ] Original commit 
1.8 net-mgmt/bsnmpd/Makefile
1.4 net-mgmt/bsnmpd/files/patch-configure.ac
Fix build on 5.x

PR:             92192
Submitted by:   <bu7cher@yandex.ru> (maintainer)
Sat, 7 Jan 2006
[ 06:29 dougb ] Original commit 
1.2 games/kaid/Makefile
1.29 irc/ircservices/Makefile
1.30 misc/upclient/Makefile
1.87 multimedia/ffmpeg-devel/Makefile
1.53 multimedia/ffmpeg/Makefile
1.10 net-im/ejabberd/Makefile
1.7 net-mgmt/bsnmpd/Makefile
1.22 net/gift/Makefile
1.8 net/lanbrowsing/Makefile
1.13 net/mDNSResponder/Makefile

(Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
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.
Sat, 19 Nov 2005
[ 06:02 ade ] Original commit 
1.27 accessibility/dasher/Makefile
1.4 archivers/torrentzip/Makefile
1.7 audio/gnomoradio/Makefile
1.43 audio/speex-devel/Makefile
1.14 databases/libgdamm/Makefile
1.58 devel/apr/Makefile
1.16 devel/gconfmm26/Makefile
1.10 devel/glibmm/Makefile
1.21 devel/gnome-vfsmm/Makefile
1.3 devel/libbegemot/Makefile

(Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 15 Nov 2005
[ 06:52 ade ] Original commit 
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile

(Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 7 Oct 2005
[ 14:49 mnag ] Original commit 
1.4 net-mgmt/bsnmpd/Makefile
1.3 net-mgmt/bsnmpd/distinfo
1.1 net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII.c
1.2 net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII.h
1.2 net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII_route.c
Update to 1.11a

PR:             87039
Submitted by:   Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)
Wed, 5 Oct 2005
[ 17:56 garga ] Original commit 
1.3 net-mgmt/bsnmpd/Makefile
1.2 net-mgmt/bsnmpd/distinfo
1.2 net-mgmt/bsnmpd/files/patch-config__Makefile.post
1.2 net-mgmt/bsnmpd/files/patch-config__Makefile.pre
1.3 net-mgmt/bsnmpd/files/patch-configure.ac
1.2 net-mgmt/bsnmpd/files/patch-gensnmptree__gensnmptree.c
1.2 net-mgmt/bsnmpd/files/patch-lib__asn1.c
1.2 net-mgmt/bsnmpd/files/patch-lib__asn1.h
1.2 net-mgmt/bsnmpd/files/patch-lib__snmp.c
1.2 net-mgmt/bsnmpd/files/patch-lib__snmpagent.c

(Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Update to 1.11

PR:             ports/86945
Submitted by:   maintainer
Wed, 28 Sep 2005
[ 17:27 mnag ] Original commit 
1.2 net-mgmt/bsnmpd/Makefile
Fix build

Notified by:    kris
Approved by:    pav (mentor)
Tue, 27 Sep 2005
[ 18:32 mnag ] Original commit 
1.47 net-mgmt/Makefile
1.1 net-mgmt/bsnmpd/Makefile
1.1 net-mgmt/bsnmpd/files/bsnmpd.sh.in
1.1 net-mgmt/bsnmpd/distinfo
1.1 net-mgmt/bsnmpd/files/patch-config__Makefile.post
1.1 net-mgmt/bsnmpd/files/patch-config__Makefile.pre
1.1 net-mgmt/bsnmpd/files/patch-configure.ac
1.1 net-mgmt/bsnmpd/files/patch-gensnmptree__gensnmptree.c
1.1 net-mgmt/bsnmpd/files/patch-lib__asn1.c
1.1 net-mgmt/bsnmpd/files/patch-lib__asn1.h

(Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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)

Number of commits found: 13

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13
firefox-develNov 13
firefox10Nov 13

13 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19420
Broken 158
Deprecated 82
Ignore 444
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 65
Interactive 78
new 24 hours 14
new 48 hours15
new 7 days44
new fortnight80
new month127

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.18 seconds.