summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-25Sort.hira1-3/+3
2005-04-25Note PKGREVISION bump of xfce4-gtk2-engine.hira1-1/+2
2005-04-25Add missing entries to PLIST. Bump PKGREVISION.hira2-2/+8
2005-04-25update to 5d9perry1-1/+1
2005-04-24Alphabetize the platform tools lists.jlam1-18/+18
2005-04-24Platforms that have GNU grep also have egrep and fgrep.jlam1-7/+3
2005-04-24MAKEINFO usually has "makeinfo" plus arguments, so use a wrapper insteadjlam1-3/+4
of a symlink.
2005-04-24Rename "m4" to "gm4" to more explicitly note that we want GNU m4. Thejlam1-19/+19
tool name under ${TOOLS_DIR} is still "m4".
2005-04-24Rename "awk" to "gawk" to make it more explicit that we want GNU awkjlam1-22/+22
(probably for gensub() ).
2005-04-24oops. remove PKGREVISION. This was up for less than five minutes -- itperry1-2/+1
should be fine.
2005-04-24Note update of slib to 3a1/3.1.1perry1-1/+3
Note update of scm to 5d9
2005-04-24Update to version 3a1perry3-11/+20
Bug fixes, performance improvements, documentation improvements, plus some functional additions such as a PostScript graph generator library.
2005-04-24Update to version 5d9.perry3-10/+10
Changes appear to be speed improvements, bug fixes, some support for ia64 architectures, and some improvements to the conformance tests.
2005-04-24Fixes for SpiralSound/Midi.Cben2-13/+48
* test for failure of open() should be == -1, not == 0 This causes Open() to behave as intended, only creating the m_MidiReader thread if the MIDI device is successfully opened. * unconditionally initialize m_Mutex in Open() * conditionally close m_MidiReader in Close(), if NULL do nothing * make m_MidiFd and m_MidiWrFd the same file descriptor. The MIDI device special file can only be opened once at a time.
2005-04-24set CONFIG_GUESS_OVERRIDE, CONFIG_SUB_OVERRIDE, and CONFIG_STATUS_OVERRIDEtaya1-1/+11
explicitly, because it fails to detect them with default setting. suggested by Todd Willey.
2005-04-24concatinate extensions with separator ',' and set to MOZILLA_EXTENSIONS,taya1-12/+3
instead of using ':ts' modifier. becase make of NetBSD-1.6.x doesn't have it. suggested by Jeremy C. Reed.
2005-04-24- Update unison to 2.12.0adrianp1-1/+2
- Thanks to Antoine.Reilles@loria.fr and riz@tastylime.net for patches and general PR'ing.
2005-04-24- Update unison-devel to 2.12.0adrianp6-78/+91
- Lots of changes, in summary: - Archive format has changed - Major tidying and enhancement of 'merge' functionality - Files larger than 2Gb are now supported - support for ocaml >3.07 - Substantial reworking of the internal logic of the text UI
2005-04-24- Update unison to 2.10.2adrianp2-3/+3
- Thanks to Antoine.Reilles@loria.fr and riz@tastylime.net for patches and general PR'ing.
2005-04-24- Update unison to 2.10.2adrianp5-59/+83
- Lots of changes, in summary: - out of the box OS X and OpenBSD support - limit the number of simultaneous file transfers - support for ocaml >3.07 - Files larger than 2Gb are now supported - Major tidying and enhancement of 'merge' functionality
2005-04-24- Note addition of amap-5.0adrianp2-2/+4
2005-04-24- Add license for amapadrianp1-0/+29
2005-04-24Amap is a next-generation scanning tool, it identifies applications andadrianp7-0/+161
services even if they are not listening on the default port by creating a bogus-communication. This is amap-5.0
2005-04-24Update HOMEPAGE and MASTER_SITES, from Ulrich Heilmann in PR 30047.wiz1-3/+3
2005-04-24- Replace /usr/pkg hard reference with ${PREFIX}adrianp2-5/+5
2005-04-24- Note isync update to 1.0.1adrianp2-3/+3
2005-04-24- Update isync to 1.0.1 - thanks to Antoine.Reilles@loria.fr for theadrianp9-72/+105
first set of patches - Many updates and bugfixes, in summary: - better OpenSSL detection - update c-client support - use legacy flock() only on linux - cope with out-of-disk-space halfways gracefully
2005-04-24Use bsd.tools.mk to generate the wrapper script. Also, TOOLS_EXECDIRSjlam1-17/+9
is no more, so search for rpcgen in /bin, /sbin, /usr/bin, and /usr/sbin.
2005-04-24Teach replace.mk about gzip, gunzip, and gzcat.jlam1-3/+49
2005-04-24Correct the use of quotes when using echo.jlam1-3/+3
2005-04-24If "TOOL" is already defined, then we don't need to redefine it.jlam1-3/+1
2005-04-24The problem is that SpiralSynth opens the MIDI device path beforeben2-1/+14
calling SetDeviceName. The call trace goes something like this: Synth.C main() ==> Synth *synth=new Synth; ==> Synth::Synth() ==> MidiDevice::Get()->SetDeviceName(SpiralInfo::MIDIFILE); SpiralSound/Midi.h MidiDevice::Get() ==> m_Singleton=new MidiDevice; ==> MidiDevice::MidiDevice() ==> MidiDevice::Open() ==> MidiDevice::SetDeviceName patches/patch-ao works around this problem by closing the prematurely opened private variable representing the MIDI device, and setting it to NULL. MidiDevice methods check for NULL and re-initialize the private variable, this time opening the MIDI device path after SetDeviceName.
2005-04-24Rewrite code for using system-supplied tools so that we can replacejlam1-66/+80
tools that are defined as a command plus arguments, e.g. for gunzip, GUNZIP= /usr/bin/gzip -d In this case, we generate a wrapper script that invokes the real command plus arguments. If there are no arguments, then just symlink the command for simplicity. Also, restructure the tool-specific blocks so that we always define TOOLS_CMD.<tool> to the correct name (important for yacc/bison), and check that the real command actually exists before assigning it to the "TOOL" name.
2005-04-24Note addition of sope-4.4rc6rh1-1/+2
2005-04-24Add and enable sooperh1-1/+2
2005-04-24Initial import of sope-4.4rc6, a set of frameworks for a complete webrh6-0/+644
application server environment.
2005-04-24Note addition of libFoundation-1.0.72.107rh1-1/+2
2005-04-24Add and enable libFoundationrh1-1/+2
2005-04-24Initial import of libFoundation-1.0.72.107, a library implementing therh5-0/+406
OpenStep Foundation API
2005-04-24Properly accommodate GNUstep packages that use a non-GNU configure.rh1-3/+3
2005-04-23Sort PLIST.riz1-6/+6
2005-04-23Adapt gcc asm constraints to work with gcc > 3. From a patch postedriz3-1/+60
on port-i386 by Kailash Sethuraman, with whitespace fix by me. Fixes PR#25760 - Approved by jmcneill.
2005-04-23Fix typo.hira1-2/+2
2005-04-23- Note addition of p5-Mail-Boxadrianp2-3/+5
2005-04-23MailBox is a library for the Perl programming language, designed to handleadrianp5-0/+130
various kinds of e-mail. It can be used to construct messages, send them, access various kinds of message folders, filter spam and virussen, and so on. The MailBox distribution is quite large, with about 140 related modules.
2005-04-23- Add in sysutils CATEGORYadrianp1-2/+2
2005-04-23- Note addition of p5-File-Removeadrianp2-2/+4
2005-04-23File::Remove::remove removes files and directories. It acts like /bin/rm, adrianp4-0/+27
for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames.
2005-04-23Added entry for updating gpgmeshannonjr1-1/+2
2005-04-23Added entries for updating libksba, dirmngr and gnupg-develshannonjr1-1/+4