summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-31Rename option prefix-cmds to kerberos-prefix-cmds. Backwardsdillo2-8/+10
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
2005-05-31Rename option PAM to pam (so all options are lower case). Backwardsdillo17-51/+53
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
2005-05-31Make use of PKG_OPTIONS_LEGACY_OPTS.dillo1-4/+5
2005-05-31To ease cleanup of the options namespace, add code to support legacydillo4-7/+51
option names: PKG_OPTIONS_LEGACY_OPTS+= old:new If PKG_DEFAULT_OPTIONS or PKG_OPTIONS.foo contains option old (or -old) it is rewritten to new (or -new) and a warning is issued by the supported-options-message target.
2005-05-31Updated _GCC_DIST_VERSION from 3.4.3 to 3.4.4 to reflect recent updateshannonjr1-2/+2
to lang/gcc34.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo68-275/+192
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-31Replace the homegrown floating point binary access patterns in class Doublemartin2-1/+39
by macros from math.h to avoid alignement problems described in PR pkg/30106.
2005-05-31- eagle-4.13r1 (thanks, bouyer).wiz1-2/+1
2005-05-31Build on DragonFly BSD.salo2-1/+16
Patch from Joerg Sonnenberger via private mail.
2005-05-31Update HOMEPAGE.minskim1-2/+2
2005-05-31+ bochs-2.2 releasedxtraeme1-1/+2
2005-05-31PLIST fixes for IRIX.jschauma2-6/+14
ok @taca
2005-05-30Add patch for DragonflyBSD, sent byhubertf3-2/+18
Joerg Sonnenberger <joerg@britannica.bec.de> in private mail. Bump to 5.17nb1.
2005-05-30Convert to use tar instead of gtar, and remove gtar from tools.wiz1-3/+2
From Alexander Becher in PR 30381.
2005-05-30 * Copyright maintenancehubertf5-66/+176
* make "stf-start" and "stf-stop" aliases to "start" and "stop" * don't use RFC 1918 or 3927 IPs as outer address Inspired by OpenDarwin/MacOS X's ip6config (== old perl version of hf6to4! :-).
2005-05-30Don't use "-R/foo", but use COMPILER_RPATH_FLAG instead.jschauma2-4/+4
Should fix problems seen in IRIX bulk-builds.
2005-05-30Note cad/eagle update.bouyer1-1/+2
2005-05-30Update to 4.14. OK'd by Rene Hexel.bouyer3-16/+36
2005-05-30Sync with base 1.53: Comment out too noisy warning.wiz1-2/+6
2005-05-30Allow --varbase=something (note the '='). Pointed out by rillig@.jmmv1-1/+2
2005-05-30Set a directory name in PLIST to a correct value on Linux.minskim2-85/+88
2005-05-30Correct handling if gssapi and kerberos is defined. Proposal byfrueauf1-4/+3
Dieter Baron, tested by Jukka Salmi.
2005-05-30Updated net/tinc to 1.0.4wiz2-3/+3
2005-05-30Update to 1.0.4, including a patch by Tonnerre, providedwiz3-7/+203
in PR 30378. version 1.0.4 May 4 2005 * Fix switch and hub modes. * Optionally start scripts when a Subnet becomes (un)reachable. version 1.0.3 Nov 11 2004 * Show error message when failing to write a PID file. * Ignore spaces at end of lines in config files. * Fix handling of late packets. * Unify BSD tun/tap device handling. This allows IPv6 on tun devices and anything on tap devices as long as the underlying OS supports it. * Handle IPv6 on Solaris tun devices. * Allow tinc to work properly under Windows XP SP2. * Allow VLAN tagged Ethernet frames in switch and hub mode. * Experimental PMTUDiscovery, TunnelServer and BlockingTCP options. version 1.0.2 Nov 8 2003 * Fix address and hostname resolving under Windows. * Remove warnings about non-existing scripts and unsupported address families. * Use the event logger under Windows. * Fix quoting of filenames and command line arguments under Windows. * Strict checks for length incoming network packets and return values of cryptographic functions, * Fix a bug in metadata handling that made the tinc daemon abort.
2005-05-30Make this build on Darwin 8.1.0.yyamano2-1/+15
2005-05-30Note devel/libebml and multimedia/libmatroska updates.salo1-1/+3
2005-05-30Update to version 0.7.7salo3-8/+8
Changes include fixes to the build system for MacOS X, slightly improved handling of the maximum size to read and other small fixes.
2005-05-30Update to version 0.7.5salo3-8/+8
Changes include fixes to the build system for MacOS X, slightly improved handling of the maximum size to read and other small fixes.
2005-05-30Note net/lftp update.salo2-3/+3
2005-05-30Update to version 3.2.1salo3-8/+31
Changes: - convert to PKG_OPTIONS framework - make gnutls default option, ssl optional 3.2.1: ====== - fixed handling of file names starting with a tilde in sftp protocol. - fixed minor problem with `lftp -u user --help'. - fixed compilation with modules. - fixed compilation without OpenSSL and GnuTLS. - fixed compilation with certain compiler versions. - relaxed version requirement on GnuTLS. 3.2.0: ====== - added support for gnutls library. Now OpenSSL is only used if explicitly configured with option --with-openssl, and by default gnutls is used. - added parser for AS/400 ftp listing. - fixed a coredump in mirror when symbolic link target is unknown.
2005-05-30ghostscript-gnu update donedillo1-2/+1
2005-05-30Note update of GNU Ghostscript (and variants) to 8.15 (a lot ofdillo1-1/+4
bug fixes and improvement, especially to font rendering and the PDF writer)
2005-05-30GPL stands for General Public Licensedillo2-4/+5
2005-05-30Update to 8.15 (a lot of bug fixes and improvement, especially todillo7-51/+194
font rendering and the PDF writer)
2005-05-30+ asapm-3.0, ettercap-NG-0.7.3, gnutls-1.2.4, mathomatic-12.4.0,wiz1-6/+10
msmtp-1.4.1, openssh-4.1, py-sqlite-2.0.3, ruby-imlib2-0.5.1 [pkg/30372], zile-2.0.6. - ghostscript-fonts-8.11 (thanks, dillo)
2005-05-30Fix PR pkg/29868 provided by dbj.yyamano1-1/+5
2005-05-30Bump PKGREVISION due to changed dependency pattern (allowing newer versionsdillo7-11/+14
of ghostscript-fonts).
2005-05-30note update of ghostscript-fonts to 8.11dillo1-1/+2
2005-05-30Update to 8.11 (improvments and additions of Cyrillic glyphs)dillo3-38/+23
2005-05-30Allow newer versions of ghostscript-fonts (for pending update to 8.11)dillo3-6/+6
2005-05-30Remove empty files generated through distribution patches atminskim1-4/+2
post-patch, rather than install and delete at post-install.
2005-05-30Updated editors/vim to 6.3.074martti1-1/+2
2005-05-30Updated editors/vim to 6.3.074 and fixed pkg/29979martti9-21/+32
2083 6.3.072 crash for substitute message when using UTF-8 and Chinese 2017 6.3.073 Win32 GUI: display errors when scrolling up/down 2365 6.3.074 with 'insertmode' CTRL-V after Select mode doesn't work
2005-05-30Avoid that "kerberos" appears more than once in PKG_OPTIONS.frueauf1-2/+2
Change suggested by Jukka Salmi.
2005-05-30Update to 20050530:wiz17-108/+167
Sync with base system: Ranges support and some other stuff that wasn't pulled over.
2005-05-30Updated multimedia/mplayer-share to 1.0rc7nb1 [wiz 2005-05-30]wiz1-1/+2
2005-05-30Recognize 0xf706d as faad codec. Needed e.g. for 21c3 videos.wiz3-6/+20
Bump PKGREVISION.
2005-05-30regen with updated line numberswiz4-16/+16
2005-05-30Changed "for fin ..." to "for f in ...".rillig1-2/+2
2005-05-30Note update of wdg-validate.minskim1-1/+2