summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam62-272/+299
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23Add buildlink.mk file for use by other package Makefiles.jlam1-0/+36
2001-06-23Note caveat about how buildlink.mk doesn't currently meet goal #2 onjlam1-10/+13
systems that install packages directly under ${X11BASE} (systems not using xpkgwedge).
2001-06-23Fix grammar a bit in buildlink.mk section.jlam1-9/+9
2001-06-23Update getmail to 2.0.20zuntum2-5/+5
Changes: -remove dead code -fix bug in example getmailrc file. Thanks to John Gennard for spotting this. There was an instance of an empty option value left over from before this was an issue.
2001-06-23Update fetchmail{conf} to 5.8.8. This should fix pr 13269 submittedfrueauf4-10/+10
by Emmanuel Dreyfus. fetchmail-5.8.8 (Wed Jun 20 17:22:26 EDT 2001), 20782 lines: * Fix bug that prevented messages from being marked oversized unless -v was on. * Byrial Jensen made the tracepoll information RFC822-conformant. * Reorder code to avoid accessing line buffers after they have been freed. * Steven Krings's patch to deal with over-long header lines. * Fix for Debian bug #101500. * Updated Danish translation by Byrial Jensen. * Chris Maio's patch for POP3 with BSMTP. * Patch from HMH resolves DEbian bug #101530. fetchmail-5.8.7 (Sun Jun 17 12:02:17 EDT 2001), 20749 lines: * Make fetchmailconf work properly again by fixing tracepolls mismatch. * HMH's fix for Debian bug #98127. * driver.c refactoring in preparation for streaming mode.
2001-06-23update to cdpack-1.2dmcmahill3-12/+25
change is that the automatically generated README.txt file is now only generated if requested via the -R flag as opposed to always generating the file. Suggested by Hubert.
2001-06-22Pull in buildlink files for jpeg, lcms, and zlib as they're needed whenjlam1-1/+5
linking against libmng.
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+34
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Addjlam1-6/+7
missing dependency on zlib.
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+32
2001-06-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-22Mark as USE_BUILDLINK_ONLY.jlam1-5/+5
2001-06-22Update chasen to 2.2.7. Change from 2.2.6 is below:taca3-9/+9
---------------------------------------------------------------------- ChaSen 2.2.7 (2001/06/22) ---------------------------------------------------------------------- - bug fix for sentence end processing - "EOS" length is modified from 3 to 0.
2001-06-22Install yorick files under ${PREFIX}/share instead of ${PREFIX}/lib.jtb3-9/+9
2001-06-22Update homepage.wiz1-2/+2
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam2-12/+17
2001-06-22<jpilot/libplugin.h> pulls in <gtk/gtk.h> so include gtk buildlink.mk.jlam1-1/+3
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+31
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-10/+12
2001-06-22Add buildlink.mk files for use by other package Makefiles.jlam2-0/+67
2001-06-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-7/+6
2001-06-22Add and enable inform.nathanw1-1/+2
2001-06-22Initial import of Inform.nathanw4-0/+115
Inform is an Interactive Fiction (text adventure) game compiler -- it takes source code you write and turns it into a game data file which is then played using an 'interpreter'. There are several interpreters available which can play Inform games on different machines (e.g. frotz, jzip) -- you can probably obtain one from the same place you got this package.
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-8/+10
2001-06-22Fix typo.jlam1-2/+2
2001-06-21Add dependency on bzip2 for libbz2.a, needed to support bzip2-compressedjlam1-1/+2
MIFF files.
2001-06-21Hyphens in module names are replaced with underscores in the file system.kim1-5/+5
2001-06-21Install the headers and libraries for bzip2, and add a buildlink.mk filejlam5-12/+114
for use by other package Makefiles.
2001-06-21Add buildlink.mk files for use by other package Makefiles.jlam3-0/+130
2001-06-21Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam11-83/+87
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-21Touch ${TK_LIB_FILE} during build so that it doesn't have to be re-linkedjlam3-7/+16
during installation.
2001-06-21Move inclusion of buildlink.mk file below GNU_CONFIGURE and USE_LIBTOOLjlam1-3/+3
settings.
2001-06-21Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-18/+13
2001-06-21Add buildlink.mk file for use by other package Makefiles.jlam1-0/+49
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-21Update to HTML-Parser-3.25.nra2-5/+5
2001-05-11 Gisle Aas <gisle@ActiveState.com> Release 3.25 Minor tweaks for build failures on perl5.004_04, perl-5.6.0, and for macro clash under Windows. Improved parsing of <plaintext>... :-)
2001-06-21Fix mgetty package to not delete its config files on pkg_delete (nextfredb6-40/+134
time! -- save them by hand if you need them for this upgrade), add a package hook to change ${CONFDIR}, where the binaries look for their configuration files, and update to 1.1.26. Many bug fixes and improved compatibility with various modems. The following were culled from the extensive ChangeLog file's for being conceivably of general interest. * login.c: export current tty as $DEVICE to shell * dialin.config: added V253 codes for OUT_OF_AREA and PRIVATE. * getdisk.c: fix overflow on file systems with > 2G (2^31 bytes) free * getdisk.c: default MINFREESPACE from policy.h was interpreted as *bytes*, not as *kbytes*. Which kind of defeats the purpose of checking for "enough disk space". Fixed, work with kbytes now. * faxrecp.c: check access rights first, space second (this will give clearer log messages for non-existing directories) * faxrecp.c: change fax page writing to open( O_EXCL|O_CREAT ) * locks.c: use mkstemp() to create tmp file, if available, open( O_EXCL|O_CREAT ) otherwise. and for vgetty... * Fixed buffer overflow in vm and vgetty, submitted by Georg Kirschbaum, <Georg.Kirschbaum@gimmel.franken.de>. Impact would not have been very big since only DTMFs are under control of the user.
2001-06-21Update xmms-crossfade to 0.2.9. Changes include:rh2-6/+6
* Fixed the pre-mixing effect plugin handling. * Added more verbose error messages when one of 'xmms-config', GLIB or GTK can not be found. * Fixed a bug which could cause very ugly feedback when using the silence-after-fadeout crossfader feature. This does only happen when you have activated an effect plugin in XMMS. * Fixed a small configure script error.
2001-06-21Make netstat2mrtg work also on interfaces without link-layer addressbouyer1-2/+7
(e.g. lo0, gif0, ...). From Takahiro Hayashi in pkg/13206.
2001-06-21Update xmms to 1.2.5. Changes include:rh11-183/+142
Translation/Internationalization: * New translations (gl, pt, id, sr) * Translations work in libxmms. * Handles broken translations better. Plugins: * Joystick plugin suppports more than 4 buttons. * Vorbis plugin handles streams. * Vorbis plugin generate data in native endianness. * File info dialog for Vorbis plugin. * Alot of bugfixes to the Vorbis plugin. * Tonegen input plugin supports more frequencys at the same time. * Solaris output plugin added. * Additional fixes to the Solaris plugin after it moved to the XMMS source. * IR plugin can now configure IR code length. * OSS Output can now configure the mixer device manually. * Handle no effect plugins without crash. * Esd plugin makes use of ESPEAKER variable. * ID3v1.1 support, ID3v1.0 still saves the entire comment. Portability: * CDAudio ported to OpenBSD. * Fixed glitches in FreeBSD audio playback. * Compilation fixes for Tru64 Unix, FreeBSD, OpenBSD. Playlist: * Physically delete file from playlist. * Right-click menu in the playlist. * Playlist counter wraps at ~136 years instead of ~600 hours. * Pressing middle mouse button in the playlist will try to add the content of the clipboard. Double click will clear the playlist. Misc: * MiniIcon now shows up in KDE2 taskbar. * Gnomexmms shows the title in the tooltip. * DGA support has been dropped. * Fullscreen code should be more sane now. * Man pages. (xmms, gnomexmms, wmxmms) Core: * Set realtime mode and drop root privilieges before initalizing GTK. (XMMS would not work with GTK 1.2.10) * Better shuffleplay support. * Possible to show WM decorations. * Fixed segfaults in the controlsocket. * Generic titles instead of Input plugin specific (mpg123, vorbis, cdaudio). * %F - File path, for titlestrings. * Smaller fixes, memory leaks and stability issues.
2001-06-21Update pkglint to 3.02:abs2-11/+23
Also check 'size' when crosschecking for checksum mismatches.
2001-06-21Update pkglint to 3.01:abs2-4/+4
Correct wrong var usage in lintpkgsrc 'checksum mismatch' report.
2001-06-21Add RCS Tag.nra1-0/+2
2001-06-21Switch to a dynamic PLIST so we can install against jdk or sun-jdkabs7-106/+87
2001-06-21- remove empty directories (-P) after the initial checkouthubertf1-3/+3
- show only changes (-q), checkout added directories (-d) and remove empty directories (-P) in the following updates Sent in by Martti Kuparinen <martti.kuparinen@iki.fi> in PR 13253.
2001-06-21Add and enable audacitywiz1-1/+2
2001-06-21Disable multi char glyph languages as a stopgap for now. Themartin1-2/+1
implementation is broken, it breaks the program for users with non-multi-char-glyph and non english ("C") locales. I will file a PR for the real problem.