The NetBSD Project

CVS log for pkgsrc/x11/libXrandr/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / libXrandr

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 7 11:57:37 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, HEAD
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

xorgproto: use xorgproto instead of separate *proto packages

Remove now obsolete packages.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 7 13:04:40 2018 UTC (5 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

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.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 10 11:05:52 2014 UTC (9 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

Search for pkgconfig files in lib${LIBABISUFFIX} and share directories
as appropriate.  This is required for X11_TYPE=native on Red Hat Linux.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 20 19:25:45 2009 UTC (14 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.5: +6 -13 lines
Diff to previous 1.5 (colored)

Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 3 12:31:09 2008 UTC (15 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

this links against libXrender, so propagate the dependency

Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 16 20:19:11 2007 UTC (15 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Detect builtin "libXrandr" e.g. under Mac OS X Leopard.

Revision 1.2.4.1 / (download) - annotate - [select for diffs], Thu Jun 14 22:03:08 2007 UTC (16 years, 3 months ago) by salo
Branch: pkgsrc-2007Q1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Pullup ticket 2112 - requested by schmonz
deal with Xrandr cvs repo move on HEAD

Revisions pulled up:
- pkgsrc/x11/Makefile					1.505
- pkgsrc/x11/libXrandr/buildlink3.mk			1.3
- pkgsrc/x11/liboldXrandr/DESCR				1.1
- pkgsrc/x11/liboldXrandr/Makefile			1.1
- pkgsrc/x11/liboldXrandr/PLIST				1.1
- pkgsrc/x11/liboldXrandr/buildlink3.mk			1.1, 1.2
- pkgsrc/x11/liboldXrandr/builtin.mk			1.1
- pkgsrc/x11/liboldXrandr/distinfo			1.1
- pkgsrc/x11/liboldXrandr/patches/patch-aa		1.1
- pkgsrc/x11/liboldXrandr/patches/patch-ab		1.1
- pkgsrc/x11/Xrandr/*					gone (repo copy)
- pkgsrc/x11/Xrandr-mixedcase/*				removed (repo copy)

   Module Name:		pkgsrc
   Committed By:	schmonz
   Date:		Wed May 30 01:22:13 UTC 2007

   Modified Files:
   	pkgsrc/x11: Makefile
   	pkgsrc/x11/libXrandr: buildlink3.mk
   Added Files:
   	pkgsrc/x11/liboldXrandr: DESCR Makefile PLIST buildlink3.mk builtin.mk
   	    distinfo
   	pkgsrc/x11/liboldXrandr/patches: patch-aa patch-ab
   Removed Files:
   	pkgsrc/x11/Xrandr: DESCR Makefile PLIST buildlink3.mk builtin.mk
   	    distinfo
   	pkgsrc/x11/Xrandr/patches: patch-aa patch-ab

   Log Message:
   Move Xrandr to liboldXrandr (name suggested by joerg) so it can be
   checked out on a case-insensitive filesystem without interfering
   with lowercase xrandr. PKGNAME stays the same.
---
   Module Name:		pkgsrc
   Committed By:	seb
   Date:		Wed May 30 16:00:51 UTC 2007

   Modified Files:
   	pkgsrc/x11/liboldXrandr: buildlink3.mk

   Log Message:
   Fix path to self in BUILDLINK_PKGSRCDIR.Xrandr after move of this
   package from x11/Xrandr to x11/liboldXrandr.

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 30 01:22:12 2007 UTC (16 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Move Xrandr to liboldXrandr (name suggested by joerg) so it can be
checked out on a case-insensitive filesystem without interfering
with lowercase xrandr. PKGNAME stays the same.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 5 16:55:28 2006 UTC (16 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Branch point for: pkgsrc-2007Q1
Changes since 1.1: +9 -1 lines
Diff to previous 1.1 (colored)

First step to making modular transparent:
Redirect from the individual modular libraries to the old libs or
mk/x11.buildlink3.mk.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 3 21:22:58 2006 UTC (16 years, 10 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import libXrandr-1.1.2 from pkgsrc-wip:
This package provides the X RandR Library from the modular X.org
X11 project.

This simple library is designed to interface with the X Resize,
Rotate, and Reflection Extension. This allows clients to change
the size and rotation of the root window of a screen, along with
the ability to reflect the screen about either axis.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 3 21:22:58 2006 UTC (16 years, 10 months ago) by joerg
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>