Commit graph

91897 commits

Author SHA1 Message Date
xtraeme
5274ee7f50 Add mjpegtools-simd option. 2006-01-25 10:02:27 +00:00
xtraeme
8b67c767b8 Add the "mjpegtools-simd" option, to enable MMX/3DNOW support
(disabled by default for compatibility with binary packages),
pointed out by ghen.
2006-01-25 10:01:36 +00:00
xtraeme
f5816e18b6 Add missing files when "dv" option is enabled. 2006-01-25 08:53:34 +00:00
xtraeme
54ef101fbe Require at least >=1.8.0 because dependencies were changed. 2006-01-25 08:52:46 +00:00
kent
c85a7da4a4 Note update of emulators/peace.
- fix a build problem with newer FreeType
  - fix a build problem with -current after "compat code reorg"
2006-01-25 08:34:27 +00:00
kent
ac8eab2885 * Update to a snaphot as of 20060125
- 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-25 08:32:51 +00:00
xtraeme
052431aa39 Remove mjpegtools-cmov options... deprecated. 2006-01-25 08:31:21 +00:00
xtraeme
bcc7dff0e7 Add missing files via PKG_OPTIONS.
Bump PKGREVISION.
2006-01-25 08:26:29 +00:00
xtraeme
564fd6754a Fix typos. 2006-01-25 08:18:18 +00:00
xtraeme
fd093dcc97 Updated multimedia/mjpegtools and multimedia/mplex to 1.8.0 2006-01-25 08:12:08 +00:00
xtraeme
0231e19cf8 Bump PKGREVISION due to mjpegtools update. 2006-01-25 08:10:08 +00:00
xtraeme
f32c8b7dc2 Update mjpegtools/mplex to 1.8.0.
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-25 08:09:12 +00:00
tonio
b8e2187d62 Note lang/coq-8.0pl3 2006-01-25 07:16:03 +00:00
xtraeme
d65b4672f3 Updated pkgtools/url2pkg to 1.33 2006-01-25 05:11:11 +00:00
xtraeme
391437abe6 Fix false positives about the test that checks for pkg-config files
in WRKSRC. Now it works properly.

Bump to 1.33.
2006-01-25 05:10:00 +00:00
uebayasi
522f412913 Note update navi2ch to 1.7.5nb1; renew BBS menu URI. pkg/32585
from Takanori Ishihara.
2006-01-25 04:50:42 +00:00
uebayasi
5240fee56c Update navi2ch to 1.7.5nb1; renew BBS menu URI. pkg/32585 from
Takanori Ishihara.
2006-01-25 04:49:45 +00:00
jlam
699a4aaefb Force Heimdal to compile its own compile_et by telling the configure
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-25 03:47:51 +00:00
joerg
5e97d64f8b Fix errno. 2006-01-25 02:12:10 +00:00
dmcmahill
b5c1d982d7 note gEDA suite update to 20060123 2006-01-25 01:53:41 +00:00
dmcmahill
7effaf81bd Update to 20060123. Changes since the last version include
- 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 01:51:34 +00:00
rillig
f43a67d266 - In --debug mode, all variable assignments that occur when the package
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-25 00:23:48 +00:00
joerg
fa0e987ec8 Add conditional code to ignore the non-numeric part of an OS version
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-25 00:20:09 +00:00
reinoud
f16c281842 Note initial commit of the net/kiax version 0.8.4 package.
"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-25 00:01:58 +00:00
reinoud
d8755fe3a9 Initial import of kiax 0.8.4
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-25 00:00:03 +00:00
joerg
1fbf513265 Use PTHREAD_AUTO_VARS for thread linkage. 2006-01-24 22:49:05 +00:00
ghen
d366671b58 Bump net/pure-ftpd for PLIST update. 2006-01-24 22:47:49 +00:00
joerg
bdc9385669 Remove LIBC hack, shouldn't be needed anymore.
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-24 22:47:13 +00:00
ghen
783de2a95c Install the README files for the LDAP, MySQL and PgSQL options.
Bump PKGREVISION.  Ok for wiz.
2006-01-24 22:46:48 +00:00
rillig
cf8fd17705 Updated devel/ode to 0.5. 2006-01-24 22:46:05 +00:00
rillig
3382899dbb Updated ode to 0.5.
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-24 22:45:33 +00:00
joerg
a6545b154a Add DragonFly support. Fix an ambigious statement. 2006-01-24 22:27:07 +00:00
adam
f35a71326a Updated databases/rrdtool to 1.2.12 2006-01-24 22:23:29 +00:00
adam
b124e484ac Changes 1.2.12:
* Bug fixes
2006-01-24 22:22:16 +00:00
rillig
e5b611525f SWIG comes with plenty of documentation, which is not installed by default.
Now it is installed.
2006-01-24 22:20:27 +00:00
adam
528d926001 Updated net/net-snmp to 5.3.0.1 2006-01-24 22:18:21 +00:00
rillig
0af03625f2 The CHECK_INTERPRETER_SKIP patterns may be either for absolute pathnames or
for pathnames relative to ${PREFIX}.
2006-01-24 22:17:12 +00:00
adam
a4dca0bf59 Changes 5.3.0.1:
*** 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-24 22:16:55 +00:00
tron
768b44f226 Note update of "teTeX3-bin" package to version 3.0nb6. 2006-01-24 21:52:51 +00:00
tron
cf14634e31 Incorporate fixes for vulnerabilities reported in SA17916 and SA18329,
bump package revision.
2006-01-24 21:51:36 +00:00
joerg
b633f725fa When checking for CLOCK_REALTIME and friends, include sys/time.h for
DragonFly as well.
2006-01-24 21:50:30 +00:00
rillig
39c238e10e Fixed pkglint warnings, including a bugfix where ${IFS} had been used
instead of $${IFS}.
2006-01-24 20:42:49 +00:00
rillig
365204f1fe - As "set -- $i" is often used for splitting variables, don't warn if shell
variables appear unquoted here.
2006-01-24 20:41:07 +00:00
rillig
4dfa584a87 - In shell variable assignments, no quoting is needed. 2006-01-24 20:26:11 +00:00
adam
38a33cc052 Added emulators/e-uae 0.8.28 2006-01-24 20:23:19 +00:00
reed
90b24ff00b Add patch so MANDIR is not hard-coded.
And set it in the make environment.
This fixes installation of man page as seen on DragonFly bulk build.
Revision not bumped since no change for systems where this worked before.
2006-01-24 20:22:35 +00:00
joerg
061c8ab1ab Has BROKEN_GETTEXT_DETECTION. 2006-01-24 20:21:56 +00:00
adam
ab9bd1255f This is a fork of UAE, the Ubiquitous Amiga Emulator, with an emulation core
based on WinUAE. It attempts to bring many of the great features of WinUAE
to non-Windows platforms. This version now finally has a name, E-UAE, since
that's what everybody was calling it anyway. The 'E' can stand for anything
you fancy. Experimental, extreme, exciting, egalitarian, eggplant...
2006-01-24 20:21:46 +00:00
rillig
ec6e11887d - Accept "\"...\"" as valid CPP macro, as some old configure scripts need
it that way. In --debug mode, a warning is printed.
2006-01-24 20:07:54 +00:00
tonio
2ce5334aaa Updated databases/lbdb to 0.31.1 2006-01-24 20:04:04 +00:00