Commit graph

29 commits

Author SHA1 Message Date
xtraeme
0cfedd6db1 Add a new variable to specify the installation prefix for
X11 packages (currently XFree86 and xorg), X11ROOT_PREFIX.

Defaults:

xorg: X11ROOT_PREFIX = xorg.
XFree86: X11ROOT_PREFIX = XFree86.

Otherwise it's undefined.

With this modification we don't have to specify X11BASE anymore,
because it's assigned automatically via bsd.pkg.defaults.mk.

If you want to change the defaults, specify X11ROOT_PREFIX in mk.conf.

Update Packages.txt now that we don't need X11BASE.
2004-07-30 07:48:56 +00:00
xtraeme
0612a03a2c Use ${XF_VER} instead of using 4.4.0. 2004-07-29 09:06:19 +00:00
xtraeme
69c871c448 xorg packages now will be installed into ${PREFIX}/xorg by default,
so we don't have to conflict between XFree86 and xorg.

Suggested by grant@.
2004-07-29 06:36:32 +00:00
xtraeme
e1e9aed284 CONFLICTS with xorg-libs. 2004-07-29 05:39:19 +00:00
xtraeme
8057f4d288 Use pkglint, the best friend for pkgsrc. 2004-07-21 23:55:19 +00:00
xtraeme
8500fb953e One PLIST file for >=4 Operating Systems is not so good. 2004-07-21 23:47:31 +00:00
xtraeme
92fb1364cd Add OpenBSD compiler options. 2004-07-21 22:21:49 +00:00
xtraeme
4017ad7858 Under Linux, we must run ldconfig in post-install target, tested by
Jeremy C. Reed and myself.
2004-07-09 08:02:21 +00:00
wiz
4237d54a34 Unused. 2004-07-06 22:41:15 +00:00
grant
0c27d2fd45 define BuildXFree86OnSparcSunOS to get this at least half building on
Solaris.
2004-07-03 06:26:08 +00:00
cjep
341efbf789 whitespace nits 2004-05-07 15:25:13 +00:00
jlam
8d2a4f1ec7 If ${X11ROOT} == ${LOCALBASE}, then we also conflict with the pkgsrc glu
package for the same reason as for MesaLib.
2004-04-28 01:34:47 +00:00
reed
0cab81ae13 Include meta-pkgs/XFree86/Makefile.common earlier in Makefile
since using its defined X11ROOT.
2004-04-27 22:30:01 +00:00
reed
8c124c8f88 Fix problem where PLIST included shared libraries for liboldX
for Linux. Also make sure that libpsres.* is installed always.
This is for the XFree86-libs package. PKGREVISION was just bumped in
last, very recent, commit so don't do it again.
2004-04-27 21:49:57 +00:00
reed
cb627066a1 imake is not required as a runtime dependency, so use BUILD_DEPENDS
instead.

Bump PKGREVISION for this and for last commit too (had broken
CONFLICTS).
2004-04-27 21:38:42 +00:00
reed
4995fe597d By default, it made an automatic CONFLICTS with MesaLibs [sic].
Fixed so now only CONFLICTS with MesaLib when X11ROOT (which is
${PREFIX}/${X11ROOT_PREFIX}) is same as LOCALBASE.
(Fixed typo there too.)
2004-04-27 21:32:57 +00:00
wiz
7e8ab65452 Re-add on xtraeme's request, for X11_TYPE=XFree86 users. 2004-04-27 00:52:33 +00:00
wiz
f7906f6e94 Unused. 2004-04-26 09:21:57 +00:00
xtraeme
a1fdb089fa Remove XFree86/Makefile.common which was causing strange changes in the
targets, and use ${LOCALBASE}/X11R6 instead of ${X11ROOT}, noted by
Jeremy C. Reed (fixes building in qt3 when using X11_TYPE=XFree86).
2004-03-30 21:45:10 +00:00
xtraeme
2a30d492da X11ROOT should be used as directory for buildlinkifying the files. 2004-03-30 21:26:40 +00:00
reed
ecbc5f3db7 Use x11 directory instead of testing directory. 2004-03-30 17:23:48 +00:00
xtraeme
141f67cbf7 Fix PATH. 2004-03-28 23:35:57 +00:00
xtraeme
e47eb3e79d Regen. 2004-03-28 22:30:38 +00:00
xtraeme
7bfae2570d Add missing files plus some modifications. 2004-03-28 22:11:32 +00:00
xtraeme
770c956a77 Upgrade XFree86 packages to 4.4.0.
To see a full list of changes, please review:
http://xfree86.org/4.4.0/RELNOTES.html

These packages has been tested under NetBSD 1.6/-current, FreeBSD 4.x/5.x,
and GNU/Linux (i386) by Jeremy C. Reed, Michal Pasternak and myself.
2004-03-28 22:06:15 +00:00
xtraeme
48220d1006 Explain the modifications required to use the XFree86 packages from
pkgsrc correctly.
2004-02-02 17:59:12 +00:00
xtraeme
7e5c4bb743 XFree86 meta-package can be now installed with or without xpkgwedge,
installation prefix is ${X11PREFIX}/X11R6.

Bump PKGREVISION.
2004-02-02 14:08:27 +00:00
xtraeme
d8d5356624 Simplify XFree86-libs doing the following changes:
o Move manual pages from PLIST.${OPSYS} to PLIST.common
	o Disable compression of manual pages in FreeBSD.
	o Use IMAKE_* vars for the manual pages.
2004-01-31 15:06:24 +00:00
xtraeme
7d94897eff Initial import of XFree86-libs-4.3.0 from pkgsrc-wip.
This package contains the XFree86 include header files and shared
library files.
2004-01-24 08:47:24 +00:00