
CVS log for pkgsrc/devel/glib2/options.mk
Up to [NetBSD + pkgsrc-wip] / pkgsrc / devel / glib2
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 14 15:43:10 2012 UTC (5 weeks, 2 days ago) by jmmv
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Use updated kqueue patch for glib 2.30.3.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 23 07:11:50 2012 UTC (8 weeks, 3 days ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1
lines
gtk-doc is required to reconfigure.
fixes PR 46159.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 9 14:41:48 2012 UTC (2 months, 1 week ago) by obache
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
require `aclocal` before `automake'.
fixes PR 46159.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 17 16:51:04 2012 UTC (4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Update the kqueue patch to v3. Fixes issues where the trash daemon
would get stuck and spin CPU when devices are forcibly-unmounted.
Bump PKGREVISION.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Nov 26 21:32:43 2011 UTC (5 months, 3 weeks ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Use the new version of the kqueue patch to fix some GTK File Chooser issues.
Bump PKGREVISION to 3. Thanks Dmitry Matveev.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Nov 11 03:12:10 2011 UTC (6 months, 1 week ago) by jmmv
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Update the kqueue patch to v1 and bump PKGREVISION to 2. This fixes some
interaction problems with the Gtk file chooser and also corrects other
problems.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Oct 9 20:31:22 2011 UTC (7 months, 1 week ago) by jmmv
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2
lines
Run autoheader. Otherwise, HAVE_KQUEUE is not defined during the build
and... well, the kqueue support is built but not used!
Now, running a test program provided by Dmitry DTRT (with the exception
of two tests, which seem to be not working in macppc). Ride the previous
revision bump.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Oct 9 19:40:02 2011 UTC (7 months, 1 week ago) by jmmv
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +23 -24
lines
Add support for kqueue by using the patches written by Dmitry Matveev during
the Google Summer of Code 2011 program. Congratulations, Dmitry! :-)
This comes in the form of a new 'kqueue' build-time option. This should NOT
be an option, but it is for two reasons:
- I consider this still experimental for it to be enabled on everyone's
machines, and the code is not "official".
- The patch requires us to run automake/autoconf during the pre-configure
stage, and I don't want to add these dependencies on the default package
build.
When these patches get integrated upstream, we can get rid of the option
altogether.
Also note that I had to backport some of our custom changes to Makefile.in
files and some to configure to the original Makefile.am files and
configure.ac. This is to prevent our custom patches from being lost during
the automake/autoconf invocations we now do when 'kqueue' is enabled.
Bump PKGREVISION to 1.
Revision 1.7
Tue Apr 20 17:43:51 2010 UTC (2 years, 1 month ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
FILE REMOVED
Changes since revision 1.6: +1 -1
lines
Drop fam support from devel/glib2; I'll readd this as sysutils/gio-fam.
This functionality can easily be built as a loadable module, so it should
not be conditional on a build-time option.
Split the Makefile into two parts so that the sysutils/gio-fam package can
reuse most of it.
Bump PKGREVISION to 1.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 13 06:46:42 2009 UTC (2 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 15 21:48:05 2009 UTC (3 years, 2 months ago) by jmcneill
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2
lines
Accept gamin, bump PKGREVISION
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 1 13:25:47 2008 UTC (3 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -3
lines
Some cleanup.
Remove an ancient workaround for gcc2 on sparc64.
XXX: I don't get why options.mk is not included on HPUX and OSF1;
it could pull in the fam package like on other platforms, or just default
fam to off on those platforms if the fam package does not work on those
platforms.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 28 21:20:48 2008 UTC (3 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +22 -5
lines
Make FAM optional.
Revision 1.2
Mon Oct 29 19:06:06 2007 UTC (4 years, 6 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4
FILE REMOVED
Changes since revision 1.1: +1 -1
lines
remove the "debug" option -- it does not work in pkgsrc because CFLAGS
are overridden by the environment
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 25 21:30:17 2005 UTC (6 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Add debug option.
NetBSD-CVSweb <admin[at]NetBSD[dot]se>