summaryrefslogtreecommitdiff
path: root/x11/gtk/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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-10update to 1.2.9.drochner1-3/+3
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}"tron1-1/+2
instead.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
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.wiz1-23/+24
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:rh1-3/+3
* GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
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 bugstron1-3/+3
discovered in version 1.2.6 and includes two new translations.
2000-01-10be consistent on which version to wildcardhubertf1-2/+2
1999-11-22Regenerate two patch files, to ensure they can be applied without aagc1-3/+1
fuzz factor, and rtemove the fuzz factor definition from the package makefile.
1999-11-12Add patch fuzz factor 1agc1-1/+3
1999-10-22Update "gtk+" package to version 1.2.6 included in GNOME 1.0.53 release.tron1-4/+10
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-10-07Ensure that `gtk-config --libs' includes the proper linker flags tojlam1-4/+9
link against X11 libs.
1999-08-28Update gtk+ to 1.2.4rh1-3/+3
Overview of Changes in GTK+ 1.2.4: * DnD improvements (drags can be canceled with Esc now). * suppressed configure event reordering in Gdk. * rewrite of Gtk's configure event handling. * major improvements for the object argument system (Elena Devdariani). * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and GtkCTree. * tutorial/FAQ updates, new file generation.txt on autogenerated sources. * configure's --with-glib= is "officially" unsupported. * upgrade to libtool 1.3.3. * various buglets fixed. Overview of Changes in GTK+ 1.2.3: * Upgrade to libtool 1.3 * Check for dgettext (for systems with old versions of GNU Gettext) * Many bug fixes (see ChangeLog for details)
1999-05-23Don't set CFLAGS. If the user wants -O2 -pipe, it should be set in mk.conf.tv1-3/+2
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-4/+2
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-02Update "gtk+" package to version 1.2.2.tron1-3/+3
1999-04-16Update "gtk" package to version 1.2.1 on request by Tim Rightnour.tron1-3/+3
1999-03-04Update "gtk+" package to release version 1.2.0.tron1-8/+8
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-16The never ending gnome story:tron1-3/+3
Update "gtk+" package to version 1.1.12.
1998-12-28"gtk+" requires "perl" to build as noticed by Gary Duzan in PR pkg/6639.tron1-1/+2
1998-12-28Move "gettext" package from "misc" to "devel" category.tron1-2/+2
1998-12-23Depend on "gettext-0.10.35".tron1-2/+2
1998-12-18Update "gtk+" package to version 1.1.9.tron1-8/+14
1998-11-21Update "gtk+" package to version 1.1.3 using patches bytron1-4/+5
Frank van der Linden.
1998-10-04Make me the maintainer of this package.tron1-2/+2
1998-10-04Update "gtk+" package to version 1.1.2.tron1-4/+4
1998-08-20Update "gtk+" package to version 1.1.1.tron1-7/+9
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-07-24Update to use USE_LIBTOOL.tv1-5/+3
1998-07-19PR 5799: ${PREFIX} -> ${LOCALBASE}, "part 2"tv1-2/+2
1998-07-19For X11 pkgs, libtool must be searched for in ${LOCALBASE}. Noticed bytv1-2/+2
Jochen Pohl in PR #5799.
1998-07-18- Adapt to use pkg version of libtool instead of its own private copy.tv1-2/+8
- Use INSTALL_{PROGRAM,DATA,SCRIPT} from the pkg system in the makefiles instead of hacking around the INSTALL= breakage in configure. - Change @dirrm share/aclocal to a "try to delete aclocal directory" via @unexec rmdir || true - more than one pkg uses the aclocal dir.
1998-06-20No need to process "PLIST" with "sed", let "install-info" createtron1-9/+1
"${X11BASE}/info/dir" for us.
1998-06-20Use automatic info file handling.tron1-2/+2
1998-06-20Update gtk+ to version 1.0.4 using changes supplied by Bernk Sieker.tron1-2/+4
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-3/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-04-14Update to "gtk+-1.0.0" using changes supplied by Bernd Sieker.tron1-6/+6
1998-03-10portlint: pkg->${PKGDIR}.frueauf1-4/+2
1998-02-13Add a pre-install stage to create an ${X11BASE}/info/dir, if it doesn'tagc1-1/+9
already exist, so that info files will work properly with this package. Pre-process the PLIST file, so that ${LOCALBASE} is expanded properly - this is needed to create the info dir file in ${X11BASE} for binary packages.