summaryrefslogtreecommitdiff
path: root/devel/glib
AgeCommit message (Collapse)AuthorFilesLines
2003-03-04Make the last fix conditional, fix typo, delint. Bump PKGREVISION.salo2-20/+24
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").
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv1-2/+1
not try to remove it, even if empty.
2002-12-19update MASTER_SITES.grant1-2/+1
2002-11-14gtk/buildlink.mk was the last user of glib/buildlink.mk.jlam1-70/+0
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh5-39/+5
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-10-13Still one user (dylan-*).wiz1-0/+70
2002-10-13Unused.wiz1-70/+0
2002-09-10USE_PTHREAD died a long time ago...use PTHREAD_OPTS as buildlink.mk does.jlam1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam8-9/+51
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 withjlam2-8/+4
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-19Get the path right...mycroft2-5/+5
2002-07-19Fix LP64 bugs in testgthread, so `make check' works.mycroft2-1/+19
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh5-3/+40
Bump PKGREVISION
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.