Up to [cvs.netbsd.org] / pkgsrc / x11 / wxGTK28
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 12 10:39:13 2012 UTC (2 months, 1 week ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Add @PREFIX@/lib to SEARCH_LIB in configure to end up with a sane search path on SunOS, where a transformation from 'lib' to 'lib/64' is performend automatically when ABI=64.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 20 12:02:23 2012 UTC (4 months ago) by drochner
Branch: MAIN
Changes since 1.10: +5 -1
lines
Diff to previous 1.10 (colored)
build the mediactrl module (needed by newer dvdstyler), bump PKGREV
Revision 1.10 / (download) - annotate - [select for diffs], Wed Sep 14 18:00:40 2011 UTC (8 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
There seems to be no way to tell wxGTK not to put locales into
${PREFIX}/share besides patching all over the code. Force
PKGLOCALEDIR=share for now.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 19 00:48:57 2011 UTC (11 months, 1 week ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Needs glib2 as a direct dependency. PKGREVISION -> 12.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 12 11:21:40 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Mention which files include this.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 23 11:45:03 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 15 13:15:15 2010 UTC (23 months, 1 week ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Explicitly pull in libXxf86vm, since configure looks for it, and may incorrectly locate native copies. Fixes build on some Linux systems.
Revision 1.4.4.1 / (download) - annotate - [select for diffs], Sun Feb 28 14:14:23 2010 UTC (2 years, 2 months ago) by spz
Branch: pkgsrc-2009Q4
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Pullup ticket 3029 - requested by taca
security patch
Revisions pulled up:
- pkgsrc/x11/wxGTK28/Makefile 1.8
- pkgsrc/x11/wxGTK28/Makefile.common 1.5
- pkgsrc/x11/wxGTK28/distinfo 1.8
- pkgsrc/x11/wxGTK28/patches/patch-ba 1.2
- pkgsrc/x11/wxGTK28/patches/patch-bb 1.2
- pkgsrc/x11/wxGTK28/patches/patch-ca 1.2
Files added:
pkgsrc/x11/wxGTK28/patches/patch-cb
--------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 16 17:38:14 UTC 2010
Modified Files:
pkgsrc/x11/wxGTK28: Makefile Makefile.common distinfo
pkgsrc/x11/wxGTK28/patches: patch-ba patch-bb patch-ca
Added Files:
pkgsrc/x11/wxGTK28/patches: patch-cb
Log Message:
* Add patches for CVE-2009-2369 and CVE-2009-2625.
* Use textproc/expat to fix CVE-2009-3720.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/wxGTK28/Makefile \
pkgsrc/x11/wxGTK28/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/wxGTK28/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/wxGTK28/patches/patch-ba \
pkgsrc/x11/wxGTK28/patches/patch-bb pkgsrc/x11/wxGTK28/patches/patch-ca
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/wxGTK28/patches/patch-cb
Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 16 17:38:14 2010 UTC (2 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
* Add patches for CVE-2009-2369 and CVE-2009-2625. * Use textproc/expat to fix CVE-2009-3720. Bump PKGREVISION.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 21 17:48:46 2009 UTC (2 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Branch point for: pkgsrc-2009Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
fix copy-pasto in previous
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 21 17:47:11 2009 UTC (2 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.2: +8 -1
lines
Diff to previous 1.2 (colored)
Use SUBST to fixup hardcoded "/usr/pkg/include" in configure script. Makes configure work with X11_TYPE=modular and LOCALBASE != /usr/pkg
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 23 00:38:55 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.1: +19 -2
lines
Diff to previous 1.1 (colored)
Update to wxGTK-2.8.10: - bugfixes For pkgsrc: - fix installation of wxrc - build both Unicode and non-Unicode version, they are not API and ABI compatible and different programs either
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 12 11:09:49 2008 UTC (3 years, 8 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import wxGTK 2.8.8.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 12 11:09:49 2008 UTC (3 years, 8 months ago) by joerg
Branch: MAIN
Initial revision