Index: head/audio/gogglesmm/Makefile =================================================================== --- head/audio/gogglesmm/Makefile (revision 568601) +++ head/audio/gogglesmm/Makefile (revision 568602) @@ -1,112 +1,113 @@ # Created by: Sascha Klauder # $FreeBSD$ PORTNAME= gogglesmm PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= jhale@FreeBSD.org COMMENT= Music collection manager and player LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= fails to compile: ap_mad.cpp:358:2: \#error fixme LIB_DEPENDS= libtag.so:audio/taglib \ libexpat.so:textproc/expat2 \ libFOX-1.7.so:x11-toolkits/fox17 USES= cmake compiler:c++11-lib desktop-file-utils gnome \ localbase:ldflags pkgconfig sqlite xorg USE_GITHUB= yes USE_XORG= ice sm x11 CMAKE_OFF= WITH_CFOX WITH_IMPORT INSTALLS_ICONS= yes PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= A52 ALSA DBUS DCA DOCS FAAD FLAC MAD NLS \ OGG OPENGL OPUS PULSEAUDIO SNDIO ZLIB OPTIONS_RADIO= SSL VORBISDEC OPTIONS_RADIO_SSL= GCRYPT GNUTLS OPENSSL VORBISDEC_DESC= Vorbis decoder library OPTIONS_RADIO_VORBISDEC= TREMOR VORBIS OPTIONS_DEFAULT= DBUS FAAD FLAC MAD OGG OPENGL OPENSSL OPUS VORBIS ZLIB OPTIONS_SUB= yes A52_LIB_DEPENDS= liba52.so:audio/liba52 A52_CMAKE_BOOL= WITH_A52 ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CMAKE_BOOL= WITH_ALSA DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_CMAKE_BOOL= WITH_DBUS DCA_LIB_DEPENDS= libdca.so:multimedia/libdca DCA_CMAKE_BOOL= WITH_DCA FAAD_LIB_DEPENDS= libfaad.so:audio/faad FAAD_CMAKE_BOOL= WITH_FAAD FLAC_LIB_DEPENDS= libFLAC.so:audio/flac FLAC_CMAKE_BOOL= WITH_FLAC FLAC_IMPLIES= OGG GCRYPT_DESC= MD5 calculation via libgcrypt (no https) GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt GCRYPT_CMAKE_BOOL= WITH_GCRYPT GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CMAKE_BOOL= WITH_GNUTLS MAD_LIB_DEPENDS= libmad.so:audio/libmad MAD_CMAKE_BOOL= WITH_MAD NLS_USES= gettext NLS_CMAKE_BOOL= WITH_NLS OGG_LIB_DEPENDS= libogg.so:audio/libogg OGG_CMAKE_BOOL= WITH_OGG OPENGL_LIB_DEPENDS= libepoxy.so:graphics/libepoxy OPENGL_USES= gl OPENGL_USE= GL=gl,glu OPENGL_CMAKE_BOOL= WITH_OPENGL OPENSSL_USES= ssl OPENSSL_CMAKE_BOOL= WITH_OPENSSL OPUS_LIB_DEPENDS= libopus.so:audio/opus OPUS_CMAKE_BOOL= WITH_OPUS OPUS_IMPLIES= OGG PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL= WITH_PULSE SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio SNDIO_CMAKE_BOOL= WITH_SNDIO TREMOR_LIB_DEPENDS= libvorbisidec.so:audio/libtremor TREMOR_CMAKE_BOOL= WITH_TREMOR TREMOR_IMPLIES= OGG VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis VORBIS_CMAKE_BOOL= WITH_VORBIS VORBIS_IMPLIES= OGG ZLIB_CMAKE_BOOL= WITH_ZLIB .include .if ${PORT_OPTIONS:MOGG} && !${PORT_OPTIONS:MTREMOR} && !${PORT_OPTIONS:MVORBIS} IGNORE= you have selected an option that requires a Vorbis decoder. Run 'make config' and select one .endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/x11-toolkits/fox17/Makefile =================================================================== --- head/x11-toolkits/fox17/Makefile (revision 568601) +++ head/x11-toolkits/fox17/Makefile (revision 568602) @@ -1,104 +1,106 @@ # Created by: gahr # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.74 +PORTVERSION= 1.7.75 CATEGORIES= x11-toolkits MASTER_SITES= http://fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} MAINTAINER= jhale@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit (development version) LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc= missing __sync_bool_compare_and_swap_8() LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig USES= compiler:c++11-lib gl libtool localbase pathfix xorg USE_GL= gl glu USE_XORG= ice sm x11 xcursor xext xfixes xft xi xrandr xrender USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-opengl=yes \ +CONFIGURE_ARGS= --with-freetype-include="`freetype-config --cflags | sed -e 's|^-I||'`" \ + --with-freetype-library="`freetype-config --libs | sed -e 's|^-L||'`" \ + --with-opengl=yes \ --with-xim \ --enable-png \ --bindir=${PREFIX}/bin/${PORTNAME}-${MAJORVER} INSTALL_TARGET= install-strip MAJORVER= ${PORTVERSION:R} PLIST_SUB+= MAJORVER=${MAJORVER} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${MAJORVER} PORTDOCS= * OPTIONS_DEFINE= DEBUG DOCS EXAMPLES OPTIMIZED_CFLAGS PROFILE TEST OPTIONS_GROUP= IMGFMTS OPTIONS_GROUP_IMGFMTS= JPEG OPENJPEG TIFF WEBP OPTIONS_DEFAULT= JPEG OPENJPEG TIFF WEBP IMGFMTS_DESC= Image formats DEBUG_CONFIGURE_ENABLE= debug DEBUG_CXXFLAGS_OFF= -DNDEBUG JPEG_USES= jpeg JPEG_CONFIGURE_ENABLE= jpeg OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 OPENJPEG_CONFIGURE_ENABLE= jp2 PROFILE_CONFIGURE_ON= --with-profiling=gprof TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_CONFIGURE_ENABLE= tiff WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_CONFIGURE_ENABLE= webp .include .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} CXXFLAGS+= -O2 -ffast-math . if !${PORT_OPTIONS:MPROFILE} CXXFLAGS+= -fomit-frame-pointer . endif . if ${CHOSEN_COMPILER_TYPE} == gcc CXXFLAGS+= -fexpensive-optimizations -finline-functions . endif .endif post-patch: # Rename man pages as in manpage.1 --> manpage-17.1 to avoid # conflicts with fox14 and fox16 @files=$$(${FIND} ${WRKSRC} -name *.1); \ for f in $$files; do \ ${MV} $$f `${ECHO_CMD} $$f | ${SED} -e 's|\.1|-17.1|'`; \ done; @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ '/man_MANS/s|\.1|-17.1|g' @${REINPLACE_CMD} -e '/^Libs:/s|$$| -pthread|; s|"||g' ${WRKSRC}/fox17.pc.in # CXXFLAGS safeness @${REINPLACE_CMD} -e \ 's|^\(CXXFLAGS=""\)|#\1|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} post-patch-EXAMPLES-off: @${REINPLACE_CMD} -e \ 's|^\(SUBDIRS.*\)adie|\1|; \ s|^\(SUBDIRS.*\)pathfinder|\1|; \ s|^\(SUBDIRS.*\)shutterbug|\1|; \ s|^\(SUBDIRS.*\)calculator|\1|' \ ${WRKSRC}/Makefile.in post-patch-TEST-off: @${REINPLACE_CMD} -e \ 's|^\(SUBDIRS.*\)glviewer|\1|; \ s|^\(SUBDIRS.*\)tests|\1|' \ ${WRKSRC}/Makefile.in .include Index: head/x11-toolkits/fox17/distinfo =================================================================== --- head/x11-toolkits/fox17/distinfo (revision 568601) +++ head/x11-toolkits/fox17/distinfo (revision 568602) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610207572 -SHA256 (fox-1.7.74.tar.gz) = 21f8a10116102e0b1d43b779c2cc287df8d01902b020faea8e32b151c1935093 -SIZE (fox-1.7.74.tar.gz) = 5705006 +TIMESTAMP = 1614790916 +SHA256 (fox-1.7.75.tar.gz) = 7711b0cc498de68b7da6f7fd1b4e57560a3db73ef557fda962c54cc54b5276d7 +SIZE (fox-1.7.75.tar.gz) = 5709577 Index: head/x11-toolkits/fox17/files/patch-configure =================================================================== --- head/x11-toolkits/fox17/files/patch-configure (revision 568601) +++ head/x11-toolkits/fox17/files/patch-configure (nonexistent) @@ -1,13 +0,0 @@ ---- configure.orig 2016-12-07 22:04:54 UTC -+++ configure -@@ -18010,8 +18010,8 @@ fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_xft" >&5 - $as_echo "$with_xft" >&6; } - if test "x$with_xft" != "xno"; then --XFTCFLAGS="-I/usr/include/freetype2" --XFTLIBS="-lXft -lfontconfig -lfreetype" -+XFTCFLAGS="`freetype-config --cflags`" -+XFTLIBS="-lXft -lfontconfig `freetype-config --libs`" - saved_cppflags="${CXXFLAGS}" - CXXFLAGS="${CXXFLAGS} -DHAVE_XFT_H=1 $XFTCFLAGS" - X_BASE_LIBS="${X_BASE_LIBS} $XFTLIBS" Property changes on: head/x11-toolkits/fox17/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-toolkits/fox17/files/patch-lib_FXAtomic.cpp =================================================================== --- head/x11-toolkits/fox17/files/patch-lib_FXAtomic.cpp (revision 568601) +++ head/x11-toolkits/fox17/files/patch-lib_FXAtomic.cpp (revision 568602) @@ -1,20 +1,20 @@ ---- lib/FXAtomic.cpp.orig 2017-11-29 04:44:13 UTC +--- lib/FXAtomic.cpp.orig 2020-11-30 16:10:17 UTC +++ lib/FXAtomic.cpp @@ -54,7 +54,7 @@ // New __atomic_XXX() builtins are available -#if ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) +#if ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) || (defined(__clang__) && defined(__x86_64__)) #define HAVE_BUILTIN_ATOMIC 1 #endif @@ -64,7 +64,7 @@ #endif // Can we use inline-assembly -#if (defined(__GNUC__) || defined(__INTEL_COMPILER)) -+#if (defined(__GNUC__) || defined(__INTEL_COMPILER)) || defined(__clang__) ++#if (defined(__GNUC__) || defined(__INTEL_COMPILER) || defined(__clang__)) #define HAVE_INLINE_ASSEMBLY 1 #endif Index: head/x11-toolkits/fox17/files/patch-lib_FXSystemTime.cpp =================================================================== --- head/x11-toolkits/fox17/files/patch-lib_FXSystemTime.cpp (revision 568601) +++ head/x11-toolkits/fox17/files/patch-lib_FXSystemTime.cpp (revision 568602) @@ -1,24 +1,40 @@ -Emulate the behavior of the USG UXIX daylight variable implemented in glibc. -It is supposed to be 0 if the time zone does not have any daylight saving time +Emulate the behavior of the USG UNIX 'daylight' and 'timezone' variables +implemented in glibc. + +int daylight: Zero if the time zone does not have any daylight saving time rules and non-zero if there is a time during the year when daylight saving -time applies. [1] +time applies. [1] In FreeBSD, tzname[1] should be set to " " (three spaces) +if DST is never observed. [2] -In FreeBSD, tzname[1] should be set to " " (three spaces) if DST is never -observed. [2] +long int timezone: contains the difference between UTC and the latest local +standard time, in seconds west of UTC. For example, in the U.S. Eastern time +zone, the value is 5*60*60. Unlike the tm_gmtoff member of the broken-down +time structure, this value is not adjusted for daylight saving, and its sign +is reversed. [1] [1] https://www.gnu.org/software/libc/manual/html_node/Time-Zone-Functions.html#Time-Zone-Functions -[2] https://svnweb.freebsd.org/base/head/contrib/tzcode/stdtime/localtime.c?revision=313774&view=markup#l84 +[2] https://cgit.freebsd.org/src/tree/contrib/tzcode/stdtime/localtime.c?id=9436aa0e668b147c9a5bf1898ef091934c676434#n84 ---- lib/FXSystemTime.cpp.orig 2020-11-28 04:52:31 UTC +--- lib/FXSystemTime.cpp.orig 2020-12-24 17:03:54 UTC +++ lib/FXSystemTime.cpp -@@ -278,6 +278,10 @@ FXTime FXSystem::daylightSavingsOffset(){ +@@ -265,7 +265,10 @@ FXTime FXSystem::localTimeZoneOffset(){ #if defined(_WIN32) + return minutes*tzi.Bias; // +minutes*tzi.StandardBias; + #elif defined(__FreeBSD__) || defined(__OpenBSD__) +- return 0; // FIXME ++ struct tm tmresult; ++ time_t tmp=time(&tmp); ++ struct tm* ptm=localtime_r(&tmp,&tmresult); ++ return seconds*(-ptm->tm_gmtoff + ptm->tm_isdst*3600); + #else + return seconds*timezone; + #endif +@@ -278,7 +281,7 @@ FXTime FXSystem::daylightSavingsOffset(){ + #if defined(_WIN32) return minutes*tzi.DaylightBias; // Or difference between standard and daylight bias. + #elif defined(__FreeBSD__) || defined(__OpenBSD__) +- return 0; // FIXME ++ return -hours*((tzname[1][0] == ' ') ? 0 : 1); #else -+# if defined(__FreeBSD__) -+ tzset(); -+ int daylight = ((tzname[1][0] == ' ') ? 0 : 1); -+# endif return -hours*daylight; #endif - } Index: head/x11-toolkits/fox17/files/patch-lib_FXThread.cpp =================================================================== --- head/x11-toolkits/fox17/files/patch-lib_FXThread.cpp (revision 568601) +++ head/x11-toolkits/fox17/files/patch-lib_FXThread.cpp (revision 568602) @@ -1,43 +1,33 @@ -FXThread.cpp:929:5: error: no matching function for call to 'pthread_set_name_np' - pthread_set_name_np(tid,desc.text()); - ^~~~~~~~~~~~~~~~~~~ -/usr/include/pthread_np.h:67:6: note: candidate function not viable: no known -conversionfrom 'volatile FX::FXThreadID' (aka 'volatile unsigned long') -to 'pthread_t' (aka 'pthread *') for 1st argument -void pthread_set_name_np(pthread_t, const char *); - ^ -FXThread.cpp:962:8: error: no matching function for call to 'pthread_getname_np' - if(pthread_getname_np(tid,desc,ARRAYNUMBER(desc))==0){ - ^~~~~~~~~~~~~~~~~~ -/usr/include/pthread.h:305:6: note: candidate function not viable: no known -conversion from 'const volatile FX::FXThreadID' (aka 'const volatile unsigned long') -to 'pthread_t' (aka 'pthread *') for 1st argument -int pthread_getname_np(pthread_t, char *, size_t); - ^ +pthread_setname_np() and pthread_getname_np() are only implemented on FreeBSD +12.x >= 1201518 and 13.x >= 1300098. Port to pthread_set_name_np() and +pthread_get_name_np(), respectively, for older versions. ---- lib/FXThread.cpp.orig 2020-11-30 16:10:17 UTC +--- lib/FXThread.cpp.orig 2020-12-24 17:03:54 UTC +++ lib/FXThread.cpp -@@ -925,7 +925,10 @@ FXbool FXThread::description(const FXString& desc){ +@@ -911,7 +911,10 @@ FXbool FXThread::description(const FXString& desc){ + return 0<=fxSetThreadDescription((HANDLE)tid,udesc); + #elif defined(__APPLE__) return pthread_setname_np(desc.text())==0; - #elif defined(__NetBSD__) - return pthread_setname_np(tid,"%s",desc.text())==0; --#elif defined(__FreeBSD__) || defined(__OpenBSD__) -+#elif defined(__FreeBSD__) +-#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) ++#elif defined(__FreeBSD__) && !defined(HAVE_PTHREAD_SETNAME_NP) + pthread_set_name_np((pthread_t)tid,desc.text()); + return true; -+#elif defined(__OpenBSD__) - pthread_set_name_np(tid,desc.text()); ++#elif defined(__NetBSD__) || defined(__OpenBSD__) + pthread_setname_np((pthread_t)tid,desc.text()); return true; #elif defined(HAVE_PTHREAD_SETNAME_NP) -@@ -955,6 +958,11 @@ FXString FXThread::description() const { - #elif defined(__NetBSD__) - FXchar desc[256]; - if(pthread_getname_np(tid,desc,ARRAYNUMBER(desc))==0){ +@@ -938,7 +941,13 @@ FXString FXThread::description() const { + if(pthread_getname_np(*((pthread_t*)&tid),desc,ARRAYNUMBER(desc))==0){ + return desc; + } +-#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) ++#elif defined(__FreeBSD__) && !defined(HAVE_PTHREAD_GETNAME_NP) ++ FXchar desc[256]; ++ pthread_get_name_np((pthread_t)tid,desc,ARRAYNUMBER(desc)); ++ if(desc[0]!='\0'){ + return desc; + } -+#elif defined(__FreeBSD__) && ((__FreeBSD_version >= 1201518 && __FreeBSD_version < 1300000) || (__FreeBSD_version >= 1300098)) -+ FXchar desc[256]; -+ if(pthread_getname_np((pthread_t)tid,desc,ARRAYNUMBER(desc))==0){ ++#elif defined(__NetBSD__) || defined(__OpenBSD__) + FXchar desc[256]; + if(pthread_getname_np((pthread_t)tid,desc,ARRAYNUMBER(desc))==0){ return desc; - } - #elif defined(HAVE_PTHREAD_GETNAME_NP) Index: head/x11-toolkits/fox17/pkg-plist =================================================================== --- head/x11-toolkits/fox17/pkg-plist (revision 568601) +++ head/x11-toolkits/fox17/pkg-plist (revision 568602) @@ -1,382 +1,382 @@ %%PORTEXAMPLES%%bin/fox-%%MAJORVER%%/Adie.stx bin/fox-%%MAJORVER%%/ControlPanel %%PORTEXAMPLES%%bin/fox-%%MAJORVER%%/PathFinder %%PORTEXAMPLES%%bin/fox-%%MAJORVER%%/adie %%PORTEXAMPLES%%bin/fox-%%MAJORVER%%/calculator bin/fox-%%MAJORVER%%/fox-config bin/fox-%%MAJORVER%%/reswrap %%PORTEXAMPLES%%bin/fox-%%MAJORVER%%/shutterbug include/fox-%%MAJORVER%%/FX4Splitter.h include/fox-%%MAJORVER%%/FX7Segment.h include/fox-%%MAJORVER%%/FX885910Codec.h include/fox-%%MAJORVER%%/FX885911Codec.h include/fox-%%MAJORVER%%/FX885913Codec.h include/fox-%%MAJORVER%%/FX885914Codec.h include/fox-%%MAJORVER%%/FX885915Codec.h include/fox-%%MAJORVER%%/FX885916Codec.h include/fox-%%MAJORVER%%/FX88591Codec.h include/fox-%%MAJORVER%%/FX88592Codec.h include/fox-%%MAJORVER%%/FX88593Codec.h include/fox-%%MAJORVER%%/FX88594Codec.h include/fox-%%MAJORVER%%/FX88595Codec.h include/fox-%%MAJORVER%%/FX88596Codec.h include/fox-%%MAJORVER%%/FX88597Codec.h include/fox-%%MAJORVER%%/FX88598Codec.h include/fox-%%MAJORVER%%/FX88599Codec.h include/fox-%%MAJORVER%%/FXAccelTable.h include/fox-%%MAJORVER%%/FXApp.h include/fox-%%MAJORVER%%/FXArray.h include/fox-%%MAJORVER%%/FXArrowButton.h include/fox-%%MAJORVER%%/FXAtomic.h include/fox-%%MAJORVER%%/FXAutoPtr.h include/fox-%%MAJORVER%%/FXAutoThreadStorageKey.h include/fox-%%MAJORVER%%/FXBMPIcon.h include/fox-%%MAJORVER%%/FXBMPImage.h include/fox-%%MAJORVER%%/FXBZFileStream.h include/fox-%%MAJORVER%%/FXBarrier.h include/fox-%%MAJORVER%%/FXBitmap.h include/fox-%%MAJORVER%%/FXBitmapFrame.h include/fox-%%MAJORVER%%/FXBitmapView.h include/fox-%%MAJORVER%%/FXButton.h include/fox-%%MAJORVER%%/FXCP1250Codec.h include/fox-%%MAJORVER%%/FXCP1251Codec.h include/fox-%%MAJORVER%%/FXCP1252Codec.h include/fox-%%MAJORVER%%/FXCP1253Codec.h include/fox-%%MAJORVER%%/FXCP1254Codec.h include/fox-%%MAJORVER%%/FXCP1255Codec.h include/fox-%%MAJORVER%%/FXCP1256Codec.h include/fox-%%MAJORVER%%/FXCP1257Codec.h include/fox-%%MAJORVER%%/FXCP1258Codec.h include/fox-%%MAJORVER%%/FXCP437Codec.h include/fox-%%MAJORVER%%/FXCP850Codec.h include/fox-%%MAJORVER%%/FXCP852Codec.h include/fox-%%MAJORVER%%/FXCP855Codec.h include/fox-%%MAJORVER%%/FXCP856Codec.h include/fox-%%MAJORVER%%/FXCP857Codec.h include/fox-%%MAJORVER%%/FXCP860Codec.h include/fox-%%MAJORVER%%/FXCP861Codec.h include/fox-%%MAJORVER%%/FXCP862Codec.h include/fox-%%MAJORVER%%/FXCP863Codec.h include/fox-%%MAJORVER%%/FXCP864Codec.h include/fox-%%MAJORVER%%/FXCP865Codec.h include/fox-%%MAJORVER%%/FXCP866Codec.h include/fox-%%MAJORVER%%/FXCP869Codec.h include/fox-%%MAJORVER%%/FXCP874Codec.h include/fox-%%MAJORVER%%/FXCURCursor.h include/fox-%%MAJORVER%%/FXCalendar.h include/fox-%%MAJORVER%%/FXCalendarView.h include/fox-%%MAJORVER%%/FXCallback.h include/fox-%%MAJORVER%%/FXCanvas.h include/fox-%%MAJORVER%%/FXCheckButton.h include/fox-%%MAJORVER%%/FXChoiceBox.h include/fox-%%MAJORVER%%/FXColorBar.h include/fox-%%MAJORVER%%/FXColorDialog.h include/fox-%%MAJORVER%%/FXColorList.h include/fox-%%MAJORVER%%/FXColorRing.h include/fox-%%MAJORVER%%/FXColorSelector.h include/fox-%%MAJORVER%%/FXColorWell.h include/fox-%%MAJORVER%%/FXColorWheel.h include/fox-%%MAJORVER%%/FXColors.h include/fox-%%MAJORVER%%/FXComboBox.h include/fox-%%MAJORVER%%/FXCompletion.h include/fox-%%MAJORVER%%/FXComplexd.h include/fox-%%MAJORVER%%/FXComplexf.h include/fox-%%MAJORVER%%/FXComposeContext.h include/fox-%%MAJORVER%%/FXComposite.h include/fox-%%MAJORVER%%/FXCondition.h include/fox-%%MAJORVER%%/FXConsole.h include/fox-%%MAJORVER%%/FXCursor.h include/fox-%%MAJORVER%%/FXDC.h include/fox-%%MAJORVER%%/FXDCPrint.h include/fox-%%MAJORVER%%/FXDCWindow.h include/fox-%%MAJORVER%%/FXDDSIcon.h include/fox-%%MAJORVER%%/FXDDSImage.h include/fox-%%MAJORVER%%/FXDLL.h include/fox-%%MAJORVER%%/FXDataTarget.h include/fox-%%MAJORVER%%/FXDate.h include/fox-%%MAJORVER%%/FXDebugTarget.h include/fox-%%MAJORVER%%/FXDelegator.h include/fox-%%MAJORVER%%/FXDial.h include/fox-%%MAJORVER%%/FXDialogBox.h include/fox-%%MAJORVER%%/FXDictionary.h include/fox-%%MAJORVER%%/FXDictionaryOf.h include/fox-%%MAJORVER%%/FXDir.h include/fox-%%MAJORVER%%/FXDirBox.h include/fox-%%MAJORVER%%/FXDirDialog.h include/fox-%%MAJORVER%%/FXDirList.h include/fox-%%MAJORVER%%/FXDirSelector.h include/fox-%%MAJORVER%%/FXDirVisitor.h include/fox-%%MAJORVER%%/FXDirWatch.h include/fox-%%MAJORVER%%/FXDispatcher.h include/fox-%%MAJORVER%%/FXDisplay.h include/fox-%%MAJORVER%%/FXDockBar.h include/fox-%%MAJORVER%%/FXDockHandler.h include/fox-%%MAJORVER%%/FXDockSite.h include/fox-%%MAJORVER%%/FXDockTitle.h include/fox-%%MAJORVER%%/FXDocument.h include/fox-%%MAJORVER%%/FXDragCorner.h include/fox-%%MAJORVER%%/FXDrawable.h include/fox-%%MAJORVER%%/FXDriveBox.h include/fox-%%MAJORVER%%/FXEXEIcon.h include/fox-%%MAJORVER%%/FXEXEImage.h include/fox-%%MAJORVER%%/FXElement.h include/fox-%%MAJORVER%%/FXEvent.h include/fox-%%MAJORVER%%/FXEventDispatcher.h include/fox-%%MAJORVER%%/FXEventLoop.h include/fox-%%MAJORVER%%/FXException.h include/fox-%%MAJORVER%%/FXExpression.h include/fox-%%MAJORVER%%/FXExtentd.h include/fox-%%MAJORVER%%/FXExtentf.h include/fox-%%MAJORVER%%/FXFile.h include/fox-%%MAJORVER%%/FXFileAssociations.h include/fox-%%MAJORVER%%/FXFileDialog.h include/fox-%%MAJORVER%%/FXFileList.h include/fox-%%MAJORVER%%/FXFileProgressDialog.h include/fox-%%MAJORVER%%/FXFileSelector.h include/fox-%%MAJORVER%%/FXFileStream.h include/fox-%%MAJORVER%%/FXFoldingList.h include/fox-%%MAJORVER%%/FXFont.h include/fox-%%MAJORVER%%/FXFontDialog.h include/fox-%%MAJORVER%%/FXFontSelector.h include/fox-%%MAJORVER%%/FXFrame.h include/fox-%%MAJORVER%%/FXGIFCursor.h include/fox-%%MAJORVER%%/FXGIFIcon.h include/fox-%%MAJORVER%%/FXGIFImage.h include/fox-%%MAJORVER%%/FXGLCanvas.h include/fox-%%MAJORVER%%/FXGLContext.h include/fox-%%MAJORVER%%/FXGLObject.h include/fox-%%MAJORVER%%/FXGLViewer.h include/fox-%%MAJORVER%%/FXGLVisual.h include/fox-%%MAJORVER%%/FXGZFileStream.h include/fox-%%MAJORVER%%/FXGauge.h include/fox-%%MAJORVER%%/FXGradientBar.h include/fox-%%MAJORVER%%/FXGroupBox.h include/fox-%%MAJORVER%%/FXHash.h include/fox-%%MAJORVER%%/FXHashOf.h include/fox-%%MAJORVER%%/FXHeader.h include/fox-%%MAJORVER%%/FXHorizontalFrame.h include/fox-%%MAJORVER%%/FXICOIcon.h include/fox-%%MAJORVER%%/FXICOImage.h include/fox-%%MAJORVER%%/FXIFFIcon.h include/fox-%%MAJORVER%%/FXIFFImage.h include/fox-%%MAJORVER%%/FXIO.h include/fox-%%MAJORVER%%/FXIOBuffer.h include/fox-%%MAJORVER%%/FXIODevice.h include/fox-%%MAJORVER%%/FXIcon.h include/fox-%%MAJORVER%%/FXIconCache.h include/fox-%%MAJORVER%%/FXIconList.h include/fox-%%MAJORVER%%/FXIconSource.h include/fox-%%MAJORVER%%/FXId.h include/fox-%%MAJORVER%%/FXImage.h include/fox-%%MAJORVER%%/FXImageFrame.h include/fox-%%MAJORVER%%/FXImageView.h include/fox-%%MAJORVER%%/FXInputDialog.h include/fox-%%MAJORVER%%/FXJP2Icon.h include/fox-%%MAJORVER%%/FXJP2Image.h include/fox-%%MAJORVER%%/FXJPGIcon.h include/fox-%%MAJORVER%%/FXJPGImage.h include/fox-%%MAJORVER%%/FXJSON.h include/fox-%%MAJORVER%%/FXJSONFile.h include/fox-%%MAJORVER%%/FXJSONString.h include/fox-%%MAJORVER%%/FXKOI8RCodec.h include/fox-%%MAJORVER%%/FXKnob.h include/fox-%%MAJORVER%%/FXLFQueue.h include/fox-%%MAJORVER%%/FXLabel.h include/fox-%%MAJORVER%%/FXList.h include/fox-%%MAJORVER%%/FXListBox.h include/fox-%%MAJORVER%%/FXLocale.h include/fox-%%MAJORVER%%/FXMDIButton.h include/fox-%%MAJORVER%%/FXMDIChild.h include/fox-%%MAJORVER%%/FXMDIClient.h include/fox-%%MAJORVER%%/FXMainWindow.h include/fox-%%MAJORVER%%/FXMat2d.h include/fox-%%MAJORVER%%/FXMat2f.h include/fox-%%MAJORVER%%/FXMat3d.h include/fox-%%MAJORVER%%/FXMat3f.h include/fox-%%MAJORVER%%/FXMat4d.h include/fox-%%MAJORVER%%/FXMat4f.h include/fox-%%MAJORVER%%/FXMatrix.h include/fox-%%MAJORVER%%/FXMemMap.h include/fox-%%MAJORVER%%/FXMemoryStream.h include/fox-%%MAJORVER%%/FXMenuBar.h include/fox-%%MAJORVER%%/FXMenuButton.h include/fox-%%MAJORVER%%/FXMenuCaption.h include/fox-%%MAJORVER%%/FXMenuCascade.h include/fox-%%MAJORVER%%/FXMenuCheck.h include/fox-%%MAJORVER%%/FXMenuCommand.h include/fox-%%MAJORVER%%/FXMenuPane.h include/fox-%%MAJORVER%%/FXMenuRadio.h include/fox-%%MAJORVER%%/FXMenuSeparator.h include/fox-%%MAJORVER%%/FXMenuTitle.h include/fox-%%MAJORVER%%/FXMessageBox.h include/fox-%%MAJORVER%%/FXMessageChannel.h include/fox-%%MAJORVER%%/FXMetaClass.h include/fox-%%MAJORVER%%/FXMutex.h include/fox-%%MAJORVER%%/FXObject.h include/fox-%%MAJORVER%%/FXObjectList.h include/fox-%%MAJORVER%%/FXOptionMenu.h include/fox-%%MAJORVER%%/FXPCXIcon.h include/fox-%%MAJORVER%%/FXPCXImage.h include/fox-%%MAJORVER%%/FXPNGIcon.h include/fox-%%MAJORVER%%/FXPNGImage.h include/fox-%%MAJORVER%%/FXPPMIcon.h include/fox-%%MAJORVER%%/FXPPMImage.h include/fox-%%MAJORVER%%/FXPacker.h include/fox-%%MAJORVER%%/FXParallel.h include/fox-%%MAJORVER%%/FXPath.h include/fox-%%MAJORVER%%/FXPicker.h include/fox-%%MAJORVER%%/FXPipe.h include/fox-%%MAJORVER%%/FXPoint.h include/fox-%%MAJORVER%%/FXPopup.h include/fox-%%MAJORVER%%/FXPrintDialog.h include/fox-%%MAJORVER%%/FXProcess.h include/fox-%%MAJORVER%%/FXProgressBar.h include/fox-%%MAJORVER%%/FXProgressDialog.h include/fox-%%MAJORVER%%/FXPtrList.h include/fox-%%MAJORVER%%/FXPtrQueue.h include/fox-%%MAJORVER%%/FXQuatd.h include/fox-%%MAJORVER%%/FXQuatf.h include/fox-%%MAJORVER%%/FXRASIcon.h include/fox-%%MAJORVER%%/FXRASImage.h include/fox-%%MAJORVER%%/FXRGBIcon.h include/fox-%%MAJORVER%%/FXRGBImage.h include/fox-%%MAJORVER%%/FXRadioButton.h include/fox-%%MAJORVER%%/FXRandom.h include/fox-%%MAJORVER%%/FXRangeSlider.h include/fox-%%MAJORVER%%/FXRanged.h include/fox-%%MAJORVER%%/FXRangef.h include/fox-%%MAJORVER%%/FXReactor.h include/fox-%%MAJORVER%%/FXReadWriteLock.h include/fox-%%MAJORVER%%/FXRealSlider.h include/fox-%%MAJORVER%%/FXRealSpinner.h include/fox-%%MAJORVER%%/FXRecentFiles.h include/fox-%%MAJORVER%%/FXRectangle.h include/fox-%%MAJORVER%%/FXRefPtr.h include/fox-%%MAJORVER%%/FXRegion.h include/fox-%%MAJORVER%%/FXRegistry.h include/fox-%%MAJORVER%%/FXReplaceDialog.h include/fox-%%MAJORVER%%/FXReverseDictionary.h include/fox-%%MAJORVER%%/FXReverseDictionaryOf.h include/fox-%%MAJORVER%%/FXRex.h include/fox-%%MAJORVER%%/FXRootWindow.h include/fox-%%MAJORVER%%/FXRuler.h include/fox-%%MAJORVER%%/FXRulerView.h include/fox-%%MAJORVER%%/FXRunnable.h include/fox-%%MAJORVER%%/FXScopedThread.h include/fox-%%MAJORVER%%/FXScrollArea.h include/fox-%%MAJORVER%%/FXScrollBar.h include/fox-%%MAJORVER%%/FXScrollPane.h include/fox-%%MAJORVER%%/FXScrollWindow.h include/fox-%%MAJORVER%%/FXSearchDialog.h include/fox-%%MAJORVER%%/FXSemaQueue.h include/fox-%%MAJORVER%%/FXSemaphore.h include/fox-%%MAJORVER%%/FXSeparator.h include/fox-%%MAJORVER%%/FXSettings.h include/fox-%%MAJORVER%%/FXShell.h include/fox-%%MAJORVER%%/FXShutter.h include/fox-%%MAJORVER%%/FXSize.h include/fox-%%MAJORVER%%/FXSlider.h include/fox-%%MAJORVER%%/FXSocket.h include/fox-%%MAJORVER%%/FXSphered.h include/fox-%%MAJORVER%%/FXSpheref.h include/fox-%%MAJORVER%%/FXSpinLock.h include/fox-%%MAJORVER%%/FXSpinner.h include/fox-%%MAJORVER%%/FXSplashWindow.h include/fox-%%MAJORVER%%/FXSplitter.h include/fox-%%MAJORVER%%/FXSpring.h include/fox-%%MAJORVER%%/FXStat.h include/fox-%%MAJORVER%%/FXStatusBar.h include/fox-%%MAJORVER%%/FXStatusLine.h include/fox-%%MAJORVER%%/FXStream.h include/fox-%%MAJORVER%%/FXString.h include/fox-%%MAJORVER%%/FXStringDictionary.h include/fox-%%MAJORVER%%/FXSwitcher.h include/fox-%%MAJORVER%%/FXSystem.h include/fox-%%MAJORVER%%/FXTGAIcon.h include/fox-%%MAJORVER%%/FXTGAImage.h include/fox-%%MAJORVER%%/FXTIFIcon.h include/fox-%%MAJORVER%%/FXTIFImage.h include/fox-%%MAJORVER%%/FXTabBar.h include/fox-%%MAJORVER%%/FXTabBook.h include/fox-%%MAJORVER%%/FXTabItem.h include/fox-%%MAJORVER%%/FXTable.h include/fox-%%MAJORVER%%/FXTaskGroup.h include/fox-%%MAJORVER%%/FXText.h include/fox-%%MAJORVER%%/FXTextCodec.h include/fox-%%MAJORVER%%/FXTextField.h include/fox-%%MAJORVER%%/FXThread.h include/fox-%%MAJORVER%%/FXThreadPool.h include/fox-%%MAJORVER%%/FXToggleButton.h include/fox-%%MAJORVER%%/FXToolBar.h include/fox-%%MAJORVER%%/FXToolBarGrip.h include/fox-%%MAJORVER%%/FXToolBarShell.h include/fox-%%MAJORVER%%/FXToolBarTab.h include/fox-%%MAJORVER%%/FXToolTip.h include/fox-%%MAJORVER%%/FXTopWindow.h include/fox-%%MAJORVER%%/FXTranslator.h include/fox-%%MAJORVER%%/FXTreeList.h include/fox-%%MAJORVER%%/FXTreeListBox.h include/fox-%%MAJORVER%%/FXTriStateButton.h include/fox-%%MAJORVER%%/FXURL.h include/fox-%%MAJORVER%%/FXUTF16Codec.h include/fox-%%MAJORVER%%/FXUTF32Codec.h include/fox-%%MAJORVER%%/FXUTF8Codec.h include/fox-%%MAJORVER%%/FXUndoList.h include/fox-%%MAJORVER%%/FXVariant.h include/fox-%%MAJORVER%%/FXVariantArray.h include/fox-%%MAJORVER%%/FXVariantMap.h include/fox-%%MAJORVER%%/FXVec2d.h include/fox-%%MAJORVER%%/FXVec2f.h include/fox-%%MAJORVER%%/FXVec3d.h include/fox-%%MAJORVER%%/FXVec3f.h include/fox-%%MAJORVER%%/FXVec4d.h include/fox-%%MAJORVER%%/FXVec4f.h include/fox-%%MAJORVER%%/FXVerticalFrame.h include/fox-%%MAJORVER%%/FXVisual.h include/fox-%%MAJORVER%%/FXWEBPIcon.h include/fox-%%MAJORVER%%/FXWEBPImage.h include/fox-%%MAJORVER%%/FXWSQueue.h include/fox-%%MAJORVER%%/FXWindow.h include/fox-%%MAJORVER%%/FXWizard.h include/fox-%%MAJORVER%%/FXWorker.h include/fox-%%MAJORVER%%/FXXBMIcon.h include/fox-%%MAJORVER%%/FXXBMImage.h include/fox-%%MAJORVER%%/FXXML.h include/fox-%%MAJORVER%%/FXXMLFile.h include/fox-%%MAJORVER%%/FXXMLString.h include/fox-%%MAJORVER%%/FXXPMIcon.h include/fox-%%MAJORVER%%/FXXPMImage.h include/fox-%%MAJORVER%%/FXhalf.h include/fox-%%MAJORVER%%/chart/FX2DChart.h include/fox-%%MAJORVER%%/chart/FX2DPlot.h include/fox-%%MAJORVER%%/chart/FXAxis.h include/fox-%%MAJORVER%%/chart/FXChart.h include/fox-%%MAJORVER%%/chart/FXCurve.h include/fox-%%MAJORVER%%/chart/chart.h include/fox-%%MAJORVER%%/chart/chartdefs.h include/fox-%%MAJORVER%%/fx.h include/fox-%%MAJORVER%%/fx3d.h include/fox-%%MAJORVER%%/fxascii.h include/fox-%%MAJORVER%%/fxcpuid.h include/fox-%%MAJORVER%%/fxdefs.h include/fox-%%MAJORVER%%/fxendian.h include/fox-%%MAJORVER%%/fxkeys.h include/fox-%%MAJORVER%%/fxmath.h include/fox-%%MAJORVER%%/fxunicode.h include/fox-%%MAJORVER%%/fxver.h include/fox-%%MAJORVER%%/xincs.h lib/libCHART-%%MAJORVER%%.a lib/libCHART-%%MAJORVER%%.so lib/libCHART-%%MAJORVER%%.so.0 -lib/libCHART-%%MAJORVER%%.so.0.0.74 +lib/libCHART-%%MAJORVER%%.so.0.0.75 lib/libFOX-%%MAJORVER%%.a lib/libFOX-%%MAJORVER%%.so lib/libFOX-%%MAJORVER%%.so.0 -lib/libFOX-%%MAJORVER%%.so.0.0.74 +lib/libFOX-%%MAJORVER%%.so.0.0.75 libdata/pkgconfig/fox17.pc man/man1/ControlPanel-17.1.gz %%PORTEXAMPLES%%man/man1/PathFinder-17.1.gz %%PORTEXAMPLES%%man/man1/adie-17.1.gz %%PORTEXAMPLES%%man/man1/calculator-17.1.gz man/man1/reswrap-17.1.gz %%PORTEXAMPLES%%man/man1/shutterbug-17.1.gz