Commit graph

37 commits

Author SHA1 Message Date
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
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
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
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
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
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
hira
8886db3cc3 Correct PLIST substitution for NetBSD/amd64. 2004-12-02 22:53:58 +00:00
hira
210500d406 Fix PLIST on NetBSD/amd64. 2004-11-15 11:15:55 +00:00
xtraeme
12acd45df9 Missing bits to make this build/work correctly on FreeBSD 5.x.
Not tested on 4.x, but changes should be trivial to commit...
2004-10-08 03:35:25 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
xtraeme
f620d0c75b Update X.org packages to 6.8.1.
To see the changes about this release, please review the "RELNOTES" file,
which is available via www or in the distribution tarballs.

These packages were tested on:

	* NetBSD 2.0/-current
	* Bluewall GNU/Linux
	* Slackware 10 GNU/Linux

I'm currently testing them on FreeBSD 5.3BETA4.
2004-09-21 17:38:52 +00:00
recht
0306b5d304 - pass rpath flags while building the freetype module
fixes my own PR pkg/26519
- add missing files to PLIST.common
  patch provided by Kouichirou Hiratsuka in PR pkg/26611

bump PKGREVISION to 1
2004-08-11 15:36:36 +00:00
xtraeme
c5c5617e1f Remove CHECK_X11_TYPE, now it's already defined in Makefile.common. 2004-07-30 08:31:22 +00:00
xtraeme
a9a996b9c7 s/XFree86/Xorg/ 2004-07-30 04:39:08 +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
6854ec6d13 Remove unused lines. 2004-07-29 05:19:45 +00:00
xtraeme
7ca5d2f7be Initial import of xorg-server-6.7.0.
This package contains the X.org X server and its related programs,
such as xorgcfg, xorgconfig, scanpci, and so on.
2004-07-29 04:52:39 +00:00