summaryrefslogtreecommitdiff
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-03-07 06:44:47 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-03-07 06:44:47 +0000
commit1cdfc9280d06662159b85bf956cb023b95ba3e88 (patch)
tree7f1fb954a8dcaaf353ccd22ec06cdcaa08eb770d /x11/XFree86-4
parentAdd XFree86-aoutlibs. (diff)
Discourage the building of a.out libs in favour of the new XFree86-aoutlibs
port. Minor PLIST fixes. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=26601
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r--x11/XFree86-4/pkg-plist1
-rw-r--r--x11/XFree86-4/pkg-plist.alpha1
-rw-r--r--x11/XFree86-4/scripts/configure13
3 files changed, 15 insertions, 0 deletions
diff --git a/x11/XFree86-4/pkg-plist b/x11/XFree86-4/pkg-plist
index 6dea3e02e343..6f86bb0a122b 100644
--- a/x11/XFree86-4/pkg-plist
+++ b/x11/XFree86-4/pkg-plist
@@ -627,6 +627,7 @@ lib/X11/doc/README.epson
lib/X11/doc/README.i740
lib/X11/doc/README.mouse
lib/X11/doc/README.neo
+lib/X11/doc/README.r128
lib/X11/doc/README.rendition
lib/X11/doc/README.trident
lib/X11/doc/README.tseng
diff --git a/x11/XFree86-4/pkg-plist.alpha b/x11/XFree86-4/pkg-plist.alpha
index 5a220891f7b7..4c54dc35d02d 100644
--- a/x11/XFree86-4/pkg-plist.alpha
+++ b/x11/XFree86-4/pkg-plist.alpha
@@ -620,6 +620,7 @@ lib/X11/doc/README.epson
lib/X11/doc/README.i740
lib/X11/doc/README.mouse
lib/X11/doc/README.neo
+lib/X11/doc/README.r128
lib/X11/doc/README.rendition
lib/X11/doc/README.trident
lib/X11/doc/README.tseng
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure
index 83fe24470eb2..735bfee3fd23 100644
--- a/x11/XFree86-4/scripts/configure
+++ b/x11/XFree86-4/scripts/configure
@@ -293,6 +293,19 @@ fi
# ELF detection
if [ `sysctl -n kern.osreldate` -ge 300004 -a X`objformat` = Xelf ]; then
ELF=yes
+cat <<'END'
+
+ Some programs still require a.out X libraries. Most noteable amongst
+ these is Nestcape, but it is reported to work best with older X libraries.
+ You can build a.out libraries here, using the lastest sources and
+ compiler, or you can use the XFree86-aoutlibs port, which installs older
+ a.out compatibility libraries.
+
+ If you decide to build the libraries here they will not be uninstalled by
+ this port, and they will be overwritten by the XFree86-aoutlibs port, if
+ for some reason you install it.
+
+END
noyes "Do you want to build and install a.out compatibility libraries?"
if [ $answ = YES ]; then
echo "#define BuildAoutLibraries YES" >> $F