summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-06-06This package seems to build okay on NetBSD/arm as well, so include thiscjep1-5/+6
in the ONLY_FOR_PLATFORM list. Update HOMEPAGE.
2002-06-06Recognize mipseb as a valid architecture.thorpej2-1/+23
2002-06-05The use of ${INSTALL_INFO} makes this package not relocatable, see PR pkg/17175.seb1-7/+7
Patch proposed in this PR by Joachim Koenig-Baltes <joachim@handshake.de> applied with a small ordering tuning.
2002-06-04Updated doc++ to 3.4.9 to fix pkg/16587. Changes from 3.3.13 are too many,yyamano3-11/+19
see doc/ChangeLog in the source distribution.
2002-06-04Use in-source cpp instead of gcc to fix pkg/16511.yyamano1-1/+2
2002-06-03Updated p5-Test-Harness, from 2.21 to 2.24shell2-5/+5
Changes since p5-Test-Harness-2.21 : 2.24 Wed May 29 19:02:18 EDT 2002 * Nikola Knezevic found a bug when tests are completely skipped but no reason is given it was considered a failure. * Made Test::Harness::Straps->analyze_file & Test::Harness a bit more graceful when the test doesn't exist. 2.23 Wed May 22 12:59:47 EDT 2002 - reason for all skip wasn't being displayed. Broken in 2.20. - Changed the wait status tests to conform with POSIX standards. - Quieted some SYSTEM$ABORT noise leaking out from dying test tests on VMS. 2.22 Fri May 17 19:01:35 EDT 2002 - Fixed parsing of #!/usr/bin/perl-current to not see a -t. (RT #574) - Fixed exit codes on MPE/iX
2002-06-03Add and enable nbitools.sakamoto1-1/+2
2002-06-03Import nbitools-6.3sakamoto11-0/+286
The itools-R6.3 distribution contains imake, X11 configuration files, makedepend, xmkmf, mkdirhier, imboot, msub, and imdent. http://www.kitebird.com/imake-book/ nbitools-R6.3 is rearchived with NetBSD-current/xsrc. Approved by agc, for inputmethod/{canna-*,sj3-*}
2002-06-03The default value of JAVA_HOME should be ${JAVA_HOME}, not ${PREFIX}/java.schmonz1-1/+1
2002-06-02Be more lintpkgsrc friendly.wiz1-2/+2
2002-05-31Updated to 1.12. Submitted by Kevin Lo <kevlo@kevlo.org> in pkg/16986.uebayasi3-11/+11
Changes from 1.11 are - add '-static' flag to 'LDDFLAGS' on Cygwin 1.3. - shadow redisplay does not pester you with warning on a poor terminal, or a terminal with wrong TERM environment variable setting. - update documents - improve coding style of Gnu.xs. (indentation stype, more typemap, etc.)
2002-05-311.4.0 incremented major (Makefile v1.34), bump buildlink depends to 1.4.0.grant1-2/+2
reported by Kevin P. Neal in pkg/16820.
2002-05-29eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-05-29Add and enable pth-syscall.skrll1-1/+2
2002-05-29Add a new variation on the pth package that has --enable-syscall-hardskrll12-2/+1779
as part of the configure options. A pth with this option enabled provides some semblance of pre-emptive threads - enough for things like xmms and knode to actually work. Add the necessary glue to pthread.buildlink.mk and appropriate CONFLICT into pth. It is hoped that the pkgs that currently use -D_POSIX_THREAD_SYSCALL_SOFT=1 will be tested against pth-syscall and changed to use it. The goal is to be able to add --enable-syscall-hard to devel/pth and retire pth-syscall. Baby steps...
2002-05-25Properly include gdk-pixbuf using buildlink. Fix provided by Julio Merinorh4-3/+204
<jmmv@hispabsd.org> in PR pkg/16815.
2002-05-23Depend on the proper PKGREVISION of libtool-base and libtool-info.schmonz1-3/+3
Fix from fredb, approved by skrll.
2002-05-22Get rid of all traces of the buildlink config wrapperagc1-4/+1
2002-05-22Correct two typos.agc1-2/+2
2002-05-22Add and enable GConf2agc1-1/+2
2002-05-22Initial import of GConf-1.1.10 as GConf2-1.1.10, the configuration databaseagc5-0/+148
system used by GNOME 2, into the NetBSD Packages Collection. GConf is a configuration database system, functionally similar to the Windows registry but lots better. It was written for the GNOME desktop but does not require GNOME; configure should notice if GNOME is not installed and compile the basic GConf library anyway. Provided in PR 16909 by juli@darkstar.local (Julio Merino) [The buildlink.mk file was put together by me]
2002-05-22Use the correct basename for this package in the EVAL_PREFIX statementagc1-2/+2
2002-05-21Make libtool work on Darwin, based on the patches in pkg/16104 byschmonz6-10/+104
Jeff Putsch <jdputsch@attbi.com>. Also repair a typo that had prevented '-fno-common' from being passed along (found and fixed by skrll). Bump PKGREVISION. Approved by skrll.
2002-05-21Update MASTER_SITES.wiz1-2/+2
2002-05-21Of course, this should only be a BUILD_DEPENDS. Oops.wiz1-2/+2
Thanks to Stoned Elipot for noting.
2002-05-20Add NetBSD tags.cjep5-0/+5
2002-05-19Fix some directory names, remove two dead mirror sites.tron1-6/+4
2002-05-19Add dependencies to png and oaf, to make this compile.jmcneill1-1/+3
2002-05-18Alter HOMEPAGE - pkg/16887 by James K. Lowden <jklowden@schemamania.org>zuntum1-2/+2
2002-05-18Update oaf to 0.6.10mjl7-83/+59
* evil activation races * alloca issue * handle IO_PRI * more regression tests * don't multiply parse oafinfo files * racing activations far more efficient * remove multiple directory capability * Fix oaf-slay username detection * Fix for multiple activation race condition * New translations
2002-05-17Patch style police.schmonz2-2/+4
2002-05-17Add and enable dlcompat.schmonz1-1/+2
2002-05-17Import dlcompat-20020508, from Jeff Putsch <jdputsch@attbi.com> inschmonz6-0/+87
pkg/16104, with a few tweaks. This package is for Darwin/Mac OS X systems only. dlcompat provides the dlopen() interface for dynamic loading of modules for applications that need it. It is based on Apple code that was only released via Darwin CVS. This version comes from the Fink project.
2002-05-16Add and enable libbegemotagc1-1/+2
2002-05-16Initial import of the begemot library, libbegemot-1.9, into the Packagesagc5-0/+89
Collection. This package contains a library of functions which are found useful in daily programming. They are used by most of the other BEGEMOT packages. I am informed that "begemot" is Russian for "hippopotamus"
2002-05-14Add the idl files to the buildlinked list, so mrproject findsmjl1-1/+2
them and builds.
2002-05-13Remove hash for patch-ac-new which doesn't exist. Pointed out by wiz.skrll1-2/+1
2002-05-12add -fPIC -DPIC to CFLAGS. Needed to make the shared lib work on sparc (and ↵dmcmahill1-2/+3
probably others)
2002-05-12Update to 2.4. List of changes is too long to include here. Summary:schmonz2-5/+5
* additions to the Jam language * new features in jam and jambase * bug- and portability fixes
2002-05-12prdownloads.sourceforge.net is no longer any use.abs1-2/+2
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-12Update bonobo-activation to 0.9.8. Changes are bugfixes only.rh4-6/+65
While at it, add a buildlink.mk
2002-05-11enable building of the shared lib version as well as the static version.dmcmahill2-2/+6
bump PKGREVISION.
2002-05-10Make this compile with gas-2.11.2/m68k/ELF (NetBSD-1.5ZC/mac68k).fredb2-1/+35
2002-05-10Add missing -Wl,-R to the pkgconfig files. Bump PKGREVISION and defaultrh7-4/+53
buildlink dependency.
2002-05-10Add missing -Wl,-R to the pkgconfig files. Bump PKGREVISION and defaultrh6-4/+44
buildlink dependency.
2002-05-10Fix comment.wiz1-2/+2
2002-05-09Updated to p5-Test-Harness-2.21shell2-5/+5
Changes from changelog : 2.21 Mon May 6 00:43:22 EDT 2002 - removed a bunch of dead code left over after 2.20's gutting. - The fix for the $^X "bug" added in 2.02 has been removed. It caused more trouble than the old bug (I'd never seen a problem before anyway) - 2.20 broke $verbose 2.20 Sat May 4 22:31:20 EDT 2002 * An almost complete conversion of the Test::Harness test parsing to use Test::Harness::Straps. 2.04 Tue Apr 30 00:54:49 EDT 2002 * Changing the output format of skips - Taking into account VMS's special exit codes in the tests.
2002-05-09Test if close(2) is failed after writing to file. This is necssary ifenami2-1/+19
a file is on nfs filesystem.
2002-05-08LTCONFIG_OVERRIDE->LIBTOOL_OVERRIDEdrochner1-2/+2
2002-05-08Add version requirements for Perl and Texinfo, and fix the texi file.wiz3-2/+37
From pkg/16645 by Greg A. Woods.