summaryrefslogtreecommitdiff
path: root/devel/glib
AgeCommit message (Collapse)AuthorFilesLines
2004-10-05Correct library permission. Patch provided by Hiramatsu Yoshifumiminskim3-8/+19
in PR pkg/27116. Bump PKGREVISION.
2004-10-04distinguish between glib1 and glib2 in COMMENT.grant1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-13/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-01Unused.wiz1-27/+0
2004-06-01Re: PR 25706 Syntax error prevents compilation with gcc 3.4.0shannonjr2-1/+28
Applied patch provided by Christian Biere <christianbiere@gmx.de> The patch ensures that G_GNUC_FUNCTION and G_GNUC_PRETTY_FUNCTION always expand to string literals - necessary since they will be concatenated (the source of the compilation error). This closes the PR.
2004-04-15Make this build under FreeBSD.xtraeme1-1/+2
2004-04-12Make this build under IRIX by only applying this patch on non-irix.jschauma2-8/+18
(Is this patch really needed on all other platforms?)
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-3/+6
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-27Fix PR pkg/24464 again. We need to patch config.status instead ofkristerw1-2/+2
config.status.overridden since the change in rev. 1.1413 of bsd.pkg.mk.
2004-02-19The name for the real config.status script is "config.status.overridden".jlam1-2/+2
That's the script that we need to patch for our special glib version numbering handling. This fixes PR 24464.
2004-02-19Whitespace nits.jlam1-8/+8
2004-02-15Remove info files entries from PLIST.seb1-2/+1
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-4/+4
2004-02-09Increment pkgrevision.mjl1-2/+2
2004-02-08Make FreeBSD patch for ld.so semantic differences between linux and bsdmjl3-14/+14
apply for NetBSD too: this closes PR/21452 (problem with gnucash not finding its symbols in dynamically loaded modules) for -currentish installations (this needs RTLD_DEFAULT support in ld_elf.so). 1.6 installations still suffer unless a -current ld_elf.so and /usr/include/dlfcn.h are installed, sorry. Make other FreeBSD-specific patch apply too since it looks sensible (adds error checking).
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-05bl3ifyjlam1-3/+5
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-9/+6
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+23
buildlink3 framework.
2003-12-29improve descriptions of glib/gtk packages. taken straight fromgrant1-8/+4
www.gtk.org.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-3/+2
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...
2003-09-05Make this work on FreeBSD 5.x systems, where SC_GETPW_R_SIZE_MAXxtraeme3-1/+39
still is not implemented. This closes my own PR pkg/21909. Reviewed by wiz@
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
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.jmmv2-5/+3
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-02Remove workaround for broken glib.h; buildlink2.mk already depends on a ↵wiz1-16/+1
fixed version.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
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