summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-23Add buildlink.mk file for use by other package Makefiles.jlam1-0/+33
2001-06-23Use BUILDLINK_FIX_LIBTOOL_SED to replace for installed freetds directory.jlam1-1/+3
2001-06-23Factor out the sed expression used to fix libtool archives into a variable,jlam1-3/+6
BUILDLINK_FIX_LIBTOOL_SED, that may be appended to.
2001-06-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Alsojlam2-11/+13
use ${FIND}/${SORT} instead of find/sort.
2001-06-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-5/+6
2001-06-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Handlejlam5-38/+123
-L and rpath specifications in the config files by directly substituting their final values; this is needed since the configure script directly manipulates these values via sed and needs the substituted values, not just ${VAR}. Also honor CXXFLAGS passed in from the environment (possibly containing optimization flags) during the build.
2001-06-23Within a package, references to it's installed location should bejlam1-6/+6
${PREFIX}.
2001-06-23The QT2 directory is not always ${X11BASE}/qt2.jlam1-6/+6
2001-06-23Add buildlink.mk file for use by other package Makefiles.jlam2-0/+78
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.