Commit graph

42 commits

Author SHA1 Message Date
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
hira
e49a64b3f9 Make this build on NetBSD/amd64. Patch provided by Nicolas Joly
on port-amd64@.  OK'd by xtraeme@.
2004-11-15 11:15:42 +00:00
xtraeme
df743a9af6 The CONFLICTS lines for xextensions, libx11 and libXaw should be
only when X11BASE = LOCALBASE, otherwise they are useless, because
the xorg packages install the files into ${X11ROOT} aka ${PREFIX}/xorg
and not ${PREFIX}.

Bump PKGREVISION because the binary has been modified.
2004-10-22 06:31:42 +00:00
reed
aebd048453 Make xdm use configs from under PKG_SYSCONFDIR.
Some ideas came from NetBSD's XFree86 customizations.

Use USE_PKGINSTALL and CONF_FILES for xorg-clients.
Installs xdm configs (and shell scripts) to examples directory.
Create OWN_DIRS for the authDir.

PLIST changes are for chooser is now in bin directory.
And pixmaps moved to include/X11/pixmaps directory.
xdm configs are no longer in lib/X11/xdm (so they are no longer lost
on reinstall).

(Anyone want to do twm and other configs?)
2004-10-20 14:33:30 +00:00
xtraeme
cbf75d6c5b Adjust BUILDLINK_RECOMMENDED to 6.8.1nb2 (compositeext and fixesext
pkgconfig files were added).
2004-10-09 09:51:47 +00:00
xtraeme
5fd81b4a02 As jmmv@ suggested in: http://news.gw.com/netbsd.pkgsrc.changes/53743
install pkgconfig files for compositeext and fixesext, required to use
the builtin versions.

Bump PKGREVISION.

Thanks for the suggestion Julio! :)
2004-10-09 09:32:19 +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
reed
cca8f51fac Like XFree86-libs, xorg-libs under Linux does not install
libGLU.a and it does install libXfont.so, libXfont.so.1, and
libXfont.so.1.5.

I decided not to bump PKGREVISION because this could not be packaged
(under Linux) in the first place.
2004-10-06 23:14:46 +00:00
reed
693afdc371 No real changes. No different entries.
Just sorted a little to make it easier to compare.
2004-10-06 22:46:46 +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
adam
f8eaa73ad6 Checksums corrected 2004-09-22 15:59:30 +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
minskim
0341fda218 Incorporate libXpm security fixes of X.Org X11R6.8.1.
Bump PKGREVISION and BUILDLINK_RECOMMENDED.
2004-09-16 19:36:10 +00:00
recht
95e49df5cc Add missing entries to PLIST.common.
Patch by Kouichirou Hiratsuka in PR pkg/26610

Bump PKGREVISION to 1.
2004-08-11 15:40:49 +00:00
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
8037f2992e s/X11R6/xorg/ 2004-07-29 07:12:33 +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
20fa120a0a Initial import of xorg-libs-6.7.0.
This package contains the X.org include header files and shared
library files.
2004-07-29 04:50:53 +00:00