summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2001-01-31Update to 2.71. No changelog available.wiz4-40/+11
Known changes: This package now works on bigendian-, and probably even on 64bit-platforms.
2001-01-11Update HOMEPAGE.dent1-2/+2
2001-01-11Use "${OPSYS}" in error message instead of hard coding "NetBSD".tron1-2/+2
2001-01-11Update homepage URL.tron1-2/+2
2001-01-10Use "${OPSYS}" in error message instead of hard coding "NetBSD".tron3-9/+6
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-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-19fix installation of LC_MESSAGES message catalog file.itojun2-1/+16
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-11-11Use "MASTER_SITE_SOURCEFORGE".tron1-2/+2
2000-11-02use gettext library from outside (USE_LIBINTL + BUILD_DEPENDS devel/gettext).itojun4-3/+39
do not build it on its own.
2000-10-24Add custom do-patch target to prevent "install -s" on scripts.hubertf1-3/+8
(does NOT require patch(1) - I guess someone had a bootstrapping problem before, too :-)
2000-10-21reorder line for pkglintwiz1-2/+2
2000-10-21Remove unnecessary lines.wiz1-5/+1
2000-10-21Build with encryption support by default (since crypto code is freelywiz2-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-20Do not use lchmod etc. on old systems that don't have that call.hubertf2-6/+6
Patch submitted in PR 9628 by Jan-Hinrich Fessel <oskar@detemobil.de>
2000-10-17mention PKGNAME in IGNORE messagewiz1-2/+2
2000-10-10change name of loop variable to shut up pkglintpooka1-3/+3
2000-10-10Do extraction a bit different to make this DTRT with WRKOBJDIR set.pooka1-3/+3
2000-09-26Set USE_RSAREF2=NO by default. Hopefully, this will discourage people fromfredb1-1/+2
actually using rsaref, while we ponder the case for removing it completely.
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb3-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-04Make this compile again.kim2-7/+11
2000-09-02- don't try and execute "sysctl -n machdep.booted_kernel" unless we're ondmcmahill1-8/+7
i386. Fixes recently noted strange error messages when trying to build on arch's which don't support this sysctl.
2000-08-22include missing header file. fixes recently noted compile problems on ↵dmcmahill2-7/+7
1.4.2/sparc.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf3-6/+6
appropriate.
2000-08-19update 4.2.1christos2-5/+4
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf3-6/+9
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-07-31Get the name of the current kernel only once.fredb1-5/+7
2000-07-20add and enable unacewiz1-1/+2
2000-07-20Initial import of unace-1.2, a tool for listing, verifying and extractingwiz8-0/+77
ACE archives.
2000-07-20Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use therh1-3/+3
appropriate variables instead.
2000-07-06make the USE_RSAREF2 check for the distfile match the check for the rsarefdmcmahill1-2/+2
patch. Prevents trying to apply the patch to the wrong sources.
2000-06-09USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patchingjlam4-39/+24
configure.
2000-06-05add and enable xbinrh1-1/+2
2000-06-05Initial import of xbin-2.3, a utility to convert mailable BinHex formatrh5-0/+44
into binary
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-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-12extend this ugly hack to search for "sysctl" in /sbin and /usr/sbindrochner1-2/+2
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw4-32/+6
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-04-20Update to unzip-5.41. Includes decryption support by default. Otherwiz3-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-11Add context to fuzzy patch.fredb2-3/+4
2000-03-09remove trailing `.'wiz1-1/+1
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-4/+2
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-05replace true & false by ${TRUE} & ${FALSE}wiz1-3/+3
2000-02-01Add and enable fastjar.rh1-1/+2
2000-02-01Initial import of fastjar-0.90, a C language version of the 'jar' archiverrh5-0/+34
used by Java engines and SDKs.
2000-01-15Update to current name of Aminet servers.tron2-4/+6
2000-01-11check for COMPAT_NOMID, toowiz1-4/+5
2000-01-10Simplify invocation of "sysctl".fredb1-2/+2
2000-01-10recognize if necessary compatibility options are in the kernel;wiz1-3/+13
stop if not
2000-01-08Be more verbose about needing COMPAT_12 in kernel; inspired bywiz2-1/+5
Martin Husemann <martin@rumolt.teuto.de> in pkg/9124.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs21-21/+21