Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-11-13 | USE_BUILDLINK3 is a yes/no variable. | jlam | 43 | -86/+86 | |
2004-11-13 | Fix dependence so this can be used with the "perl-thread" package. | tron | 1 | -2/+2 | |
2004-11-13 | Fix test suite. | seb | 2 | -1/+68 | |
2004-11-13 | Note update of "kphone" package to version 4.0.5. | tron | 1 | -1/+2 | |
2004-11-13 | Update "kphone" package to version 4.0.5. Changes since version 4.0.3: | tron | 7 | -84/+60 | |
- Fixed bug in localization - Memory leak fixed - Localization added, thanks to Mario Scheel - Tray icon support added, thanks to Thomas Zell - Some errors fixed | |||||
2004-11-13 | Note update of archivers/p5-Archive-Zip to version 1.14. | seb | 1 | -1/+2 | |
2004-11-13 | Update to version 1.14. | seb | 2 | -5/+6 | |
While here add HOMEPAGE. Changes unknown since last packaged version (1.12). | |||||
2004-11-13 | Note update of archivers/p5-Archive-Tar to version 1.21. | seb | 1 | -1/+2 | |
2004-11-13 | Update to version 1.21. | seb | 2 | -5/+7 | |
While here add HOMEPAGE. Changes since last packaged version (1.10) * important changes in version 1.21 9/11/2004: This release holds only bugfixes. - Make the size of symlinks be 0 in tar headers, so the next entry is not interpreted as contents of the symlink (bug #7937) - Strip high bits from the mode of the file, as they are stored differently in the tar header - Make Archive::Tar be kinder to archives that contain garbage, proceeding anyway as long as that's possible. * important changes in version 1.20 8/11/2004: This release holds mostly bugfixes, in the form of a rewrite of the handling of the 'prefix' header field. - Rewrote 02_methods.t to be more independant - Rewrote the way 'prefix' headers are dealt with - Require IO::String now to do archive stringification - Add new method 'full_path' to A::T::Item objects - this is used to fix bug 6938 - A::T->new now accepts both a class and an object to be friendlier to users - On tar read errors, binary chunks are no longer dumped to STDOUT, but instead the error offset is reported | |||||
2004-11-13 | Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6. | kristerw | 1 | -1/+3 | |
2004-11-13 | When using the SunPro compiler suite, the "cc" compiler understands the C99 | sketch | 1 | -1/+8 | |
__func__ declaration, but the "CC" (C++) compiler does not. The configure script for this package tests for __func__ but only invokes the C frontend, causing failures later as it uses both C and C++ compilers. Explicitly disable this functionality when using SunPro. | |||||
2004-11-13 | drop maintainership, i no longer use this software | dillo | 1 | -2/+2 | |
2004-11-13 | Explicitly disable gpgsm support. Otherwise, if gpgsm is installed, the | jmmv | 1 | -1/+3 | |
build of this package fails. | |||||
2004-11-13 | note update of firefox & firefox-gtk2 to 1.0nb1 | taya | 1 | -1/+3 | |
2004-11-13 | remove typeahead extension | taya | 1 | -5/+1 | |
2004-11-13 | note PKGREVISION bump of gaim (PLIST fix) | grant | 1 | -1/+2 | |
2004-11-13 | add missing libsilcgaim.la to PLIST. | grant | 2 | -2/+4 | |
bump PKGREVISION. | |||||
2004-11-13 | |fmt 70 75 | grant | 1 | -4/+5 | |
2004-11-13 | this has no build or configure phase. | grant | 1 | -2/+3 | |
2004-11-13 | remove typeahead extension that confilicts with buildin typeahead component. | taya | 2 | -7/+4 | |
fix pkg/28164. bump PKGREVISION | |||||
2004-11-12 | Add missing .include "../../mk/bsd.pkg.mk" | kristerw | 2 | -2/+6 | |
2004-11-12 | Whitespace nit. | jlam | 1 | -4/+4 | |
2004-11-12 | Default to building perl-thread on platforms with native pthreads. | jlam | 1 | -2/+12 | |
Perl-5.8.x and up are supposed to properly support pthreads if they're available. The GNU pth support isn't quite there yet, so we can't build with thread support on all platforms. | |||||
2004-11-12 | When building perl-thread, ensure that PTHREAD_{CFLAGS,LDFLAGS,LIBS} | jlam | 1 | -31/+37 | |
are properly recorded in Config.pm. These values will then be used when building perl modules using ExtUtils::MakeMaker. Bump the PKGREVISION. | |||||
2004-11-12 | Note update of gaim to 1.0.3. | jmmv | 1 | -1/+2 | |
2004-11-12 | Update to 1.0.3, from Matthew Luckie (maintainer) in private mail: | jmmv | 3 | -5/+24 | |
Bug Fixes: * Jabber authentication fixes (Michael Plump) * Yahoo buddy idle reporting is more accurate (Evan Schoenberg) * "Allow All" privacy setting works on Yahoo (Peter Lawler) * Fix a crash when dragging a buddy to the conversation entry area * Fix a crash removing chats from the buddy list * Correctly display buddy pounces for aliases with &, < or > in them * Correctly follow the per-conversation logging option | |||||
2004-11-12 | Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6. | kristerw | 1 | -1/+3 | |
2004-11-12 | Move PREFER_NATIVE_PTHREADS default setting to from pthread.buildlink3.mk | jlam | 2 | -3/+7 | |
to defaults/mk.conf, where all defaults should live. | |||||
2004-11-12 | Fix a C99-ism to make this pkg build with gcc 2.95. | kristerw | 2 | -1/+18 | |
2004-11-12 | Don't expand .la files in PLISTs that are symlinks. The expansion should | jlam | 1 | -2/+2 | |
only occur with the real .la file. This avoids the problem noted by Greg Troxel in: http://mail-index.netbsd.org/tech-pkg/2004/11/12/0018.html | |||||
2004-11-12 | Fix a C99-ism to make this pkg build with gcc 2.95. | kristerw | 4 | -2/+40 | |
2004-11-12 | Fix a C99-ism to make this pkg build with gcc 2.95. | kristerw | 2 | -1/+23 | |
2004-11-12 | Introduce LIBABISUFFIX for platforms which require ABI-dependant library paths. | sketch | 3 | -12/+16 | |
2004-11-12 | gcc 2.95 does not understand -Wno-unused-variable. Use BUILDLINK_TRANSFORM | kristerw | 1 | -1/+4 | |
to remove it. | |||||
2004-11-12 | Adjust the warning flags so that this pkg builds when using the | kristerw | 1 | -1/+4 | |
security/openssl package. | |||||
2004-11-12 | Correct typo in PLIST. | kristerw | 2 | -3/+5 | |
Bump PKGREVISION. | |||||
2004-11-12 | The source code does not use bool, so no need to include stdbool.h. | kristerw | 2 | -6/+14 | |
Makes this pkg compile on NetBSD 1.6. | |||||
2004-11-12 | The distfile cannot be extracted with some tar (e.g. NetBSD 2.0) | kristerw | 1 | -2/+5 | |
or some pax (e.g. NetBSD 1.6). Force use of gtar instead. | |||||
2004-11-12 | + ast-ksh-20040229, libstatgrab-0.11 [pkg/28258]. | wiz | 1 | -2/+3 | |
2004-11-12 | Wrapper scripts break when passed an argument that contains a newline | jlam | 2 | -1/+17 | |
character, so remove it from the ast-ksh make.probe. | |||||
2004-11-12 | Set version independent HOMEPAGEs. | seb | 12 | -24/+24 | |
2004-11-12 | You can't return from a function declared void, especially with strict | sketch | 2 | -1/+15 | |
compilers like SunPro. | |||||
2004-11-12 | Note update of security/sudo to version 1.6.8pl2 (security fix). | cube | 1 | -1/+2 | |
2004-11-12 | Update to version 1.6.8pl2. Fixes a security flaw for the sad people using | cube | 4 | -9/+11 | |
bash-as-sh (and people allowing bash scripts to be run through sudo). The user could override commands by functions of her own. ChangeLog: 549) Bash exported functions and the CDPATH variable are now stripped from the environment passed to the program to be executed. | |||||
2004-11-12 | Insert the default values for WRAPPER_DEBUG and WRAPPER_UPDATE_CACHE as | jlam | 2 | -4/+6 | |
defaults within the wrapper script. This avoids requiring those two variables to be defined in the shell environment for the correct defaults to take effect. | |||||
2004-11-12 | Bulk builds should be defaulting to building perl58. | jlam | 2 | -4/+4 | |
2004-11-12 | Don't include bsd.pkg.mk in Makefile.common. Include it in the package | jlam | 2 | -4/+3 | |
Makefiles themselves so we can more precisely control when it is included, as well as avoiding including it multiple times by accident. This fixes the spewage in the bulk builds for misc/celestia-kde. | |||||
2004-11-12 | Fix syntax error. | sketch | 1 | -2/+2 | |
2004-11-12 | Hm, I was confused; p5-Class-WhiteHole was already imported | he | 1 | -2/+1 | |
on Nov 6, so remove today's entry. | |||||
2004-11-12 | + distcc-2.18.2, gobo-eiffel-3.3, libstatgrab-0.11, xmms-infinity-0.6.0. | wiz | 1 | -1/+5 | |