thorpej
349ae498db
Minimal necessary futzing to make the --with{,out}-krb4 and
...
--with{,out}-gssapi switches to the configure script actually work.
The GSSAPI support in CVS is still busted; it makes a lot of
incorrect assumptions about the location of various GSSAPI
headers and libraries. However, I have no interest in actually
fixing anything in CVS.
1999-08-18 21:58:57 +00:00
agc
bb857d2aff
Record build options in the BuildInfo file via BUILD_DEFS. These can be
...
displayed using the -B option to pkg_info(1).
1999-08-18 09:00:23 +00:00
thorpej
8fc74cd7e7
Use USE_KERBEROS{4,5} to enable the corresponding features in this
...
package. Still needs a bit more work, as the CVS 1.10 configure script
is broken.
1999-08-17 19:02:52 +00:00
tron
cff0725746
Because "glade" requires directories created by the "gnome-core" package
...
let it depend on it and not on "gnome-libs".
1999-08-15 14:49:44 +00:00
abs
1186e8c92e
Fix PLIST in solaris case
1999-08-13 20:40:54 +00:00
rh
3e823f5f74
Add and enable pth-current.
1999-08-12 18:02:57 +00:00
rh
d1fcc3af8a
Add conflict with pth-current.
1999-08-12 18:02:19 +00:00
rh
04986b84ea
Initial import of pth-current-1.1b3, the development version of the Posix
...
compatible GNU portable threads library.
1999-08-12 18:01:16 +00:00
rh
38e4811e7e
Update pth to 1.0.5.
...
Notable changes are:
*) Backport from Pth 1.1b2:
Fixed ring walking inside both public pth_msgport_find() function
and the internal pth_mutex_releaseall() function.
*) Backport from Pth 1.1b1:
In pth_mctx.c the signal stack was not restored correctly.
*) Backport from Pth 1.1b1:
Fixed test_select.c: a char has to be used for read(2) and not an int.
And replaced a bogus stdio fgetc() in test_select with pth_read().
*) Backport from Pth 1.1b1:
Fixed AC_CHECK_NSIG test and this way PTH_NSIG define.
*) Backport from Pth 1.1b1:
Fixed timeout handling in pth_select().
1999-08-11 19:03:35 +00:00
agc
89b6ef97c6
Remove the tkdiff symbolic link, as it conflicts with the tkdiff command
...
in the tkcvs package. Pointed out by sakamoto.
1999-08-10 12:19:07 +00:00
agc
1a86804b59
Add a tkdiff symlink.
1999-08-10 11:45:48 +00:00
agc
48ea43d5e8
Regen md5 checksum for distfile.
...
Add a symbolic link to ${LOCALBASE}/bin/tkdiff, in case the command
is called directly by the user.
1999-08-10 11:44:45 +00:00
sakamoto
60988cc580
Add and enable tkdiff.
1999-08-10 03:02:01 +00:00
sakamoto
efe9058706
A graphical 2-way diff/merge tool
1999-08-10 02:59:09 +00:00
rh
ad7da7b1c5
Update glade to 0.5.1
...
This release contains quite a few bug fixes, and a couple of new features:
* New widget properties - GtkWindow & dialog subclasses now have default
width & height properties. GtkPaned has Position property, and
children have Shrink & Resize packing properties.
* GtkMenubar has shadow type property. GtkHandleBox has shadow type,
handle position & snap edge properties. GtkBox children have Position
property (which isn't saved in the XML), though this may be a little
confusing due to the PACK_START/END flag.
* More support for underlined accelerator keys. If the label in a button
has an underlined character, then the button can be activated by
pressing Alt + the underlined key. Similarly if a normal label has
an underlined character, pressing Alt + the key will set the keyboard
focus to the widget on the right, e.g. a text entry box.
* Ctrl-R accelerator to redisplay a window - it should appear at the same
size it will be in the final application. Very handy.
* Bug fixes, including a fairly serious one in the generated code which
meant that widgets were never destroyed.
1999-08-06 22:49:24 +00:00
ross
94b3faac46
Redo the patch sum now that someone has added the happy $NetBSD$ id.
1999-08-06 18:08:09 +00:00
msaitoh
fb2df0060c
upgraded to -patch-3
1999-08-06 17:08:57 +00:00
hubertf
ad83eca58c
add & enable libgetopt
1999-08-06 16:37:58 +00:00
hubertf
2d7fda348b
NetBSD's getopt_long put into a library, until we have this somewhere
...
else available to (all!) users.
1999-08-06 16:37:22 +00:00
tron
751a97efa4
Master site has changed.
1999-08-06 14:56:55 +00:00
sakamoto
cca645f027
Update to 1.0.4.
...
Changes: bugfixes and cleanups.
1999-08-06 01:03:32 +00:00
bad
ce4f521fe1
regen.
1999-08-02 18:19:44 +00:00
bad
e68ebf4f3a
config/configure.in: change m4 quotes where necessary.
...
Also fix two typos that might affect 1.4ish sparc and arm32.
1999-08-02 18:18:17 +00:00
bad
2fd02f2ef4
oops. regen.
1999-08-02 17:33:35 +00:00
bad
3f4a763e1a
Per Andy Finnell: use same magic to pacify the ansi cpp as in
...
syscall-template-m68000-netbsd.S.
1999-08-01 22:12:28 +00:00
tron
16fb6f8e8d
Install the documentation in "share/doc/libglade" and remove the include
...
file directory on deinstallation.
1999-08-01 19:43:34 +00:00
mrg
afdce344e3
add $NetBSD$
1999-08-01 14:37:27 +00:00
ross
b341be17d7
Fix bug where lid and gid core after failing to open a file.
1999-08-01 09:20:27 +00:00
rh
545440a84b
Add and enable libglade
1999-07-31 19:06:48 +00:00
rh
7998e39481
Initial import of libglade-0.2, a runtime interpreter for GLADE gui files
...
for GNOME.
1999-07-31 19:06:08 +00:00
bad
e3924bdfce
Add m68k support to MIT-pthreads. By Andy Finnell <andy@vei.net>.
...
Thanks to Greg Oster for testing on the hp300.
1999-07-29 16:44:41 +00:00
cjs
ac336b442c
Package for development version of CVS.
1999-07-26 23:38:49 +00:00
agc
682ae23548
Remove patch-aj, which creates an rlman.texinfo file, which already
...
exists in the distribution. Update patch-sum file accordingly.
1999-07-26 15:12:23 +00:00
tron
3a06f02839
Remove obsolete patch to make this build again.
1999-07-26 06:45:00 +00:00
mycroft
4441e71871
Update to 1.3.8, since 1.3.7 is no longer available.
1999-07-22 07:01:20 +00:00
sakamoto
3b391470b4
Update to 1.0.0.
...
Changes:
First stable release. After five months of development we've now
finished the development and beta stages.
1999-07-19 06:14:28 +00:00
jlam
aab505b76e
Make this work on i386 with ELF.
1999-07-16 21:12:57 +00:00
jlam
17875267bd
Update patch checksums.
1999-07-16 21:11:56 +00:00
jlam
bae094c6c7
Change MAINTAINER to jlam@netbsd.org, and update patch checksums.
1999-07-16 21:11:02 +00:00
jlam
bb6c013685
Change order of -L directives and libraries to linker so that
...
libncurses.la is listed first. This allows a previous installation
of ncurses to exist and have the build of the current ncurses still
find the correct libs.
1999-07-16 18:43:48 +00:00
sakamoto
90ee1c3c41
Update 1.0b5 to 1.0b7.
...
Changes: More polishing and important bugfixes for the POSIX emulation.
1999-07-16 04:57:47 +00:00
tron
6e626d3235
Update dependence on "gnome-libs" package.
1999-07-14 23:09:41 +00:00
hubertf
aa053b02ef
I do not claim to maintain this any longer. Maybe someone more
...
appropriate (Johnny?) may want to put his name into the MAINTAINER
field.
1999-07-14 20:33:38 +00:00
bad
cbd890553d
Configure --without-cxx for consistency on 1.3ish systems and ones that have
...
a libg++ lying around.
1999-07-13 23:54:16 +00:00
sakamoto
a7d66a6dda
Update 1.0b4 to 1.0b5.
1999-07-13 01:44:35 +00:00
jlam
6b79251d17
* Update "devel/readline" to 4.0.
...
* Libtoolize library build.
1999-07-13 00:56:12 +00:00
agc
a910a6fd62
Add package patch-sum files
1999-07-09 13:50:05 +00:00
sakamoto
91a2a9653a
Update 1.0b2 to 1.0b4.
...
Fix mastersite noted by Hubert Feyrer.
1999-07-09 00:08:27 +00:00
jlam
04f2227a5e
* Update ncurses dependency.
1999-07-06 07:59:20 +00:00
jlam
1b89cf5992
* Update to cdk-4.9.8.
...
* Update ncurses dependency.
* Update MASTER_SITE and HOMEPAGE to new locations.
* Libtoolize library build.
1999-07-06 07:57:20 +00:00
jlam
573317f6c0
* Update "devel/ncurses" to latest release 4.2.
...
* Libtoolize library build.
1999-07-06 07:51:03 +00:00
sakamoto
bceebfe5d2
Add and enable nasm.
1999-07-05 07:22:48 +00:00
sakamoto
0edc11c6ac
Adapt this package to NetBSD.
1999-07-05 07:21:57 +00:00
sakamoto
f2f47e7dd3
Import FreeBSD's "nasm" port:
...
General-purpose multi-platform x86 assembler
1999-07-05 07:17:34 +00:00
sakamoto
130008908c
Add and enable pth.
1999-07-05 05:13:38 +00:00
sakamoto
11698aaf76
GNU pth - GNU Portable Threads
1999-07-05 05:09:48 +00:00
agc
46fb8db2a2
For packages that are in the NetBSD base system, but needed for
...
Solaris, narrow down the platforms, and use specific inclusion rather
than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather
than NOT_FOR_PLATFORM=NetBSD-*-*.
1999-07-02 08:46:51 +00:00
agc
fd7b118f38
Some packages use bsd-style .mk files when building, and so any manual
...
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set. If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile. This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.
Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
agc
26e0f7d5fd
Enable gdb.
1999-07-01 15:27:06 +00:00
agc
ddd3b27623
Initial import of gdb-4.18, the GNU symbolic debugger, into the NetBSD
...
packages collection. This package is only for Solaris - it is part of
the base NetBSD system.
1999-07-01 15:26:19 +00:00
agc
4dbc5ce6a1
Add and enable flex.
1999-07-01 09:24:09 +00:00
agc
53c7aa65db
Initial import of flex, the fast clone of lex(1), the lexical scanner
...
generator, into the NetBSD packages collection. This package is only
for Solaris - it is part of the base NetBSD system.
1999-07-01 09:23:23 +00:00
agc
dbdecef240
Use single quotes to delineate the IGNORE message, rather than double
...
quotes, so that the shell does not try to interpret characters, such as
parentheses, inside the message itself.
1999-06-28 11:48:29 +00:00
msaitoh
cd81798b2f
upgrade PTL2 to PTL2-current-990622 (with patch-1)
1999-06-23 16:57:07 +00:00
tron
8475357fcd
Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
...
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
tron
c566a0ae72
The GNOME mirror on "ftp.jimpick.com" was closed. Use the mirror on
...
"ftp.sunet.se" instead.
1999-06-19 15:19:11 +00:00
mjl
b508c095a0
Update libslang to 1.3.7. The changes are too numerous to mention,
...
mostly bug fixes though.
1999-06-17 22:57:23 +00:00
cgd
cb0215f46f
Don't disable this on the alpha. From the diff:
...
># XXX The following comment is somewhat incorrect. The package will build
># XXX correctly on alpha, and even build shared libs, but not quite correctly:
># XXX The shlibs have no SONAME, so references to them from programs
># XXX will end up being to libfoo.so. This may cause upgrade problems in the
># XXX future. However, an ncurses binary package appeared e.g. with 1.4,
># XXX seemingly built from these bits, so it's probably best to just enable
># XXX it for now. -- cgd 19990613
Note that that's a generic ELF problem, and not limited to the Alpha, as well.
1999-06-14 00:08:59 +00:00
bad
a961661a0a
Enable p5-Data-ShowTable.
1999-06-10 15:33:33 +00:00
bad
4d170e3264
Initial import of Data-ShowTable-3.3, a perl module to generate
...
formatted lists from arrays.
1999-06-10 15:30:29 +00:00
tron
8468ab95ff
Add and enable "stooop". Fixes first half of PR pkg/6905 by Greg A. Woods.
1999-06-07 22:15:59 +00:00
tron
ec42fd4e7a
New "stooop" package contributed by Greg A. Woods in PR pkg/6905:
...
a Simple Tcl Only Object Oriented Programming scheme
1999-06-07 22:14:08 +00:00
bad
a3a61f419d
Update to version 1.7. Now supports SPARC.
...
From Lex Wennmacher wennmach@geo.Uni-Koeln.DE
1999-06-07 22:07:28 +00:00
agc
69fbe62294
On Solaris, leading tabs before definitions in an Imakefile are bad news.
...
Change the leading tabs to spaces, so that it doesn't think it's a shell
command.
1999-06-04 15:10:15 +00:00
agc
7291ca95db
Make this package work on Solaris.
1999-06-04 15:09:05 +00:00
agc
31e43540c3
Use the generic GNU-configure @CC@ value, rather than a hard-coded cc
...
value, in the pre-processable Makefile.in - makes this package work on
Solaris, where cc may not be the same as gcc.
1999-06-03 08:17:10 +00:00
agc
2af6494ecd
Correct the path on the master ftp site.
1999-06-03 08:15:16 +00:00
agc
79ad5ffa92
Fix spelling of Chris Provenzano's name.
...
Fixes PR 7689, from Eric Mumpower.
1999-06-02 07:43:53 +00:00
msaitoh
d16c8e4536
PTL2-current-990512-patch-2
1999-05-31 10:13:57 +00:00
frueauf
c3a54e410c
Update ddd to 3.1.5.
1999-05-30 15:05:27 +00:00
tv
c7a4ad2283
We use USE_GMAKE to indicate a gmake dependency, and the existing
...
BUILD_DEPENDS line was completely wrong anyway.
1999-05-26 16:02:44 +00:00
mycroft
db1683d646
Fix an inconsistency between adding and removing files, with the revision
...
numbers passed to loginfo. If a file is re-added, make sure the `old' revision
is `NONE', not the preceding dead revision.
1999-05-25 17:52:25 +00:00
tv
5c60ed5794
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
...
pattern match format. Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
mycroft
95d1b3cfd8
Fix a compatibility issue with the `-p' option.
1999-05-24 16:53:49 +00:00
hwr
8ed977e2cf
Perl module to access LDAP client functions from within Perl5.
1999-05-24 08:32:35 +00:00
tv
32c3a06762
We don't use libtool to make shared objects, so don't add an unnecessary
...
dependence on pkglibtool.
1999-05-23 19:48:46 +00:00
mycroft
25d20a2072
Fix path.
1999-05-23 14:01:37 +00:00
mycroft
ac074a2c4a
Add a %t format for loginfo.
1999-05-23 13:34:14 +00:00
tv
2d7d086734
Add dependency on autoconf[!], and change USE_GTEXINFO to INFO_FILES.
1999-05-22 16:24:09 +00:00
tsarna
c3117ace92
patch-1 breaks sigjmp. Instead of using it, add patch-ac, which is
...
corrected version of patch-1.
Still have problems with ttyname()...
1999-05-22 03:23:13 +00:00
tron
02e48b67b3
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
...
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20 20:09:49 +00:00
msaitoh
eed1199a4d
PTL2-current-990512-patch-1
1999-05-20 17:28:31 +00:00
hwr
22fb6ae997
Enable the LDAP C-SDK.
1999-05-18 21:27:30 +00:00
hwr
b82e66fd6c
The Mozilla project C-SDK for LDAP. A LDAP V3 client library.
1999-05-18 21:22:26 +00:00
bad
fbe2ebe8e6
Fix obvious typo in getprotoent.c
...
From gson@araneus.fi (Andreas Gustafsson).
1999-05-18 14:55:48 +00:00
bad
654e31953b
Add and enable p5-FileKGlob.
1999-05-12 20:48:24 +00:00
bad
2b28f56360
Initial import of FileKGlob-1.2 a Perl module to do file name globbing.
1999-05-12 20:47:13 +00:00
bad
3a4481e39f
Forgot the .packlist file.
1999-05-12 19:36:03 +00:00
bad
d1cc8d08d0
Correct PKGNAME.
1999-05-12 19:24:47 +00:00
bad
1de76640de
Add and enable p5-AtExit.
1999-05-12 18:56:35 +00:00
bad
f405514626
Initial import of p5-AtExit-2.01, a module providing ANSI C like atexit().
1999-05-12 18:55:00 +00:00
tv
a724af7aa3
Do not create a "libPTL.so" link. This will be done by the pkg system at
...
install time, and should NOT happen for a.out at all. (I'll re-add the
removed patches to do this correctly for ELF, and use shlib constructor as
opposed to "every object file constructor", later.)
1999-05-12 16:17:53 +00:00
msaitoh
c49c48e186
Upate PTL2 to PTL2-current-990512.
1999-05-12 13:24:26 +00:00
tv
9c7c60b9c5
Turn off on alpha. This was hosed before, and still is after the ctor change.
...
Will look into it.
1999-05-06 22:38:08 +00:00
tv
f10ebc39a7
Install ptlg++ with the right permissions by handing down INSTALL_SCRIPT.
1999-05-06 21:01:46 +00:00
tv
6ffc0333da
Use proper ELF build (with -soname); also add c++rt0 for a.out and
...
crt{begin,end}S for ELF so that a constructor does not have to be attached
to every resultant .o file (_pthread_init() becomes a constructor in the
library itself). Add ptlg++ as analogue of ptlgcc.
The pkgname is renamed ptl-990315 (drop -current-) so this version is not
considered compatible in binary form.
1999-05-06 20:07:21 +00:00
bad
2c5b4ca760
Use ftp0.sunet.se instead of ftp.sunet.se.
1999-05-05 16:54:03 +00:00
abs
8767426093
s/datail/detail
1999-05-04 01:51:44 +00:00
tron
b1e841e86a
Link shared library with "/usr/lib/c++rt0.o" on a.out systems to make sure
...
that pthread_init() gets called. Fixes PR pkg/7433 by Andreas Gustafsson.
1999-05-02 19:46:16 +00:00
tron
ddc0bf51a1
Backout this change, the link options are passed to "ld" not "gcc"
1999-05-02 17:18:53 +00:00
tron
ee0c971f4f
Add missing prototypes to PTL's "include/arpa/inet.h". Patch supplied
...
by Michael Graff in PR pkg/7507.
1999-05-02 16:53:00 +00:00
tron
05af7a4b2e
List me as the maintainer of the "glib" package.
1999-05-02 16:04:37 +00:00
tron
1569640079
Update dependence for "gnome-libs" package to version 1.0.9.
1999-05-02 15:52:57 +00:00
rh
2838a6aaca
Update dependency on gtk+ to 1.2.2
1999-05-02 15:12:58 +00:00
rh
f72453da82
Update glade to 0.4.1
1999-05-02 14:50:33 +00:00
tron
0de53c2fb0
Update dependence for "glib" package to version 1.2.2.
1999-05-02 14:11:40 +00:00
tron
23cf13f1d6
Update "glib" package to version 1.2.2.
1999-05-02 14:05:55 +00:00
tron
e547cb75e9
Use "../../lang/perl5" to shut up "pkglint".
1999-05-02 12:04:11 +00:00
tron
02bb23dc2f
Nuke private definitions of "BINOWN" and "BINGRP" so that files don't
...
get installed under the id of the user which compiled the package.
1999-05-01 18:35:22 +00:00
tron
293ec7e4ba
Correct "rm" command which is supposed to remove "libpthread_pic.a".
...
Fixes PR pkg/7505 by Nick Hudson.
1999-05-01 18:13:07 +00:00
tron
f37c597c55
Use "-Wl,-R" instead of "-R" in "ptlgcc" to be compatible with the
...
broken "cc" on 1.3 ELF systems.
1999-05-01 14:38:53 +00:00
tron
f13208f8d9
perl is only required at build time.
1999-05-01 14:37:30 +00:00
tron
2627c24001
Use "-O0" under NetBSD-arm32 until egcs gets fixed.
1999-05-01 12:22:46 +00:00
tron
f4b715441e
Fix complilation warning caused by missing prototype for init hook.
...
Patch supplied by Michael Graff in PR pkg/7495.
1999-05-01 10:24:40 +00:00
tv
6901cb24ac
Reenable libg++, reenable mit-pthreads accidentally commented out in rev. 1.49,
...
and sort rcs.
1999-04-30 15:52:40 +00:00
tv
8bbeb53eb5
Fix this to work properly, so it can be enabled for 1.4.
1999-04-30 15:51:38 +00:00
bad
86b07db0d1
Update from Andreas Gustafsson.
...
Don't fail to build on 1.3.x systems.
1999-04-30 14:04:56 +00:00
simonb
ddd2fe2788
Add a homepage while I'm here.
1999-04-30 01:51:59 +00:00
simonb
75311fbe22
Add similar fix for security/ssh to generate MIPS ABI code on
...
mips*-*-netbsd* machines. Same problem as noted in PR pkg/7467.
1999-04-30 01:50:40 +00:00
bad
75fb60a54e
First half of PR #7433 : Must use c++rt0.o as SHLIB_LDSTARTFILE on a.out
...
platforms.
From Andreas Gustafsson.
1999-04-29 17:30:40 +00:00
bad
3a8f481f4f
Provide getopt() prototype and externs in include/unistd.h.
...
From Andreas Gustafsson PR #7434 .
1999-04-29 17:05:49 +00:00
bad
8d0119c40a
Don't pass linker input files and options when the linker isn't run.
...
From Andreas Gustafsson PR #7453 .
1999-04-29 17:03:38 +00:00
tron
32fde6f2b2
Add "-Wl,-R" to linker option list in "glib-config".
1999-04-27 21:05:04 +00:00
garbled
5f1925c4f5
Fix some minor LP64 warnings that are treated as errors. Compiles
...
on alpha now.
1999-04-26 18:34:42 +00:00
jlam
07994be10c
Use more accepted way to configure with pkglibtool.
1999-04-22 04:09:41 +00:00
jlam
6b7a2af957
Also install file containing library documentation.
1999-04-22 04:08:50 +00:00
mycroft
d108dd8f9a
If -n is used, send only -n and not -u, to retain compatibility with old
...
servers.
1999-04-20 15:11:35 +00:00
mycroft
5b023e20e2
Er, -n must imply -u for compatibility with old clients.
1999-04-20 15:09:44 +00:00
mycroft
3729b8c84e
Nuke the klugy CVSREADONLY hack, and instead use a modified version of our old
...
`cvs -u' changes to prevent lock creation.
1999-04-20 15:01:11 +00:00
tron
49a26ddbac
Update dependence for "glib" package to version 1.2.1.
1999-04-16 19:24:34 +00:00
tron
3a6ffc6278
Update "glib" package to version 1.2.1.
1999-04-16 19:18:54 +00:00
bad
5c49039364
Nuke post-patch crap.
...
Reenable this package.
1999-04-16 16:33:19 +00:00
bad
50b3a78343
Fix thinko in previous commit. Correctly recognise 1.4ish systems.
1999-04-16 16:32:11 +00:00
hubertf
3d946b25ae
Fix assignment of master-site.
1999-04-16 14:37:12 +00:00
tron
23e0063766
Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
...
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
tv
6676c33d1b
Make compile on 1.4, but mark RESTRICTED and IS_INTERACTIVE so that it is
...
not built in a batch on 1.4 (it may compile, ut it doesn't run).
Also make library building more uniform regardless of MKxxxx or
NOxxxx settings in mk.conf.
1999-04-15 13:56:01 +00:00
tron
9c4c0c2b50
Remove unnecessary slash from master site list.
1999-04-14 21:39:01 +00:00
tsarna
700af5a6d1
Update for python 1.5.2
1999-04-14 15:38:15 +00:00
agc
e20be6c347
Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
...
build a binary package with this definition would fail as the PLIST is
not correct.
If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00
bad
11501d92b4
Recognise 1.4ish NetBSD in the configure scripts.
1999-04-08 20:08:56 +00:00