Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -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-10 | update to 1.2.9. | drochner | 1 | -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-26 | Do not hardcode locale directory to "share/locale", use "${PKGLOCALEDIR}" | tron | 1 | -1/+2 | |
instead. | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
2000-11-24 | pull in gettext (msgfmt), so the .po files get built | hubertf | 1 | -1/+2 | |
2000-11-14 | use USE_LIBINTL instead of explicit dependance on gettext pkg - the package | jdolecek | 1 | -2/+2 | |
seem to work ok with gettext/libintl which is in -current tree | |||||
2000-09-05 | Update build dependency on perl to build in correct directory if perl | jlam | 1 | -2/+2 | |
interpreter is not found. | |||||
2000-08-28 | Use PERL5 variable for location of perl5 binary. | jlam | 1 | -2/+2 | |
2000-07-31 | The gettext package gained a shared library. For all packages which | jlam | 1 | -2/+2 | |
link against libintl.so, update the dependency on gettext to >=0.10.35nb1. | |||||
2000-06-05 | Replace USE_PKGLIBTOOL by USE_LIBTOOL. | wiz | 1 | -23/+24 | |
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -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-26 | Update gtk+ to 1.2.8. Overview of changes: | rh | 1 | -3/+3 | |
* GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection | |||||
2000-03-28 | Activate support for alternate input devices as suggested by | tron | 1 | -2/+3 | |
Lennart Augustsson in PR pkg/9688. | |||||
2000-03-12 | Update "gtk+" package to version 1.2.7. This version fixes numerous bugs | tron | 1 | -3/+3 | |
discovered in version 1.2.6 and includes two new translations. | |||||
2000-01-10 | be consistent on which version to wildcard | hubertf | 1 | -2/+2 | |
1999-11-22 | Regenerate two patch files, to ensure they can be applied without a | agc | 1 | -3/+1 | |
fuzz factor, and rtemove the fuzz factor definition from the package makefile. | |||||
1999-11-12 | Add patch fuzz factor 1 | agc | 1 | -1/+3 | |
1999-10-22 | Update "gtk+" package to version 1.2.6 included in GNOME 1.0.53 release. | tron | 1 | -4/+10 | |
1999-10-07 | Remove me as maintainer of those packages. | tron | 1 | -2/+2 | |
1999-10-07 | Ensure that `gtk-config --libs' includes the proper linker flags to | jlam | 1 | -4/+9 | |
link against X11 libs. | |||||
1999-08-28 | Update gtk+ to 1.2.4 | rh | 1 | -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-23 | Don't set CFLAGS. If the user wants -O2 -pipe, it should be set in mk.conf. | tv | 1 | -3/+2 | |
1999-05-20 | Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", | tron | 1 | -4/+2 | |
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV". | |||||
1999-05-02 | Update "gtk+" package to version 1.2.2. | tron | 1 | -3/+3 | |
1999-04-16 | Update "gtk" package to version 1.2.1 on request by Tim Rightnour. | tron | 1 | -3/+3 | |
1999-03-04 | Update "gtk+" package to release version 1.2.0. | tron | 1 | -8/+8 | |
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -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-16 | The never ending gnome story: | tron | 1 | -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. | tron | 1 | -1/+2 | |
1998-12-28 | Move "gettext" package from "misc" to "devel" category. | tron | 1 | -2/+2 | |
1998-12-23 | Depend on "gettext-0.10.35". | tron | 1 | -2/+2 | |
1998-12-18 | Update "gtk+" package to version 1.1.9. | tron | 1 | -8/+14 | |
1998-11-21 | Update "gtk+" package to version 1.1.3 using patches by | tron | 1 | -4/+5 | |
Frank van der Linden. | |||||
1998-10-04 | Make me the maintainer of this package. | tron | 1 | -2/+2 | |
1998-10-04 | Update "gtk+" package to version 1.1.2. | tron | 1 | -4/+4 | |
1998-08-20 | Update "gtk+" package to version 1.1.1. | tron | 1 | -7/+9 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -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-24 | Update to use USE_LIBTOOL. | tv | 1 | -5/+3 | |
1998-07-19 | PR 5799: ${PREFIX} -> ${LOCALBASE}, "part 2" | tv | 1 | -2/+2 | |
1998-07-19 | For X11 pkgs, libtool must be searched for in ${LOCALBASE}. Noticed by | tv | 1 | -2/+2 | |
Jochen Pohl in PR #5799. | |||||
1998-07-18 | - Adapt to use pkg version of libtool instead of its own private copy. | tv | 1 | -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-20 | No need to process "PLIST" with "sed", let "install-info" create | tron | 1 | -9/+1 | |
"${X11BASE}/info/dir" for us. | |||||
1998-06-20 | Use automatic info file handling. | tron | 1 | -2/+2 | |
1998-06-20 | Update gtk+ to version 1.0.4 using changes supplied by Bernk Sieker. | tron | 1 | -2/+4 | |
1998-04-17 | Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. | agc | 1 | -3/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-04-14 | Update to "gtk+-1.0.0" using changes supplied by Bernd Sieker. | tron | 1 | -6/+6 | |
1998-03-10 | portlint: pkg->${PKGDIR}. | frueauf | 1 | -4/+2 | |
1998-02-13 | Add a pre-install stage to create an ${X11BASE}/info/dir, if it doesn't | agc | 1 | -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. |