Commit graph

63 commits

Author SHA1 Message Date
joerg
7feb42217a Add vendor patch for CVE-2006-6101, CVE-2006-6102 and CVE-2006-6103;
this fixes possible overflows in the extensions dbe and render.
2007-01-17 16:32:35 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
dsainty
fdcf258fab Add a SETUID_ROOT_PERMS entry for Xorg, because it is. 2006-11-06 12:18:09 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
joerg
24ca5a7c49 Actually bump the revisions as promised. 2006-09-14 17:13:58 +00:00
joerg
4dfd2f97b6 Fix SA21450 using patch from Xorg CVS. Bump revisions of xorg-libs and
xorg-server.
2006-08-22 18:12:14 +00:00
markd
4ba35ebd19 Add support for the i945GM to the i810 driver.
From patches by Dimitry Andric.
Bump PKGREVISION of xorg-server.
2006-06-17 12:33:52 +00:00
tron
c7fbfb68bf Apply patch to fix vulnerability reported in CVE-2006-1526.
Bump package revision because of this fix.
2006-05-03 12:23:48 +00:00
joerg
f60368dce2 Fix NetBSD.cf for AMD64's server build as suggested by Matthieu Herrb
via Blair Sadewitz. Fixes PR 33362. Bump revisions of -imake and
-server.
2006-04-28 21:52:19 +00:00
joerg
399190fcee Fix Perl reference in getconfig and getconfig.pl and also require
Perl at runtime. Bump revision.
2006-04-22 14:32:42 +00:00
joerg
2d207a69db Fix CVE-2006-0745: Comparing the address of geteuid and 0 to detect
whether the server was started by non-root is not likely to ever work.
This could allow a local user to override system files or run arbitrary
code.  Patch from the original advisory. Bump revision of xorg-server.
2006-03-20 21:34:59 +00:00
joerg
8f98ed0153 Fix AGP GART support on DragonFly. Fix PLIST on DragonFly.
Bump xorg-server revision.
2006-03-02 23:57:14 +00:00
xtraeme
507463550b Joerg Sonnenberger will be the maintainer. 2006-02-12 15:29:17 +00:00
rillig
19d608b96f Fixed some pkglint warnings. 2006-02-11 10:58:41 +00:00
tron
707bcb58d4 Remove conditional include of "x11/Xrender/buildlink3.mk" under Linux
because the file is included unconditional later anyway.
2006-02-10 12:59:47 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
f6c1570761 Fix sysmouse handling on DragonFly, mostly garbage arrived. Thanks for
Simon Schubert to point out the right file.
Fix ATI driver option to not include the theatre module, if disabled.
Shown by Robert Sebastian Gerus during testing of the first fix.
Bump revision of xorg-server.
2006-02-01 20:21:59 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
joerg
0eb0b53de0 Bump revision for now working wheel mouse support in DragonFly. 2006-01-23 22:55:16 +00:00
hira
7b08cb4a5a Add missing entries to PLIST. Bump PKGREVISION. 2006-01-21 04:08:23 +00:00
xtraeme
94dbc0f920 Update meta-pkgs/xorg to 6.9.0.
The full list of changes:
http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html

Thanks to joerg@ and reed@ for testing on DragonFlyBSD.

Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
2006-01-18 23:53:05 +00:00
wiz
faf65456ad Remove stuff that was marked for removal after 2005Q4. 2006-01-01 18:53:03 +00:00
rillig
039c944473 Bumped the PKGREVISION of the packages that have been broken by the recent
"pkglint --autofix" change.
2005-12-08 09:52:15 +00:00
wiz
0449c2af6c Prefix all options with "xorg-server-", since they are all package
specific. Add legacy handling for old names.
2005-12-02 17:51:50 +00:00
reed
3b5c46b436 Define FileManSuffix and FileManDir (just like already done
for MiscMan, DriverMan). This is to fix ongoing problem
where I find manpages installed to 5x instead of 5 and PLIST is
wrong so won't package. (I saw this on Linux and I tested this
on Linux and NetBSD.)
2005-10-05 00:31:23 +00:00
reed
feef0ee6ed Do not define XF86Server YES, so bin/XFree86 is not installed.
Bump PKGREVISION.

(If you want XFree86 executable then install the real thing.)
2005-10-05 00:24:11 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
hira
aebe5711b6 Add PLIST_SUBST for the ioport. 2005-04-15 21:53:38 +00:00
hira
27cf9999b6 - Add PLIST_SUBST for the scanpci.
- Build the scanpci on the NetBSD/macppc.
2005-04-15 21:33:27 +00:00
xtraeme
89875b2782 Require at least xorg-libs>=6.8.2nb1 (radeon driver fix) 2005-04-14 21:40:47 +00:00
xtraeme
3f6f1d1c4d Now the radeon driver works correctly, bump PKGREVISION to know
which version is the fixed one.
2005-04-14 21:38:10 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hira
d0313d4683 Unify PLIST. OK'd by xtraeme@. 2005-03-30 20:29:19 +00:00
adam
da436a49ca Add support for Darwin/MacOSX 2005-03-22 14:01:20 +00:00
hira
4a89161913 Add missing entry to PLIST. Bump PKGREVISION to 1. 2005-03-02 02:12:55 +00:00
xtraeme
5c0a1216bf Update xorg to 6.8.2.
Changes:

    * Render implementation fixes
    * Updated x86emu and resynced with upstream at Scitech
    * Updated SiS driver
    * Updated Nvidia driver (opensource version)
    * Render acceleration for ATI's R100 and R200-series cards
    * Substantial speedups in the software implementation of the render
      extensions when compiled with gcc 3.4 on the i386 architecture.
    * Infrastructure for rotation support in drivers
    * New Trapezoid specification for the Render extension
          o Respecify Render to include only 'normal' traps
          o Allow backward compatibility but internally covert to new format
    * Software mouse cursor is now based on the Damage extension
    * A new keyboard driver is enabled by default. The old driver is
      disabled unless explicitly compiled in by defining the macro
      |USE_DEPRECATED_KEYBOARD_DRIVER|.
    * All extensions (except Xserver-specific extensions "DMX" and
      "XpExtension")can now be enabled/disabled from the configuration
      file and from the command line.
    * Mac OS X updates:
          o Support dynamic screen configuration changes in rootless mode
          o Added option to always use Mac command key equivalents
          o Interpret scroll wheel mouse events correctly when shift is
            held down
          o Added trivial Xinput support
          o Fixed launch of X clients from Finder with a space in their path
          o Fixed some GLX rendering problems on Mac OS X 10.2 and earlier
    * Updated xterm version
2005-03-01 19:00:10 +00:00
hira
8feccc65a8 Bump PKGREVISION for -current/amd64 fixes. 2005-02-21 16:48:40 +00:00
xtraeme
6229af82ac Apply patch from Jeremy C. Reed to define common values for the
manual pages on Linux.

Also use unexec ${RMDIR} in a directory.
2005-02-09 20:08:26 +00:00
xtraeme
58c3d50162 Add missing files, reported by Lasse Kliemann in PR pkg/29212. 2005-02-09 17:58:14 +00:00
xtraeme
7538e56e51 PLIST file for OpenBSD... I copied it from the NetBSD one and I have not
tested it, because I don't use it, anyway it should do the trick.
2005-01-25 17:55:45 +00:00
xtraeme
8bf226c781 Apply patches from Todd Willey for DragonFlyBSD, this closes PR pkg/29042.
Thank you!
2005-01-25 17:49:57 +00:00
hira
f5fb621d25 Remove unused file. 2005-01-25 02:41:16 +00:00
hira
36dea68e47 Don't use imake to get the supported drivers. It does not work
before installing imake.
2005-01-24 17:24:08 +00:00
hira
46206cb835 Fix previous commit (DRIVER -> CARDDRIVER). 2005-01-24 11:32:28 +00:00
hira
9c63e2c998 Make drivers selectable with options.mk. By default, all of the drivers
which are supported by the platform are built.
OK'd by xtraeme@.
2005-01-24 10:57:27 +00:00
reed
5ca06ca147 Added patch for Xorg Bug #1488: Fix crash on i830 during startup.
Bump PKGREVISION for xorg-server package.

This was reported by dheeraj of ece gatech edu via PR #28877.
2005-01-07 16:57:36 +00:00
xtraeme
b7efe9439a Finish my previous commit and unbreak xorg-*:
* Move the subst macros for threadlib.h from xorg-libs to
  xorg/Makefile.common.
* SUBST_CLASSES should be appended.

Thanks to Manuel Stuehn <manuel.stuehn@student.uni-siegen.de> for
the email showing me the problems.
2004-12-27 17:26:18 +00:00
reed
ba6efd73e1 BuildHtmlManPages was defined twice to NO. So remove one definition. 2004-12-23 12:39:10 +00:00