summaryrefslogtreecommitdiff
path: root/x11/gtk
AgeCommit message (Collapse)AuthorFilesLines
2002-02-18Introduce new framework for handling info files generation and installation.seb2-6/+7
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.
2002-02-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move 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-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-3/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
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-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+3
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
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-5/+5
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-13Add file locations for glib/gtk-1.2.8 to the buildlink.mk files. Shouldjlam1-2/+4
fix pkg/13409.
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam1-2/+3
USE_BUILDLINK_ONLY.
2001-07-02Make REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED be opposites.jlam1-6/+6
Also move these settings ahead of inclusion of other buildlink.mk files.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file and renamejlam1-4/+4
BUILDLINK_CONFIG_WRAPPER_SED.gtk to BUILDLINK_CONFIG_WRAPPER_SED.
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-6/+3
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28Use BUILDLINK_CONFIG_WRAPPER_SED.gtk to replace:jlam1-1/+6
${X11PREFIX}/include/gtk-1.2 -> ${BUILDLINK_DIR}/include/gtk-1.2 for some buildlink protection for gtk packages installed in ${X11BASE}. Only helps with the include files, though, not the libraries.
2001-06-26Use REPLACE_BUILDLINK instead of repeating the post-build same code overjlam1-15/+4
and over again in the pkgsrc tree.
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-19Make sure that installed files announce the correct version number forjlam1-1/+24
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 2nd part of pkg/12146 by Dan Winship <danw@ximian.com>.
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-18Regularize fixes to config scripts to use the same code.jlam1-8/+11
2001-06-16Convrt to use buildlink.mk.jlam1-5/+16
2001-06-16Add buildlink.mk files for use by other packages.jlam1-0/+45
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-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also changejlam1-2/+2
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-29No need to be overly restrictive in DEPENDS. A requirement of glib>=1.2.8rh1-2/+2
instead of 1.2.10 seems to be sufficient. Pointed out in private mail by Hubert Feyrer.
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 gtk+ to 1.2.10. Overview of Changes in GTK+ 1.2.10:rh5-17/+39
* Fix focus drawing with no window manager * Fix cut-and-paste with no current event * Fix compilation using --with-xinput=gxi * Fix problem with cut-and-paste and KOI8-R * Fix rare problem with enter events and menus * Fix problem with --with-native-locale and GNU libc-2.1 * Further fixes for using fonts, not fontsets, with non iso-8859-1. * Fix problem with dropping onto internal children, such as CList buttons * Translation updates This package also fixes a bug of gtk+-1.2.10 that messes up focus-follows-pointer with embedded windows (which affects, for example, the control center and various bonobo components in GNOME). Thanks go to Dan Winship <danw@ximian.com>, who provided this patch in private mail.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+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-10Remove obsolete patch file.tron1-19/+0
2001-03-10update to 1.2.9.drochner7-159/+169
Overview of Changes in GTK+ 1.2.9: * Move include files into a gtk-1-2/ subdir to support parallel installation with GTK+-2.0. If you are installing from source on top of a previous version, you should to remove $(includedir)/gdk/ and $(includedir)/gtk/ manually before installing the new version. * Improved submenu navigation. * Other small useability improvements for menus, scrollbars, etc. * Patch enabling themes with better appearance by making some geometry parameters settable. * Changes so that using fonts (as well as fontsets) for non-iso-8859-1 locales will work. * New --with-native-locale configure option for faster string handling on systems with non-broken locale support. * Refuse to initialize GTK+ when setuid (http://www.gtk.org/setuid.html) * Change to make GdkRGB use less SHM segments. * Addition of .pc files * Many bug fixes
2001-02-26Do not hardcode locale directory to "share/locale", use "${PKGLOCALEDIR}"tron5-41/+42
instead.
2001-02-17Update 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-24pull in gettext (msgfmt), so the .po files get builthubertf1-1/+2
2000-11-14use USE_LIBINTL instead of explicit dependance on gettext pkg - the packagejdolecek1-2/+2
seem to work ok with gettext/libintl which is in -current tree
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-08-28Use PERL5 variable for location of perl5 binary.jlam1-2/+2
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-06-05Replace USE_PKGLIBTOOL by USE_LIBTOOL.wiz4-43/+30
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 gtk+ to 1.2.8. Overview of changes:rh5-19/+26
* GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
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-28Activate support for alternate input devices as suggested bytron1-2/+3
Lennart Augustsson in PR pkg/9688.
2000-03-12Update "gtk+" package to version 1.2.7. This version fixes numerous bugstron5-25/+27
discovered in version 1.2.6 and includes two new translations.
2000-02-05silence pkglintwiz1-3/+3
2000-01-10be consistent on which version to wildcardhubertf1-2/+2
1999-11-22Regenerate two patch files, to ensure they can be applied without aagc4-18/+16
fuzz factor, and rtemove the fuzz factor definition from the package makefile.