summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-10-23fix botch in a fd_set boundary check which broke uses ofdrochner2-19/+19
select(0,0,0,0,&to) as finegrained delay
2002-10-22Note that this package uses C++ (for lang/gcc/buildlink2.mk, if used).jlam1-1/+2
2002-10-22Update to 0.8.4. Fix PLIST.wiz3-6/+8
Changes: Fixed pipe issues. Allow to use check.h from C++. Plugged some memory leaks.
2002-10-22forcibly disable building docs, otherwise it tries if jade is founddrochner1-1/+2
and fails
2002-10-22Wildcard slib dependency.wiz1-2/+2
2002-10-22Update to 2d4 (2.4.4) provided by David S. in PR 18625.wiz3-11/+19
2002-10-21Correct the logic around --enable-syscall-hardskrll1-6/+4
Bump PKGREVISION++ Thanks to Rhialto <rhialto at azenomei at knuffel at net> for pointing this out. This will probably fix the xmms problems as well.
2002-10-21Update cpuflags to 0.36:abs2-4/+5
Recognise 21164-0 (As seen in Digital AlphaStation 600 5/333)
2002-10-21Convert to buildlink2.wiz1-6/+5
2002-10-21buildlink1 -> buildlink2.wiz2-5/+6
2002-10-21Unused.wiz1-32/+0
2002-10-21Unused.wiz1-71/+0
2002-10-21Add and enable buildtool.agc1-1/+2
2002-10-21Initial import of buildtool-0.6 into the NetBSD Packages Collection.agc4-0/+71
Provided in PR 18042 by Julio Merino. Buildtool is a set of helper tools designed to make easy to configure source packages and build them, also making them more portable. Buildtool can be tought as the BSD replacement of GNU automake, autoconf and libtool.
2002-10-21Always install into site_perl, never into the main perl directory.jlam2-1/+17
2002-10-21update to pango-1.0.5dmcmahill4-12/+11
Changes between 1.0.4 and 1.0.5 * Win32 work [Tor Lillqvist] - Handle choosing the right font for CJK languages based on language tags. - Fix boxes showing up for tabs [Florent Duguet] - Better handling of finding ASCII font names. - Cygwin compilation fix [Masahiro Sakai] - Fix --with-included-modules on win32 [Arnaud Charlet] - Various build fixes and cleanups - Make mini-xft find windows font directory automatically * Bug fix for pango_scan_int() needed for recent GTK+. * Improve language specific charset ordering basic-x11 [James Su, Brian Yuan] * Fix symbols that shouldn't have been exported [Jacob Berkman, Nils Nordman] * Some cross-compiling fixes [J. Ali Harlow] * Various build fixes [Havoc Pennington, others] * Fix check for no-backend being found. [Andreas J. Guezlow]
2002-10-21Add buildlink2.mk.wiz1-0/+24
2002-10-20Use buildlink2. Use perl5/module.mk.seb9-57/+30
2002-10-20Use perl5/module.mk.seb1-4/+3
XXX Fix me for OPSYS != NetBSD
2002-10-20Use perl5/module.mk.seb1-5/+2
2002-10-20Better bump PKGREVISION after added dependency on graphics/p5-GD.seb1-1/+2
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+4
Add dependency on graphics/p5-GD.
2002-10-20Use buildlink2. Provide buildlink2.mk. Mark perl5 as build dependency only.seb4-18/+51
Use GMAKE, BSD_INSTALL_DATA and LN in scripts.
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-20Gmake's configure does not support anymore --disable-nsec-timestamps.seb1-9/+1
So remove it and associated variable.
2002-10-20Updated to Test-Simple-0.47shell2-10/+7
- use buildlink2 Changes : 0.47 Mon Aug 26 03:54:22 PDT 2002 * Tatsuhiko Miyagawa noticed Test::Builder was accidentally storing objects passed into test functions causing problems with tests relying on object destruction. - Added example of calculating the number of tests to Test::Tutorial - Peter Scott made the ending logic not fire on child processes when forking. * Test::Builder is once again ithread safe. 0.46 Sat Jul 20 19:57:40 EDT 2002 - Noted eq_set() isn't really a set comparision. - Test fix, exit codes are broken on MacPerl (bleadperl@16868) - Make Test::Simple install itself into the core for >= 5.8 - Small fixes to Test::Tutorial and skip examples * Added TB->has_plan() from Adrian Howard - Clarified the meaning of 'actual_ok' from TB->details * Added TB->details() from chromatic - Neil Watkiss fixed a pre-5.8 test glitch with threads.t * If the test died before a plan, it would exit with 0 [ID 20020716.013] 0.45 Wed Jun 19 18:41:12 EDT 2002 - Andy Lester made the SKIP & TODO docs a bit clearer. - Explicitly disallowing double plans. (RT #553) - Kicking up the minimum version of Test::Harness to one that's fairly bug free. - Made clear a common problem with use_ok and BEGIN blocks. - Arthur Bergman made Test::Builder thread-safe.
2002-10-20Updated to p5-Test-Harness-2.26shell3-10/+10
Changes : 2.26 Wed Jun 19 16:58:02 EDT 2002 - Workaround for MacPerl's lack of a working putenv. It will never see the PERL5LIB environment variable (perl@16942). 2.25 Sun Jun 16 03:00:33 EDT 2002 - $Strap is now a global to allow Test::Harness::Straps experimentation. - Little spelling nit in a diagnostic. - Chris Richmond noted that the runtests() docs were wrong. It will die, not return false, when any tests fail. This is silly, but historically necessary for 'make test'. Docs corrected. - MacPerl test fixes from Pudge. (mutation of bleadperl@16989) - Undef warning introduced in 2.24 on skipped tests with no reasons fixed. * Test::Harness now depends on File::Spec
2002-10-20Redirect RMDIR error to /dev/null.wiz1-2/+2
2002-10-20Fix "make clean" for non-root users. From Greg A. Woods in PR 18714.wiz1-1/+5
2002-10-20Fix HOMEPAGE. By Greg A. Woods in PR 18716.wiz1-2/+2
2002-10-19Fix build failure (PR#18795)martti3-6/+29
2002-10-19s/textproc/devel in CATEGORIESdmcmahill1-2/+2
2002-10-19add and enable p5-gettextdmcmahill1-1/+2
2002-10-19initial import of p5-gettext-1.01 provided in PR 18704 bydmcmahill4-0/+26
Eric Jacoboni (jaco at scrogneugneu dot org) Locale::gettext is a perl5 module quickly written to gain access to the C library functions for internatialization. They work just like the C versions.
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh24-48/+48
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19Emacs/w3 support file.minoura2-2/+4
2002-10-191. Use PKGNAME_PREFIX.minoura1-3/+4
2. Force install the support file for Emacs/w3.
2002-10-19Use PKGNAME_PREFIX.minoura1-2/+2
2002-10-18Trivially use buildlink2 and use java.mk.jlam4-10/+22
2002-10-18Fix checks for disabling syscall-hard and properly emit a message for thatjlam1-4/+7
case.
2002-10-18Add and enable Gormrh1-1/+2
2002-10-18Initial import of Gorm-0.1.9, a GNUstep graphical user interface builder.rh4-0/+249
2002-10-17Update cpuflags to 0.35, the "Where did my job go" releaseabs3-6/+14
Add entry for 7450 (tibook 550 combo), and mention -pipe (to speed up compilation) in manpage.
2002-10-16Remove GETTEXT_REQD knob...just using the availablejlam1-3/+2
BUILDLINK_DEPENDS.gettext knob is sufficient.
2002-10-16GNU make 3.8.0 doesn't really need GNU gettext. Rely on latestjlam1-2/+1
gettext-lib/buildlink2.mk to convince the configure script that the system libintl really is okay.
2002-10-16Create GETTEXT_REQD variable that defaults to "0.10.35nb1" and representsjlam1-10/+32
the version of the gettext library needed by a package. The system libintl is considered to be equivalent to "gettext-lib-0.10.35nb1". Add a few additional bits to fool newer configure scripts into accepting the system libintl if GETTEXT_REQD == 0.10.35nb1.
2002-10-16* Use buildlink2.jlam1-3/+16
* We can't use the funky SETENV construct because it breaks some of the code related to computing package sizes. Use a different way to remove unwanted environment variables from the shell environment before calling BSD make.
2002-10-16Enforce use of the "gettext-lib" package because the latest GNUmaketron1-3/+2
won't accept NetBSD's "intl" library.
2002-10-16Add and enable eel2rh1-1/+2
2002-10-16Initial import of eel2-2.0.7, the eazel extentions library for GNOME2.rh6-0/+191