summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-25Fix errno in library files. Never generate extern errno directly.joerg16-5/+192
Bump revision.
2006-01-25Fix error code handling for thread priority setting on non NetBSD systems.reinoud3-19/+11
Forgot to remove the changes.
2006-01-25Remove some compat hacks from NetBSD's libc which are not necessaryjoerg2-1/+58
and in fact harmful in a standalone binary.
2006-01-25Add kiax. (hi reinoud!)salo1-1/+2
2006-01-25cad/verilog-current to 20060124dmcmahill1-1/+2
2006-01-25update to 20060124 snapshot.dmcmahill3-12/+8
A few new features have been added to allow proper simulation with newer Xilinx UNISIM models. (They are starting to use Verilog 2001 features.) And also various bug fixes in this release. -- Primitive and continuous assign delays can now be non-constant. This needed some new run-time support, so vvp had a slight format change, and certain new optimizations follow as a result. -- Bug handling certain constant sub-expressions in concatenation expressions. Also, allow concat expressions in constant contexts. -- Support for wide divide expressions. -- Fixes for stubborn compilers. -- Fix bugs in padding of signed expressions. -- More fixes for following the data types of expressions.
2006-01-25Updated devel/p5-glib2 and x11/p5-gtk2 to 1.103xtraeme2-4/+4
2006-01-25Update to 1.103:xtraeme2-8/+7
Overview of changes in Gtk2 1.103 ================================= * Depend on Glib 1.103 for the new object registration semantics. Make use of them. [Torsten] Overview of changes in Gtk2 1.102 ================================= * Handle unknown event types gracefully. [muppet] * Improve some of the Gtk2::Gdk::GC API and fix a leak in Gtk2::Gdk::Pixbuf. [Marc Lehmann] * Fix a few test suite issues. [Scott Lanning, Torsten]
2006-01-25Update to 1.103:xtraeme3-10/+8
Overview of changes in Glib 1.103 ================================= * Fix a crash that occured when properties of undead objects were modified. [muppet] * Fix the undead object macros to work on 64-bit platforms. [Rafael Garcia-Suarez] * Completely redo the way GObject types are mapped to package names. This fixes the problem uncovered by the recent GInitiallyUnowned issue. * Allow undef for some arguments in the Glib::KeyFile API. [Emmanuele]
2006-01-25tyopxtraeme1-2/+2
2006-01-25Add mjpegtools-simd option.xtraeme1-1/+2
2006-01-25Add the "mjpegtools-simd" option, to enable MMX/3DNOW supportxtraeme2-4/+9
(disabled by default for compatibility with binary packages), pointed out by ghen.
2006-01-25Add missing files when "dv" option is enabled.xtraeme2-8/+11
2006-01-25Require at least >=1.8.0 because dependencies were changed.xtraeme1-2/+2
2006-01-25Note update of emulators/peace.kent1-1/+2
- fix a build problem with newer FreeType - fix a build problem with -current after "compat code reorg"
2006-01-25* Update to a snaphot as of 20060125kent2-10/+8
- fix a build problem with newer FreeType - fix a build problem with -current after "compat code reorg" * PEACE works only for i386 * remove unnecessary CPPFLAGS setting
2006-01-25Remove mjpegtools-cmov options... deprecated.xtraeme1-1/+0
2006-01-25Add missing files via PKG_OPTIONS.xtraeme2-5/+7
Bump PKGREVISION.
2006-01-25Fix typos.xtraeme1-4/+5
2006-01-25Updated multimedia/mjpegtools and multimedia/mplex to 1.8.0xtraeme2-3/+4
2006-01-25Bump PKGREVISION due to mjpegtools update.xtraeme4-7/+8
2006-01-25Update mjpegtools/mplex to 1.8.0.xtraeme27-1136/+87
Some changes: * Modularised input handling for MPEG compression tools. * movtar read/write support * MJPEG playback in software, and experimental MJPEG hardware overlay playback (see mjpeg/) * mpeg2enc _much_ improved!
2006-01-25Note lang/coq-8.0pl3tonio1-1/+2
2006-01-25Updated pkgtools/url2pkg to 1.33xtraeme1-1/+2
2006-01-25Fix false positives about the test that checks for pkg-config filesxtraeme2-4/+4
in WRKSRC. Now it works properly. Bump to 1.33.
2006-01-25Note update navi2ch to 1.7.5nb1; renew BBS menu URI. pkg/32585uebayasi1-1/+2
from Takanori Ishihara.
2006-01-25Update navi2ch to 1.7.5nb1; renew BBS menu URI. pkg/32585 fromuebayasi2-2/+4
Takanori Ishihara.
2006-01-25Force Heimdal to compile its own compile_et by telling the configurejlam1-1/+4
script not to find any system-installed compile_et. (This should really be done by using our own PATH that doesn't include any system paths, but we're not quite ready to do that yet.)
2006-01-25Fix errno.joerg4-24/+44
2006-01-25note gEDA suite update to 20060123dmcmahill1-2/+11
2006-01-25Update to 20060123. Changes since the last version includedmcmahill25-200/+61
- added autobackup (saves to backup files every <n> seconds) - added "L" drawing support - added embedded picture support - added a few new symbols - added support for spice netlisting of Josephson junction devices - added pcbpins netlist backend for forward annotating schematic pin names to PCB layouts. - several odd bug fixes
2006-01-25- In --debug mode, all variable assignments that occur when the packagerillig1-8/+9
Makefile is read in are logged to give further aid in debugging. - Warnings about PKGNAME and DISTNAME are anchored at line numbers instead of the package Makefile.
2006-01-25Add conditional code to ignore the non-numeric part of an OS versionjoerg5-4/+36
for the sake of compatibility tests in pkg_add. E.g. DragonFly versions like 1.4.0-RELEASE are reduced to 1.4.0 This code is currently enabled for DragonFly only.
2006-01-25Note initial commit of the net/kiax version 0.8.4 package.reinoud1-1/+3
"In the process of the development of Asterisk a new protocol has gathered the attention among the VoIP users - the Inter-Asterisk eXchange, or IAX (TM), Protocol, used as a the native communication protocol between Asterisk PBX Servers. What is particularly good in it is that it requires only one UDP port per endpoint to create a successful communication channel for VoIP calls. This makes it much friendlier for users behind NAT, which is not the case with SIP and H.323 - they required specific router configurations for their channel establishment, thus hindering faster spread of VoIP on the home and corporate desktop."
2006-01-25Initial import of kiax 0.8.4reinoud13-0/+315
In the process of the development of Asterisk a new protocol has gathered the attention among the VoIP users - the Inter-Asterisk eXchange, or IAX (TM), Protocol, used as a the native communication protocol between Asterisk PBX Servers. What is particularly good in it is that it requires only one UDP port per endpoint to create a successful communication channel for VoIP calls. This makes it much friendlier for users behind NAT, which is not the case with SIP and H.323 - they required specific router configurations for their channel establishment, thus hindering faster spread of VoIP on the home and corporate desktop.
2006-01-24Use PTHREAD_AUTO_VARS for thread linkage.joerg1-1/+2
2006-01-24Bump net/pure-ftpd for PLIST update.ghen1-1/+2
2006-01-24Remove LIBC hack, shouldn't be needed anymore.joerg7-8/+133
Express interest in nroff via USE_TOOLS. Expect sys/types.h to provide size_t. Fix errno. Don't define prototypes for ISO C / POSIX functions. short gets promoted to int, float to double, so use va_arg with the promoted types.
2006-01-24Install the README files for the LDAP, MySQL and PgSQL options.ghen2-3/+7
Bump PKGREVISION. Ok for wiz.
2006-01-24Updated devel/ode to 0.5.rillig1-1/+2
2006-01-24Updated ode to 0.5.rillig3-16/+13
I don't know what has changed since 0.039, since the project's ChangeLog does not contain any release information. At least, the old version didn't work for me.
2006-01-24Add DragonFly support. Fix an ambigious statement.joerg13-21/+359
2006-01-24Updated databases/rrdtool to 1.2.12adam1-1/+2
2006-01-24Changes 1.2.12:adam9-120/+118
* Bug fixes
2006-01-24SWIG comes with plenty of documentation, which is not installed by default.rillig2-2/+2139
Now it is installed.
2006-01-24Updated net/net-snmp to 5.3.0.1adam2-3/+3
2006-01-24The CHECK_INTERPRETER_SKIP patterns may be either for absolute pathnames orrillig1-3/+5
for pathnames relative to ${PREFIX}.
2006-01-24Changes 5.3.0.1:adam17-380/+123
*** Security Fix *** Changes 5.3: *** Important Notes *** Several very significant changes have been made in Net-SNMP for this release that warrant special attention. - shared library version number no longer matches the release number. We now follow the versioning scheme recommended by libtool. For the 5.3 release this means that the libraries now have a SONAME ending with ".so.10", e.g. libnetsnmp.so.10. - snmpd has not been truncating log files at startup, as documented in the man pages, for a while now. This default behaviour has been restored. Please use the '-A' flag if you want to continue appending to your log files at startup. - snmptrapd will no longer accept all traps by default. It must be configured with authorized SNMPv1/v2c community strings and/or SNMPv3 users. Non-authorized traps/informs will be dropped. - Due to a copyright statement that didn't allow modifications, snmpnetstat has been completely rewritten. The new version now accepts the same command-line options as the other tools, which has introduced a number of incompatible changes. However, it does now finally support SNMPv3.
2006-01-24Note update of "teTeX3-bin" package to version 3.0nb6.tron1-1/+2
2006-01-24Incorporate fixes for vulnerabilities reported in SA17916 and SA18329,tron6-3/+262
bump package revision.