Path to this page:
NOTICE: This package has been removed from pkgsrc./
x11/renderproto,
Render extension headers from modular X.org
Branch: CURRENT,
Version: 0.11.1,
Package name: renderproto-0.11.1,
Maintainer: joergThis provides the Render extension headers from modular X.org X11
project.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 7ae9868a358859fe539482b02414aa15c2d8b1e4
RMD160: ec176a258b707fa560f8f0190e31fed6478fec74
Filesize: 103.263 KB
Version history: (Expand)
- (2018-03-08) Package deleted from pkgsrc
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2012-06-04) Updated to version: renderproto-0.11.1
- (2009-07-22) Updated to version: renderproto-0.11
- (2008-01-18) Updated to version: renderproto-0.9.3nb1
CVS history: (Expand)
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-06-03 20:38:01 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 0.11.1:
Adam Jackson (3):
Clarify alpha-map loop prevention (#23581)
Make recursive alpha maps undefined
renderproto 0.11.1
Gaetan Nadon (8):
.gitignore: use common defaults with custom section # 24239
configure.ac: AM_MAINTAINER_MODE missing #24238
configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
Makefile.am: INSTALL file is missing or incorrect #24206
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
README: file created or updated #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: remove the pkgconfig pc.in file from EXTRA_DIST
Peter Hutterer (1):
Update date/version on Render protocol spec to match last update (0.11)
Rémi Cardona (1):
Use $(docdir) for renderproto.txt install path
Sami Farin (1):
Bug 12578 - renderproto-0.9.3: render.h does not compile
|
2011-04-20 12:00:01 by Hauke Fath | Files touched by this commit (1) |
Log message:
For the sake of graphics/cairo, which derives the libXrender feature
set from the renderproto version, pick a package with an older version
(renderproto9) for anything < netbsd-5.
This change gets the selection criteria right, and also points the
renderproto9 package to renderproto's builtin.mk, avoiding Xrender
breakage.
Fixes pkg/43969 and should probably be pulled up.
|
2010-12-23 00:41:30 by David Brownlee | Files touched by this commit (1) |
Log message:
Re-implement check for older native X11 systems to use renderproto9.
(For making the unreasonable assumption that BUILTIN_X11_TYPE.native on
a native NetBSD xorg system would be "xorg" I am awarded the Fail In
Technology prize of... a full set of "Synergy on P/OS" install media.
- - The correct answer was of course "unknown".)
Also make the test a little more robust, if not more attractive.
As further spice for this particular value equation; earlier this week I
switched the only platform I had for which this was relevant (OS X 10.4)
to modular X11, but I take solace from the fact this should make the lives
of those building x11 apps from current pkgsrc on netbsd-4 no less painful
than they were before...
|
2010-12-20 07:31:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Revert previous, it broke building cairo on NetBSD-current with
builtin X.
|
2010-12-15 10:33:13 by David Brownlee | Files touched by this commit (1) |
Log message:
Use renderproto9 for X11_TYPE native and! BUILTIN_X11_VERSION.xorg
|