summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-25Add OS conditional blocks to exclude some PAM implementations fromtv1-2/+14
selection, thus allowing "none" to be a correct result on systems where PAM is currently unavailable.
2005-04-25Added fluidsynth-1.0.5adam2-2/+4
2005-04-25FluidSynth is a real-time software synthesiser based on the SoundFont 2 specadam8-0/+290
2005-04-25Removed USE_BUILDLINK3shannonjr2-4/+2
We don't need this any longer -- it's now default.
2005-04-25Added missing USE_BUILDLINK3 to Makefileshannonjr1-1/+2
2005-04-25Added missiong USE_BUILDLINK3shannonjr1-1/+2
2005-04-25Updated apache2 to 2.0.54adam2-3/+4
2005-04-25Changes 2.0.54:adam14-295/+317
*) mod_cache: Add CacheIgnoreHeaders directive. *) mod_ldap: Added the directive LDAPConnectionTimeout to configure the ldap socket connection timeout value. *) Correctly export all mod_dav public functions. *) Add a build script to create a solaris package. *) worker MPM: Fix a problem which could cause httpd processes to remain active after shutdown. *) Unix MPMs: Shut down the server more quickly when child processes are slow to exit. *) Remove formatting characters from ap_log_error() calls. These were escaped as fallout from CAN-2003-0020. *) mod_ssl: If SSLUsername is used, set r->user earlier. *) htdigest: Fix permissions of created files. *) core_input_filter: Move buckets to a persistent brigade instead of creating a new brigade. This stop a memory leak when proxying a Streaming Media Server. *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccups from additional path information passed in non-utf-8 format.
2005-04-25If PLATFORM_TOOL.<tool> is defined for a particular tool, then use itjlam1-9/+16
instead of the pkgsrc version of the tool. This is an alternative to adding the appropriate platform to the _TOOLS_USE_PLATFORM.* tables.
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