Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-15 | this uses a c and c++ compiler. | grant | 1 | -1/+2 | |
2004-06-15 | this uses a c++ compiler. | grant | 1 | -1/+2 | |
2004-06-15 | add optusnet.dl.sourceforge.net as a sourceforge mirror in Australia. | grant | 1 | -1/+2 | |
2004-06-15 | - don't override compiler variables | grant | 2 | -1/+23 | |
- don't gcc specific flags | |||||
2004-06-15 | don't call install -d with >1 directory argument. | grant | 2 | -5/+21 | |
2004-06-15 | this is NetBSD specific. | grant | 1 | -1/+3 | |
2004-06-15 | this uses a c++ compiler. | grant | 2 | -2/+4 | |
2004-06-15 | - don't hardcode CC=gcc | grant | 4 | -17/+16 | |
- don't pass gcc specific flags | |||||
2004-06-15 | When sugggesting the URL from which to download make the first choice easier | abs | 2 | -6/+6 | |
to cut and paste: ${DOWNLOAD} or ${ARCHIVE} rather than ${DOWNLOAD} or ${ARCHIVE} | |||||
2004-06-15 | this needs -ldl on Solaris. | grant | 1 | -1/+3 | |
2004-06-15 | this only needs a c++ compiler. | grant | 1 | -1/+2 | |
2004-06-15 | really replace the localedir properly - we need USE_PKGLOCALEDIR for the | grant | 1 | -7/+6 | |
_LOCALEDIR definition. fixes PR pkg/25923. | |||||
2004-06-15 | +firefox-0.9, firefox-bin-0.9 (+ friends) | grant | 1 | -1/+3 | |
2004-06-15 | plotutils uses a c and c++ compiler. | grant | 2 | -2/+4 | |
XXX these packages need to be made to use a common Makefile fragment. | |||||
2004-06-15 | Apply patch from PR 25907 by Christopher Richards. This is probably the | cube | 1 | -1/+10 | |
best we can do until the code is actually fixed. Advised by mrg. | |||||
2004-06-15 | Note PKGREVISION bump of xmill. | minskim | 1 | -1/+2 | |
2004-06-15 | Bump PKGREVISION due to LDFLAGS changes. Noted by grant@. | minskim | 1 | -1/+2 | |
2004-06-15 | Make this package build on Linux. | minskim | 3 | -12/+27 | |
- Include time.h to use struct tm. - Remove hardcoded /usr/include/varargs.h from makefile dependency. | |||||
2004-06-15 | Honor CC and LDFLAGS to create correctly linked binaries when pkgsrc | minskim | 2 | -1/+31 | |
bzip2 library is used instead of native one. | |||||
2004-06-15 | Note updates of xpkgwedge, mkfontscale, and kochi-ttf. | minskim | 1 | -1/+4 | |
2004-06-15 | Remove dependency on mkfontscale, which is never used by this package. | minskim | 1 | -4/+2 | |
This is necessary to install this package when xpkgwedge also installed, because xpkgwedge conflicts with mkfontscale. Bump PKGREVISION. OK'ed by uebayasi@, the maintainer. | |||||
2004-06-15 | Add xpkgwedge to CONFLICT if ${X11BASE}/bin/mkfontscale is available, | minskim | 1 | -2/+6 | |
because then xpkgwedge creates bin/mkfontscale, which is also installed by this package. Bump PKGREVISION. | |||||
2004-06-15 | Let xpkgwedge to create a symlink ${PREFIX}/bin/mkfontscale, which is | minskim | 1 | -3/+7 | |
required to install fonts/jmk-fonts and fonts/sgi-fonts with recent X. Suggested by Kibum Han. Also add mkfontscale to CONFLICTS because mkfontscale installs bin/mkfontscale. Bump PKGVERSION to 1.11. | |||||
2004-06-15 | add some patches for 64 bit systems from Nicolas Joly | dmcmahill | 4 | -6/+91 | |
2004-06-14 | 'localedir' is actually two spaces away from the beginning of the line in | cube | 1 | -2/+2 | |
the configure script. Let's play safe and use '\s+'. Should fix PR 25923 by jmmv. | |||||
2004-06-14 | Note PKGREVISION bump for x11/xpad. | kristerw | 1 | -1/+2 | |
2004-06-14 | Redo the previous in the correct way, by depending on | kristerw | 4 | -17/+15 | |
graphics/hicolor-icon-theme. Noted by jmmv@. Bump PKGREVISION. | |||||
2004-06-14 | Make sure the directories exists before trying to install in them. | kristerw | 2 | -1/+14 | |
2004-06-14 | ake sure the build finds all relevant include files. | kristerw | 3 | -9/+16 | |
2004-06-14 | Note net/lftp update. | salo | 1 | -1/+2 | |
2004-06-14 | Updated to version 3.0.6. | salo | 3 | -23/+25 | |
Changes: - completion for bm: URL scheme implemented. - fixed `du' command with large files >2Gb. - fixed saving old directory when no cd verification is performed. - compilation on HP-UX fixed. | |||||
2004-06-14 | Add and pick up the epiphany-1.2.6 update. Also pick up libbonobo-2.6.2. | jmmv | 1 | -2/+3 | |
I'll do both after the freeze. | |||||
2004-06-14 | Update priv to 1.0beta2nb1. | uebayasi | 3 | -3/+11 | |
* Make sure ${PKG_SYSCONFDIR} is passed to configure. * Care ${PRIV_CONF_DIR} as an obsoleted variable. Pointed out by Matt Green. | |||||
2004-06-14 | * Add patches to ensure that signal handlers consistently don't set SA_RESTART | lukem | 9 | -3/+168 | |
(restartable system calls). (These patches have been submitted back to the python community.). Fixes the bug in NetBSD PR [pkg/24797] that I submitted. * Highlight in the DESCR files what the thread support is for that package. * Bump PKGREVISION. | |||||
2004-06-14 | ensure that motif header files and libraries can be found at | grant | 1 | -1/+3 | |
compile/link time by adding the appropriate flags to CPPFLAGS and LDFLAGS (patch posted to tech-pkg@). fixes build of a number of motif-needy packages on Solaris using native motif from /usr/dt. XXX this needs to better adhere to the buildlink3 way, but not during the freeze. | |||||
2004-06-14 | revert last; thanks minskim. | grant | 1 | -2/+3 | |
2004-06-14 | bl3 includes belong at the end right before bsd.pkg.mk. | grant | 1 | -3/+2 | |
2004-06-14 | +xmmsctrl-0.8 | grant | 1 | -1/+2 | |
2004-06-14 | fix an obvious botch-up: | grant | 1 | -2/+2 | |
s/5~CONFIGURE_ARGS/CONFIGURE_ARGS/ | |||||
2004-06-13 | Fix some #include and std name space stuff, to make this build when | kristerw | 3 | -1/+38 | |
using gcc 3.3 too. | |||||
2004-06-13 | Correct a buglet in a function definition, to make gcc 3.3 happy. | kristerw | 2 | -1/+15 | |
2004-06-13 | Add some missing std namespace, to make this package compile | kristerw | 5 | -1/+137 | |
when using gcc 3.3. | |||||
2004-06-13 | Add a patch to use struct statvfs on NetBSD 2.0F and newer. Fixes PR 25891 | cube | 2 | -1/+18 | |
by Andreas Wiese. | |||||
2004-06-13 | Correct spelling of $NetBSD$. | kristerw | 1 | -1/+1 | |
2004-06-13 | Version DIST_SUBDIR to prevent lossage from the recent distfile | kristerw | 2 | -61/+61 | |
checksum change. | |||||
2004-06-13 | Make this package build when using gcc 3.3. | kristerw | 2 | -29/+29 | |
2004-06-13 | Modify some cases od C99 usage, so that this compiles with gcc 2.95 too. | kristerw | 2 | -1/+39 | |
2004-06-13 | Note update of "milter-greylist" package to version 1.4. | tron | 1 | -1/+2 | |
2004-06-13 | Update "milter-greylist" package to version 1.4. Changes since version 1.2: | tron | 2 | -7/+6 | |
- Solaris rc script from Christian Pelissier - Correctly check pthread function return values - Avoid using a thread for the initial config file load (useless) - Bug fix: Domain regex were not freed on config file reloads- - Bug fix: Timeout parmaeter was not honoured everywhere - Shut up a warning at build time - Bug fix: on some platforms, reloading the config caused SIGSEGV - Big bug fix: rcpt keywords did not work anymore without regex- - Case-insensitive regular expression matching - Fix install bug on some platforms (permissions) - Use CC as defined by configure, fix the build on Solaris - Build fix in Yacc file - DNS support in greylist.conf through the domain keyword - Make the greylist timeout a config file option - Bug fix: lazyaw did not work properly in some situations - Final dump on milter-greylist exit - Case insensitive check for autowhitelist everywhere (was inconsistent) - Better scallability by adjusting the dump delay - Work with NetBSD 2.0 native libpthread - Support STARTTLS (Contribution from Matthieu Herrb) - Add a list of broken MTA in the default whitelist - Fix a bug that caused wrong delay time. - Documentation about MX sync and firewalls - Case insensitive autowhitelist e-mail addresses checks - Introduce a lazyaw option to match only IP addreses in autowhitelist - Remove fake error message on dump reload (make the LOG_DEBUG) - List build dependenvies in README Approved by Alistair Crooks. | |||||
2004-06-13 | Make this compile on NetBSD-current | agc | 4 | -22/+44 | |
Silence some obvious warnings Fix a typo |