summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-22obey CFLAGS. Among other benefits this should help with non-gcc compilersdmcmahill6-14/+14
2004-03-22add lex to the GNU_TOOLS list. Needed for SunOS and probably some others.dmcmahill2-4/+4
2004-03-21gcc3 fixesdmcmahill2-1/+329
2004-03-21gcc3 fixesdmcmahill2-1/+20
2004-03-21Use strerror() instead of sys_errlist[], as the later isn't available onbouyer4-1/+88
solaris9. OK'd by tron@
2004-03-21Explicitely disable ldap; on solaris configure will try to use thebouyer1-1/+2
system's ldap and fail.
2004-03-21-lcompat doesn't exist (and isn't needed) on solaris.bouyer1-1/+5
2004-03-21add missing header. Fixes lossage recently noted on very -currentdmcmahill2-1/+15
systems.
2004-03-21Update NDTPD to 3.1.5. Bug fixes.uebayasi1-1/+2
2004-03-21Update to 3.1.5. Bug fixes.uebayasi3-14/+13
2004-03-21Note update of net/yale-tftpd to version 3.0nb3seb1-1/+2
Fix accessList processing when sub directories are involved. From PR pkg/23650 by Luc Beurton luc at black-kettle dot univ-ubs dot fr. While here claim stewardship, use subst.mk framework, and fix a typo in a patch file.
2004-03-21Fix accessList processing when sub directories are involved.seb4-21/+33
From PR pkg/23650 by Luc Beurton luc at black-kettle dot univ-ubs dot fr. While here claim stewardship, use subst.mk framework, and fix a typo in a patch file. Bump PKGREVISION.
2004-03-21Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-21The configure script defines HAVE_STATVFS as 0 on non-IRIX platforms,minskim2-4/+399
regardless of the result of sys/statvfs.h availability test. It results in two definitions of HAVE_STATVFS in confdefs.h. Check the availability of sys/statvfs.h only on IRIX platforms to ensure that HAVE_STATVFS is defined at most once.
2004-03-21Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-21<jlam> will update uvscan after the freeze.jlam1-1/+2
2004-03-21This package needs Tcl only at run time; use DEPENDS to get Tclminskim1-6/+7
dependency instead of including buildlink.mk. Switch to Tcl 8.4.
2004-03-21Build against gkrellm1. From Noud de Brouwer in PR 24827.wiz1-2/+2
2004-03-21note update of libnbcompat to 20040321.grant1-1/+2
2004-03-21bump to 20040321 for vis.c multiple char[] fix.grant1-2/+2
2004-03-21Uses no compiler, so USE_LANGUAGES is emptyheinz1-1/+2
2004-03-21Added HOMEPAGE. Uses no compiler, so USE_LANGUAGES is empty.heinz1-1/+3
2004-03-21Added HOMEPAGE.heinz1-2/+6
Adapted to buildlink3. Uses no compiler, so USE_LANGUAGES is empty.
2004-03-21Uses no compiler, so USE_LANGUAGES is emptyheinz3-3/+6
2004-03-21Add HOMEPAGE.heinz1-3/+6
Adapted to buildlink3. Uses no compiler, so USE_LANGUAGES is empty.
2004-03-21MACHINE_ARCH should be derived from `uname -m` on OpenBSD.grant1-2/+2
from Philip Reynolds on tech-pkg.
2004-03-21Uses no compiler, so USE_LANGUAGES is emptyheinz1-2/+3
2004-03-21Some compilers (e.g. Sunpro) emit one char[] per string, even whenbouyer1-5/+7
multiple identical strings appear in a source file. As a result, comparing char *o to the "" pointer gives the wrong result in vis.c, as the "" pointer we're checking against isn't the same as the "" which initialised char *o. Use a global pointer initialised to "", and use it for MAKEEXTRALIST() calls. Thanks to Christos Zoulas for suggesting the right solution :)
2004-03-21Add some mirrors to MASTER_SITES, fixes fetch problem seen in latestxtraeme1-1/+3
agc@'s bulk build.
2004-03-21Move the code that includes the package builtin.mk files into a separatejlam2-39/+116
file, bsd.builtin.mk. Document the requirements and the recommended structure of a builtin.mk file in the comments at the top of bsd.builtin.mk.
2004-03-20Switch tcl-pdflib to Tcl 8.4. Bump PKGREVISION.minskim3-12/+14
2004-03-20Switch swig to Tcl 8.4 and bl3ify. Bump PKGREVISION.minskim2-5/+7
2004-03-20configure --without-wc-funcs on Solaris; without this all chars are printedbouyer1-1/+5
as '?'. Looks like solaris's wchar functions don't work as mutt expect.
2004-03-20Change 'sh autoconf' to 'sh ./autoconf'. Solaris's sh will pick up autoconfbouyer2-5/+14
from PATH otherwise (well, the author should probably not have called this script "autoconf" :)
2004-03-20Use ${MAKE}, not makebouyer3-9/+32
xaw95-1.1.4/export doesn't always exists, and isn't essential, so prefix a 'cd exports ; ln -sf include X11' with a - XXX still doesn't build out of the box on solaris, because of issues with the openwin imake config.
2004-03-20Uses no compiler, so USE_LANGUAGES is emptyheinz2-2/+4
2004-03-20Added HOMEPAGE.heinz1-4/+6
Adapted to buildlink3. Uses no compiler, so USE_LANGUAGES is empty.
2004-03-20Revert the PKGLOCALEDIR change in PLIST, and define USE_PKGLOCALEDIR inbouyer2-10/+11
Makefile. Pointed out by wiz@
2004-03-20Make this compilable by gcc3 - no more multi-line string constants, linkagc3-1/+152
with the correct compiler invocation.
2004-03-20Solaris fixes:bouyer3-23/+35
- this package uses msgfmt - locale files are always installed in share/locale - don't depend on libusb on solaris - libsane-pint and libsane-sm3600 are not installed on solaris
2004-03-20Make this compile when using gcc 3.3 by correcting constructs of the formkristerw4-1/+205
int foo = {0};
2004-03-20Do not use fontconfig's MESSAGE. Closes PR 24864.wiz1-3/+1
2004-03-20Bump PKGREVISION for teixsl-html and teixsl-fo and regenerateminskim5-9/+13
distinfo, because the distfiles were updated with some functional changes but have the same file name and version number.
2004-03-20Convert to bl3 now that ncurses/builtin.mk has been updated to creatextraeme1-5/+5
the curses.h -> ncurses.h symlink.
2004-03-20Note updates of tcl-tclX and tk-tclX to 8.2.0nb1.minskim1-1/+3
2004-03-20Make tcl-tclX and tk-tclX use Tcl/Tk 8.4. Bump PKGREVISION.minskim7-30/+88
While here, update HOMEPAGE.
2004-03-20Always create the curses.h -> ncurses.h symlink to match buildlink2jlam1-3/+7
behaviour.
2004-03-20-fno-zero-initialized-in-bss is required in CFLAGS on SunOS with gcc3,bouyer1-1/+6
otherwise emacs core dump on exit. Found this on an emacs mailing list.
2004-03-20Take maintainership, add HOMEPAGE. Uses no compiler, so mark it with empty ↵heinz1-2/+4
USE_LANGUAGES.
2004-03-20Add HOMEPAGE, adapt to buildlink3. Uses no compiler, so mark it with empty ↵heinz1-3/+6
USE_LANGUAGES.