summaryrefslogtreecommitdiff
path: root/devel/glib/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-12use TEST_TARGET instead of custom test targetdillo1-5/+3
2003-06-23If USE_NEW_TEXINFO, TEXINFO_OVERRIDE is not needed anymore (hi Julio)seb1-2/+1
2003-06-23Convert to USE_NEW_TEXINFO.jmmv1-2/+2
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-4/+4
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.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-03-04Make the last fix conditional, fix typo, delint. Bump PKGREVISION.salo1-18/+22
2003-03-04Pre-set the value of the configure test glib_cv_rtldglobal_broken tonathanw1-1/+5
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").
2002-12-19update MASTER_SITES.grant1-2/+1
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh1-1/+4
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-3/+3
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.
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-2/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-5/+2
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh1-2/+2
Bump PKGREVISION
2002-05-18Alter HOMEPAGE - pkg/16887 by James K. Lowden <jklowden@schemamania.org>zuntum1-2/+2
2002-05-07Bump to 1.2.10nb1 to have a version that definitely does not have thewiz1-1/+2
NULL problem. Better very late than never.
2002-03-21add a test target to run the packages self checks.dmcmahill1-1/+5
2002-02-18Introduce new framework for handling info files generation and installation.seb1-1/+3
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.
2001-12-26Don't bother with mv/sed/rm as sed/mv is good enough. Also a few cosmeticjlam1-11/+11
changes.
2001-12-24Convert to use pthread.buildlink.mk. This package is a simple example ofjlam1-6/+5
how to use pthread.buildlink.mk.
2001-10-06Use "/usr/include/sys/null.h" if it exists instead of defining "NULL"tron1-3/+10
manually. Fixes PR pkg/14150 by Martin Husemann.
2001-06-22Fix typo.jlam1-2/+2
2001-06-19Fix glibconfig.h to define the correct glib version number as well.jlam1-1/+17
2001-06-19Set GLIB_VERSION from the DISTNAME, not the PKGNAME, as the PKGNAME mayjlam1-2/+2
have an nbX suffix that we don't want.
2001-06-19Make sure that installed files announce the correct version number forjlam1-1/+19
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>.
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-18Add comment on why we depend on pth.jlam1-1/+2
2001-06-15Use devel/pth/buildlink to get dependency, CPPFLAGS, and LDFLAGS for pth.jlam1-3/+3
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-27Remove unreliable mirror on "infosoc.uni-koeln.de" and add GNOME mirrortron1-2/+2
sites which gives us a German mirror site again.
2001-04-26Update glib to 1.2.10. Changes are minor bugfixes only.rh1-2/+2
2001-03-10update to 1.2.9.drochner1-2/+2
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
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-13"glib" supports Solaris's threading library so that we don't need "pth".tron1-3/+6
2000-06-05Use USE_LIBTOOL instead of USE_PKGLIBTOOL.wiz1-17/+17
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
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.
2000-05-26Update glib to 1.2.8. Overview of changes:rh1-2/+2
* 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
2000-03-16silence pkglintwiz1-4/+3
2000-03-12Update "glib" package to version 1.2.7 and enable thread support using thetron1-4/+8
"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>.
1999-10-22Update "glib" package to version 1.2.6 included in GNOME 1.0.53 release.tron1-3/+3
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-08-28Update glib to 1.2.4rh1-2/+2
Changes are mostly bug and portability fixes.
1999-05-02List me as the maintainer of the "glib" package.tron1-2/+2
1999-05-02Update "glib" package to version 1.2.2.tron1-2/+2
1999-05-01Use "-O0" under NetBSD-arm32 until egcs gets fixed.tron1-1/+5
1999-04-16Update "glib" package to version 1.2.1.tron1-2/+2
1999-03-04Update "glib" package to release version 1.2.0.tron1-6/+6
1999-02-21Back out last commit:tron1-1/+3
New compatible gtk 1.0.x packages are named differently and be don't want to be installed together with old versions.
1999-02-21Remove conflict entry for gtk 1.0.x which is no longer required aftertron1-3/+1
Rene's changes.