summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-15this uses a c and c++ compiler.grant1-1/+2
2004-06-15this uses a c++ compiler.grant1-1/+2
2004-06-15add optusnet.dl.sourceforge.net as a sourceforge mirror in Australia.grant1-1/+2
2004-06-15- don't override compiler variablesgrant2-1/+23
- don't gcc specific flags
2004-06-15don't call install -d with >1 directory argument.grant2-5/+21
2004-06-15this is NetBSD specific.grant1-1/+3
2004-06-15this uses a c++ compiler.grant2-2/+4
2004-06-15- don't hardcode CC=gccgrant4-17/+16
- don't pass gcc specific flags
2004-06-15When sugggesting the URL from which to download make the first choice easierabs2-6/+6
to cut and paste: ${DOWNLOAD} or ${ARCHIVE} rather than ${DOWNLOAD} or ${ARCHIVE}
2004-06-15this needs -ldl on Solaris.grant1-1/+3
2004-06-15this only needs a c++ compiler.grant1-1/+2
2004-06-15really replace the localedir properly - we need USE_PKGLOCALEDIR for thegrant1-7/+6
_LOCALEDIR definition. fixes PR pkg/25923.
2004-06-15+firefox-0.9, firefox-bin-0.9 (+ friends)grant1-1/+3
2004-06-15plotutils uses a c and c++ compiler.grant2-2/+4
XXX these packages need to be made to use a common Makefile fragment.
2004-06-15Apply patch from PR 25907 by Christopher Richards. This is probably thecube1-1/+10
best we can do until the code is actually fixed. Advised by mrg.
2004-06-15Note PKGREVISION bump of xmill.minskim1-1/+2
2004-06-15Bump PKGREVISION due to LDFLAGS changes. Noted by grant@.minskim1-1/+2
2004-06-15Make this package build on Linux.minskim3-12/+27
- Include time.h to use struct tm. - Remove hardcoded /usr/include/varargs.h from makefile dependency.
2004-06-15Honor CC and LDFLAGS to create correctly linked binaries when pkgsrcminskim2-1/+31
bzip2 library is used instead of native one.
2004-06-15Note updates of xpkgwedge, mkfontscale, and kochi-ttf.minskim1-1/+4
2004-06-15Remove dependency on mkfontscale, which is never used by this package.minskim1-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-15Add xpkgwedge to CONFLICT if ${X11BASE}/bin/mkfontscale is available,minskim1-2/+6
because then xpkgwedge creates bin/mkfontscale, which is also installed by this package. Bump PKGREVISION.
2004-06-15Let xpkgwedge to create a symlink ${PREFIX}/bin/mkfontscale, which isminskim1-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-15add some patches for 64 bit systems from Nicolas Jolydmcmahill4-6/+91
2004-06-14'localedir' is actually two spaces away from the beginning of the line incube1-2/+2
the configure script. Let's play safe and use '\s+'. Should fix PR 25923 by jmmv.
2004-06-14Note PKGREVISION bump for x11/xpad.kristerw1-1/+2
2004-06-14Redo the previous in the correct way, by depending onkristerw4-17/+15
graphics/hicolor-icon-theme. Noted by jmmv@. Bump PKGREVISION.
2004-06-14Make sure the directories exists before trying to install in them.kristerw2-1/+14
2004-06-14ake sure the build finds all relevant include files.kristerw3-9/+16
2004-06-14Note net/lftp update.salo1-1/+2
2004-06-14Updated to version 3.0.6.salo3-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-14Add and pick up the epiphany-1.2.6 update. Also pick up libbonobo-2.6.2.jmmv1-2/+3
I'll do both after the freeze.
2004-06-14Update priv to 1.0beta2nb1.uebayasi3-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_RESTARTlukem9-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-14ensure that motif header files and libraries can be found atgrant1-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-14revert last; thanks minskim.grant1-2/+3
2004-06-14bl3 includes belong at the end right before bsd.pkg.mk.grant1-3/+2
2004-06-14+xmmsctrl-0.8grant1-1/+2
2004-06-14fix an obvious botch-up:grant1-2/+2
s/5~CONFIGURE_ARGS/CONFIGURE_ARGS/
2004-06-13Fix some #include and std name space stuff, to make this build whenkristerw3-1/+38
using gcc 3.3 too.
2004-06-13Correct a buglet in a function definition, to make gcc 3.3 happy.kristerw2-1/+15
2004-06-13Add some missing std namespace, to make this package compilekristerw5-1/+137
when using gcc 3.3.
2004-06-13Add a patch to use struct statvfs on NetBSD 2.0F and newer. Fixes PR 25891cube2-1/+18
by Andreas Wiese.
2004-06-13Correct spelling of $NetBSD$.kristerw1-1/+1
2004-06-13Version DIST_SUBDIR to prevent lossage from the recent distfilekristerw2-61/+61
checksum change.
2004-06-13Make this package build when using gcc 3.3.kristerw2-29/+29
2004-06-13Modify some cases od C99 usage, so that this compiles with gcc 2.95 too.kristerw2-1/+39
2004-06-13Note update of "milter-greylist" package to version 1.4.tron1-1/+2
2004-06-13Update "milter-greylist" package to version 1.4. Changes since version 1.2:tron2-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-13Make this compile on NetBSD-currentagc4-22/+44
Silence some obvious warnings Fix a typo