Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-05 | Change the makefile patch to be even more libtool friendly to allow | erh | 2 | -25/+71 | |
this to build on AIX. Essentially: s/.o/.lo/g | |||||
2003-12-05 | Override config.sub and config.guess to let it recognize shark. | kristerw | 1 | -1/+3 | |
2003-12-05 | Bump to 20031205. Add support for AIX. | erh | 1 | -2/+2 | |
2003-12-05 | Update pax to work on AIX. Use tape.h with appropriate fixups since | erh | 5 | -4/+55 | |
there's no mtio.h | |||||
2003-12-05 | Fix a call to ftree_add. s/NULL/0/ | erh | 1 | -3/+3 | |
2003-12-03 | Portability fixes to get the package to compile and install correctly | sketch | 3 | -10/+23 | |
under Solaris, maybe others too. | |||||
2003-12-03 | Use libtool when installing, and install libbz2 first. | erh | 1 | -4/+4 | |
2003-11-26 | Update cxunzip to 0.98 - closed PR pkg/23404 from Tero Koskinen | abs | 5 | -77/+13 | |
Changes since version 0.96: * Tyler R. Retzlaff's gcc 3.x patches included. * Modified version of Jeremy C. Reed's "view file with spaces in the filename" patch included. * Fix for "segmentation fault at exit" bug. * Memory usage of uncompression routines is now constant and doesn't depend on the size of the file. * tempname and mktemp functions replaced with mkdtemp. | |||||
2003-11-12 | PKGREVISION++ due to devel/popt update. | salo | 1 | -2/+2 | |
2003-10-29 | Add ${LDFLAGS} to link command, and specify USE_GCC_SHLIB. | gavan | 1 | -2/+4 | |
Fixes linking against pkgsrc gcc. | |||||
2003-10-20 | For some reason, the digest needs to be recalculated for patch-ag. | agc | 1 | -2/+2 | |
2003-10-20 | Bump PKGREVISION for fix from 22348 | agc | 1 | -2/+2 | |
2003-10-20 | Apply fix from Kouichirou Hiratsuka in PR 22348: | agc | 2 | -1/+43 | |
+ don't create spurious ${PREFIX}/share/locale/<lang>. directories + don't populate said directories with .gmo files + only install .gmo files if necessary | |||||
2003-10-18 | Add RCS IDs | cjep | 11 | -0/+11 | |
2003-10-18 | Add RCS tags | cjep | 2 | -0/+2 | |
2003-10-09 | Update to unrar-3.2.3. The only change, is that it fixes the build under | fredb | 3 | -26/+5 | |
gcc-3* a slightly different way than patch-ab did. | |||||
2003-10-08 | Conditionally override ${DEFINES}, which is normally set in the default | fredb | 1 | -1/+11 | |
makefile, to unset -D_LARGEFILE_SOURCE in the least intrusive way for supported platforms which don't have ftello() and fseeko() -- currently only NetBSD-1.5*. Closes PR pkg/23085 by Markus Kurek. | |||||
2003-10-07 | patch-a{d,e,f,g,h,i,j,k,l}: add class-key to friend declarations. | rtr | 13 | -2/+205 | |
patch-a{m,n}: whitespace fix to avoid cpp warnings. Finally, make it use gmake nbmake isn't compatible anymore. Should resolve pr pkg/23075. Patches approved by Johnny C. Lam. | |||||
2003-10-06 | patch-ab: pass fp expects signature with gpointer not App *. | rtr | 3 | -1/+62 | |
patch-ac: remove bad casts and make static Should resolve pr pkg/23073. Patches approved by Johnny C. Lam. | |||||
2003-10-06 | Enable freeze-1.0-compatibility decompression. From pkg/22924 by | jlam | 3 | -2/+20 | |
Todd Vierling. Bump PKGREVISION to 1. | |||||
2003-09-25 | test CC_VERSION rather than doing our own dance to figure out if we're | grant | 1 | -4/+2 | |
using gcc or not. | |||||
2003-09-25 | add Darwin-* to _INCOMPAT_BZ2: it has bzlib.h, but only a static libbz2 | danw | 1 | -2/+3 | |
2003-09-23 | sync with NetBSD-current's pax-20030923. | grant | 5 | -57/+62 | |
2003-09-19 | plus regen... | jmmv | 1 | -2/+2 | |
2003-09-19 | Remove unused chunk; noted by wiz@. | jmmv | 1 | -12/+1 | |
2003-09-19 | Override the install target so that we always use the right install command. | jmmv | 1 | -1/+5 | |
Fixes PR pkg/22852 by Jonathan Perkin. | |||||
2003-09-19 | update HOMEPAGE | dent | 1 | -2/+2 | |
2003-09-18 | Use libtool with correct --mode argument. From Ron Roskens in PR 22824. | wiz | 3 | -9/+9 | |
2003-09-18 | use CPPFLAGS for making it build on darwin. | yyamano | 1 | -2/+2 | |
2003-09-15 | don't use VAR+=, it doesn't work with all make(1)s. | grant | 1 | -3/+3 | |
2003-09-15 | bump version to 20030915 after latest changes. | grant | 3 | -12/+12 | |
2003-09-14 | define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.h | grant | 3 | -23/+0 | |
is included. | |||||
2003-09-12 | this pkg needs gcc shared libs. | grant | 1 | -1/+3 | |
2003-09-06 | libnbcompat tests for pwd.h, so no need to test for it here. | grant | 3 | -6/+2 | |
2003-09-06 | (my) linux defines DEFTAPE, not _PATH_DEFTAPE, so use that or | grant | 3 | -0/+23 | |
"/dev/tape" if DEFTAPE is undefined. | |||||
2003-09-05 | Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directory | tron | 1 | -2/+2 | |
doesn't exist. It's apparently only mapped in the FTP server configuration. | |||||
2003-09-05 | Update archivers/pax to 20030905. Changes from previous version include | jlam | 42 | -4953/+3586 | |
syncing with -current, making this build using libnbcompat-20030829, and cleaning up the configure script and Makefile. | |||||
2003-09-05 | allow this to build again after the recent lot of libnbcompat | grant | 2 | -6/+4 | |
changes (full sync with -current coming soon). | |||||
2003-09-04 | Add and enable p5-Compress-Bzip2 | xtraeme | 1 | -1/+2 | |
2003-09-04 | Initial import of p5-Compress-Bzip2 1.01 | xtraeme | 4 | -0/+27 | |
Bzip2 bindings for Perl5. That means you can access the Bzip2 library from your Perl scripts there by compressing ordinary Perl strings. Package imported from pkgsrc-wip. | |||||
2003-08-31 | Update PHP to final 4.3.3 | jdolecek | 2 | -8/+0 | |
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version | |||||
2003-08-30 | Remove archive/ruby-zlib since it moved to devel/ruby-zlib. | taca | 4 | -43/+0 | |
2003-08-30 | Remove ruby-zlib since it moved to devel category. | taca | 1 | -2/+1 | |
2003-08-30 | Update ruby-zlib package to 0.6.0. | taca | 3 | -10/+12 | |
Changes from 0.5 to 0.6 o New methods: - Zlib::GzipFile.wrap - Zlib::GzipFile#finish o New constants: - Zlib::ZLIB_VERSION - Zlib::OS_VMCMS - Zlib::OS_ZSYSTEM - Zlib::OS_CPM - Zlib::OS_QDOS - Zlib::OS_RISCOS - Zlib::OS_UNKNOWN o Changed methods: - Zlib::GzipFile.new now takes no block. Use Zlib::GzipFile.wrap instead. - Zlib::GzipFile#close now takes no argument. Use Zlib::GzipFile#finish instead. o Renamed methods: - Zlib.version is renamed to Zlib.zlib_version. o Changed constants: - Zlib::VERSION indicates the version of Ruby/zlib. The zlib.h version is now in Zlib::ZLIB_VERSION. o Backward compatibility: - For backward compatibility for 0.5, the obsoleted methods and arguments are still available. - Obsoleted classes, methods, and constants for backward compatibility for 0.4 or earlier are removed. | |||||
2003-08-28 | Change my email address to the NetBSD one, ok'ed by wiz@ | xtraeme | 1 | -2/+2 | |
2003-08-26 | Use Debian's revised patch for the directory traversal vulnerability | tron | 2 | -6/+6 | |
described in CAN-2003-0282. Bump package revision. | |||||
2003-08-20 | Apply Debian's patch for the directory traversal vulnerability described in | tron | 2 | -5/+10 | |
CAN-2003-0282. Bump package revision. | |||||
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 4 | -8/+4 | |
2003-07-31 | also install man page source, bump to 20030731. | grant | 2 | -4/+7 | |
2003-07-22 | HOMEPAGEs without a trailing slash are incorrect and also bad style. | martti | 1 | -2/+2 | |