The NetBSD Project

CVS log for pkgsrc/devel/glib/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / glib

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Mar 16 21:33:11 2024 UTC (8 months, 3 weeks ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +6 -1 lines
glib: Do not hardcode COMPILER_RPATH_FLAG.

This patch almost last modified 25 years ago.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Sun Nov 24 01:02:37 2019 UTC (5 years ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, 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
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2 lines
devel/glib: Fix compiler check via pkglint

AUTOFIX: Makefile:35: Replacing "${PKGSRC_COMPILER} == \"clang\"" with "${PKGSRC_COMPILER:Mclang}".

        The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
        distcc clang". Therefore, comparing it using == or != leads to wrong
        results in these cases.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu May 23 19:22:58 2019 UTC (5 years, 6 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Aug 1 14:58:56 2017 UTC (7 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: 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, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -2 lines
Follow some http -> https redirects.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Sun Jul 16 19:05:11 2017 UTC (7 years, 4 months ago) by maya
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -5 lines
omit low GCC_REQD (3.0)

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sun Apr 24 10:48:06 2016 UTC (8 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: 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
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -3 lines
ftp.gtk.org is gone, remove it from MASTER_SITES.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Feb 25 12:12:47 2016 UTC (8 years, 9 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -4 lines
Use OPSYSVARS.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Feb 15 11:42:10 2016 UTC (8 years, 9 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +10 -2 lines
Workaround broken configure tests for Darwin/clang.  Add LICENSE.

Bump PKGREVISION.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:06:08 2014 UTC (10 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: 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
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -3 lines
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Oct 31 11:17:00 2012 UTC (12 years, 1 month ago) by asau
Branches: MAIN
CVS tags: 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
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -2 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Oct 3 19:32:58 2012 UTC (12 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Correct `HOMEPAGE'.
From Bug Hunting.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sun May 25 14:45:17 2008 UTC (16 years, 6 months ago) by tron
Branches: MAIN
CVS tags: 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, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
Remove me as maintainer of some package, clame ownership of a few packages.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Jun 8 18:39:23 2007 UTC (17 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -2 lines
Remove dead MASTERS_SITES. From Zafer Aydogan.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Jan 18 19:50:54 2007 UTC (17 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -1 lines
This package is not MAKE_JOBS_SAFE.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Nov 2 18:17:22 2006 UTC (18 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -1 lines
DESTDIR support.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Jul 19 19:14:38 2006 UTC (18 years, 4 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -2 lines
Drop support for LTCONFIG_OVERRIDE.  For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Jun 8 21:13:38 2006 UTC (18 years, 6 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +27 -39 lines
Use fix for "glib" package from PR pkg/21909 on all platforms. This will
fix problems with this package under Mac OS X (and eventually DragonFly).
Fix various problems reported by "pkglint". Bump package revision because
of these changes.

This fixes PR pkg/33664 by Darrin B.Jewell.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat May 13 11:31:11 2006 UTC (18 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +11 -8 lines
Fixed pkglint warnings.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Mar 30 03:44:43 2006 UTC (18 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -3 lines
* Honor PKGINFODIR.
* List the info files directly in the PLIST.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Jan 12 19:49:15 2006 UTC (18 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
Fix glib.h's NULL definition for C++: it MUST be 0 there, not (void *)0.
Bump revision.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:23 2005 UTC (19 years, 8 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Mar 24 21:12:52 2005 UTC (19 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -3 lines
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Nov 12 06:39:20 2004 UTC (20 years, 1 month ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -2 lines
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Oct 5 12:12:57 2004 UTC (20 years, 2 months ago) by minskim
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
Correct library permission.  Patch provided by Hiramatsu Yoshifumi
in PR pkg/27116.

Bump PKGREVISION.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Oct 4 11:19:40 2004 UTC (20 years, 2 months ago) by grant
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
distinguish between glib1 and glib2 in COMMENT.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:27 2004 UTC (20 years, 2 months ago) by tv
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Apr 15 00:07:26 2004 UTC (20 years, 8 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -1 lines
Make this build under FreeBSD.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri Feb 27 23:57:03 2004 UTC (20 years, 9 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Fix PR pkg/24464 again.  We need to patch config.status instead of
config.status.overridden since the change in rev. 1.1413 of bsd.pkg.mk.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Feb 19 17:56:11 2004 UTC (20 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
The name for the real config.status script is "config.status.overridden".
That's the script that we need to patch for our special glib version
numbering handling.  This fixes PR 24464.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Feb 19 17:48:17 2004 UTC (20 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +8 -8 lines
Whitespace nits.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Feb 14 18:26:27 2004 UTC (20 years, 10 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -4 lines
PKGCONFIG_OVERRIDE is relative to WRKSRC.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Feb 9 00:09:10 2004 UTC (20 years, 10 months ago) by mjl
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
Increment pkgrevision.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Feb 1 01:43:28 2004 UTC (20 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Jan 5 20:57:52 2004 UTC (20 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +5 -3 lines
bl3ify

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Sep 17 19:40:13 2003 UTC (21 years, 2 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Sep 12 20:07:12 2003 UTC (21 years, 3 months ago) by grant
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -3 lines
kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Aug 9 10:44:41 2003 UTC (21 years, 4 months ago) by seb
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -2 lines
USE_NEW_TEXINFO is unnecessary now.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:30:43 2003 UTC (21 years, 5 months ago) by grant
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Jul 12 13:17:56 2003 UTC (21 years, 5 months ago) by dillo
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -5 lines
use TEST_TARGET instead of custom test target

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Jun 23 09:55:01 2003 UTC (21 years, 5 months ago) by seb
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -2 lines
If USE_NEW_TEXINFO, TEXINFO_OVERRIDE is not needed anymore (hi Julio)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Jun 23 08:48:36 2003 UTC (21 years, 5 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Convert to USE_NEW_TEXINFO.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jun 11 20:50:51 2003 UTC (21 years, 6 months ago) by abs
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +4 -4 lines
Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri May 2 11:54:27 2003 UTC (21 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Mar 4 19:53:26 2003 UTC (21 years, 9 months ago) by salo
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +22 -18 lines
Make the last fix conditional, fix typo, delint. Bump PKGREVISION.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Mar 4 19:23:17 2003 UTC (21 years, 9 months ago) by nathanw
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +5 -1 lines
Pre-set the value of the configure test glib_cv_rtldglobal_broken to
avoid running the test. The test, which calls dlopen("libpthread.so"),
fails on NetBSD for reasons unrelated to what it is trying to detect,
glib concludes that RTLD_GLOBAL is broken, and gmodule doesn't work.

This method of fooling configure suggested by Ron Roskens on tech-pkg.

Addresses PR pkg/20050 ("galeon fails to load at run-time").

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Dec 19 13:07:42 2002 UTC (21 years, 11 months ago) by grant
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -2 lines
update MASTER_SITES.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Oct 30 03:09:30 2002 UTC (22 years, 1 month ago) by rh
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +4 -1 lines
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Oct 19 10:54:47 2002 UTC (22 years, 1 month ago) by rh
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Aug 25 18:38:27 2002 UTC (22 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.44.2.4: download - view: text, markup, annotated - select for diffs
Thu Aug 22 11:10:36 2002 UTC (22 years, 3 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.44.2.3: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44.2.3: +3 -6 lines
Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Aug 8 16:17:07 2002 UTC (22 years, 4 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth.  Bump the PKGREVISION so we
can distinguish these packages from the previous ones.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Aug 1 05:48:07 2002 UTC (22 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -5 lines
Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jul 18 02:19:30 2002 UTC (22 years, 5 months ago) by rh
Branches: MAIN
CVS tags: pkgviews-base, pkgviews
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION

Revision 1.44.2.3: download - view: text, markup, annotated - select for diffs
Sun Jun 23 18:44:09 2002 UTC (22 years, 5 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.44.2.2: preferred, colored
Changes since revision 1.44.2.2: +2 -2 lines
Merge from pkgsrc-current to buildlink2 branch.

Revision 1.44.2.2: download - view: text, markup, annotated - select for diffs
Fri Jun 21 23:05:06 2002 UTC (22 years, 5 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.44.2.1: preferred, colored
Changes since revision 1.44.2.1: +2 -2 lines
Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity.  Also
convert a few more packages to use the buildlink2 framework.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat May 18 22:46:47 2002 UTC (22 years, 6 months ago) by zuntum
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Alter HOMEPAGE - pkg/16887 by James K. Lowden <jklowden@schemamania.org>

Revision 1.44.2.1: download - view: text, markup, annotated - select for diffs
Sat May 11 02:09:02 2002 UTC (22 years, 7 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
First pass at conversion of various packages to use the buildlink2
framework.  Add many buildlink2.mk files to add to the framework.  Please
see buildlink2.txt for more details.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue May 7 08:19:26 2002 UTC (22 years, 7 months ago) by wiz
Branches: MAIN
Branch point for: buildlink2
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1 lines
Bump to 1.2.10nb1 to have a version that definitely does not have the
NULL problem. Better very late than never.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Mar 21 12:20:29 2002 UTC (22 years, 8 months ago) by dmcmahill
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -1 lines
add a test target to run the packages self checks.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Feb 18 15:14:11 2002 UTC (22 years, 9 months ago) by seb
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -1 lines
Introduce new framework for handling info files generation and installation.

Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Dec 26 08:32:42 2001 UTC (22 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +11 -11 lines
Don't bother with mv/sed/rm as sed/mv is good enough.  Also a few cosmetic
changes.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Dec 24 19:38:07 2001 UTC (22 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -6 lines
Convert to use pthread.buildlink.mk.  This package is a simple example of
how to use pthread.buildlink.mk.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Oct 6 17:52:21 2001 UTC (23 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +10 -3 lines
Use "/usr/include/sys/null.h" if it exists instead of defining "NULL"
manually. Fixes PR pkg/14150 by Martin Husemann.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jun 22 02:49:11 2001 UTC (23 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Fix typo.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jun 19 06:48:50 2001 UTC (23 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +17 -1 lines
Fix glibconfig.h to define the correct glib version number as well.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Jun 19 06:04:41 2001 UTC (23 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Set GLIB_VERSION from the DISTNAME, not the PKGNAME, as the PKGNAME may
have an nbX suffix that we don't want.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 19 06:03:25 2001 UTC (23 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +19 -1 lines
Make sure that installed files announce the correct version number for
the installed package.  We patch the version info in the configure scripts
to deal with shared library versioning, but we don't want those version
numbers to leak into installed files.  Fixes 1st part of pkg/12146 by
Dan Winship <danw@ximian.com>.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jun 18 21:34:02 2001 UTC (23 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
Mark these packages as USE_BUILDLINK_ONLY.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jun 18 20:33:09 2001 UTC (23 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
Add comment on why we depend on pth.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jun 15 07:59:32 2001 UTC (23 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Use devel/pth/buildlink to get dependency, CPPFLAGS, and LDFLAGS for pth.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jun 11 06:34:27 2001 UTC (23 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Apr 27 11:46:34 2001 UTC (23 years, 7 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Remove unreliable mirror on "infosoc.uni-koeln.de" and add GNOME mirror
sites which gives us a German mirror site again.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Apr 26 17:38:28 2001 UTC (23 years, 7 months ago) by rh
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update glib to 1.2.10.  Changes are minor bugfixes only.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Mar 10 10:48:08 2001 UTC (23 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
update to 1.2.9.
Overview of Changes in GLib 1.2.9:

* Move include files into a glib-1-2/ subdir to support parallel
  installation with GLib-2.0. If you are installing from source
  on top of a previous version, you should to remove $(includedir)/glib.h
  $(includedir)/module.h manually before installing the new version.
* Fix warnings about varargs macros with recent GCC versions
* Miscellaneous important bug fixes
  (g_strncasecmp, some g_printf_string_upper_bound fixes)
* Addition of .pc files

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Feb 16 14:38:26 2001 UTC (23 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jan 13 09:42:45 2001 UTC (23 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -3 lines
"glib" supports Solaris's threading library so that we don't need "pth".

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jun 5 00:54:47 2000 UTC (24 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +21 -21 lines
Use USE_LIBTOOL instead of USE_PKGLIBTOOL.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jun 1 11:23:20 2000 UTC (24 years, 6 months ago) by rh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri May 26 05:37:00 2000 UTC (24 years, 6 months ago) by rh
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Update glib to 1.2.8.  Overview of changes:

 * GArray zero initialization bug fixed
 * Fix for upper bound calculation of formatted strings
 * Improved GCC detection
 * AIX dynamic modules fix to retrive symbols from shared libraries
   for the main program.
 * Miscellaneous other minor bug fixes

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Mar 16 12:17:21 2000 UTC (24 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -4 lines
silence pkglint

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Mar 12 22:24:05 2000 UTC (24 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -4 lines
Update "glib" package to version 1.2.7 and enable thread support using the
"pth" package. Changes since version 1.2.6:
- gstring.c: changed g_str_hash() to a 31 bit version based on
  a submission by Karl Nelson and hand optimized ad absurdum by
  various people ;)
- gmain.c: removed spurious non-commented #endif suffix
- gtimer.c (g_timer_elapsed): Never report negative times -
  clip times to 0.
- gmain.c (g_timeout_prepare): Guard against unexpected
  clock shifts by never setting a timeout of more than
  data->interval msecs.
      - gmain.c: s/current_time/dispatch_time/ for the dispatch() handlers.
        refetch the current time after invocation of poll() to cover up for
        the time spent in that function call.
      - gstrfuncs.c (g_strtod): correctly fetch the current locale,
        fix from owen.
- configure.in: Make the test for getpwuid_r work on newer AIX
  versions, too. Still works on Solaris and Linux. Patch from Craig
  Rodrigues <rodrigc@mediaone.net>.
- glib.h (G_DIR_SEPARATOR): Add defines for EMX/OS2.
- gcache.c (g_cache_remove): Test if node is NULL.
  If not tested, GIMP's script-fu will crash.
- gdataset.c (g_data_set_internal): remove g_dataset_global_lock around
  destroy() notification here as well.
- gdataset.c (g_datalist_clear_i): Avoid Freezing, when g_datalist
  is called recursivly. Reported by Ola Andersson <rand@ling.umu.se>.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Oct 22 23:34:22 1999 UTC (25 years, 1 month ago) by tron
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002, comdex-fall-1999
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Update "glib" package to version 1.2.6 included in GNOME 1.0.53 release.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 7 17:41:48 1999 UTC (25 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Remove me as maintainer of those packages.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Aug 28 09:34:45 1999 UTC (25 years, 3 months ago) by rh
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Update glib to 1.2.4

Changes are mostly bug and portability fixes.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun May 2 16:04:37 1999 UTC (25 years, 7 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-4-PATCH001
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
List me as the maintainer of the "glib" package.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun May 2 14:05:55 1999 UTC (25 years, 7 months ago) by tron
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Update "glib" package to version 1.2.2.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat May 1 12:22:46 1999 UTC (25 years, 7 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-4-RELEASE
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -1 lines
Use "-O0" under NetBSD-arm32 until egcs gets fixed.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Apr 16 19:18:54 1999 UTC (25 years, 8 months ago) by tron
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Update "glib" package to version 1.2.1.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 4 08:50:43 1999 UTC (25 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -6 lines
Update "glib" package to release version 1.2.0.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 21 09:07:51 1999 UTC (25 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
Back out last commit:
New compatible gtk 1.0.x packages are named differently and be don't
want to be installed together with old versions.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 21 09:03:28 1999 UTC (25 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -3 lines
Remove conflict entry for gtk 1.0.x which is no longer required after
Rene's changes.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Feb 20 22:48:26 1999 UTC (25 years, 9 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Fix CONFLICTS (remove redundancy, mostly)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jan 15 22:57:13 1999 UTC (25 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
The never ending gnome story:
Update "glib" package to version 1.1.12.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Dec 18 23:52:22 1998 UTC (25 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -5 lines
Update "glib" package to version 1.1.9.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Nov 21 16:57:29 1998 UTC (26 years ago) by tron
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -3 lines
Update for "glib" package to version 1.1.4 based on patches by
Frank van der Linden.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 4 18:03:18 1998 UTC (26 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update "glib" package to version 1.1.3.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 25 11:49:53 1998 UTC (26 years, 3 months ago) by agc
Branches: MAIN
CVS tags: netbsd-1-3-PATCH003
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
ADD a CONFLICT entry on the gtk+-1.0.4 package.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 20 15:16:47 1998 UTC (26 years, 3 months ago) by tsarna
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 19 15:25:51 1998 UTC (26 years, 3 months ago) by agc
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Use new LIBTOOL_FLAGS definition

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 19 09:41:38 1998 UTC (26 years, 3 months ago) by agc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
I forgot to set USE_LIBTOOL in previous commit.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Aug 19 09:29:25 1998 UTC (26 years, 3 months ago) by agc
Branches: FREEBSD
CVS tags: FreeBSD-current-1998-08-19
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import, from the FreeBSD ports collection, of glib-1.1.2,
which used to be part of gtk+.  It is a library providing lists,
trees, hashes, memory allocation functionality and many other things.

Modified by me to use the NetBSD libtool package, add NetBSD RCS Ids,
correct the PLIST, install scripts correctly, correct the English etc.


Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Aug 19 09:29:25 1998 UTC (26 years, 3 months ago) by agc
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>