Age | Commit message (Collapse) | Author | Files | Lines |
|
pkgconfig cleanup.
|
|
|
|
|
|
Based on ordinary automake package and pkg/16646 by Greg A. Woods, with
some cleanup and updating to the latest version by me.
|
|
|
|
|
|
|
|
1) Don't bother with GNU patch, now that our patch can handle
our diff output for files that don't have newlines at the end.
2) There was a bug in the older versions of arch that could corrupt
the archive libraries (think CVS repository corruption)
3) lots of other fixes that are scattered in Changelog files
all over the place and mixed in with administrivial details.
(Otherwise I would have listed them here...)
Now off to find a PR or two to close since we are in a freeze.
|
|
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
|
|
|
|
|
|
|
|
Provided by "Eric Gillespie, Jr." <epg@pretzelnet.org> in PR 14648
This is version 1.0.1 of the Guile WWW library, a set of Guile Scheme
modules to facilitate HTTP, URL and CGI programming.
|
|
|
|
Provided in PR 14635 by Eric Gillespie, Jr. <epg@pretzelnet.org>
Guile interface to FastCGI.
guile-fcgi incorporates both FCGI and FCGX interfaces into Guile. For
more information about FastCGI, see the ap-fastcgi and fcgi-devkit
packages.
|
|
in PR 17671
|
|
<jmmv@hispabsd.org>
|
|
move doesn't cause problems.
This closes pkg/17669 from Julio Merino <jmmv@hispabsd.org>
|
|
* dlfcn.c: I broke finks xemacs, now fixed.
* dlfcn.c: I really should read specs instead of making assumptions.
dlopen(NULL,x) opens the _global_ context, not the application context.
Fixed. Made dlsym_prepend_underscore work with stupidly long
symbol names.
* dlfcn.c: When opening a bundle for the second time, reuse the
dlstatus struct from the previously closed version. Removed some
debugging routines.
* README: Minor update
* dlfcn.c: Fixed my last "fix". Thanks to Darin Ohashi again.
* dlfcn.c: Fixed bug reported by Darin Ohashi. dlopen a bundle
close it, and dlopen same bundle again fails.
Changes to the package itself:
* USE_GMAKE is free on Darwin, so don't bother patching to avoid it.
|
|
|
|
tolower() but requires uppercase input. It's always safe to use
tolower() instead, at the possible expense of a little execution
time. Thanks to simonb for the explanation.
From Jeffrey Putsch <jdputsch@attbi.com> on tech-pkg@.
|
|
|
|
Use MAKEFLAGS not .MAKEFLAGS so we can work on 1.5 and earlier.
Fix alpha 21164A CPU parsing.
|
|
|
|
|
|
|
|
Randy Beaudreault <maccult@pacbell.net>.
|
|
|
|
Patch i386 configuration to recognise netbsdelf - more architecture
changes are necessary here.
|
|
patch file.
Use the new CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE mechanisms.
Recognise netbsdelf on i386 platforms - more mods will be necessary for
different platforms.
|
|
|
|
Bump PKGREVISION
|
|
|
|
|
|
|
|
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
|
|
|
|
From Joe Reed <jnr@po.cwru.edu> in pkg/17582
|
|
Now compiles for KDE 3.
Fixed make install for builddir != srcdir.
Fixed status bar flicker. This gives a nice speed-up by a factor of 4
when the contents of an array of 50 QStrings are displayed!
Now compiles for KDE 3 (Beta1).
Support QString of Qt 3.x.
Improved (and fixed) the display of arrays with repeated values.
Fixed crash when a file is reloaded while disassembled code is
displayed.
Fixed parsing of stack frames involving signal handler invocations.
Fixed invisible toolbar under KDE 2.x (really, this time, I promise).
Fixed crash when no line has the cursor (empty files).
Don't display a blank page when a non-existing file was tried to open.
The memory window is now organized in columns. Values that changed
between program stops are displayed in red color. Big kudos go to
Alexandre Clement for this feature.
From Joe Reed <jnr@po.cwru.edu> in pkg/17577
|
|
Lots of bug fixes and new features.
This closes pkg/17579 from Joe Reed <jnr@po.cwru.edu>
|
|
This closes pkg/17576 from Joe Reed <jnr@po.cwru.edu>
|
|
Based on my earlier work and pkg/17572 from Joe Reed <jnr@po.cwru.edu>
|
|
Correctly fix amiga CPU parsing. Fix from Tim Preston.
|
|
|
|
cpuflags.mk now sets CPU_FLAGS and CPU_DIR in .MAKEFLAGS to
avoid having to call cpuflags in every sub-make. Reduces a
'make clean' in /usr/src on a celeron 850 from 90 seconds to
30 seconds. What is impressive is that I managed to leave it
that bad without being bricked...
|
|
it tried to use both if both was found (which caused conflicts.)
Solves PR 17602.
|
|
|
|
Fix cpu parsing code for amiga (From Tim Preston), plus handle 21066
in alpha.
|
|
|
|
is taken from the SDL development repository, with some bugfixes from me.
Solves PR 17374.
|