summaryrefslogtreecommitdiff
path: root/x11/gtk
AgeCommit message (Collapse)AuthorFilesLines
1999-07-09Add package patch checksum files.agc1-0/+8
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.tron4-13/+13
1999-04-29Properly order linker option output of "gtk-config".tron1-5/+8
1999-04-27Add "-Wl,-R" to linker option list in "gtk-config".tron1-0/+13
1999-04-16Update "gtk" package to version 1.2.1 on request by Tim Rightnour.tron4-25/+26
1999-03-14Update description: gtk++ isn't used by Gimp only.tron1-1/+1
1999-03-09Don't automatically prefix "../" to the INSTALL command for subdir use.tron1-2/+15
1999-03-05Don't use strange library naming scheme ("libgtk-12.so.0.0") because ittron4-9/+18
will cause all programs to be linked with the static library. The shared library is now called "libgtk.so.12.0".
1999-03-04Update "gtk+" package to release version 1.2.0.tron7-77/+88
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-0/+19
Update "gtk+" package to version 1.1.12.
1999-01-16The never ending gnome story:tron5-31/+45
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.tron6-31/+60
1998-11-21Update "gtk+" package to version 1.1.3 using patches bytron1-13/+0
Frank van der Linden.
1998-11-21Update "gtk+" package to version 1.1.3 using patches bytron5-73/+41
Frank van der Linden.
1998-11-12Add missing NetBSD RCS Id.agc1-0/+2
1998-10-04Make me the maintainer of this package.tron1-2/+2
1998-10-04Update "gtk+" package to version 1.1.2.tron5-11/+39
1998-08-20Update "gtk+" package to version 1.1.1.tron5-54/+72
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-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
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.tv4-25/+45
- 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-07-15Install "glibconfig.h" in "${PREFIX}/include" so that "gtk+" applicationstron2-4/+13
can find it, fixes PR pkg/5728 by Perry E. Metzger.
1998-07-15Use automatic shared object handlingagc1-3/+1
1998-06-20No need to process "PLIST" with "sed", let "install-info" createtron1-9/+1
"${X11BASE}/info/dir" for us.
1998-06-20Fix thinko: even with automatic info file handling "PLIST" executingtron1-1/+7
"install-info" entries are required.
1998-06-20Use automatic info file handling.tron2-9/+3
1998-06-20Update gtk+ to version 1.0.4 using changes supplied by Bernk Sieker.tron5-30/+33
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.tron5-179/+57
1998-03-10portlint: pkg->${PKGDIR}.frueauf1-4/+2
1998-02-24Fix warning when using "pkg_add".tron1-2/+2
1998-02-13Well, it's a long story...agc1-0/+147
The gimp package has strange compilation errors for me. This can be traced back to the fact that HAVE_FLOAT_H and HAVE_LIMITS_H are undefined in $X11BASE/include/glibconst.h, which is included by $X11BASE/include/glib.h. glibconst.h is automatically generated using a configure script produced by GNU autoconf, when configuring the gtk package. This script was setting CPP to /lib/cpp, because "cc -E -qlanglvl=ansi" produced a warning on stderr when trying to find out how to call the ANSI compiler. And because /lib/cpp doesn't exist, the programs which were passed through it to expand #include <limits.h> or #include <float.h> failed, so configure assumed that they weren't present.
1998-02-13Add a pre-install stage to create an ${X11BASE}/info/dir, if it doesn'tagc2-2/+11
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.
1998-02-12Fix installation and deinstallation of the included info documents.tron2-3/+8
1998-02-05No need to use "gmake", our "make" works fine.tron1-3/+1
1998-02-03Initial import of gtk+-0.99.3 package made by Bernd Sieker.tron6-0/+157