summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-08-20Don't automatically add -lgetopt to LIBS, as we usually only want -lgetoptjlam1-5/+12
to be linked into just the programs, not everything being linked including libraries. Also some changes to set _NEED_GETOPT instead of a direct check for /usr/include/getopt.h.
2001-08-20Make this build again:hubertf1-2/+2
After the distfile was silently changed, CPPFLAGS needs to be undefined in addition to CFLAGS for this to build.
2001-08-20Distfile was changed on the master site, ACK'd by the author.hubertf1-3/+3
Distfile from ftp.netbsd.org nuked...
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam7-14/+22
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-16Update pardiff to 0.9.4zuntum4-43/+5
Changelog: * Version 0.9.4 (Aug 15, 2001) * Handle context format diff (thanks Adam Bernstein) * Portability fixes for {Net,Free,Open}Bsd (thanks Tomasz Luchowski) * Fixed flawed #!/bin/sh line in diffp shell script (thanks Tomasz Luchowski) Two patches are now in the distribution, so we can remove them.
2001-08-14Update eel to 1.0.1rh3-7/+9
Changes since 1.0: Speed up drawing of solid backgrounds. Speed up handling of default fonts. Switched from Alt to Control for list view key bindings to match changes in Nautilus and Sawfish. Fixed x/y problem that was causing a bug in Nautilus list view clicking. Improve handling of URIs and escaped characters. Fix some return_if_fails that were incorrect. Make font manager code work even when there are tabs in the font control files. Make the font manager code work when fonts are symbolic links. Added more calls and clean up some implementation details, including more self check machinery.
2001-08-13Set COMMENT definition explicitlyagc1-2/+2
2001-08-13Correctly create (upon installation) and remove (on deinstall) therh2-2/+7
pkgconfig directory.
2001-08-11Update gal to 0.10. Changes include bugfixes and several interfacerh3-19/+53
enhancements.
2001-08-11Update GConf to 1.0.3rh5-24/+61
Changes are bugfixes only: * Many robustness issues and crashes fixed * Fixes for bugs where you end up with multiple oafd's
2001-08-11Update bonobo to 1.0.7rh3-22/+5
Notable changes are: * UI handler stuff: * Key stroke handling fixage * set/get prop acceleration * default icon fixage * prototype cleans * Misc stuff * re-entrancy fix in event_source_destroy * moniker-extender-file fix * item-container bug * Portability fixes * doc fixes * updated tests * config dialog rename * fixed libefs linking
2001-08-11Add and enable pkgconfigrh1-1/+2
2001-08-11Initial import of pkgconfig-0.8.0, a system for managing libraryrh4-0/+33
compile/link flags. (Despite its name, this has nothing to do with pkgsrc!)
2001-08-11Add and enable bonobo-conf.rh1-1/+2
2001-08-11Initial import of bonobo-conf-0.10, the GNOME Bonobo Configuration System.rh4-0/+99
2001-08-10Enable p5-Config-IniFilesmjl1-1/+2
2001-08-10Initial import of p5-Config-IniFiles 2.19mjl4-0/+28
Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash.
2001-08-10Update to 0.65mjl2-5/+5
TIE depreciated Many long-awaited cleanups and bug fixes. Memoize now works under threaded perl Slow tests speeded up. More test file improvements. Long-standing LIST_CACHE bug cleared up Manual increased.
2001-08-10Uh, oh - it needs pmap.h too in current.martin2-8/+9
2001-08-10Make this work (again) on non-arm -current.martin2-9/+11
It needs USRSTACK from machine/vmparam.h, which seems to have been included indirectly until recently. XXX - someone should have a look and clean this up!
2001-08-10Update cpuflags to 0.8abs2-4/+8
Make sysctl usage work under NetBSD 1.3 again
2001-08-06Update readline to 4.2. Major changes from version 4.1:jlam9-320/+86
* bug fixes * improve linking with C++ code + a new file, rltypedefs.h, contains the new typedefs for function pointers + several minor additions to the API to customize look of readline + more complete documentation for public functions and variables
2001-08-05Add dependency on pth (bulk build failure). Buildlinkify while here.wiz1-3/+6
2001-08-04Some fixes provided by Stoned Elipot in pkg/13340:wiz7-6/+189
. Use ${PKGLOCALEDIR} instead of share . No more additional files installed depending on whether {x}emacs is installed or not -- define USE_EMACS or USE_XEMACS if you want to have .elc files installed. . buildlinkify
2001-08-02enable recent additionsdrochner1-1/+2
2001-08-02Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-4/+3
2001-08-02initial import of libmpeg3, an MPEG decoding librarydrochner11-0/+282
2001-08-01Update to 1.1.1, by ORI Manabu in pkg/13611.wiz4-33/+29
This version is a complete rewrite of the previous pkgsrc version, including a library, performance improvements on the algorithms used, less memory usage. Also, it doesn't use gdbm any more.
2001-08-01This package needs msgfmt during build, so add BUILD_USES_MSGFMT.wiz1-2/+2
Found by recent bulk build.
2001-07-30Skip "makewhatis" step during installation.jlam2-5/+15
2001-07-29- Don't mirror distfile which is already on "ftp.netbsd.org".tron1-2/+4
- pkglint: remove whitespace and end of line.
2001-07-29Add buildlink.mk file for use by other package Makefiles.jlam1-0/+38
2001-07-29Mark as USE_BUILDLINK_ONLY.jlam1-5/+6
2001-07-27Set REPLACE_LIBNAMES_SED in cases where BUILDLINK_TRANSFORM will be invokedjlam2-4/+8
to replace buildlinked library names with the true library names.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam21-21/+42
installation directory in case the package isn't installed.
2001-07-27Fix typo in category.wiz1-2/+2
2001-07-27Wildcard dependency on icon.wiz1-2/+2
2001-07-27Wildcard dependency on python.wiz1-2/+2
2001-07-25Add cook subdir.groo1-1/+2
2001-07-25Import cook-2.17.groo4-0/+106
Cook is a tool for constructing files. It is given a set of files to create, and recipes of how to create them. In any non-trivial program there will be prerequisites to performing the actions necessary to creating any file, such as include files. Cook provides a mechanism to define these.
2001-07-24Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by otherjlam2-3/+50
package Makefiles.
2001-07-24libdockapp's shared library needs libXpm.so, so include xpm/buildlink.mk.jlam1-1/+3
2001-07-23Make this package work under Solaris 8.wiz2-5/+22
Patches provided by Stoned Elipot <Stoned.Elipot@script.jussieu.fr> in private mail. Addresses pkg/13017.
2001-07-23Add BUILD_DEPENDS on qt2-designer{,-kde} should fix the build problemskrll1-1/+2
noted in recent bulk build.
2001-07-22Remove a shared library that doesn't seem to get built. Noted missing inwiz1-4/+1
recent bulk build.
2001-07-21Oops. Add distinfo ruby-rd-mode own.taca1-0/+4
2001-07-21Fix ruby-rd-mode package:taca1-3/+2
- Don't share distinfo with textproc/ruby-rdtool package. - Remove extra period in COMMENT.
2001-07-21Correct a typoagc1-2/+2
2001-07-21COMMENTs are not in separate files for some months now.wiz3-3/+6
Remove some dirs on de-installation.
2001-07-21Add and enable lcc.gmcgarry1-1/+2