Commit graph

5493 commits

Author SHA1 Message Date
tron
e69be9a7d3 Properly order linker option output of "esd-config". 1999-04-29 10:01:51 +00:00
tv
01a90f4d6f Completely turn off USE_LOCALBASE_FOR_X11 until xpkgwedge is fixed. 1999-04-29 02:19:55 +00:00
rvb
23d16a310f stabilize bandwidth calculation 1999-04-28 23:56:33 +00:00
rvb
45743fa9e3 Todd doesn't like the FORCE_PKG_REGISTER; I hope Hubert puts in the auto deregister on conflict code. 1999-04-28 20:22:09 +00:00
tron
91666e6098 Add "-Wl,-R" to linker option list in "audiofile-config". 1999-04-28 12:18:20 +00:00
rvb
196083c361 FORCE_PKG_REGISTER hack 1999-04-28 00:07:57 +00:00
garbled
62a0e54195 this pkg needs USE_X11BASE=yes. Fix it. (cleared with maintainer). 1999-04-27 23:56:21 +00:00
tron
7d9a78e27b This packages requires X11. 1999-04-27 22:27:14 +00:00
tron
641fe72917 Use our own "libtool" to build library. 1999-04-27 22:23:14 +00:00
tron
acb5c984f7 Avoid random build failures caused by wrong dependences. 1999-04-27 22:04:16 +00:00
tron
ff16d972b9 Add "-Wl,-R" to linker option list in "orbit-config". 1999-04-27 21:49:04 +00:00
tron
2e9a5ef93a Add "-Wl,-R" to linker option list in "gtk-config". 1999-04-27 21:33:26 +00:00
tron
32fde6f2b2 Add "-Wl,-R" to linker option list in "glib-config". 1999-04-27 21:05:04 +00:00
rvb
d38da5c1c1 Add coda5.2.2 to the party and make sure that coda5_* and coda_* compile on 1.4 1999-04-27 20:43:08 +00:00
tron
9f34302b1c Update "XF86Setup" package to version 3.3.3.1a which includes "wsmouse"
support required for the NetBSD 1.4 release.
1999-04-27 20:33:57 +00:00
tron
46ed066577 Check in "mimelib/config.h" for "__NetBSD__" as suggested by
Andrew Gillham.
1999-04-27 19:59:43 +00:00
tron
e3c75e0f00 Pass "${CFLAGS}" to configure script as suggested by Adam Ciarcinski. 1999-04-27 16:44:15 +00:00
tron
f5345b3a56 Pass "${CFLAGS}" instead of "-O" to configure script as suggested by
Adam Ciarcinski.
1999-04-27 16:28:08 +00:00
tv
af4a0239f6 Explicitly install these into /usr in order to avoid messing with
ld.so.conf on a.out and LD_LIBRARY_PATH on ELF.
1999-04-27 11:53:39 +00:00
tv
68304cdae0 Add rules to create/nuke ld.so on mipsel for binary packages and pkg_delete
time, respectively.
1999-04-27 11:52:38 +00:00
tron
c634ce7a96 Fix run time library search path. 1999-04-26 23:30:00 +00:00
garbled
d89ef09b04 add USE_X11=yes (it builds without it, but doesn't build some binaries) 1999-04-26 20:29:35 +00:00
garbled
388860d23f add USE_X11=yes 1999-04-26 19:25:05 +00:00
garbled
57661849a8 Enable pico.. why was this disabled? 1999-04-26 19:17:47 +00:00
garbled
96f12ae727 add USE_X11=yes 1999-04-26 19:15:37 +00:00
garbled
44fe7680c4 Exclude these from alpha, because noone has written assembler for it yet. 1999-04-26 19:08:44 +00:00
garbled
3fe7edf239 add USE_X11=yes 1999-04-26 18:56:13 +00:00
garbled
c216c41c0a add USE_X11=yes 1999-04-26 18:38:28 +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
ender
94df71c874 Fix a typo which was causing the distfile to not be found.
Fix provided by Soren S. Jorvang <soren@t.dk>
1999-04-26 18:28:21 +00:00
tron
462c707bdb Update dependences for "gnome-core" package to version 1.0.5.
Fixes PR pkg/7474 by Thilo Manske.
1999-04-26 17:17:05 +00:00
tv
e4ca176bb3 Disable all cross pkgs except zoularis (which IMHO belongs in emulators,
not cross) so that they will not be built as binaries for the 1.4 release.
These need major work to fix outstanding problems with LP64 vs ILP32, the
update of egcs, and other things.
1999-04-26 14:12:59 +00:00
hubertf
a008cc8649 use perl only for building 1999-04-26 00:27:50 +00:00
tv
ddfeb25e1d The real MASTER_SITE can be distant or slow to most of the world; instead,
give preference to MASTER_SITE_GNU (which may be overridden by the user).
1999-04-25 23:38:12 +00:00
tv
80468e61e6 Instead of always going to the "real" master site first, use one of the
GNU mirrors (possibly overridden by the user).
1999-04-25 23:36:51 +00:00
tsarna
e5ae333ff6 Needs -R@LOCALBASE@/lib and -R@X11BASE@/lib 1999-04-25 21:23:49 +00:00
tsarna
ad003916af Fix typo in last commit 1999-04-25 20:10:00 +00:00
tv
eb529bf23b RSAREF is no longer available directly from RSA.
Fetch from ftp.spinnaker.com's crypto archives.
1999-04-25 19:10:16 +00:00
tv
de61506367 Add USE_X11 to gain the rpath options for X11 libs. 1999-04-25 18:47:49 +00:00
tv
e9981ea716 Do the following to make this ELF and 1.3 friendly:
- use the autoconf configure script to configure and build (we were
  already running configure but using Imake to build!?)
- make use of pkglibtool (package already has full libtool support)

(Note that now that we use Autoconf, this installs in ${LOCALBASE} without
the need for a tool such as xpkgwedge.  The configure script automatically
detects all the stuff for which we had used patches in the Imakefiles.)

Also use --without-... to disable optional components for which we have no
explicit dependencies, which can be reenabled by the user in pkgsrc, so
that the built binaries do not have "hidden" dependencies.

Closes PR pkg/7463.
1999-04-25 18:46:30 +00:00
tron
937aae1dcd This package is still broken on 1.3 and 1.3.x ELF systems. 1999-04-25 10:10:51 +00:00
tron
ed029bb08b Explain how to setup configuration files. 1999-04-24 23:53:33 +00:00
tron
907ad9af29 Compile correct default for configuration directory path into binaries. 1999-04-24 23:47:08 +00:00
tron
dd87459240 Enable "radius" package. 1999-04-24 23:25:04 +00:00
tron
5ff2ae503c Simplify handling of included patch files. 1999-04-24 23:24:25 +00:00
tron
6933848e2d Remove unused "post-extract" target. 1999-04-24 23:20:11 +00:00
tron
d524f74ce6 Use "INSTALL_TARGET" instead of custom "do-install" target and make sure
that installing the package second time will work.
1999-04-24 23:19:05 +00:00
tv
8b41689fa6 Revert previous commit.
PR pkg/7463 is RE-opened on this subject; someone can take the opportunity
to fix it, perhaps myself if I have the time this weekend.
This is NOT the correct fix.
1999-04-24 23:08:59 +00:00
tron
738aaa57e3 Comment out broken Kerberos IV support for now. 1999-04-24 22:44:25 +00:00
tron
16feaaace4 Handle extraction of unpacked tar archives much simpler. 1999-04-24 22:41:53 +00:00