Commit graph

57308 commits

Author SHA1 Message Date
dmcmahill
2e23f035db gcc3 fixes 2004-03-21 21:14:03 +00:00
bouyer
ce4f41fe72 Use strerror() instead of sys_errlist[], as the later isn't available on
solaris9.  OK'd by tron@
2004-03-21 19:49:05 +00:00
bouyer
4852b19c32 Explicitely disable ldap; on solaris configure will try to use the
system's ldap and fail.
2004-03-21 17:40:44 +00:00
bouyer
18c4ae8240 -lcompat doesn't exist (and isn't needed) on solaris. 2004-03-21 15:57:41 +00:00
dmcmahill
b3964ce996 add missing header. Fixes lossage recently noted on very -current
systems.
2004-03-21 13:10:56 +00:00
uebayasi
1c37bdc733 Update NDTPD to 3.1.5. Bug fixes. 2004-03-21 12:31:29 +00:00
uebayasi
ba83f29764 Update to 3.1.5. Bug fixes. 2004-03-21 12:30:33 +00:00
seb
b4f08af760 Note update of net/yale-tftpd to version 3.0nb3
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-21 10:31:52 +00:00
seb
9f974bbe50 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.

Bump PKGREVISION.
2004-03-21 10:29:51 +00:00
snj
8f103f05c8 Fix build on sparc64 with gcc2. 2004-03-21 07:41:57 +00:00
minskim
e7d41a5970 The configure script defines HAVE_STATVFS as 0 on non-IRIX platforms,
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-21 07:35:17 +00:00
snj
db384d6bb8 Fix build on sparc64 with gcc2. 2004-03-21 07:06:58 +00:00
jlam
21e116f6d5 <jlam> will update uvscan after the freeze. 2004-03-21 05:50:18 +00:00
minskim
cf309f8885 This package needs Tcl only at run time; use DEPENDS to get Tcl
dependency instead of including buildlink.mk.

Switch to Tcl 8.4.
2004-03-21 05:15:52 +00:00
wiz
4b8bc1f3db Build against gkrellm1. From Noud de Brouwer in PR 24827. 2004-03-21 02:59:48 +00:00
grant
1a34705686 note update of libnbcompat to 20040321. 2004-03-21 01:47:55 +00:00
grant
2549204dc2 bump to 20040321 for vis.c multiple char[] fix. 2004-03-21 01:46:02 +00:00
heinz
92d33ef9e8 Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:33:39 +00:00
heinz
2e351abdac Added HOMEPAGE. Uses no compiler, so USE_LANGUAGES is empty. 2004-03-21 01:31:27 +00:00
heinz
49c00a62a5 Added HOMEPAGE.
Adapted to buildlink3.
Uses no compiler, so USE_LANGUAGES is empty.
2004-03-21 01:26:53 +00:00
heinz
904f5a0a8b Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:18:42 +00:00
heinz
f22c151a5d Add HOMEPAGE.
Adapted to buildlink3.
Uses no compiler, so USE_LANGUAGES is empty.
2004-03-21 01:09:44 +00:00
grant
5a4625cab5 MACHINE_ARCH should be derived from uname -m on OpenBSD.
from Philip Reynolds on tech-pkg.
2004-03-21 01:06:37 +00:00
heinz
7200f4494e Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:03:20 +00:00
bouyer
d5416af48d Some compilers (e.g. Sunpro) emit one char[] per string, even when
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-21 00:31:54 +00:00
xtraeme
60fe9a9234 Add some mirrors to MASTER_SITES, fixes fetch problem seen in latest
agc@'s bulk build.
2004-03-21 00:08:18 +00:00
jlam
aa26ea0b16 Move the code that includes the package builtin.mk files into a separate
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-21 00:03:32 +00:00
minskim
f4ba83c642 Switch tcl-pdflib to Tcl 8.4. Bump PKGREVISION. 2004-03-20 23:36:33 +00:00
minskim
42a7b8a4bf Switch swig to Tcl 8.4 and bl3ify. Bump PKGREVISION. 2004-03-20 23:18:09 +00:00
bouyer
a4aa7bd8ff configure --without-wc-funcs on Solaris; without this all chars are printed
as '?'. Looks like solaris's wchar functions don't work as mutt expect.
2004-03-20 23:10:23 +00:00
bouyer
db2da0edce Change 'sh autoconf' to 'sh ./autoconf'. Solaris's sh will pick up autoconf
from PATH otherwise (well, the author should probably not have called this
script "autoconf" :)
2004-03-20 22:35:04 +00:00
bouyer
021614f514 Use ${MAKE}, not make
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-20 22:30:36 +00:00
heinz
b8f02090fd Uses no compiler, so USE_LANGUAGES is empty 2004-03-20 22:27:50 +00:00
heinz
8de552656c Added HOMEPAGE.
Adapted to buildlink3.
Uses no compiler, so USE_LANGUAGES is empty.
2004-03-20 22:23:19 +00:00
bouyer
eb6efc7486 Revert the PKGLOCALEDIR change in PLIST, and define USE_PKGLOCALEDIR in
Makefile. Pointed out by wiz@
2004-03-20 22:19:56 +00:00
agc
be93ef44ba Make this compilable by gcc3 - no more multi-line string constants, link
with the correct compiler invocation.
2004-03-20 22:08:10 +00:00
bouyer
54a31fddb1 Solaris fixes:
- 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-20 21:18:41 +00:00
kristerw
a04b534ce0 Make this compile when using gcc 3.3 by correcting constructs of the form
int foo = {0};
2004-03-20 20:21:22 +00:00
wiz
c2b756e890 Do not use fontconfig's MESSAGE. Closes PR 24864. 2004-03-20 20:08:38 +00:00
minskim
e1a1b4c04f Bump PKGREVISION for teixsl-html and teixsl-fo and regenerate
distinfo, because the distfiles were updated with some functional
changes but have the same file name and version number.
2004-03-20 19:47:17 +00:00
xtraeme
844e45900f Convert to bl3 now that ncurses/builtin.mk has been updated to create
the curses.h -> ncurses.h symlink.
2004-03-20 19:36:58 +00:00
minskim
5dc560397b Note updates of tcl-tclX and tk-tclX to 8.2.0nb1. 2004-03-20 19:31:47 +00:00
minskim
418d52e06d Make tcl-tclX and tk-tclX use Tcl/Tk 8.4. Bump PKGREVISION.
While here, update HOMEPAGE.
2004-03-20 19:28:52 +00:00
jlam
35ebc5eaab Always create the curses.h -> ncurses.h symlink to match buildlink2
behaviour.
2004-03-20 19:28:46 +00:00
bouyer
edf4700caf -fno-zero-initialized-in-bss is required in CFLAGS on SunOS with gcc3,
otherwise emacs core dump on exit. Found this on an emacs mailing list.
2004-03-20 17:58:56 +00:00
heinz
6a56a0628e Take maintainership, add HOMEPAGE. Uses no compiler, so mark it with empty USE_LANGUAGES. 2004-03-20 17:29:26 +00:00
heinz
ad0ce21143 Add HOMEPAGE, adapt to buildlink3. Uses no compiler, so mark it with empty USE_LANGUAGES. 2004-03-20 17:26:10 +00:00
heinz
68682a0ae6 Add HOMEPAGE, adapt to buildlink3 and add BUILD_DEPENDS on p5-Crypt-CBC for testing. 2004-03-20 17:21:32 +00:00
taca
a289d14751 +apache-2.0.49. 2004-03-20 16:37:40 +00:00
wiz
f4f63afe45 Convert to buildlink2 until ncurses' buildlink3.mk is fixed to make
the ncurses.h -> curses.h link.
2004-03-20 16:37:38 +00:00