summaryrefslogtreecommitdiff
path: root/x11/p5-gtk
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-3/+1
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2005-01-22Move pre-configure target to post-patch. This allows other subpackagesadrianp1-2/+2
to define their own pre-configure target which is needed.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25bl3ifyxtraeme3-7/+7
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc2-4/+5
2003-11-25Updated to 0.7009. Fixes build with perl 5.8.x.salo4-8/+9
Addresses PR pkg/23209 by Christian Gall.
2003-09-07Fix pathname to patched file so "sub packages" of p5-gtkseb2-5/+5
- which have a different WRKSRC - can actually be built.
2003-09-04Package sharing this file should also use the same patches; setwiz1-1/+2
PATCHDIR (per suggestion from mrg).
2003-07-22actually make sure the subpackages depend on p5-gtk itself!mrg1-2/+3
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-23part 1 to fix PR pkg/21891: split common parts of p5-gtk and it's submrg3-11/+41
packages out, and have a generic method of building a sub package.
2003-05-09Fix dir in depends line. From Soren Jacobsen in PR 21508.wiz1-2/+2
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2002-10-13buildlink1 -> buildlink2. Use perl5/module.mk.wiz1-7/+5
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-03Update x11/p5-gtk to version 0.7008. Major changes from version 0.7004jlam4-11/+41
include: * bug fixes * added perl var changes event source: you can now get a callback when the value of a perl variable changes. * install more documentation (Gtk::cookbook) * optimize both memory used and speed of loading/execution * add the ability to query packages, signals and object arguments.
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28Update to 0.7004 per pkg/11595 by Damon Brodie. Bugfix release.wiz2-5/+5
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-28Update p5-gtk to 0.7003 -- a year and a half's worth of changes to trackjlam4-12/+10
GTK+ and fix building on newer versions of Perl.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-21/+6
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
1999-10-23Use wildcard dependence for "gtk+" package.tron1-2/+2
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2
1999-05-02Update dependence for "gtk+" package to version 1.2.2.tron1-2/+2
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-16Update dependence for "gtk+" package to version 1.2.1.tron1-2/+2
1999-04-12Update to 0.5120hubertf3-27/+13
Lots of changes, mostly to make this working again, and with the latest and greatest gtk release.
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-21/+21
1999-03-04Update dependence for "gtk+" package.tron1-2/+2
1999-01-16Depend on version 1.1.12 of "gtk+" package.tron1-2/+2
1998-12-19Depend on "gtk+-1.1.9".tron1-2/+2
1998-11-21Depend on "gtk+-1.1.3".tron1-2/+2
1998-11-04Initial import of p5-gtk-0.4.garbled5-0/+57
perl bindings for gtk