Commit graph

87 commits

Author SHA1 Message Date
bsiegert
2cad5e580b Update fox to 1.6.57.
This supersedes the 1.6.56 update from PR pkg/52967.

April 3 - FOX STABLE 1.6.57

    Libtool flags added on behalf of FXRuby builds and missing UNICODE flag
    added for CYGWIN32 build.

January 16 - FOX STABLE 1.6.56

    Problem fixed in FXString vformat().

July 19 - FOX STABLE 1.6.55

    Fix FXMemoryStream position() API: error code was set moving stream
    position to end of buffer.

April 20 - FOX STABLE 1.6.54

    Fix core dump using old GNU C Library or CYGWIN inside
    FXString::vformat.cpp.

December 3 - FOX STABLE 1.6.53

    Fixed typo in FXString::vformat.cpp.

March 15 - FOX STABLE 1.6.51

    Small fixes for 64-bit casts in dctest.cpp (compiler warning issues).
    JPEG image I/O color spaces handled better.
    FXApp input callback message ID for SEL_IO_EXCEPT was wrong.
    Change in how FXStat determines if a file is an executable (Windows).
2018-12-12 19:07:22 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
agc
d8f09469bb Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 03:28:24 +00:00
tnn
6a69e9522b Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
ryoon
8a38b55184 Update to 1.6.50
* Remove old NetBSD support.

Changelog:
not available.
2015-02-15 14:04:59 +00:00
mef
87b57a9814 MASTER_SITES moved. 2014-12-16 12:08:44 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
wiz
c051b285a5 Improve DESCR, per PR 47181 by diro@nixsyspaus.org. 2012-11-11 13:45:03 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
wiz
fb1a8e5414 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
wiz
3c29c53645 Note that patch has been accepted for 1.6.42. 2011-01-29 16:55:13 +00:00
wiz
a4a29195b5 Fix build with png-1.5. 2011-01-29 11:24:43 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
2c66fb5c28 Update to 1.6.33:
* Backported FXTopWindow resize() and position() fixes from FOX 1.7.
* Fixed GCC 4.3 warning in FXArray header file.
* Made internal data arrays static to prevent global name clashes on some compilers.
* Fixed uninitialized variable in FXFileDict.
2008-05-22 22:56:19 +00:00
wiz
e6893254f1 Update to 1.6.32:
March 10 - FOX STABLE 1.6.32

    * Fixed FXPath::simplify(). Backport from FOX 1.7.
    * Fixed Adie CPU load issue caused by clock updating.
    * Fixed FXURL::fileFromURL().

November 16 - FOX STABLE 1.6.31

    * Bug fix to strtoull() for systems which have no native strtoull().
    * Missing tr() added in FXMDIClient.
    * Fix for FXRuby in FXMDIClient (don't test for message==0 in notify message).

October 6 - FOX STABLE 1.6.30

    * Fixed some issues with flush() in FXBZFileStream and FXGZFileStream.
    * FXDial didn't issue SEL_COMMAND when driven from keyboard.
    * Small typo found in fxfilematch() was found which affected character-range matching.
    * Problem in FX7Segment fixed.

August 9 - FOX STABLE 1.6.29

    * Added ".jpeg" as additional extension for JPEG images in FXIconSource.
    * Fix in FXSplashWindow not killing timer if it gets destroyed before timer goes off.
    * FX7Segment had bug in onCmdGetStringValue() implementation (it was not returning the string).
    * Cruft removed from FXMat3f.
    * Bold style fixed in FXText.
    * Read outside buffer problem (flagged in valgrind occasionally) fixed in FXText.
    * Bugs in FXListBox and FXTreeListBox fixed.

1.6.28: not described
2008-04-25 05:21:30 +00:00
xtraeme
c255132dc5 Update to 1.6.27:
* Decoration options interpreted under Windows-XP and UNIX as follows:
  DECOR_SHRINKABLE means window may be smaller, but not larger, than
  default size; DECOR_STRETCHABLE means window may be larger, but not
  smaller, than default size; and finally, DECOR_RESIZE means window may
  be both smaller or larger than default size.
* Fixed regression in glUseFXFont() when using Xft instead of XLFD.
* Fixed bug in FXVisual which caused drawing to FXBitmap to fail.
* Fixed bug FXWindow setDNDData() which affected MS-Windows clipboard operations.
* Fixed issue with bold-face text not drawing correctly in FXText if gap
  happens to be in the text-fragment being drawn.
* Fixed issue in multi-head API access under older Windows operating
  systems than Windows-XP.
* FXMDIChild resize animation speed changed a little bit.
* Some MacOS-X porting issues fixed.
2007-06-10 11:40:52 +00:00
joerg
8d34b95c95 Reapply pthread fix. 2007-04-17 21:32:06 +00:00
joerg
b0dd1eeecb Needs pkg-config. 2007-04-15 13:59:37 +00:00
xtraeme
5616001b8f Update to 1.6.25 (latest stable version).
Too many changes to list here, please see http://www.fox-toolkit.org/
for full changes.
2007-04-13 05:45:35 +00:00
joerg
7b0cb246fe Modular Xorg support. 2007-01-11 15:53:59 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
wiz
c49427ac2c Update to 1.4.34, latest from 1.4.x series:
New in 1.4.34:
* Fixed buglet in own strtoll which is only used on machines which
don't have native one.

1.4.32
* Back-ported fixes for GCC 4.1 C++ Language Changes [Friend Injection].

1.4.26
* Fixed SUN Solaris compile issue with threads.
* Missing fxcheckTIF(), fxcheckPNG(), fxcheckJPG() declarations if
TIF, PNG, and JPEG support is stubbed out.

1.4.24
* Fixed small issue in FXVec4{d,f} distance() routine.

1.4.23
* Fixed compile issue with new GetOwnModuleHandle() function.
* Delete thread local storage key upon global destructor in FXThread.

1.4.22
* Fixed bug in fxloadGIF [and thus also in FXGIFIcon and FXGIFImage;
some subltety with the LZW implementation was wrong. It is very
rare as we've lived with this flaw for a long time before discovering
it. The symptom is that the decoder complains that the image is
truncated [it isn't!].
* Bug in FXSettings causes trouble when writing large integer
numbers back to the registry file.

1.4.21
* The getDisplay() API now returns the proper HINSTANCE on Windows;
thanks to Henrik and Claus Wann Jensen feedback on this problem.
The solution fixes some instability problems in .DLL use of FOX on
Windows.


1.4.20
* Set active window to owner when dialog closes on Windows.
* Fixed Thread Local Storage handle leak on Windows.
* Fixed GDI HICON handle leak for FXTopLevel's big/small icons on Windows.
2006-07-17 19:20:45 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
joerg
301a49e7ac Fix pthread detection, force non-threadsafe version for DragonFly due
to lack of getpwuid_r and friends.
2006-06-26 13:12:00 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
grant
e1e3faa147 fix a conditional to appease bmake 2005-08-20 10:50:52 +00:00
adam
6ae7dafe6b Changes 1.4.17:
* A problem in FXMessageBox was fixed
* Fixed problems on multi-head Windows machines
* Other fixes
2005-08-02 10:26:43 +00:00
adam
e607d64b94 libbz2 is needed for buildlinking 2005-07-25 12:50:59 +00:00
adam
c360aa40fd Fix building on NetBSD < 3.0 2005-07-25 12:49:56 +00:00
wiz
5b5b173dcb Update for fox-1.4.x (library name changed). 2005-07-25 10:59:44 +00:00
adam
875570bece Removed old patches 2005-07-25 10:56:48 +00:00
adam
e845525529 Changes 1.4.16:
* Fixed bug in FXList and FXIconList
* Fixed sign error in quaternion classes in setAxes()
* Issue in FXMemoryStream fixed
2005-07-25 10:53:43 +00:00