summaryrefslogtreecommitdiff
path: root/devel/glib
AgeCommit message (Collapse)AuthorFilesLines
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>.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-22Update "glib" package to version 1.2.6 included in GNOME 1.0.53 release.tron8-114/+38
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-08-28Fix shared library version numbers as pointed out in private mail byrh3-9/+9
Johnny C. Lam, thanks!
1999-08-28Update glib to 1.2.4rh5-19/+19
Changes are mostly bug and portability fixes.
1999-07-09Add package patch-sum filesagc1-0/+7
1999-05-02List me as the maintainer of the "glib" package.tron1-2/+2
1999-05-02Update "glib" package to version 1.2.2.tron4-12/+12
1999-05-01Use "-O0" under NetBSD-arm32 until egcs gets fixed.tron1-1/+5
1999-04-27Add "-Wl,-R" to linker option list in "glib-config".tron1-0/+11
1999-04-16Update "glib" package to version 1.2.1.tron4-23/+19
1999-03-09Don't automatically prefix "../" to the INSTALL command for subdir use.tron1-6/+19
1999-03-05Don't use strange library naming scheme ("libglib-12.so.0.0") because ittron5-22/+29
will cause all programs to be linked with the static library. The shared library is now called "libglib.so.13.0".
1999-03-04Update "glib" package to release version 1.2.0.tron7-77/+60
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.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-2/+2
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1999-01-15The never ending gnome story:tron4-23/+24
Update "glib" package to version 1.1.12.
1998-12-18Update "glib" package to version 1.1.9.tron5-24/+44
1998-11-24Don't delete directory "share/aclocal" because it is used by at leasttron1-2/+1
one other packages.
1998-11-21Update for "glib" package to version 1.1.4 based on patches bytron3-8/+15
Frank van der Linden.
1998-10-04Update "glib" package to version 1.1.3.tron5-113/+47
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-6/+0
from individual DESCR files that had them.
1998-08-25ADD a CONFLICT entry on the gtk+-1.0.4 package.agc1-1/+3
1998-08-20The Grand Homepagification:tsarna1-1/+2
- 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.
1998-08-19Use new LIBTOOL_FLAGS definitionagc1-2/+2
1998-08-19I forgot to set USE_LIBTOOL in previous commit.agc1-1/+2
1998-08-19Initial import, from the FreeBSD ports collection, of glib-1.1.2,agc9-0/+255
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.