Commit graph

67 commits

Author SHA1 Message Date
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
0227f4c84f Fix two more issues of FreeBSD leftovers/missing DF support in
xorg-server.
2006-01-23 22:54:44 +00:00
joerg
9af4976e6a From the "Did-anyone-ever-try-this-at-all" department:
Give up with trying to find ingenious ways to ensure that the
version expression gets correctly quoted to cc, it somehow differes
between direct invocations and runs from pkgsrc. Just hard-code the value
for now.
2006-01-23 21:13:16 +00:00
reed
f5666a26c9 Resort some entries in the generic area at top (before "begin darwin")
and a few directories at bottom (after "end i18n").

No real changes. (Just did this so I can compare easier later.)
2006-01-20 23:13:32 +00:00
xtraeme
93888253ec Make xorg-clients build on FreeBSD. Patch sent by Anders Nor Berle. 2006-01-20 17:53:32 +00:00
joerg
4ad6b64c40 Revive patch-bc (updated) and patch-bl. The former gets the correct
readdir and getpwuid handling for DragonFly, avoids the mouse problems
due to use of floating point math in a signal handler (xorg-server).
2006-01-19 00:59:27 +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
abs
abc9fac7bc Update xorg-libs to 6.8.2nb6
If _POSIX_REENTRANT_FUNCTIONS on NetBSD is defined, use the correct
getpwnam_r() and gerpwuid_r() forms. This sidesteps the issue as to
whether _POSIX_REENTRANT_FUNCTIONS _should_ be defined on NetBSD.
2006-01-08 14:51:11 +00:00
joerg
365d7304f3 Fix two issues in Xos_r.h for DragonFly:
- no thread safe pwd API
- rework the readdir implementation
2005-12-12 19:52:17 +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
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
reed
26dc3d5398 Check for ${X11BASE}/lib/pkgconfig instead of ${X11ROOT}/lib/pkgconfig
since it creates ${X11BASE}/lib/pkgconf directory if missing.
2005-11-09 01:05:06 +00:00
rillig
448332780c Removed trailing empty lines from patch-bl and patch-bn. Added RCS Id to
patch-bn.
2005-10-23 20:00:06 +00:00
tonio
05ea9be06f Add the missing USE_BUILTIN.renderext= yes
Thanks xtraeme for pointing it out
2005-10-16 19:53:36 +00:00
augustss
95aa0e69c1 Recognize ATI Radeon X850XT. 2005-10-16 18:14:31 +00:00
tonio
eef5114c0b add render.pc as Xrender (and probably others) seek for render with pkgconfig
bump PKGREVISION
2005-10-16 16:56:22 +00:00
hiramatsu
40df2e4eb5 Fix shared library version for OpenBSD. 2005-10-12 01:24:12 +00:00
xtraeme
3fbb85e5cb Apply patch from FreeBSD ports to fix CAN-2005-2495.
Bump BUILDLINK_RECOMMENDED and PKGREVISION.
2005-09-18 19:33:42 +00:00
jlam
8a3ddadd73 For XFree86-libs and xorg-libs file existence test, check whether the
file is in ${LOCALBASE} or not.  If it isn't, then assume that the
X11 distribution is built-in.  This fixes the detection of both
XFree86-libs and xorg-libs and causes the proper dependency to be
added to packages that use X11.
2005-06-24 05:21:31 +00:00
jlam
abdc155ccd Fix variable names to start with "BUILTIN_FILES_" as expected by the
find-files.mk fragment.  This fixes the version number detection for
Mesa, XFree86, and X.org.
2005-06-20 22:13:10 +00:00
xtraeme
8077eb5ddd Apply patches from Joerg Sonnerberger to fix some misc problems, like
imake problems with audio/nas and the mouse issues seen on
DragonFlyBSD, this closes PR pkg/30418.
2005-06-07 02:43:26 +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
xtraeme
952bfda99e Apply patches from Joerg Sonnenberger for DragonFlyBSD and GCC
3.x.x, while I'm here remove redundant DragonFly.cf from xorg-imake/files,
we'll use the same file from xorg-libs.
2005-05-23 19:14:14 +00:00
reed
3def7a449b Patch was missing path (extras/Xpm/lib) to the files to patch.
Problem noticed by Reid Thompson under DragonFly and reported
to tech-pkg list. I verified also under Linux.
2005-04-16 03:48:47 +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
hira
c0883e9589 Simplify comparison. 2005-04-15 16:38:07 +00:00
hira
c93d4202c7 Don't build the DGA extension on the unsupported architectures. 2005-04-15 15:26:48 +00:00
xtraeme
92999d41a5 * Apply patch from OpenBSD CVS to fix libXpm vulnerability:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0605
* Apply patch from FreeBSD/ports to fix the problem with the radeon
  driver switching from graphics to text mode.

Bump PKGREVISION.
2005-04-14 21:35:51 +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
xtraeme
5ab474ae9d Add PLIST.${OPSYS} into PLIST_SRC when OPSYS != NetBSD, problem
reported by Todd Willey on the tech-pkg@ list.
2005-03-23 22:44:00 +00:00
adam
5ab8eae7aa Do not insert #pragma with Darwin's cpp any more 2005-03-22 14:00:25 +00:00
adam
0f5a6ee320 Added support for Darwin/MacOSX 2005-03-22 09:48:48 +00:00
adam
422a3c67b1 Re-added NetBSD signature 2005-03-21 10:06:15 +00:00
hira
a5336cab45 Fix an inverted condition for NetBSD/amd64. 2005-03-19 19:34:49 +00:00
grant
4a3e8704dc there really is no need to force the latest version of xorg just to
build an X application, especially for the case IGNORE_RECOMMENDED=YES.

restore the value of BUILDLINK_DEPENDS to what it should be and was
before, and set BUILDLINK_RECOMMENDED to >=6.8.2, as it should be.
2005-03-02 08:26:54 +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
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
hira
f1e9e34c1e Fix crash with -current/amd64.
- don't pass address hint to mmap() with 2.99.16 or later
 - add __NetBSD__ to use mprotect()
2005-02-21 16:45:40 +00:00
xtraeme
eac66d9390 NetBSD/amd64 uses the same PLIST files as NetBSD/i386, fixing it. 2005-02-09 12:53:19 +00:00
xtraeme
58bd16efe9 Add PLIST NetBSD/i386 specific files into its own file, because DGA
is not available on sparc.

This package is now ready for NetBSD i386/sparc.
2005-02-09 11:39:19 +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
xtraeme
d13b89a0ba Add some more libs for OpenBSD, reported by Lasse Kliemann on tech-pkg@. 2005-01-15 17:04:22 +00:00
xtraeme
db71d3cc99 Add some more missing libs, required by xorg-clients. Reported by
Lasse Kliemann on tech-pkg@.
2005-01-13 01:40:27 +00:00
xtraeme
24d8983a46 Fix PLIST for OpenBSD, reported by Lasse Kliemann on tech-pkg@.
Bump PKGREVISION.
2005-01-13 00:01:15 +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
xtraeme
156eefc5de Apply patch from X.org to fix:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0914

While I'm here, make this build again on NetBSD -current, which has not
/usr/include/threadlib.h.

Bump PKGREVISION.
2004-12-20 14:45:25 +00:00