summaryrefslogtreecommitdiff
path: root/x11/fox
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-4/+4
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2005-08-20fix a conditional to appease bmakegrant1-2/+2
2005-08-02Changes 1.4.17:adam3-10/+10
* A problem in FXMessageBox was fixed * Fixed problems on multi-head Windows machines * Other fixes
2005-07-25libbz2 is needed for buildlinkingadam1-1/+2
2005-07-25Fix building on NetBSD < 3.0adam2-4/+10
2005-07-25Update for fox-1.4.x (library name changed).wiz1-4/+3
2005-07-25Removed old patchesadam4-62/+0
2005-07-25Changes 1.4.16:adam4-297/+416
* Fixed bug in FXList and FXIconList * Fixed sign error in quaternion classes in setAxes() * Issue in FXMemoryStream fixed
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
2004-12-28Bump PKGREVISIONs due to libtiff update.reed2-4/+4
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-10-07Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.tv2-4/+5
Since dependencies were actually failing to build, they fortunately don't require PKGREVISION bumps themselves.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-06Fix typo (CONFIFURE_ARGS => CONFIGURE_ARGS) reported by Georg Schwarzwiz1-3/+3
in PR 26868. Bump PKGREVISION since this will result in a slightly(?) different version.
2004-04-26Unused.wiz1-23/+0
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-6/+3
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-11bl3ifyxtraeme2-7/+35
2004-03-08Fix PLIST after libtool update.wiz1-2/+1
Should fix bulk build problem.
2004-02-16Add 'Forte Developer 7' to the list of matches for the Sun CC compiler.sketch2-6/+16
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-30As pointed out by jlam:jschauma1-1/+2
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there.
2003-09-01whitespace fixescjep1-2/+2
2003-08-29Updated fox to 1.0.43. Many changes and fixes to paste here, to seextraeme9-93/+155
a full list of changes: http://www.fox-toolkit.org/news.html Closes my own PR pkg/22407. Ok'ed by wiz@
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-3/+4
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2002-10-09Unused.wiz1-37/+0
2002-10-09buildlink1 -> buildlink2.wiz1-4/+5
2002-09-23Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard namesjlam1-2/+3
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+22
buildlink2.mk files back into the main trunk.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-05Fix method to use xunicodesakamoto5-22/+64
s/USE_XUNICODE/FOX_USE_XUNICODE/ and define USE_UNICODE to X_CFLAGS. Update from 0.99.172 to 0.99.174 http://www.geocrawler.com/archives/3/3372/2001/6/0/6025503/ [Foxgui-announce]New drop of FOX [0.99.173] http://www.geocrawler.com/archives/3/3372/2001/7/0/6162289/ [Foxgui-announce]New FOX drop [0.99.174]
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-05-27Update to fox-0.99.172 and xunicode-0.3.2.2.sakamoto3-15/+18
Changes: [Foxgui-announce]New Drop of FOX [0.99.169] http://groups.yahoo.com/group/fox-users/message/2431 [Foxgui-announce]FOX 0.99.172 dropped http://groups.yahoo.com/group/fox-users/message/2433
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-4/+7
2001-04-18use DEPENDS+= instead of DEPENDS=, put DEPENDS on seperate linesdmcmahill1-3/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-15fix shared library path.sakamoto1-3/+4
2001-04-13Update to fox-0.99.167 and xunicode-0.3.2.sakamoto5-16/+21
Changes: [Foxgui-announce]New FOX Drop [0.99.160] http://www.geocrawler.com/archives/3/3372/2001/2/0/5233478/ [Foxgui-announce]New drop of FOX [0.99.162] http://www.geocrawler.com/archives/3/3372/2001/3/0/5304347/ [Foxgui-announce]New drop FOX [0.99.164] http://www.geocrawler.com/archives/3/3372/2001/3/0/5310563/ [Foxgui-announce]New FOX released [0.99.165] http://www.geocrawler.com/archives/3/3372/2001/3/0/5352175/ [Foxgui-announce]New FOX Drop [0.99.166] http://www.geocrawler.com/archives/3/3372/2001/3/0/5360202/ [Foxgui-announce]New drop of FOX [0.99.167] http://www.geocrawler.com/lists/3/SourceForge/3372/0/5486877/
2001-02-24Adjust for NetBSDsakamoto12-147/+115
2001-02-24Initial import of fox:sakamoto9-0/+336
Fast and extensive C++ GUI toolkit