Commit graph

59 commits

Author SHA1 Message Date
jlam
8563318b2d * Properly buildlinkify,
* use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround,
* and fix dynamic loading on NetBSD ELF platforms by explicitly linking
  libc.so into the dynamically loadable modules.  This requires bumping
  the PKGREVISION to 2.
2002-06-23 05:13:10 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
tv
3de6797491 Let's try this again, since cvs appears to be completely losing some files
in commits:  Buildlinkify, and make the gmp detection work.
2002-02-27 03:02:35 +00:00
tv
22bbe689d1 Buildlinkify, and make the gmp detection work. 2002-02-27 01:34:56 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
skrll
866d15c302 This was supposed to be added in the last commit. 2001-04-24 12:41:01 +00:00
skrll
e877c6b3dd Use LTCONFIG_OVERRIDE instead of post-configure stuff.
Don't look for moddi3 in libgcc - its not there. The configure script
still found it there though.

Add a test target.

Remove the preempt test as the test target will get stuck.

Some tests fail.
2001-04-24 12:40:07 +00:00
agc
8118fe36ae Move to sha1 digests, and add distfile sizes. 2001-04-19 15:00:47 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
wennmach
93078cfc32 patch-aa was supposed to be deleted for 1.0.6.
Pointed out by Dan MacMahill.
2001-03-20 22:55:03 +00:00
wennmach
9a6d657f87 Update kaffe to 1.0.6.
1.0.6 fixes a number of bugs, supports libffi, features gcj integration
and a new version of kjc.

Converted kaffe to use our libtool.

Closes PR 10673.
2001-03-19 17:07:16 +00:00
skrll
a8d1e7fa28 Re-enable the -release option of libtool. ELF is fully supported with a.out
support to follow. Note this in documentation.

Bump revision of libtool to nb3 and update dependencies.

Update (sort) known affected PLISTs.

Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us>
Fixes problems with cross/* noted on tech-pkg and packages by
	Chuck Cranor <chuck@research.att.com>, and
	Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2001-03-12 11:23:01 +00:00
tron
ae88308e76 Update package list for latest "libtool". 2001-03-04 10:07:53 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
agc
82acd159f7 Move the COMMENT from being in its own file to a definition in the
package Makefile.
2001-02-17 09:06:56 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
wennmach
c2c3247b8e Kaffe now builds even if gmp>=3.0.0 is installed; it now depends on gmp.
Fixes PR 11003 by ... who the hell was that nerd ... ahh: Lex Wennmacher.
2000-09-13 16:53:56 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
drochner
66752c3439 update kaffe to 1.0.5.
New Java extensions and library changes:

        Remote Method Invocation - compliant with both JDK 1.1 and JDK 1.2 stubs
        JDK 1.2 style class loading
        JDK 1.2 java.util Collections classes
        JDK 1.2 java.security classes
        improved appletviewer implementation
        Improved i18n support
        Now ships with KJC - a completely Open Source Java compiler

    VM changes:

        JIT3 - improves raw execution speed by up to a factor of 3
        SuperFast locking scheme
        Pthread native thread implementation (LinuxThreads only)
        Faster exception dispatch

    New ports

        JITs for MIPS and StrongARM

    Lots of bug fixes.
1999-11-10 18:03:25 +00:00
jlam
d69542b95b * Change to depend on libungif instead of giflib;
* Properly define CONFIGURE_ENV.
1999-10-09 20:15:48 +00:00
mrg
c3c0a41256 add USE_X11=yes so we get the right ./configure args for X11 with xpkgwedge 1999-09-05 13:45:27 +00:00
drochner
4ca420e8c3 Make PLIST consistent with both ELF and a.out shared libs
(problem reported by David Brownlee <abs@anim.dreamworks.com>).
Unfortunately this requires an evil hack to avoid bad interactions
with the "Automatic ELF shared object handling". (it would delete files
and replace by dead links)
1999-08-17 18:09:43 +00:00
drochner
03f02d836c update to 1.0b4 1999-08-07 10:23:52 +00:00
hubertf
d3f8b4af50 Adjust homepage, as pointed out by Webmaster Jim <jspath@bcpl.net> 1999-07-11 23:05:31 +00:00
agc
7bfb5c4758 Add package patch checksum files. 1999-07-09 13:54:06 +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
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
tron
7666d62a02 Update dependence for "png" package. 1999-03-04 14:59:23 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
frueauf
0a107c0392 Update kaffe to 1.0.b3.
What's New in Kaffe OpenVM 1.0 Beta 3:

* New java.awt - now implements old event model (JDK 1.0.2) and will support
  Swing.
* New java.net implementation - fixes many bugs and generally much cleaner.
* Initial implementation of Collections API (only Vector and Hashtable
  currently conform).
* Lots of bug fixes.
1998-12-08 23:19:49 +00:00
frueauf
00edf93868 Some more missing rcs ids. 1998-11-12 23:37:59 +00:00
mycroft
99987d17e1 jthreads doesn't seem to work on i386, either.
If it was even vaguely documented, maybe I could fix it...
1998-11-08 23:42:22 +00:00
mycroft
123470b024 Enable shared libraries on the ARM. 1998-11-07 19:32:05 +00:00
frueauf
9b99cce302 Update kaffe to 1.0.b2. 1998-10-14 21:34:41 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tv
be6f4e5204 Add glob-style wildcards to ONLY_FOR_ARCHS. 1998-07-26 22:20:22 +00:00
frueauf
2f95952eb7 Update kaffe to the first release of "Kaffe OpenVM" version 1.0.b1.
This version does no longer use any code from Javasoft(tm).

XXX although the authors claim it works on several NetBSD architektures
XXX I suspect it currently only works on i386, because they insist on
XXX having a trampoline.c which is only present for i386.
XXX I did set "ONLY_FOR_ARCHS=i386 sparc alpha m68k mips arm32" to give
XXX people a try to feedback if it works or not.
1998-07-16 13:02:34 +00:00
agc
66efb70e07 Use automatic shared object handling 1998-07-15 11:46:32 +00:00
agc
daa3dd519a Update package Makefiles for automatic manual page handling. 1998-06-22 12:44:29 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
agc
912425d97a By redefining the stack pointer offset to 2, 0.9.2/jit now passes all
its tests on /i386.
1998-02-03 15:03:01 +00:00