Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-11 | add DESTDIR support | markd | 1 | -6/+3 | |
2009-02-11 | Remove PKGREVISION after the update. | joerg | 1 | -2/+1 | |
2009-02-11 | Add patches that unbreak Python 2.5 build. | joerg | 5 | -2/+65 | |
2009-02-11 | Update to SOApy-0.11.6: | joerg | 3 | -7/+15 | |
- bug fixes | |||||
2009-02-11 | * detection of endian in bytesex.h is not enough, use result of byteorder.h. | obache | 21 | -192/+263 | |
* replace hard coded user and mode for hping-suid option with SPECIAL_PERMS. * replace remaining of hard coded "man" with ${PKGMANDIR}. * add DESTDIR support. * merge patch-a{e,g}, both for same file. * patch to replace __sun__ with __sun for portability, pkglint(1) said. * also regen other patches with mkpatches(1). | |||||
2009-02-10 | DESTDIR support. Install the former content of /var to | joerg | 2 | -3/+35 | |
${PREFIX}/etc/argus for now, so that it is included in the package. Someone else can clean this up. Bump revision. | |||||
2009-02-10 | DESTDIR support | joerg | 1 | -4/+5 | |
2009-02-10 | DESTDIR support. | joerg | 1 | -3/+4 | |
2009-02-10 | DESTDIR support | joerg | 1 | -8/+17 | |
2009-02-10 | Add PKG_DESTDIR_SUPPORT, release maintainership | abs | 1 | -5/+7 | |
2009-02-10 | Add PKG_DESTDIR_SUPPORT, plus fix permissions on installed wav files | abs | 1 | -14/+14 | |
2009-02-10 | Added DESTDIR support | adam | 1 | -2/+4 | |
2009-02-09 | Remove net/my-mimelib. It is way older than the version shipped with | joerg | 5 | -107/+1 | |
Python 2.3+ | |||||
2009-02-09 | Switch to Python 2.5 as default. Bump revision of all packages that have | joerg | 8 | -11/+18 | |
changed runtime dependencies now. | |||||
2009-02-09 | Remove Python 2.1 support. | joerg | 2 | -13/+2 | |
2009-02-09 | DESTDIR support. Use (void *)NULL as sentinal. | joerg | 3 | -2/+36 | |
2009-02-09 | Only provide the openssl option if libfetch was built with it. | joerg | 2 | -5/+6 | |
2009-02-09 | Suggest openssl option only if OpenSSL is builtin. | joerg | 1 | -2/+8 | |
2009-02-09 | Fix (de)installation of a binary version of this package. | tron | 2 | -3/+5 | |
Bump the package revision because the package list changed. | |||||
2009-02-08 | Upgrade proftpd to 1.3.2 | kim | 3 | -8/+9 | |
2009-02-08 | Make this build with a post-ISO C compiler. Add DESTDIR support. | joerg | 9 | -22/+255 | |
Likely still broken on LP64... | |||||
2009-02-07 | DESTDIR support. | joerg | 1 | -8/+10 | |
2009-02-07 | Update to openresolv-2.0.1 | roy | 2 | -6/+7 | |
Fixes metric support and busybox shell sending dbus to dnsmasq. | |||||
2009-02-07 | Fix patch to actually work by using the right name of the version macro. | joerg | 2 | -4/+4 | |
Fixes build on NetBSD 4.99.24+. | |||||
2009-02-07 | DESTDIR support. | joerg | 1 | -15/+16 | |
2009-02-07 | DESTDIR support. Fix build with newer NetBSD. | joerg | 1 | -1/+5 | |
2009-02-07 | Regen. | wiz | 1 | -10/+10 | |
2009-02-07 | Use more markup. Add RCS Id. Add some commas. Sort options. Sort sections. | wiz | 1 | -17/+23 | |
Convert to UTF-8 (only affects comment). | |||||
2009-02-05 | fetch-1.4: | joerg | 2 | -10/+16 | |
- restart system calls for SIGINFO, will do the status update on the next return - handle FETCH_TIMEOUT like SIGALRM, and don't print errors about writing the output file - explicitly check for -1 as return from fetchIO_read. | |||||
2009-02-05 | Need sleep, unbreak: declare fetchRestartCalls as volatile, not extern. | joerg | 1 | -2/+2 | |
2009-02-05 | Really mark fetchRestartCalls as volatile. | joerg | 1 | -2/+2 | |
2009-02-05 | libfetch-2.22: | joerg | 3 | -6/+6 | |
Allow overriding fetchRestartCalls from signal handlers by making it volatile. | |||||
2009-02-05 | Mark variables modified from signal handlers as volatile. | joerg | 1 | -3/+3 | |
2009-02-05 | Remove t flag. | joerg | 1 | -6/+1 | |
2009-02-05 | Also remove unused b flag. | joerg | 1 | -6/+1 | |
2009-02-05 | fetch-1.3: | joerg | 4 | -66/+4 | |
Remove FreeBSD legacy options. -H was undocumented and ignored, -h / -f / -c could be used to construct FTP URLs in an adhoc fashion. | |||||
2009-02-05 | fetch-1.2: | joerg | 4 | -7/+39 | |
Add -i option for conditional fetch, e.g. only fetch the file again, if the remote version is newer. | |||||
2009-02-05 | libfetch-2.21: | joerg | 10 | -22/+104 | |
Add support for conditional GET using the 'i' flag. Inspired by the HTTP support for the same feature in FreeBSD by Murray Stokely, but mostly rewritten and extended to work for all protocols. | |||||
2009-02-05 | Kill the remaining parts of netsaint. | joerg | 10 | -149/+1 | |
2009-02-05 | - add user-destdir support | jmcneill | 2 | -10/+28 | |
- install the icons that the .desktop file requests in the right place - bump PKGREVISION | |||||
2009-02-04 | update to 0.5.3, brings some minor fixes | drochner | 5 | -25/+45 | |
approved by both MAINTAINERs, +minor cosmetics and a time_t printf format fix on NetBSD-current (tested against a Cisco VPN 3000 Concentrator with psk) | |||||
2009-02-04 | fetch-1.1: | joerg | 2 | -3/+4 | |
Include sys/ioctl.h for ioctl(2). Fix missing argument in warn(3) call. | |||||
2009-02-04 | include sys/socket.h when checking for CMSG_SPACE | dbj | 3 | -20/+37 | |
improved fix for PR pkg/40281 | |||||
2009-02-03 | Samba embeds lots of debug info into shipped binaries; one is an explicit | uebayasi | 1 | -1/+2 | |
source directory source/smbd/build_options.c and __FILE__ lines in DEBUG(). Give up wrkref checks here. | |||||
2009-02-02 | Update from version 4.022 to version 4.024. | seb | 2 | -6/+6 | |
Upstream changes: 4.024 Mon Jan 26 00:27:32 PST 2009 documentation update 4.023 Fri Jan 16 14:30:40 PST 2009 added the capability to set the CASE of ipV6 text return values to either upper or lower. Thanks to Rob Riepel <riepel@networking.Stanford.EDU> for developing this improvement and providing a comprehensive patch | |||||
2009-01-31 | Update from version 0.10 to version 0.11. | seb | 2 | -6/+6 | |
Upstream changes: 2009-01-29 0.11 - Remove broken cidrcalc | |||||
2009-01-31 | Add DESTDIR support and honor PKGMANDIR. | obache | 3 | -10/+12 | |
2009-01-30 | MAKE_JOBS_SAFE=no ( or failed to link due to broken .lo files). | obache | 1 | -1/+3 | |
2009-01-29 | Add & enable p5-Cisco-Abbrev | seb | 1 | -1/+2 | |
2009-01-29 | Initial import of p5-Cisco-Abbrev version 0.02 in the NetBSD Packages | seb | 3 | -0/+27 | |
Collection. The Perl 5 module Cisco::Abbrev converts between Cisco canonical interface names (i.e. GigabitEthernet0/1) and the abbreviated forms often output by their devices (i.e. Gi0/1). |