summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-11Make CPPFLAGS part of MAKE_ENV and CONFIGURE_ENV as 220 packages want itjlam1-4/+3
to be.
2001-06-11Add missing IDEA-licence and jdk-license as ACCEPTABLE_LICENSES options.jtb1-1/+7
Pointed out by John Darrow <John.P.Darrow@wheaton.edu> on tech-pkg.
2001-06-11Fix LICENSE. s/distribution/redistribution/. Pointed out byjtb2-4/+4
John Darrow <John.P.Darrow@wheaton.edu> on tech-pkg.
2001-06-11Document BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS.jlam1-4/+7
2001-06-11Use bsd.buildlink.mk more fully.jlam1-62/+48
2001-06-11The variables that may optionally be defined are:jlam1-2/+15
BUILDLINK_TRANSFORM.<pkgname> sed arguments used to transform the name of the source filename into a destination filename
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam39-171/+89
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam19-862/+257
2001-06-11This Makefile fragment is included by package buildlink.mk files. Thisjlam1-0/+83
file does 3 things: (1) Defines a macro target, _BUILDLINK_USE, that symlinks package files into a new hierarchy under ${BUILDLINK_DIR}; (2) Adds -I${BUILDLINK_DIR}/include to CPPFLAGS, CFLAGS, and CXXFLAGS; (3) Adds -L${BUILDLINK_DIR}/lib to LDFLAGS. This file might be absorbed into bsd.pkg.mk at a future date.
2001-06-11Add description for QPOPPER_FAC which specify qpoper's defaulttaca1-1/+6
syslog facility.
2001-06-11Re-add definition of PERL5_SITEARCH accidentally removed during lastjlam1-1/+6
update. Fixes pkg/13157.
2001-06-10Update to 1.5.5mjl2-5/+5
Reset reduce_to_gray and it_is_opaque flags prior to processing each image. Enable removal of safe-to-copy chunks that are being handled as unknown Added 262 to the length of uncompressed data when calculating required_window_size, to account for zlib/deflate implementation. Added "-bit_depth n" to the help screen. Call png_set_packing() when increasing bit_depth to 2 or 4. Added warning about not overwriting an existing tRNS chunk. Reduced the memory usage Write 500K IDAT chunks even when system libpng is being used. Ignore all-zero gAMA and cHRM chunks, with a warning. Added "-loco" option (writes MNG files with filter_method 64) "-dir" and "-ext" options are no longer mutually exclusive, e.g.: pngcrush -loco -dir Crushed -ext .mng *.png Added "-iccp" option Increased the zlib memory level to 9, which improves compression Enabled the "-max max_idat_size" option, even when max_idat_size exceeds the default 1/2 megabyte size. Added missing "png_ptr" argument to png_error() call Revised the "-help" output slightly and improved the "-version" output. The "-already[_crushed]" option is now ignored if the "-force" option is present or if chunks are being added, deleted, or modified. Improved "things_have_changed" behavior (now, when set in a particular file, it is not set for all remaining files)
2001-06-10Update to 0.5.15. Now works more nicely with tcl-8.x; also profits fromwiz8-142/+26
the uulib changes (see there).
2001-06-10Add EXPATLIBPATH=${LOCALBASE}/lib to find expat on a.out (don't know whywiz1-2/+3
it's needed, but it seems to help, and doesn't hurt). pkg/12947 by John Klos
2001-06-10Don't install this file.wiz3-21/+2
2001-06-10Update to 0.5.15. Changes:wiz9-68/+36
Autoclear -- remove files after they have been decoded. Autorename -- rename output files if they already exist. Stricter MIME compatibility, and bugfixes.
2001-06-10Enable poppassd.taca1-1/+2
2001-06-10Importing poppassd included in qpopper 4.0.3 now.taca8-0/+309
2001-06-10Add description for QPOPPER_USER which specify owner of qpopper's apoptaca1-1/+7
database and qpopauth runs at.
2001-06-10Update qpopper to 4.0.3 from 3.1.2. Here is brief new feature fromtaca10-60/+211
Release note. 4.0 Supports TLS/SSL security. '-p' option now has value '4' to permit plain-text passwords under TLS/SSL. Now uses a cache file to retain spool index across sessions. This dramatically speeds up session start when no new mail has arrived. '-l' option added to specify TLS/SSL support. Lots of TLS/SSL options added. See the Administrator's Guide for details. '-v' option added to report current version and exit. 'make install' added. Lots of compile-time options now available at run-time. See the Administrator's Guide for details. Integrated poppassd into build. And here is changes from 4.0. Changes from 4.0.2 to 4.0.3: ---------------------------- 1. Don't call SSL_shutdown unless we tried to negotiate an SSL session. (As suggested by Kenneth Porter.) 2. Fix buffer overflow (reported by Gustavo Viscaino). 3. Fixed empty password treated as empty command (patch submitted by Michael Smith and others). 4. Added patch by Carles Xavier Munyoz to fix erroneous scanning for \n in getline(). 5. Fix from Arvin Schnell for warnings on 64-bit systems. 6. Added patch by Clifton Royston to change error message for nonauthfile and authfile tests. 7. Added 'uw-kludge' as synonym for 'uw-kluge'. Changes from 4.0.1 to 4.0.2: ---------------------------- 1. Added fix for XTND XMIT (sent in by Jacques Distler and others). 2. Fixed makefile problems with poppassd compile and install (sent in by Steven Champeon). 3. Increased maximum spool path length from 64 to 256. 4. Added more debug code when genpath() runs out of room. 5. Changed C++ style comments to C style in poppassd.c 6. Changed poppassd's UID check to be the same as Qpopper's (which is that if BLOCK_UID is defined we use that value, otherwise it defaults to 10). 7. Added poppassd expect strings for DEC True 64 (sent in by Andres Henckens). Changes from 4.0.1b1 to 4.0.1 (final): -------------------------------------- 1. Fixed typo in popper/pop_init.c if DONT_CHECK_HASH_SPOOL_DIR defined. Changes from 4.0 to 4.0.1b1: ---------------------------- 1. Messages with lines longer than 512 characters are no longer garbled when sent to the client. 2. Added patches from Michael C Tiernan to fix makefile problems.
2001-06-10Updated to 1.18mjl2-5/+5
Fixed that altering ShowErrorStatement also altered AutoCommit! Fixed DBD::Proxy to handle commit() and rollback(). Long overdue, sorry. Fixed incompatibility with perl 5.004 (but no one's using that right? :) Fixed connect_cached and prepare_cached to not be affected by the order of elements in the attribute hash. Fixed version number of DBI::Shell Defined and documented table_info() attribute semantics (ODBC compatible)
2001-06-10add and enable p5-WeakRef and p5-Eventwiz1-1/+3
2001-06-10add and enable p5-Text-Balancedwiz1-1/+2
2001-06-10add p5-Text-Balanced-1.85 : Extract delimited text sequences from stringsexplorer4-0/+25
2001-06-10add p5-Event-0.81explorer4-0/+23
2001-06-10add WeakRef, a perl 5 library for weak references to objectsexplorer4-0/+24
2001-06-10upgrade to bozohttpd 5.07:mrg2-5/+5
- cgi-bin fixes from chuck@research.att.com - most file types supported by default - allow default file (index.html) and user public directories (~/public_html) to be specified on the command line.
2001-06-10Update to 1.0.1.wiz3-39/+19
2001-06-10Use cookies (.*_done) to determine whether headers and libs have beenjlam19-124/+242
linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam35-108/+39
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09Remove lots of dead and FreeBSD-specific code.wiz2-207/+27
Some slight improvements while I'm here. That's worth a new major: 3.00.
2001-06-09' ' -> '\t'wiz1-2/+2
2001-06-09Sort lines for pkglint.wiz1-2/+2
2001-06-09' ' -> '\t'wiz3-6/+6
2001-06-09Fix info handling for binary packages.wiz1-1/+3
2001-06-09' '->'\t'wiz5-10/+10
2001-06-09Remove bogus empty line in Makefile, and fix info handling in PLIST.wiz2-3/+4
2001-06-09touch -> ${TOUCH}wiz1-2/+2
2001-06-09' ' -> '\t'wiz1-2/+2
2001-06-09Add \n to last line.wiz1-2/+2
2001-06-09RCS police.wiz2-2/+4
2001-06-09Remove trailing whitespace.wiz1-14/+14
2001-06-09Update to 0.5.1magick5-32/+30
Changes from 0.5.0 to 0.5.1 - monitor the _XAWTV_STATION property on the xawtv window and VPS/PDC (during EPG acquisition) to detect channel changes (new source module epgui/xawtv.c; communication with xawtv is now done directly via X11 calls, and no longer uses the xawtv-remote utility) - after a channel change, optionally set the programme listing's cursor on the programme currently running on this channel and/or display the programme title and running time information inside xawtv, either in a popup, as overlay (requires xfree4 and the XVideo extension) or window title message. - improved handling of the network name configuration dialog by addition of a "Closest match in xawtv" button. - fix: during refresh, the cursor now remains on the same start time and network - fix: short info text view is no longer set to line 1.0 during every update - fix: possible crash due to reference to freed memory when acq timescale popup was open & bad reception (block discarded due to parity errors) - fix: in cyclic or follow-ui acquisition modes when acquisition was forced passive on a non-provider channel (e.g. by a busy video device) acq control did not automatically switch to active when the device was freed. - fix: network name configuration: name selection from the provider listbox was handled incorrectly for networks which were not covered by all providers, so that another than the selected name was actually used. - added support for multi-network channel names (e.g. [Arte / Kinderkanal]) to network name configuration: split xawtv station names around '/' and use all resulting segments for matching with Nextview network names. - added support for Turkish charset in national option table; 6 characters which are not in latin-1 are replaced by their ASCII counterparts. - fixed two memory leaks in the EPG scan and wrong handling of the EPG MIP entry, which slowed down the scan on several channels. - changed Makefile.win32 to use gcc/mingw32 for compilation. The supplied Tcl/Tk libraries are compiled with gcc too (on NT using cygwin)
2001-06-09' ' -> '\t'wiz2-4/+4
2001-06-09RCS police.wiz3-3/+7
2001-06-09Make rxvt-compatible (for Chinese). pkg/12664.wiz2-1/+12
2001-06-09Undo previous to let rxvt use big5 fonts from intlfonts (pkg/12664).wiz2-15/+1
Will be done by modifying intlfonts.
2001-06-09Fix 'make mdi' when no previous distinfo-file exists.wiz1-1/+5
2001-06-09Warn about deprecated DIGEST_FILE and PATCH_SUM_FILE.wiz2-7/+8
Bump to 2.57.
2001-06-09Deprecate DIGEST_FILE and PATCH_SUM_FILE (replaced by DIGEST_FILE, and notwiz1-26/+18
used anymore in pkgsrc).