summaryrefslogtreecommitdiff
path: root/devel/libglade
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv1-2/+2
1.8.17nb3).
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-9/+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-05-04Unused.wiz1-30/+0
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-5/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-15bl3ifyjlam2-19/+28
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-02-11config.guess/config.sub override for mipseb.sekiya1-1/+4
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-09-18Include converters/libiconv/buildlink2.mk.simonb1-1/+2
Sanity checked by Juan RP.
2003-08-10s/gui/GUI/grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-02-05make this build without requiring a running Xserver when gtk-doc isdmcmahill3-22/+16
installed.
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-07Unused.wiz1-59/+0
2002-10-05Building requires a running X server. Add checkforx target required byrh1-2/+19
pre-build. Fake X server if ${X11BASE}/bin/Xvfb is present. Closes PR pkg/18417.
2002-09-23Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard namesjlam1-2/+5
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files.
2002-09-22*Conf.sh files don't need to be symlinked when using buildlink2.jlam1-2/+1
2002-09-09Define libglade-buildlink. Fixes pkg/18230 by Julio Merino.jlam1-2/+2
2002-09-06We don't lie to GNU configure anymore about where headers and librariesjlam1-3/+3
are actually installed.
2002-09-06Convert to buildlink2.wiz3-66/+10
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-1/+29
buildlink2.mk files back into the main trunk.
2002-07-31Solaris fix (needs databases/db) from Julien T. Letessier in pkg/17783.wiz1-1/+8
2002-04-09* Strongly buildlinkify.jlam3-13/+70
* Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so pkgsrc libtool is actually invoked. * Make sure that *-config scripts are invoked as $*_CONFIG so that the wrappers can be used instead.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-09s/BUILDLINK_CPPFLAGS/CPPFLAGS/ as the former is for internalrh1-2/+2
bsd.buildlink.mk use only. Pointed out in private mail by Johnny C. Lam.
2001-10-06Remove superfluous blank line.rh1-2/+1
2001-10-05Backout last change. The problem is caused by faulty logic intron1-6/+1
"pkgsrc/mk/bsd.buildlink.mk"
2001-10-05Create a softlink "glade" pointing to "libglade-1.0/glade" to avoid buildtron1-1/+6
problems in programs which don't use "libglade-config" properly like e.g. "guppi".
2001-10-04Update libglade to 0.17 and while at it, buildlinkify. Changes include:rh4-27/+88
- use gtk_clist_set_column_title to set clist column titles when possible so that they get the alignment of the column. - Backport code that cleans up widget hash table in the GladeXML object on widget destruction. This means that glade_xml_get_widget() should always return a valid widget or NULL. - Move headers to a a libglade-1.0/ subdirectory. This is to allow parallel installation of stable and development versions of libglade. Libraries depending on libglade will probably need to be rebuilt so that their *-config scripts
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-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-18Update to 0.16. Changes are bugfixes mostly.mjl6-22/+20
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
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-11-30USE_LIBINTL and msgfmt are enough for this one, too, don't really needwiz1-2/+3
gettext.
2000-10-17Update libglade to 0.14. Changes include:rh3-7/+7
- radio menu item support (from patch by Mitch Chapman) - make accelerators visible in GtkPixmapMenuitems. - Added a glade_set_custom_handler to allow better control over creation of `Custom' widgets. This can be used by language bindings or other applications that want more control over custom widget handling. - add tearoff menu items to menus if gnome settings say that they should be shown. - a few other bug fixes.
2000-09-29Disable broken bonobo support. Fixes PR 11099 by Brian Starkrh2-1/+15
<bstark@uswest.net>