Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-01-11 | Update HOMEPAGE. | dent | 1 | -2/+2 | |
2001-01-11 | Use "${OPSYS}" in error message instead of hard coding "NetBSD". | tron | 1 | -2/+2 | |
2001-01-11 | Update homepage URL. | tron | 1 | -2/+2 | |
2001-01-10 | Use "${OPSYS}" in error message instead of hard coding "NetBSD". | tron | 3 | -9/+6 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -1/+3 | |
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this. | |||||
2000-12-19 | fix installation of LC_MESSAGES message catalog file. | itojun | 2 | -1/+16 | |
2000-12-12 | Unify Makefiles -- mostly headers: remove FreeBSD Ids. | wiz | 1 | -2/+1 | |
Consistent 4 character indentation of SUBDIR entries. | |||||
2000-11-11 | Use "MASTER_SITE_SOURCEFORGE". | tron | 1 | -2/+2 | |
2000-11-02 | use gettext library from outside (USE_LIBINTL + BUILD_DEPENDS devel/gettext). | itojun | 4 | -3/+39 | |
do not build it on its own. | |||||
2000-10-24 | Add custom do-patch target to prevent "install -s" on scripts. | hubertf | 1 | -3/+8 | |
(does NOT require patch(1) - I guess someone had a bootstrapping problem before, too :-) | |||||
2000-10-21 | reorder line for pkglint | wiz | 1 | -2/+2 | |
2000-10-21 | Remove unnecessary lines. | wiz | 1 | -5/+1 | |
2000-10-21 | Build with encryption support by default (since crypto code is freely | wiz | 2 | -19/+12 | |
exportable now), using latest crypto add-on sources. Update main distribution site and homepage. Remove CRYPTO line (not strong cryptography). Bump to 2.3nb1. | |||||
2000-10-20 | Do not use lchmod etc. on old systems that don't have that call. | hubertf | 2 | -6/+6 | |
Patch submitted in PR 9628 by Jan-Hinrich Fessel <oskar@detemobil.de> | |||||
2000-10-17 | mention PKGNAME in IGNORE message | wiz | 1 | -2/+2 | |
2000-10-10 | change name of loop variable to shut up pkglint | pooka | 1 | -3/+3 | |
2000-10-10 | Do extraction a bit different to make this DTRT with WRKOBJDIR set. | pooka | 1 | -3/+3 | |
2000-09-26 | Set USE_RSAREF2=NO by default. Hopefully, this will discourage people from | fredb | 1 | -1/+2 | |
actually using rsaref, while we ponder the case for removing it completely. | |||||
2000-09-09 | Reorganize crypto handling, as discussed on tech-pkg. Remove all | fredb | 3 | -13/+6 | |
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode). | |||||
2000-09-04 | Make this compile again. | kim | 2 | -7/+11 | |
2000-09-02 | - don't try and execute "sysctl -n machdep.booted_kernel" unless we're on | dmcmahill | 1 | -8/+7 | |
i386. Fixes recently noted strange error messages when trying to build on arch's which don't support this sysctl. | |||||
2000-08-22 | include missing header file. fixes recently noted compile problems on ↵ | dmcmahill | 2 | -7/+7 | |
1.4.2/sparc. | |||||
2000-08-21 | Update IGNORE-messages for recent changes: add ${PKGNAME} where | hubertf | 3 | -6/+6 | |
appropriate. | |||||
2000-08-19 | update 4.2.1 | christos | 2 | -5/+4 | |
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 3 | -6/+9 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-07-31 | Get the name of the current kernel only once. | fredb | 1 | -5/+7 | |
2000-07-20 | add and enable unace | wiz | 1 | -1/+2 | |
2000-07-20 | Initial import of unace-1.2, a tool for listing, verifying and extracting | wiz | 8 | -0/+77 | |
ACE archives. | |||||
2000-07-20 | Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the | rh | 1 | -3/+3 | |
appropriate variables instead. | |||||
2000-07-06 | make the USE_RSAREF2 check for the distfile match the check for the rsaref | dmcmahill | 1 | -2/+2 | |
patch. Prevents trying to apply the patch to the wrong sources. | |||||
2000-06-09 | USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching | jlam | 4 | -39/+24 | |
configure. | |||||
2000-06-05 | add and enable xbin | rh | 1 | -1/+2 | |
2000-06-05 | Initial import of xbin-2.3, a utility to convert mailable BinHex format | rh | 5 | -0/+44 | |
into binary | |||||
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -2/+2 | |
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages. | |||||
2000-05-12 | extend this ugly hack to search for "sysctl" in /sbin and /usr/sbin | drochner | 1 | -2/+2 | |
2000-05-02 | Remove patches to deal with two bugs involving configure's handling of | danw | 4 | -32/+6 | |
INSTALL which have both been worked around in bsd.pkg.mk now. | |||||
2000-04-20 | Update to unzip-5.41. Includes decryption support by default. Other | wiz | 3 | -35/+18 | |
changes include some bugfixes, a new BSD-like license, as well as support for archives with more than 2^16-1 files. Zlib support still broken, so we use the one coming with the distribution. | |||||
2000-03-11 | Add context to fuzzy patch. | fredb | 2 | -3/+4 | |
2000-03-09 | remove trailing `.' | wiz | 1 | -1/+1 | |
2000-02-25 | remove commented out SUBDIR += lines for packages that never got | wiz | 1 | -4/+2 | |
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories. | |||||
2000-02-05 | replace true & false by ${TRUE} & ${FALSE} | wiz | 1 | -3/+3 | |
2000-02-01 | Add and enable fastjar. | rh | 1 | -1/+2 | |
2000-02-01 | Initial import of fastjar-0.90, a C language version of the 'jar' archiver | rh | 5 | -0/+34 | |
used by Java engines and SDKs. | |||||
2000-01-15 | Update to current name of Aminet servers. | tron | 2 | -4/+6 | |
2000-01-11 | check for COMPAT_NOMID, too | wiz | 1 | -4/+5 | |
2000-01-10 | Simplify invocation of "sysctl". | fredb | 1 | -2/+2 | |
2000-01-10 | recognize if necessary compatibility options are in the kernel; | wiz | 1 | -3/+13 | |
stop if not | |||||
2000-01-08 | Be more verbose about needing COMPAT_12 in kernel; inspired by | wiz | 2 | -1/+5 | |
Martin Husemann <martin@rumolt.teuto.de> in pkg/9124. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 21 | -21/+21 | |
1999-12-28 | replaced some commands by their ${COMMAND} counterparts | wiz | 3 | -8/+8 | |