summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-21when there are no build depends, indicate this with "none" instead ofdmcmahill1-3/+11
having an empty list. Do the same for run depends. Suggested by Christian Hattemer in a private email.
2003-03-21+ elm-me-2.4pl101, evolution-1.2.2, icu-2.4 [pkg/20825|heinz],wiz1-5/+7
libggi-2.0.3, molden-3.8 [pkg/20819], nmap-3.20. - postfix-2.0.7 (thanks, christos)
2003-03-21Note update of "netpbm" package to version 10.11.6nb1.tron1-1/+2
2003-03-21Fix "zlib" configuration in "Makefile.common" so that PNG tools get built.tron3-4/+16
Bump package revision to reflect this change. This patch was contributed by Christopher Richards in PR pkg/20809.
2003-03-21Update ipv6+tls patch in comment (and distinfo).taca2-6/+6
2003-03-21note update of gerbv to 0.13dmcmahill1-1/+2
2003-03-21update to gerbv-0.13dmcmahill4-31/+6
* You cannot compile with backend anymore, switch is removed. In last release this caused compilation error due to bit rot. * Drawing of arcs is a constant headache. Mark Whitis found another case that I had missed out. Clockwise arcs all of a sudden started to be drawn as counter-clockwise. * Arcs with very small angle differences could either be a complete circle or a very small part of an arc. Calculating the angles with integers wasn't sufficient, anyhow. They are now doubles all the way. * Aperture macro primitive 1 was a _filled_ circle. * Image rotate used to cause warnings that it wasn't implemented. Now if the file has an image rotate on zero degrees there is no warning (yes I've seen it). * Dan McMahill discovered that if you tried to swap with an unused layer gerbv segfaulted. * Peter Monta submitted patch for incremental coordinates. * No traces of Guile left...
2003-03-20Quote tr arguments. From Jim Bernard in PR 20826.wiz1-2/+2
2003-03-20Undo PKGREVISION bump (not necessary since the whole package was updatedwiz1-3/+1
to 2.0.7).
2003-03-20Use CFLAGS as well. Set GAP_PLATFORM in a way to account for other CC ↵jschauma4-6/+20
variables. Fix PLIST. Bump PKGREVISION.
2003-03-20Add PKGREVISION=1 [wiz told me so]christos1-1/+3
2003-03-20mention postfix.christos1-1/+2
2003-03-20- upgrade to 2.0.7christos3-32/+33
- add kim's recipient canonicalization patch. NOTE: TLS was disabled and is still disabled in this version.
2003-03-20Add kim's recipient canocalization patchchristos1-0/+106
2003-03-20Note addition of z80-asm, version 0.1.jmmv1-1/+2
2003-03-20Add and enable z80-asm.jmmv1-1/+2
2003-03-20Initial import of z80-asm, version 1.0:jmmv4-0/+40
z80-asm is a double pass compiler of the Z80 CPU assembly language. It supports almost all of the Z80 opcodes and functionality that commercial Z80 assemblers have. This package also contains an interactive Z80 disassembler. This program suite was written by BrainSoft. Package provided in PR pkg/20099 by Douwe Kiela with some changes by me.
2003-03-20Note update of xmame and xmess.kristerw2-3/+4
2003-03-20Update xmess to 0.66.2.kristerw3-6/+23
Changes since 0.65.1 include: - Amost everything from MAME 0.66 and MESS CVS. - The Barath frameskipper is now enabled by default. (suggested by Christopher Stone) - Rotation has been moved to the blit core and should be a lot faster. (Shyouzou Sugitani) - Analog controls work again, and the analog code is now synced up with the Windows code. (Sebastien Devaux) - The "-joydev" switch now allows a full device name, such as /dev/input/js0, to be specified. - Added makecd_mame2.pl to contrib tools; this script aids with burning CDs with ROMs, flyers, and cabinets. (Luc Saillard) - Renamed "-gamma-correction" to "-gamma" to be consistent with the Win32 version. It should also work now. - An Xv-enabled build should no longer report 0 bits per pixel and stop on a display that doesn't support the Xv extension. (Alexander Miller) - The "-brightness" switch now works as in Windows. Removed obsolete brightness and gamma code from sysdep_palette. - Idle sleeping is now disabled while the onscreen configuration menu is displayed. This works around a problem with key and button presses not registering when setting input preferences. - The "-record" and "-playback" switches now work as in the Win32 version. Also, the "inp" directory is now created on startup if it is missing. - MAME's disassemblers are no longer built by default. This avoids having to make some ugly little patches to the core. (Christopher Stone) - Removed the obsolete 8bpp update functions from most of the targets. This should speed compilation and produce a smaller binary.
2003-03-20Update xmame to 0.66.2.kristerw3-5/+22
Changes since 0.61.1 include: - Amost everything from MAME 0.66 and MESS CVS. - The Barath frameskipper is now enabled by default. (suggested by Christopher Stone) - Rotation has been moved to the blit core and should be a lot faster. (Shyouzou Sugitani) - Analog controls work again, and the analog code is now synced up with the Windows code. (Sebastien Devaux) - The "-joydev" switch now allows a full device name, such as /dev/input/js0, to be specified. - Added makecd_mame2.pl to contrib tools; this script aids with burning CDs with ROMs, flyers, and cabinets. (Luc Saillard) - Renamed "-gamma-correction" to "-gamma" to be consistent with the Win32 version. It should also work now. - An Xv-enabled build should no longer report 0 bits per pixel and stop on a display that doesn't support the Xv extension. (Alexander Miller) - The "-brightness" switch now works as in Windows. Removed obsolete brightness and gamma code from sysdep_palette. - Idle sleeping is now disabled while the onscreen configuration menu is displayed. This works around a problem with key and button presses not registering when setting input preferences. - The "-record" and "-playback" switches now work as in the Win32 version. Also, the "inp" directory is now created on startup if it is missing. - MAME's disassemblers are no longer built by default. This avoids having to make some ugly little patches to the core. (Christopher Stone) - Removed the obsolete 8bpp update functions from most of the targets. This should speed compilation and produce a smaller binary.
2003-03-20Note revision bump for cups to 2.jmmv1-1/+2
2003-03-20fredb has fixed cups so it works now with blowfish cipher in the passwd file.jmmv2-5/+3
Remove the note in the MESSAGE and bump PKGREVISION to 2.
2003-03-20Give authentication with blowfish hashes a fighting chance to work onfredb3-1/+35
NetBSD, by linking in -lcrypt before -lcrypto in the shared library and scheduler. (cups_crypto() looks to fall-back to crypt(). Both of the shared libraries in question have crypt(), but only the one in -lcrypt supports blowfish hashes.) Not tested.
2003-03-20Hmmm... for some reason the PKGREVISION bump was not commited...jmmv1-1/+2
2003-03-20Note that if using blowfish in /etc/passwd.conf, cups authentication won'tjmmv1-4/+5
work. Reformat a paragraph so this looks better.
2003-03-20graphopt-0.3 update done.wiz2-3/+3
2003-03-20Update to 0.3.wiz2-6/+5
v0.3 * Changed default spring length to 0 and default spring constant to 1 * Made dot file import more robust: * Reports if it doesn't seem to be a dot file rather than blindly trying to open it * Accounts for more dot syntax * doesn't segfault on any of the graphviz examples * Made graphopt file opening more robust: * Reports if it doesn't seem to be a graphopt file rather than blindly trying to open it v0.2 * Changed references to vector to std::vector, making compliant with latest c++ standards (a la gcc 3)
2003-03-20+ ekg-1.0rc1 [pkg/20807], graphopt-0.3, kde-3.1.1, lyx-1.3.1wiz1-1/+9
[pkg/20805], mplayer-0.90rc5, net-snmp-5.0.8, newscache-0.99.22p1, postfix-2.0.7.
2003-03-20Update to version 3.2.2 from othersrc - fixes vmnet_post.sh script to workjdolecek2-7/+7
with -current. Also drop -Werror from compilation, which migh have caused problems for 1.6. Switch to bzip2 for distribution - this shrinks archive by about 20k.
2003-03-20Fix HOMEPAGE. From Juan RP in PR 20815.wiz3-6/+6
2003-03-20Note update of mutt to 1.4.1jschauma1-1/+2
2003-03-20Update mutt to 1.4.1:jschauma3-15/+14
fix a buffer overflow in mutt's IMAP client code which was identified by Core Security Technologies, and fixed by Edmund Grimley Evans. A more detailed advisory will be published by Core Security. This happens to close PR pkg/20814, filed while I was updating the package. :-)
2003-03-20Remove double 'converter' in COMMENT, list it in converters category.salo1-3/+3
2003-03-20Alternative check if IPv6 is available with the OS.hubertf1-2/+2
Addresses PR 20019.
2003-03-20add forgotten wordheinz1-2/+2
2003-03-20remove incorrect usage of README.html.BAK files. With this change,dmcmahill1-6/+4
1) an extra /usr/pkgsrc/README.html.BAK file is not created 2) we ensure that when a README.html file doesn't change, we don't touch it. The prior version of this file caused the timestamp to change.
2003-03-19Note update of lang/nhc98 to 1.16.kristerw2-3/+3
2003-03-19Update nhc98 to 1.16.kristerw4-207/+210
Changes since 1.14a include: * A large subset of the base package of hierarchical libraries is now included in the build. * The primitive FFI mechanism has been updated to match the latest official spec, and the full Foreign libraries are also included (in hierarchical form). * The library function List.sortBy now uses a stable O(n log n) mergesort. * Numerous other small fixes, including revisions to the Haskell'98 standard.
2003-03-19Initial imports of security/cy2-login and security/cy2-ntlm.jlam1-1/+3
These are Cyrus SASL 2.x plugins supporting the undocumented LOGIN and NTLM authentication mechanisms used by MS clients.
2003-03-19Add and enable cy2-{login,ntlm}.jlam1-1/+3
2003-03-19Initial import of security/cy2-ntlm.jlam3-0/+34
This is the Cyrus SASL plugin that implements the NTLM (MS Windows NT) authentication mechanism.
2003-03-19Initial import of security/cy2-login.jlam3-0/+37
This is the Cyrus SASL plugin that implements the LOGIN authentication mechanism. It's recommended that it only be used if absolutely necessary since it is not a secure authentication scheme.
2003-03-19Rearrange the Makefile logic so that we can easily create Cyrus SASL 2.xjlam2-73/+98
plugin packages.
2003-03-19${SASLSOCKETDIR} is removed by the DEINSTALL script, so remove thisjlam1-2/+1
redundant command.
2003-03-19cyrus-sasl2 libraries have no library dependencies on PAM.jlam1-5/+1
2003-03-19Initial import of security/cy-login.jlam1-1/+2
This is the Cyrus SASL plugin that implements the LOGIN authentication mechanism. It's recommended that it only be used if absolutely necessary since it is not a secure authentication scheme.
2003-03-19Add and enable cy-loginjlam1-1/+2
2003-03-19Initial import of security/cy-login.jlam3-0/+42
This is the Cyrus SASL plugin that implements the LOGIN authentication mechanism. It's recommended that it only be used if absolutely necessary since it is not a secure authentication scheme.
2003-03-19Add a section to deal with SASL plugins, and clarify where this filejlam1-3/+8
should be included in package Makefiles.
2003-03-19Rearrange some of the Makefile logic so that we can create Cyrus SASLjlam2-63/+79
plugin packages.