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
bad
65874c8174
Check for socklen_t in the configure script and define a preprocessor
...
symbol accordingly.
1999-04-08 19:44:36 +00:00
bad
a968a27be2
Fix previous commit. Don't lose a prototype gratuituously.
1999-04-08 19:41:56 +00:00
bad
03313567f6
Fix previous commit. Use a preprocessor symbol to determine whether
...
the prototypes should use socklen_t or not.
1999-04-08 19:40:45 +00:00
agc
79e49eaba2
s/netbsd/${LOWER_OPSYS}/g
1999-04-08 18:51:48 +00:00
tron
2f3386a52c
Add and enable "cvslock".
1999-04-08 18:47:00 +00:00
tron
62399ab815
New "cvslock" package:
...
safely manipulate and inspect CVS repositories
1999-04-08 18:28:02 +00:00
agc
1bd56846b5
Make this work on Solaris.
1999-04-06 15:42:55 +00:00
agc
5e550b01df
Minor modifications to the English.
1999-04-06 09:48:18 +00:00
hubertf
c1b37c4e0a
fix spelling
1999-04-05 23:36:04 +00:00
hubertf
7ac685e463
add and enable gmp
1999-04-05 19:49:45 +00:00
hubertf
2d03a9035e
GNU Multiple Precision Arithmetic Library
1999-04-05 19:48:59 +00:00
hubertf
c132e11848
Don't depend on the fort77 package if there's one in /usr/bin
1999-04-05 03:56:33 +00:00
tron
660fc85377
This package got broken by the removal of the Mach VM system.
1999-04-04 21:05:59 +00:00
hubertf
3ccf944ef7
The file was changed on the master site.
...
Reported in PR 7311 by Benjamin Lorenz <lorenz@otelo-online.de>
1999-04-03 14:13:31 +00:00
agc
171e025b4a
Rewrite the extraction commands to be more intuitive.
...
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).
EXTRACT_USING_PAX can be set as before.
For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
now use:
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01 14:07:52 +00:00
agc
363146f85e
Update to tk version 8.0.5. This seems to be primarily a bug-fix release.
1999-04-01 13:38:43 +00:00
msaitoh
bddf511b15
Eliminate libdata/PTL
1999-03-30 00:59:24 +00:00
tron
8e252e4f7a
Add and enable "ptl2", fixes PR pkg/7212.
1999-03-29 23:33:59 +00:00
tron
975278f2db
Remove commented out instructions and fix botch caused by pkglinting.
1999-03-29 23:31:08 +00:00
tron
e4e661d09b
New "ptl2" package supplied by SAITOH Masanobu in pkg/7212:
...
This is PTL2 -- Portable Thread Library 2 wrrtten by Kota Abe.
1999-03-29 23:13:56 +00:00
frueauf
895edfc0b3
Update ddd to 3.1.4.
1999-03-27 23:08:45 +00:00
hubertf
47b55d2f45
s/alpha/${MACHINE_ARCH}/
1999-03-25 19:46:47 +00:00
agc
6356ec79ad
Correct the directory path on the redhat ftp site.
1999-03-22 22:43:41 +00:00
bad
a20a246b8b
This now comes with it's own elisp compiler. Kill FreeBSD dependency on emacs.
1999-03-22 16:14:24 +00:00
bad
216d0d34a1
LIB_DEPENDS -> DEPENDS.
1999-03-22 16:10:04 +00:00
bad
fa9c2f3760
Catch up with MASTER_SITE_GNU reorganization.
1999-03-22 16:08:30 +00:00
agc
76ecb93857
Minor nit - get the version number correct in the description.
1999-03-19 14:31:12 +00:00
agc
0577174dd5
Explain what m4 is a bit more clearly.
1999-03-19 14:30:28 +00:00
tron
5a17bebc6a
Depend on version 1.0.3 of "gnome-libs" package.
1999-03-16 22:11:23 +00:00
agc
8337bf58c1
Get the path name of the manual page right.
1999-03-16 11:05:29 +00:00
agc
799a33acf2
Provide rcslog as a symbolic link to rlog, and also make a link for the
...
man page. This is what's done in NetBSD, and is more in keeping with the
rest of the suite of rcs programs: rcsclean, rcsdiff, and rcsmerge.
Pointed out by Luke Mewburn.
1999-03-16 09:46:42 +00:00
explorer
0799e7d0de
The original commit message was bogus. This was really about removing
...
a prototype for strmode() that has a different signature under 1.3+. -bad
This is the original commit message:
> Make this build on -current again -- REALLY needs to be fully rewritten, but...
1999-03-15 16:16:11 +00:00
explorer
7eb1c56269
Make this build on -current again -- REALLY needs to be fully rewritten, but...
1999-03-15 16:16:10 +00:00
tron
4b2a2ba41f
Add "gnome" to category list.
1999-03-14 23:48:08 +00:00
tron
a567fd607d
As pointed out by Michael Brakemeier the distribution file for "gettext"
...
version 0.10.35 can be found on "alpha.gnu.org".
1999-03-12 21:05:56 +00:00
agc
1450cada91
Adapt this Makefile to the new GNU layout for their ftp sites.
1999-03-12 16:08:25 +00:00
agc
98f3cfb859
Add and enable rcs (only for Solaris).
1999-03-12 16:05:13 +00:00
agc
fd5f684844
Initial import of RCS 5.7, the GNU revision control system, for software
...
version control, into the Packages Collection. This package is only for
Solaris - it's in the base NetBSD distribution.
1999-03-12 16:02:32 +00:00
agc
8d5704827e
Add and enable diffutils.
1999-03-12 15:50:43 +00:00
agc
f5dfedb9f8
Initial import of GNU diffutils, version 2.7. This package is only for
...
Solaris, as the GNU diffutils are in the base NetBSD distribution.
The diff utilities are: cmp, diff, diff3 and sdiff, and are used to compare
files.
1999-03-12 15:38:07 +00:00
tron
e4b0bb4877
For reasons unknown to me the distribution file for "gettext-0.10.35" is
...
no longer available on "ftp.gnu.org". Because at least GNOME doesn't work
with the old 0.10 version we keep the source on "ftp.netbsd.org" now.
1999-03-11 10:35:46 +00:00
tron
4417498928
Add support for read only CVS repositories derived from OpenBSD.
1999-03-11 09:48:43 +00:00
tron
bb3e97c8f6
Don't automatically prefix "../" to the INSTALL command for subdir use.
1999-03-09 22:04:39 +00:00
agc
9d1623c92c
s/make/${MAKE}/g
1999-03-08 14:26:13 +00:00
agc
1bb3007c04
s/make/${MAKE}/g
1999-03-08 10:53:55 +00:00
tron
6f33f270ea
Update "libgtop" package to version 1.0.1.
1999-03-07 19:50:55 +00:00
tron
eb4dbd0411
Updated master site list to handle the gnu ftp reorganization.
1999-03-06 09:02:57 +00:00
agc
2f658cbe0d
Add a patch to configure script so that dots aren't added as a prefix
...
to an absolute path.
1999-03-05 10:05:46 +00:00
tron
eb9a3c37d1
Don't use strange library naming scheme ("libglib-12.so.0.0") because it
...
will cause all programs to be linked with the static library. The shared
library is now called "libglib.so.13.0".
1999-03-05 09:44:20 +00:00
agc
f5f2dd95f1
Escape the sed expression from interpretation by the shell by using
...
quotation marks.
1999-03-05 09:20:16 +00:00
agc
162911b713
Don't assume that we're using the install.sh script - comment out the
...
prefix of ../ for subdirectories, as we're using a full pathname
for the install command
Add a comment, describing the patches.
1999-03-04 14:56:44 +00:00
tron
c86300b3e5
Update dependence for "glib" package.
1999-03-04 08:53:57 +00:00
tron
a10396f807
Update "glib" package to release version 1.2.0.
1999-03-04 08:50:43 +00:00
sommerfe
4d54e8c85d
Fix for arm (and anywhere else chars are unsigned by default)
...
(should not cause problems on systems with signed chars.)
1999-02-23 18:56:59 +00:00
tron
22bda05336
Back out last commit:
...
New compatible gtk 1.0.x packages are named differently and be don't
want to be installed together with old versions.
1999-02-21 09:07:51 +00:00
tron
06344a2ef0
Remove conflict entry for gtk 1.0.x which is no longer required after
...
Rene's changes.
1999-02-21 09:03:28 +00:00
hubertf
2a95ad9c6b
Fix CONFLICTS (remove redundancy, mostly)
1999-02-20 22:48:24 +00:00
frueauf
3c358cce98
pkglint: add missing / to URL. remove deprecated CONFLICTS for old versions.
1999-02-19 14:57:21 +00:00
rh
8c3733d651
Adapt to new gtk10 package
1999-02-19 14:29:16 +00:00
frueauf
636c5e9771
Add tab to infofile dir entry for cosmetics.
1999-02-19 08:55:23 +00:00
tron
8f218a214a
Sync contents of "share/aclocal" and "share/automake" with reality.
1999-02-19 08:37:35 +00:00
tron
d982f6d84b
Don't try to remove directory "share/aclocal" during deinstallation.
...
It is used by many packages and was added to "pkgsrc/mk/NetBSD.pkg.dist"
a while ago.
1999-02-19 08:31:20 +00:00
tv
1c9817afdf
Update to 1.27.
1999-02-19 03:27:08 +00:00
tv
aa78f310cc
Update to 1.4 and fix subdirectory.
1999-02-19 01:43:32 +00:00
tv
97ce770e21
Add IGNORE= for systems which have /usr/bin/install-info.
1999-02-18 13:43:26 +00:00
frueauf
708240f542
Grr. "info/dir" does _not_ belong into PLIST. install-info does
...
the right thing if it does not yet exist. If one upgrades gtexinfo
via binary pkg info/dir should not globber the old existing info/dir.
1999-02-18 12:58:45 +00:00
tv
111c4f44b0
Use install-info in $PATH, so that systems with it in base will work too.
1999-02-11 19:17:28 +00:00
tv
87df024d49
Add /usr/share/info to DEFAULT_INFOPATH.
1999-02-11 17:54:32 +00:00
bad
4214c9b9f3
Do the linker run-path dance.
1999-02-10 19:18:01 +00:00
bad
9c2d364fbf
Track recent symbol renaming in <arm32/setjmp.h>.
1999-02-03 22:18:39 +00:00
tron
a33cf4f0aa
Add and enable "libproplist".
1999-02-02 09:51:45 +00:00
tron
ff123ba53b
Rename package to "libproplist-0.8.3" and fix typo in master site list.
1999-02-02 09:50:44 +00:00
tron
e60d4ee6cc
New "libproplist" package supplied by Johnny C. Lam in PR pkg/6917:
...
GNUstep/OPENSTEP property lists compatibility library
1999-02-02 09:43:46 +00:00
hubertf
c45c43cfc0
Remove lameness that prevents binary packages of this to work.
...
Emberassing this is here since 1.3 and noone noticed this!
1999-02-01 01:39:27 +00:00
agc
f6473207ca
Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
...
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
mycroft
fa27848471
errno carnage.
1999-01-24 06:02:13 +00:00
hubertf
a6029b5e7c
add and enable swig
1999-01-23 18:28:53 +00:00
frueauf
9483f473c3
Make this one work with MANZ set too.
1999-01-21 20:43:24 +00:00
tron
9a4c8bec95
Simplify conflict list.
1999-01-19 09:18:52 +00:00
tv
5c3ff08b93
Version numbers cannot have dashes, and the patch-af is actually a bug
...
fix, not a feature change. (Bump back to version number `1.10'.)
1999-01-19 01:04:44 +00:00
bad
ea2da4c7c4
Factor in the umask even for files where the server didn't create a
...
temp file. This prevents the server from telling old clients that the
checked-out file should be world writeable because the RCS file is world
readable.
XXX needs to be adapted when post-1.10 versions of CVS are integrated.
Bump PKGNAME to 1.10-nb1 to make it clear which version is installed.
1999-01-18 21:11:47 +00:00
tron
f737b72e8c
Make this compile with NetBSD-current's "libc" changes.
1999-01-16 21:37:58 +00:00
tron
4e0fc9c51f
Depend on version 1.1.12 of "glib" package.
1999-01-16 05:48:02 +00:00
tron
ac2eafbd92
The never ending gnome story:
...
Update "libgtop" package to version 0.99.2.
1999-01-16 04:10:05 +00:00
tron
5af78008dd
The never ending gnome story:
...
Update "glib" package to version 1.1.12.
1999-01-15 22:57:13 +00:00
abs
44db47de48
pkglint: Use {MKDIR} not mkdir
1999-01-14 23:29:19 +00:00
mellon
88c2f4e17f
Update per advice from Thorsten. BTW, swig is the Simplified Wrapper and Interface Generator.
1999-01-14 20:44:55 +00:00
frueauf
3885e793b5
Add and enable netcdf.
1999-01-14 20:38:49 +00:00
frueauf
8f3b96522c
Initial addition of netcdf-3.4, a library for array-oriented data access.
...
Provided in pr 6745 by Rene Hexel.
1999-01-14 20:28:53 +00:00
mellon
9db92b85c3
Swig 1.1p5
1999-01-14 05:00:25 +00:00
abs
0acdc9ee2c
Add (and enable) global package
1999-01-09 04:17:00 +00:00
frueauf
2061e918e5
Update ddd to 3.1.3.
...
DDD 3.1.3 fixes more minor bugs in DDD 3.1.
- Invoking DDD with a non-existing file name works.
- Displays disabled by GDB are created and refreshed properly.
- [HP-UX, SGI] Perl no longer exits upon start-up.
- [LessTif] Worked around a LessTif bug that made DDD insensitive to input.
- [Build] New configuration files from Autoconf 2.13.
There are no new features in DDD 3.1.3. You don't need to upgrade to
unless you suffer from one of these bugs.
1999-01-07 16:27:33 +00:00
frueauf
a46e93958b
This needs to updated too of course.
1999-01-06 16:38:43 +00:00
frueauf
84d26f8a40
Update autoconf to 2.13.
...
To cite announce on freshmeat for Changes:
Various bugfixes and enhancements collected during the past two years
since the last release. Way too many to mention them all here. The
ChangeLog is included in the package.
1999-01-06 16:30:46 +00:00
tron
c61235880c
Update "libgtop" package to version 0.99.0.
1999-01-02 19:50:17 +00:00
frueauf
bce3d0411e
Add and enable glade.
1998-12-31 13:17:17 +00:00
frueauf
84c562a9ae
Initial import of glade-0.3.9, a user interface builder for GTK+.
...
Provided in pr 6692 by Rene Hexel.
1998-12-31 13:15:22 +00:00
tv
403370cf8f
Ditto as for patch-ab.
1998-12-30 20:51:19 +00:00
tv
d8e58a859b
ANSI-ism in hash.cc: can't implicitly cast a const reference to a
...
non-const reference.
1998-12-30 20:36:54 +00:00
tv
ff0d1e64bb
Uh... USE_PERL5(!).
1998-12-30 12:39:46 +00:00