Up to [cvs.NetBSD.org] / pkgsrc / x11 / xvidtune
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3, Wed Mar 7 11:57:48 2018 UTC (4 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1
lines
FILE REMOVED
xorgproto: use xorgproto instead of separate *proto packages Remove now obsolete packages.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Wed Jun 6 20:47:03 2012 UTC (10 years, 8 months ago) by tron
Branch: pkgsrc-2012Q1
Changes since 1.2.2.1: +21 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Pullup ticket #3825 - requested by dholland x11/xvidtune: build fix Revisions pulled up: - x11/xvidtune/hacks.mk 1.1-1.2 --- Module Name: pkgsrc Committed By: dholland Date: Sat Jun 2 21:03:03 UTC 2012 Added Files: pkgsrc/x11/xvidtune: hacks.mk Log Message: Work around x11-links lossage with native X on NetBSD 5. x11-links rejects xf86vidmodeproto because it's too old according to the pkgsrc X xf86vidmodeproto bl3 file (which is at best dubious logic) and doesn't link it. Then the .pc file isn't available, so this package's configure script silently fails running pkg-config and sets XVIDTUNE_LIBS to empty. The build then fails at link time because no X libs at all have been requested. Fix it by feeding in the result of running the same pkg-config invocation outside pkgsrc. The fact that the native xf86vidmode is "too old" does not itself break the package. --- Module Name: pkgsrc Committed By: dholland Date: Sun Jun 3 18:06:11 UTC 2012 Modified Files: pkgsrc/x11/xvidtune: hacks.mk Log Message: This should also have bsd.prefs.mk before checking MACHINE_PLATFORM.
Revision 1.2.2.1, Sun Jun 3 18:06:11 2012 UTC (10 years, 8 months ago) by tron
Branch: pkgsrc-2012Q1
Changes since 1.2: +0 -21
lines
FILE REMOVED
file hacks.mk was added on branch pkgsrc-2012Q1 on 2012-06-06 20:47:03 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 3 18:06:11 2012 UTC (10 years, 8 months ago) by dholland
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,
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
Branch point for: pkgsrc-2012Q1
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
This should also have bsd.prefs.mk before checking MACHINE_PLATFORM.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 2 21:03:03 2012 UTC (10 years, 8 months ago) by dholland
Branch: MAIN
Work around x11-links lossage with native X on NetBSD 5. x11-links rejects xf86vidmodeproto because it's too old according to the pkgsrc X xf86vidmodeproto bl3 file (which is at best dubious logic) and doesn't link it. Then the .pc file isn't available, so this package's configure script silently fails running pkg-config and sets XVIDTUNE_LIBS to empty. The build then fails at link time because no X libs at all have been requested. Fix it by feeding in the result of running the same pkg-config invocation outside pkgsrc. The fact that the native xf86vidmode is "too old" does not itself break the package.