summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-02-13- remove unnecessary if(OPSYS == Darwin), as this is handledgrant1-7/+2
automatically. - use ${TOUCH} to create empty file, not ${ECHO} '' > filename...
2003-02-13- honour GNU_PROGRAM_PREFIX.grant2-83/+91
- USE_PKGLOCALEDIR. - bump PKGREVISION.
2003-02-13Note version bump to graphics/avifile-devel, for change in avifile-config.fredb1-1/+2
2003-02-13Add suitable arguments to "avifile-config --libs" for autodetected XFree 4fredb4-5/+24
static libraries, where required. [You can't have a shared library run-time dependency on a static library.] This may let "apla" build again on systems with XFree 4 -- not tested.
2003-02-13Mark this package as brokenagc2-2/+6
2003-02-13Mark this package as broken, due to Xv compilation problems.agc1-1/+3
2003-02-13Mark this package as broken (kpilot compilation problems).agc1-1/+3
2003-02-13Mark this package as broken until gnome2 is updated.agc1-1/+3
2003-02-13Add and enable p5-Log-Agent.wiz1-1/+2
2003-02-13+ blender-2.26, gcc3-3.2.2 [pkg/20308], mplayer-0.90rc4 [pkg/20307],wiz1-14/+15
p5-CGI-2.88 [pkg/20323], p5-Time-HiRes-1.42 [pkg/20321], rep-gtk-0.17, sendmail-8.12.7 [pkg/20324], shorten-3.5.1, squeak-3.2 [fredb|pkg/17950], xchat-2.0.0 [pkg/20298], xmame-0.65.1, xmess-0.65.1, - texinfo-4.5
2003-02-13gtexinfo-4.5 update.wiz1-1/+2
2003-02-13Update to 4.5. Changes:wiz2-6/+5
4.5 (4 February 2003) * info: . a bug in 4.4 prevented compressed info files from being found. * Distribution: . detect sys/ptem.h on Solaris. 4.4 (31 January 2003) * Language: . The ' (ASCII apostrophe/right quote) character is finally allowed in node and anchor names. Thus, after installing this texinfo.tex, existing .aux files will cause errors! Remove them and rerun TeX to generate good ones. . @value constructs are now expanded in the filename arguments to @include and @verbatiminclude. * makeinfo: . bug fix: @copying text is now reflected in tag table positions; before, nodes may not have been found with a long-enough @copying. . bug fix: html @verb arg is quoted properly, and does not imply a paragraph break. * texinfo.tex: . @smallexample and the like now output in a smaller font (9pt) in all paper formats, not just @smallbook and @afourpaper. . new translation txi-tr.tex. . bug fix: <>| and other characters do not disappear when they are first on a line in @verbatim. * install-info: . bug fix: don't translate the `* Menu' info keyword. * info: . CTRL-H is treated like DEL in incremental search. . arrow keys once again work in isearch contexts under Solaris. * infokey: . use .info key bindings before defaults. . allow prefix keys to be disabled. * Distribution: . update to GNU FDL 1.2 (http://www.gnu.org/licenses/fdl.html). . getopt and other common library files updated from gnulib (http://savannah.gnu.org/projects/gnulib/). . autoconf 2.57, automake 1.7.2.
2003-02-13grep-2.5.1 update.wiz1-1/+2
2003-02-13Update to 2.5.1: bugfix release.wiz3-24/+5
2003-02-13Bump PKGREVISION of sysutils/cdrecord to 1. Fix package so that cdrecordjlam1-1/+2
links properly when using audio/oss (USE_OSS=YES).
2003-02-13Bump PKGREVISION after previous change.jlam1-1/+2
2003-02-13Correct usage of r:... for BUILDLINK_TRANSFORM, and use the COPTX andjlam1-3/+5
LDOPTX variables to pass in our pkgsrc CFLAGS and LDFLAGS so that OSS works properly.
2003-02-13improve download instructionshubertf2-4/+8
2003-02-13correct some types to make this compile on alpha. Passes 3/4 tests so thisdmcmahill7-2/+129
is only a partial improvement.
2003-02-13This really needs /proc mounted - add a checkhubertf1-1/+5
2003-02-12Fix wildcard to match current version.wiz2-4/+4
2003-02-12Add back update of p5-SSLeay and curl at 20030209shell1-1/+3
2003-02-12Don't set a non exixtent function to read-passwd on FSF Emacs 20.xyyamano2-1/+20
or later (They actually have read-passwd).
2003-02-12Make this work on Darwin. Use same ps option as NetBSD's one.yyamano2-1/+15
2003-02-12Make the reason for restriction more explicit.agc1-2/+7
2003-02-12Re-generate checksum for patch-ad after its modification.agc1-2/+2
2003-02-12Updated squirrelmail to 1.2.11martti1-1/+2
2003-02-12Updated squirrelmail to 1.2.11martti3-6/+21
This release incorporates some security fixes in relation to XSS (cross site scripting) code which could allow malicious extraction of information from the client browser. There is also a fix for the SquirrelMail 1.2.10 "Double login" problem. This was related to a session issue, and has been fixed.
2003-02-12Note update of fvwm2 to 2.4.15nb2 and mozilla to 1.2.1nb5.atatat1-1/+3
2003-02-12Note p5-Log-Agent, p5-Device-SerialPort, p5-Device-Modem, p5-Device-Gsmmjl1-1/+5
2003-02-12Enable p5-Device-Gsm, p5-Device-Modemmjl1-1/+3
2003-02-12Import p5-Device-Gsm 1.16mjl4-0/+29
"Device::Gsm" class implements basic GSM functions, network registration and SMS sending. This class supports also "PDU" mode to send "SMS" messages, and should be fairly usable.
2003-02-12Re-open stdin on /dev/null before executing netstat. netstat is aatatat3-3/+33
setgid program that should not be executed with stdin closed, regardless of whether the kernel will cover up for you or not.
2003-02-12Import of p5-Device-Modem 1.24mjl4-0/+27
Device::Modem class implements basic AT (Hayes) compliant device abstraction. It is meant to be inherited by sub classes (as Device::Gsm), which are based on serial connections.
2003-02-12Re-open /dev/null on the (now) closed stdin file descriptor. Theatatat3-2/+31
fvwm2 changelog says they did this to make gmplayer realize it was not running interactively (ie, its stdin was not a tty), but that means that all things get executed with stdin closed. That's not a very good security posture. Some things can get confused or do wrong things if stdin is closed when they start.
2003-02-12Update p5-Device-SerialPort to 0.12mjl2-6/+5
- corrected DTR activation code - improved auto-detection of ioctl methods - allow TIEHANDLE to use a device port in addition to a config file - added FILENO function - added "modemtest" - found a place where HANDLE was staying open - corrected FD-success test (0 *is* a valid fd number)
2003-02-11Add p5-Log-Agent 0.303mjl4-0/+27
Log::Agent is a general logging framework aimed at reusable modules. Instead of having modules insist on using their onw logging reporting (by hardwiring calls to warn() or syslog()) which can conflict with the final application's choice, one may use logwarn() for instance to emit a warning.
2003-02-11add some PR numbers.grant1-3/+3
2003-02-11+ db4-4.1.25 [pkg/20289], exmh-2.6, gnucash-1.8.1, gtk2-pan-0.13.3.92,wiz1-4/+12
iozone-3.157, libxml-2.5.3, libxslt-1.0.26, mplayer-0.90rc4, xchat-2.0.0, xpaint-2.6.8
2003-02-11fix a selftest, so we don't get the impression there is something wrongdrochner4-2/+30
2003-02-11Fix some RCS ids.grant5-5/+8
2003-02-11belatedly sync with src:grant3-11/+11
Allow '%D' to be used when no last_file available. Fixes binary package installation of gnome-dirs. crank PKGTOOLS_VERSION to 20030202.
2003-02-11belatedly sync with src:grant1-2/+6
In pkgdb_remove_pkg, only perform DB functions if HAVE_DBOPEN is defined, else return EXIT_SUCCESS unconditionally (as in other functions dealing with db functionality). fixes build problem on Solaris when no libdb is available.
2003-02-11improve.grant1-3/+3
2003-02-11Roundup is a simple-to-use and -install issue-tracking system withlukem1-0/+28
command-line, web and e-mail interfaces. It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition.
2003-02-11Create /emul/linux/etc/mtab by using USE_PKGINSTALL instead of requiringjlam2-25/+23
the user to do it herself. Also remove use of "sh -c" where it's redundant and fix some whitespace issues. Bump the PKGREVISION of misc/openoffice-linux to 2.
2003-02-11sortjlam1-2347/+2315
2003-02-11Be a bit more loose about which JVM to use by respecting JAVA_HOME. Alsojlam1-6/+9
properly quote the arguments to soffice.
2003-02-11Note xscreensaver{,-gnome} updates.markd1-1/+3
2003-02-11s/USE_X11/USE_X11BASE/, and bump PKGREVISIONmarkd3-6/+6
so that app-defaults and gnome control center files end up where expected. After discussion with wiz and atatat.