summaryrefslogtreecommitdiff
path: root/devel/glib
AgeCommit message (Collapse)AuthorFilesLines
2002-06-12Use ${GREP}, and update message.wiz1-3/+3
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-26Remove ${PREFIX}/lib/pkgconfig if it is empty at deinstallation. Alsojlam1-2/+3
change "true" to "${TRUE}".
2002-03-21add a test target to run the packages self checks.dmcmahill1-1/+5
2002-03-19don't always @dirrm include/glib since glib2 headers might be in there too.dmcmahill2-4/+4
also only buildlink the headers associated with this version of glib instead of all versions. These 2 changes are in preparation for glib2.
2002-03-18Add a workaround for broken 1.2.10 installations [see pkg/14150].wiz1-1/+16
Improved by some comments by tron.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+6
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-31Use pthread.buildlink.mk instead of pth/buildlink.mk.jlam1-4/+4
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-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+3
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-3/+3
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-13fix typo: should be BUILDLINK_FILES.glib+= include/glib/*.h, not =.dogcow1-2/+2
2001-07-13Add file locations for glib/gtk-1.2.8 to the buildlink.mk files. Shouldjlam1-1/+2
fix pkg/13409.
2001-07-08Include "bsd.prefs.mk" before checking the operating system. Problemtron1-1/+2
pointed out by Johnny C. Lam in private e-mail.
2001-07-07Don't include buildlink for "pth" package under Solaris because we use thetron1-1/+3
native threat implementation there.
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam1-2/+3
USE_BUILDLINK_ONLY.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
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-16Add buildlink.mk files for use by other packages.jlam1-0/+46
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.rh4-17/+17
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-10Use MD5 checksum until the problem with "digest" on Solaris has been fixed.tron2-8/+8
2001-03-10Fix patch sums.tron1-6/+6
2001-03-10Correct SHA1 checksum.tron1-2/+2
2001-03-10update to 1.2.9.drochner5-23/+27
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.wiz2-2/+2
2001-01-13"glib" supports Solaris's threading library so that we don't need "pth".tron1-3/+6
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+7
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-06-05Use USE_LIBTOOL instead of USE_PKGLIBTOOL.wiz3-32/+20
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:rh5-21/+20
* 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-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-16/+3
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-03-16silence pkglintwiz1-4/+3
2000-03-12Update "glib" package to version 1.2.7 and enable thread support using thetron5-21/+25
"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>.