summaryrefslogtreecommitdiff
path: root/x11/gtk
AgeCommit message (Collapse)AuthorFilesLines
2002-12-19update MASTER_SITES.grant1-3/+2
2002-11-14dylan-* has been converted to buildlink2, so no more packages use thisjlam1-58/+0
file any longer.
2002-11-04Add USE_X11=YES. Ok'd by jlam.wiz1-1/+3
2002-10-30Revert last change. It shouldn't be necessary to includetron1-2/+1
"x11.buildlink2.mk" manually, there is a problem in the framework.
2002-10-30Include "x11.buildlink2.mk" to fix build problems in e.g. the "gnome-core"tron1-1/+2
package.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh4-28/+6
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/+58
2002-10-13Unused.wiz1-58/+0
2002-09-23Only link in gtk1 headers.wiz2-4/+4
2002-09-01Install locale files into correct directory under Solaris.tron2-7/+9
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-10/+34
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-13Use NetBSD's native locale multibyte routines instead of GTK+'s own buggytron1-3/+4
implementation as suggested by Jaromir Dolecek in PR pkg/17920. Bump package revision to reflect this change.
2002-08-05Remove me as maintainer of this package because there have been many,tron1-2/+2
many changes and updates by other people in the meantime.
2002-08-01dirrm -> unexec ${RMDIR} for two directories where gtk2 stuff also lives.wiz1-4/+4
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh4-3/+27
Bump PKGREVISION
2002-07-03Move a whole bunch of files from ${PREFIX}/etc/gtk to ${PREFIX}/share/gtkjschauma2-55/+57
as suggested and using the patches provided in pkg/16964 by Julio Merino (jmmv at hispabsd dot org). Bump PKGREVISION. This closes PR pkg/16964.
2002-04-10Wow, this has been broken for the longest time. We get rid of the trailingjlam1-3/+3
slash to .../gtk-1.2/ since it's usually not there and we won't match it. This error was detected only because gconf-config has .../gtk-1.2 at the very end of it's output. Anywhere in the middle, and it would have been fine.
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>