aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fox17
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-24 17:01:15 +0800
committergahr <gahr@FreeBSD.org>2014-02-24 17:01:15 +0800
commit972237b35f64eaacd6b9d9ce6eb0e8a5dcff9e21 (patch)
tree9c827ccdde72df2999357d5e5a4a875836fd6eea /x11-toolkits/fox17
parentbbb75a85067bd87cd73a84315455e46aa9eeacce (diff)
downloadfreebsd-ports-gnome-972237b35f64eaacd6b9d9ce6eb0e8a5dcff9e21.tar.gz
freebsd-ports-gnome-972237b35f64eaacd6b9d9ce6eb0e8a5dcff9e21.tar.zst
freebsd-ports-gnome-972237b35f64eaacd6b9d9ce6eb0e8a5dcff9e21.zip
- Update to 1.7.46
Changes: * FXIconSource now can use icon/image contents to detect file format type [the stream must be seekable]. * A default FXIconSource implementation in FOX will be used to load icons if not overloaded by a user-extended one explicitly. * Replaced FXIconDict with FXIconCache. * Replaced FXFileDict with FXFileAssociations. The new implementation uses FXDictionary, and the new FXIconCache. * Fixed problem in FXDictionary: object pointed to by data is itself not const. This affects const-accessors. * Fixed bug in Adie: dumping core when started with unknown commandline parameter. * Expunged FXDict and its subclasses. Now replaced with new implementations, see above. * FXFileList now has explicit pointer to FXIconSource, for image preview purposes. * Changed things around for FXFileAssociations to be more easily subclassable. * In FXIconCache, don't add to the hash table until loading was successful. * PathFinder icon previewing improved, more options for sizing. * PathFinder custom iconpath wasn't being saved. * In FXFileAssociations, don't add extension-association unless associated extension data from registry is fully and properly parsed. * Fixed compile problem in FXPipe.
Diffstat (limited to 'x11-toolkits/fox17')
-rw-r--r--x11-toolkits/fox17/Makefile6
-rw-r--r--x11-toolkits/fox17/distinfo4
-rw-r--r--x11-toolkits/fox17/pkg-plist6
3 files changed, 9 insertions, 7 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index d04f572f5405..6697f0326882 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fox
-PORTVERSION= 1.7.45
+PORTVERSION= 1.7.46
CATEGORIES= x11-toolkits
MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \
ftp://ftp.fox-toolkit.org/pub/
@@ -75,4 +75,8 @@ post-patch:
${REINPLACE_CMD} -e '/^SUBDIRS/s/ doc//' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
.endif
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libFOX-${MAJORVER}.so \
+ ${STAGEDIR}${PREFIX}/lib/libCHART-${MAJORVER}.so
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo
index 4847846598cc..aa398c0b904b 100644
--- a/x11-toolkits/fox17/distinfo
+++ b/x11-toolkits/fox17/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fox-1.7.45.tar.gz) = 78f2b5f609a52d21da08e693d45b8eeb9d4ceed52ad86e451ef4485f2375c829
-SIZE (fox-1.7.45.tar.gz) = 5254563
+SHA256 (fox-1.7.46.tar.gz) = 3696086466e52f52677f9f17be98af2483c654bc44277452f282b6922e36e997
+SIZE (fox-1.7.46.tar.gz) = 5260620
diff --git a/x11-toolkits/fox17/pkg-plist b/x11-toolkits/fox17/pkg-plist
index 2bc57f6f0327..af75534f1d2e 100644
--- a/x11-toolkits/fox17/pkg-plist
+++ b/x11-toolkits/fox17/pkg-plist
@@ -105,7 +105,6 @@ include/fox-%%MAJORVER%%/FXDebugTarget.h
include/fox-%%MAJORVER%%/FXDelegator.h
include/fox-%%MAJORVER%%/FXDial.h
include/fox-%%MAJORVER%%/FXDialogBox.h
-include/fox-%%MAJORVER%%/FXDict.h
include/fox-%%MAJORVER%%/FXDictionary.h
include/fox-%%MAJORVER%%/FXDir.h
include/fox-%%MAJORVER%%/FXDirBox.h
@@ -128,8 +127,8 @@ 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%%/FXFileDict.h
include/fox-%%MAJORVER%%/FXFileList.h
include/fox-%%MAJORVER%%/FXFileSelector.h
include/fox-%%MAJORVER%%/FXFileStream.h
@@ -167,7 +166,7 @@ include/fox-%%MAJORVER%%/FXIO.h
include/fox-%%MAJORVER%%/FXIOBuffer.h
include/fox-%%MAJORVER%%/FXIODevice.h
include/fox-%%MAJORVER%%/FXIcon.h
-include/fox-%%MAJORVER%%/FXIconDict.h
+include/fox-%%MAJORVER%%/FXIconCache.h
include/fox-%%MAJORVER%%/FXIconList.h
include/fox-%%MAJORVER%%/FXIconSource.h
include/fox-%%MAJORVER%%/FXId.h
@@ -289,7 +288,6 @@ include/fox-%%MAJORVER%%/FXStatusBar.h
include/fox-%%MAJORVER%%/FXStatusLine.h
include/fox-%%MAJORVER%%/FXStream.h
include/fox-%%MAJORVER%%/FXString.h
-include/fox-%%MAJORVER%%/FXStringDict.h
include/fox-%%MAJORVER%%/FXStringDictionary.h
include/fox-%%MAJORVER%%/FXSwitcher.h
include/fox-%%MAJORVER%%/FXSystem.h