View | Details | Raw Unified | Return to bug 197464 | Differences between
and this patch

Collapse All | Expand All

(-)x11-toolkits/fox16/Makefile (-81 / +55 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/x11-toolkits/fox16/Makefile 375598 2014-12-25 20:54:41Z bapt $
2
# $FreeBSD: head/x11-toolkits/fox16/Makefile 375598 2014-12-25 20:54:41Z bapt $
3
3
4
PORTNAME=	fox
4
PORTNAME=	fox
5
PORTVERSION=	1.6.49
5
PORTVERSION=	1.6.50
6
PORTREVISION=	5
7
CATEGORIES=	x11-toolkits
6
CATEGORIES=	x11-toolkits
8
MASTER_SITES=	ftp://ftp.fox-toolkit.org/pub/ \
7
MASTER_SITES=	ftp://ftp.fox-toolkit.org/pub/ \
9
    		http://ftp.fox-toolkit.org/pub/
8
    		http://ftp.fox-toolkit.org/pub/
Lines 12-124 Link Here
12
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
13
COMMENT=	Fast and extensive C++ GUI toolkit -- ver.1.6
12
COMMENT=	Fast and extensive C++ GUI toolkit -- ver.1.6
14
13
14
LICENSE=	LGPL3 # (or later)
15
15
LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
16
LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
16
		libpng.so:${PORTSDIR}/graphics/png \
17
		libpng.so:${PORTSDIR}/graphics/png \
17
		libtiff.so:${PORTSDIR}/graphics/tiff
18
		libtiff.so:${PORTSDIR}/graphics/tiff
18
19
19
MAJORVER=	${PORTVERSION:R}
20
PLIST_SUB+=	MAJORVER=${MAJORVER}
21
22
USES=		libtool pathfix
20
USES=		libtool pathfix
23
USE_GL=		yes
21
USE_GL=		yes
24
USE_LDCONFIG=	yes
25
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--with-opengl --with-x
23
CONFIGURE_ARGS=	--with-opengl --with-x --with-xim
27
PORTDOCS=	*
24
USE_LDCONFIG=	yes
28
25
29
CPPFLAGS+=	-I${LOCALBASE}/include -fPIC
26
CPPFLAGS+=	-I${LOCALBASE}/include -fPIC
30
LDFLAGS+=	-L${LOCALBASE}/lib
27
LDFLAGS+=	-L${LOCALBASE}/lib
31
28
32
OPTIONS_DEFINE=	OPTIMIZED_CFLAGS CUPS DEBUG DOCS APPS PROFILE SHM XFT
29
PLIST_SUB=	MAJORVER="${MAJORVER}"
33
OPTIONS_DEFAULT=SHM XFT
34
APPS_DESC=	Install sample applications
35
SHM_DESC=	Shared Memory support
36
30
37
.include <bsd.port.options.mk>
31
PORTDOCS=	*
38
32
39
##
33
OPTIONS_DEFINE=		APPS DEBUG DOCS OPTIMIZED_CFLAGS PROFILE SHM XFT
40
## Additional Options
34
OPTIONS_DEFAULT= 	SHM XFT
41
##
35
OPTIONS_SUB=		yes
42
#
36
43
.if ${PORT_OPTIONS:MXFT}
37
APPS_DESC=		Install sample applications
44
CONFIGURE_ARGS+=--with-xft=yes
38
DEBUG_CONFIGURE_ON=	--enable-debug
45
USE_XORG+=	xft
39
DEBUG_CONFIGURE_OFF=	--enable-release
46
CPPFLAGS+=	`freetype-config --cflags`
40
OPTIMIZED_CFLAGS_CXXFLAGS=\
47
LDFLAGS+=	`freetype-config --libs`
41
			-ffast-math -fexpensive-optimizations \
48
.else
42
			-finline-functions -fomit-frame-pointer
49
CONFIGURE_ARGS+=	--with-xft=no
43
PROFILE_CONFIGURE_ON=	--with-profiling=gprof
50
.endif
44
SHM_DESC=		Shared Memory support
51
#
45
SHM_CONFIGURE_ON=	--with-xshm=yes
52
.if ${PORT_OPTIONS:MSHM}
46
SHM_CONFIGURE_OFF=	--with-xshm=no
53
CONFIGURE_ARGS+=	--with-xshm=yes
47
XFT_USE=		xorg=xft
54
.else
48
XFT_CONFIGURE_ON=	--with-xft=yes
55
CONFIGURE_ARGS+=	--with-xshm=no
49
XFT_CONFIGURE_OFF=	--with-xft=no
56
.endif
50
XFT_CPPFLAGS=		$$(freetype-config --cflags)
57
#
51
XFT_LDFLAGS=		$$(freetype-config --libs)
58
.if ${PORT_OPTIONS:MCUPS}
52
59
LIB_DEPENDS+=	libcups.so:${PORTSDIR}/print/cups-client
53
MAJORVER=	${PORTVERSION:R}
60
.endif
54
61
#
55
.include <bsd.port.options.mk>
62
.if ${PORT_OPTIONS:MDEBUG}
63
CONFIGURE_ARGS+=	--enable-debug
64
.else
65
CONFIGURE_ARGS+=	--enable-release
66
.endif
67
#
68
.if ${PORT_OPTIONS:MAPPS}
69
PLIST_SUB+=	APPS=""
70
.else
71
PLIST_SUB+=	APPS="@comment "
72
.endif
73
#
74
.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
75
# turn distribution-recommended optimization flags back on
76
CXXFLAGS+=	-O2 -Wuninitialized -ffast-math -finline-functions -fexpensive-optimizations
77
.if ${PORT_OPTIONS:MPROFILE} == "" # Incompatible with profiling flags
78
CXXFLAGS+=	-fomit-frame-pointer
79
.endif
80
.endif
81
#
82
.if ${PORT_OPTIONS:MPROFILE}
83
CONFIGURE_ARGS+=	--with-profiling=gprof
84
.endif
85
56
86
post-patch:
57
post-patch:
87
# Rename man pages as in manpage.1 --> manpage-16.1 to avoid
58
# Rename man pages as in manpage.1 --> manpage-16.1 to avoid
88
# conflicts with fox14 and fox17
59
# conflicts with fox14 and fox17
89
	files=$$(${FIND} ${WRKSRC} -name *.1); \
60
	files=$$(${FIND} ${WRKSRC} -name *.1); \
90
	for f in $$files; do \
61
	for f in $$files; do \
91
		${MV} $$f `echo $$f | sed -e 's|\.1|-16.1|'`; \
62
		${MV} $$f `${ECHO_CMD} $$f | ${SED} -e 's|\.1|-16.1|'`; \
92
	done;
63
	done;
93
	${FIND} ${WRKSRC} -name Makefile.am -o -name Makefile.in | ${XARGS} \
64
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
94
	    ${REINPLACE_CMD} -i '' -e '/man_MANS/s|\.1|-16.1|g'
65
		'/man_MANS/s|\.1|-16.1|g'
95
	${REINPLACE_CMD} -e '/^Libs:/s|$$| ${PTHREAD_LIBS}|; s|"||g' ${WRKSRC}/fox.pc.in
66
	@${REINPLACE_CMD} -e \
67
		'/^Libs:/s|$$| -pthread|; \
68
		 s|"||g' ${WRKSRC}/fox.pc.in
96
# CXXFLAGS safeness
69
# CXXFLAGS safeness
97
	@${REINPLACE_CMD} -E -e \
70
	@${REINPLACE_CMD} -e \
98
		's|-O2|${CXXFLAGS}|g ; \
71
		's|^\(CXXFLAGS=\)|#\1| ; \
99
		 s|-lc_r|${PTHREAD_LIBS}|g' \
72
		 /CXXFLAGS/s|-O2 ||; \
73
		 /CXXFLAGS/s|\(-Wuninitialized\).*"|\1"|; \
74
		 /LDFLAGS/s|-s ||' \
100
		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
75
		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
101
# doc prefix safeness
76
# doc prefix safeness
102
	@${REINPLACE_CMD} -E -e \
77
	@${REINPLACE_CMD} -e \
103
		's|^(htmldir).*$$|\1=${DOCSDIR}/html|' \
78
		's|^\(htmldir\).*$$|\1=${DOCSDIR}/html|' \
104
		${WRKSRC}/doc/Makefile.in
79
		${WRKSRC}/doc/Makefile.in
105
	@${REINPLACE_CMD} -E -e \
80
	@${REINPLACE_CMD} -e \
106
		's|^(artdir).*$$|\1=${DOCSDIR}/html|' \
81
		's|^\(artdir\).*$$|\1=${DOCSDIR}/html|' \
107
		${WRKSRC}/doc/art/Makefile.in
82
		${WRKSRC}/doc/art/Makefile.in
108
	@${REINPLACE_CMD} -E -e \
83
	@${REINPLACE_CMD} -e \
109
		's|^(screenshotsdir).*$$|\1=${DOCSDIR}/html|' \
84
		's|^\(screenshotsdir\).*$$|\1=${DOCSDIR}/html|' \
110
		${WRKSRC}/doc/screenshots/Makefile.in
85
		${WRKSRC}/doc/screenshots/Makefile.in
111
.if ${PORT_OPTIONS:MDOCS} == ""
86
.if !${PORT_OPTIONS:MAPPS}
112
	@${REINPLACE_CMD} -e \
87
	@${REINPLACE_CMD} -e \
113
		'/^SUBDIRS/s/ doc//' \
88
		's|^\(SUBDIRS.*\)adie|\1|; \
114
		${WRKSRC}/Makefile.in
89
		 s|^\(SUBDIRS.*\)pathfinder|\1|; \
115
.endif
90
		 s|^\(SUBDIRS.*\)calculator|\1|' \
116
.if ${PORT_OPTIONS:MAPPS} == ""
117
	@${REINPLACE_CMD} -E -e \
118
		's,^(SUBDIRS.*)adie,\1,; \
119
		s,^(SUBDIRS.*)pathfinder,\1,; \
120
		s,^(SUBDIRS.*)calculator,\1,' \
121
		${WRKSRC}/Makefile.in
91
		${WRKSRC}/Makefile.in
122
.endif
92
.endif
123
93
94
post-install:
95
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libCHART-${MAJORVER}.so.[0-9].*
96
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libFOX-${MAJORVER}.so.[0-9].*
97
124
.include <bsd.port.mk>
98
.include <bsd.port.mk>
(-)x11-toolkits/fox16/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (fox-1.6.49.tar.gz) = 3679ecd23064958259fbef5898aabb048d63b2dcb796de1d8801fe0b51e5a90e
1
SHA256 (fox-1.6.50.tar.gz) = 342c751d2a7edab136ad26cb4483329da3c16c7abf2f283f318d666ef12d0887
2
SIZE (fox-1.6.49.tar.gz) = 4383152
2
SIZE (fox-1.6.50.tar.gz) = 4381855
(-)x11-toolkits/fox16/pkg-descr (-6 / +4 lines)
Lines 1-9 Link Here
1
FOX is a C++ GUI toolkit that is supposed to
1
FOX is a C++ GUI toolkit that is supposed to allow programmers to write
2
allow programmers to write a program once, and
2
a program once, and compile anywhere (or so the website says, it sounds
3
compile anywhere (or so the website says, it sounds
3
like Java to me). FOX is a very flexible library, it has all sorts of
4
like Java to me). FOX is a very flexible library,
4
functions and options, and is supposed to be fairly fast.
5
it has all sorts of functions and options, and is
6
supposed to be fairly fast.
7
5
8
Author: Jeroen van der Zijp <jvz@cfdrc.com>
6
Author: Jeroen van der Zijp <jvz@cfdrc.com>
9
WWW: http://www.fox-toolkit.org/fox.html
7
WWW: http://www.fox-toolkit.org/fox.html
(-)x11-toolkits/fox16/pkg-plist (-70 / +70 lines)
Lines 1-10 Link Here
1
%%APPS%%bin/PathFinder
1
%%APPS%%bin/PathFinder
2
%%APPS%%bin/adie
3
%%APPS%%bin/Adie.stx
2
%%APPS%%bin/Adie.stx
3
%%APPS%%bin/adie
4
%%APPS%%bin/calculator
4
%%APPS%%bin/calculator
5
bin/fox-config
5
bin/reswrap
6
bin/reswrap
6
bin/shutterbug
7
bin/shutterbug
7
bin/fox-config
8
include/fox-%%MAJORVER%%/FX4Splitter.h
9
include/fox-%%MAJORVER%%/FX7Segment.h
10
include/fox-%%MAJORVER%%/FX885910Codec.h
11
include/fox-%%MAJORVER%%/FX885911Codec.h
12
include/fox-%%MAJORVER%%/FX885913Codec.h
13
include/fox-%%MAJORVER%%/FX885914Codec.h
14
include/fox-%%MAJORVER%%/FX885915Codec.h
15
include/fox-%%MAJORVER%%/FX885916Codec.h
8
include/fox-%%MAJORVER%%/FX88591Codec.h
16
include/fox-%%MAJORVER%%/FX88591Codec.h
9
include/fox-%%MAJORVER%%/FX88592Codec.h
17
include/fox-%%MAJORVER%%/FX88592Codec.h
10
include/fox-%%MAJORVER%%/FX88593Codec.h
18
include/fox-%%MAJORVER%%/FX88593Codec.h
Lines 14-25 Link Here
14
include/fox-%%MAJORVER%%/FX88597Codec.h
22
include/fox-%%MAJORVER%%/FX88597Codec.h
15
include/fox-%%MAJORVER%%/FX88598Codec.h
23
include/fox-%%MAJORVER%%/FX88598Codec.h
16
include/fox-%%MAJORVER%%/FX88599Codec.h
24
include/fox-%%MAJORVER%%/FX88599Codec.h
17
include/fox-%%MAJORVER%%/FX885910Codec.h
25
include/fox-%%MAJORVER%%/FXAccelTable.h
18
include/fox-%%MAJORVER%%/FX885911Codec.h
26
include/fox-%%MAJORVER%%/FXApp.h
19
include/fox-%%MAJORVER%%/FX885913Codec.h
27
include/fox-%%MAJORVER%%/FXArray.h
20
include/fox-%%MAJORVER%%/FX885914Codec.h
28
include/fox-%%MAJORVER%%/FXArrowButton.h
21
include/fox-%%MAJORVER%%/FX885915Codec.h
29
include/fox-%%MAJORVER%%/FXBMPIcon.h
22
include/fox-%%MAJORVER%%/FX885916Codec.h
30
include/fox-%%MAJORVER%%/FXBMPImage.h
31
include/fox-%%MAJORVER%%/FXBZFileStream.h
32
include/fox-%%MAJORVER%%/FXBitmap.h
33
include/fox-%%MAJORVER%%/FXBitmapFrame.h
34
include/fox-%%MAJORVER%%/FXBitmapView.h
35
include/fox-%%MAJORVER%%/FXButton.h
36
include/fox-%%MAJORVER%%/FXCP1250Codec.h
37
include/fox-%%MAJORVER%%/FXCP1251Codec.h
38
include/fox-%%MAJORVER%%/FXCP1252Codec.h
39
include/fox-%%MAJORVER%%/FXCP1253Codec.h
40
include/fox-%%MAJORVER%%/FXCP1254Codec.h
41
include/fox-%%MAJORVER%%/FXCP1255Codec.h
42
include/fox-%%MAJORVER%%/FXCP1256Codec.h
43
include/fox-%%MAJORVER%%/FXCP1257Codec.h
44
include/fox-%%MAJORVER%%/FXCP1258Codec.h
23
include/fox-%%MAJORVER%%/FXCP437Codec.h
45
include/fox-%%MAJORVER%%/FXCP437Codec.h
24
include/fox-%%MAJORVER%%/FXCP850Codec.h
46
include/fox-%%MAJORVER%%/FXCP850Codec.h
25
include/fox-%%MAJORVER%%/FXCP852Codec.h
47
include/fox-%%MAJORVER%%/FXCP852Codec.h
Lines 35-106 Link Here
35
include/fox-%%MAJORVER%%/FXCP866Codec.h
57
include/fox-%%MAJORVER%%/FXCP866Codec.h
36
include/fox-%%MAJORVER%%/FXCP869Codec.h
58
include/fox-%%MAJORVER%%/FXCP869Codec.h
37
include/fox-%%MAJORVER%%/FXCP874Codec.h
59
include/fox-%%MAJORVER%%/FXCP874Codec.h
38
include/fox-%%MAJORVER%%/FXCP1250Codec.h
39
include/fox-%%MAJORVER%%/FXCP1251Codec.h
40
include/fox-%%MAJORVER%%/FXCP1252Codec.h
41
include/fox-%%MAJORVER%%/FXCP1253Codec.h
42
include/fox-%%MAJORVER%%/FXCP1254Codec.h
43
include/fox-%%MAJORVER%%/FXCP1255Codec.h
44
include/fox-%%MAJORVER%%/FXCP1256Codec.h
45
include/fox-%%MAJORVER%%/FXCP1257Codec.h
46
include/fox-%%MAJORVER%%/FXCP1258Codec.h
47
include/fox-%%MAJORVER%%/FXKOI8RCodec.h
48
include/fox-%%MAJORVER%%/FX7Segment.h
49
include/fox-%%MAJORVER%%/FXBZFileStream.h
50
include/fox-%%MAJORVER%%/FXChoiceBox.h
51
include/fox-%%MAJORVER%%/FXColorList.h
52
include/fox-%%MAJORVER%%/FXColorRing.h
53
include/fox-%%MAJORVER%%/FXComposeContext.h
54
include/fox-%%MAJORVER%%/FXDate.h
55
include/fox-%%MAJORVER%%/FXDir.h
56
include/fox-%%MAJORVER%%/FXDockBar.h
57
include/fox-%%MAJORVER%%/FXDockHandler.h
58
include/fox-%%MAJORVER%%/FXDockSite.h
59
include/fox-%%MAJORVER%%/FXDockTitle.h
60
include/fox-%%MAJORVER%%/FXExpression.h
61
include/fox-%%MAJORVER%%/FXExtentd.h
62
include/fox-%%MAJORVER%%/FXExtentf.h
63
include/fox-%%MAJORVER%%/FXGUISignal.h
64
include/fox-%%MAJORVER%%/FXGZFileStream.h
65
include/fox-%%MAJORVER%%/FXIO.h
66
include/fox-%%MAJORVER%%/FXIFFImage.h
67
include/fox-%%MAJORVER%%/FXIFFIcon.h
68
include/fox-%%MAJORVER%%/FXIconDict.h
69
include/fox-%%MAJORVER%%/FXIconSource.h
70
include/fox-%%MAJORVER%%/FXKnob.h
71
include/fox-%%MAJORVER%%/FXMemMap.h
72
include/fox-%%MAJORVER%%/FXPath.h
73
include/fox-%%MAJORVER%%/FXPipe.h
74
include/fox-%%MAJORVER%%/FXRASIcon.h
75
include/fox-%%MAJORVER%%/FXRASImage.h
76
include/fox-%%MAJORVER%%/FXRulerView.h
77
include/fox-%%MAJORVER%%/FXSocket.h
78
include/fox-%%MAJORVER%%/FXSplashWindow.h
79
include/fox-%%MAJORVER%%/FXStat.h
80
include/fox-%%MAJORVER%%/FXSystem.h
81
include/fox-%%MAJORVER%%/FXTranslator.h
82
include/fox-%%MAJORVER%%/fxascii.h
83
include/fox-%%MAJORVER%%/fxunicode.h
84
include/fox-%%MAJORVER%%/FX4Splitter.h
85
include/fox-%%MAJORVER%%/FXAccelTable.h
86
include/fox-%%MAJORVER%%/FXApp.h
87
include/fox-%%MAJORVER%%/FXArray.h
88
include/fox-%%MAJORVER%%/FXArrowButton.h
89
include/fox-%%MAJORVER%%/FXBMPIcon.h
90
include/fox-%%MAJORVER%%/FXBMPImage.h
91
include/fox-%%MAJORVER%%/FXBitmap.h
92
include/fox-%%MAJORVER%%/FXBitmapFrame.h
93
include/fox-%%MAJORVER%%/FXBitmapView.h
94
include/fox-%%MAJORVER%%/FXButton.h
95
include/fox-%%MAJORVER%%/FXCURCursor.h
60
include/fox-%%MAJORVER%%/FXCURCursor.h
96
include/fox-%%MAJORVER%%/FXCanvas.h
61
include/fox-%%MAJORVER%%/FXCanvas.h
97
include/fox-%%MAJORVER%%/FXCheckButton.h
62
include/fox-%%MAJORVER%%/FXCheckButton.h
63
include/fox-%%MAJORVER%%/FXChoiceBox.h
98
include/fox-%%MAJORVER%%/FXColorBar.h
64
include/fox-%%MAJORVER%%/FXColorBar.h
99
include/fox-%%MAJORVER%%/FXColorDialog.h
65
include/fox-%%MAJORVER%%/FXColorDialog.h
66
include/fox-%%MAJORVER%%/FXColorList.h
67
include/fox-%%MAJORVER%%/FXColorRing.h
100
include/fox-%%MAJORVER%%/FXColorSelector.h
68
include/fox-%%MAJORVER%%/FXColorSelector.h
101
include/fox-%%MAJORVER%%/FXColorWell.h
69
include/fox-%%MAJORVER%%/FXColorWell.h
102
include/fox-%%MAJORVER%%/FXColorWheel.h
70
include/fox-%%MAJORVER%%/FXColorWheel.h
103
include/fox-%%MAJORVER%%/FXComboBox.h
71
include/fox-%%MAJORVER%%/FXComboBox.h
72
include/fox-%%MAJORVER%%/FXComposeContext.h
104
include/fox-%%MAJORVER%%/FXComposite.h
73
include/fox-%%MAJORVER%%/FXComposite.h
105
include/fox-%%MAJORVER%%/FXCursor.h
74
include/fox-%%MAJORVER%%/FXCursor.h
106
include/fox-%%MAJORVER%%/FXDC.h
75
include/fox-%%MAJORVER%%/FXDC.h
Lines 108-128 Link Here
108
include/fox-%%MAJORVER%%/FXDCWindow.h
77
include/fox-%%MAJORVER%%/FXDCWindow.h
109
include/fox-%%MAJORVER%%/FXDLL.h
78
include/fox-%%MAJORVER%%/FXDLL.h
110
include/fox-%%MAJORVER%%/FXDataTarget.h
79
include/fox-%%MAJORVER%%/FXDataTarget.h
80
include/fox-%%MAJORVER%%/FXDate.h
111
include/fox-%%MAJORVER%%/FXDebugTarget.h
81
include/fox-%%MAJORVER%%/FXDebugTarget.h
112
include/fox-%%MAJORVER%%/FXDelegator.h
82
include/fox-%%MAJORVER%%/FXDelegator.h
113
include/fox-%%MAJORVER%%/FXDial.h
83
include/fox-%%MAJORVER%%/FXDial.h
114
include/fox-%%MAJORVER%%/FXDialogBox.h
84
include/fox-%%MAJORVER%%/FXDialogBox.h
115
include/fox-%%MAJORVER%%/FXDict.h
85
include/fox-%%MAJORVER%%/FXDict.h
86
include/fox-%%MAJORVER%%/FXDir.h
116
include/fox-%%MAJORVER%%/FXDirBox.h
87
include/fox-%%MAJORVER%%/FXDirBox.h
117
include/fox-%%MAJORVER%%/FXDirDialog.h
88
include/fox-%%MAJORVER%%/FXDirDialog.h
118
include/fox-%%MAJORVER%%/FXDirList.h
89
include/fox-%%MAJORVER%%/FXDirList.h
119
include/fox-%%MAJORVER%%/FXDirSelector.h
90
include/fox-%%MAJORVER%%/FXDirSelector.h
91
include/fox-%%MAJORVER%%/FXDockBar.h
92
include/fox-%%MAJORVER%%/FXDockHandler.h
93
include/fox-%%MAJORVER%%/FXDockSite.h
94
include/fox-%%MAJORVER%%/FXDockTitle.h
120
include/fox-%%MAJORVER%%/FXDocument.h
95
include/fox-%%MAJORVER%%/FXDocument.h
121
include/fox-%%MAJORVER%%/FXDragCorner.h
96
include/fox-%%MAJORVER%%/FXDragCorner.h
122
include/fox-%%MAJORVER%%/FXDrawable.h
97
include/fox-%%MAJORVER%%/FXDrawable.h
123
include/fox-%%MAJORVER%%/FXDriveBox.h
98
include/fox-%%MAJORVER%%/FXDriveBox.h
124
include/fox-%%MAJORVER%%/FXElement.h
99
include/fox-%%MAJORVER%%/FXElement.h
125
include/fox-%%MAJORVER%%/FXException.h
100
include/fox-%%MAJORVER%%/FXException.h
101
include/fox-%%MAJORVER%%/FXExpression.h
102
include/fox-%%MAJORVER%%/FXExtentd.h
103
include/fox-%%MAJORVER%%/FXExtentf.h
126
include/fox-%%MAJORVER%%/FXFile.h
104
include/fox-%%MAJORVER%%/FXFile.h
127
include/fox-%%MAJORVER%%/FXFileDialog.h
105
include/fox-%%MAJORVER%%/FXFileDialog.h
128
include/fox-%%MAJORVER%%/FXFileDict.h
106
include/fox-%%MAJORVER%%/FXFileDict.h
Lines 148-153 Link Here
148
include/fox-%%MAJORVER%%/FXGLTriangleMesh.h
126
include/fox-%%MAJORVER%%/FXGLTriangleMesh.h
149
include/fox-%%MAJORVER%%/FXGLViewer.h
127
include/fox-%%MAJORVER%%/FXGLViewer.h
150
include/fox-%%MAJORVER%%/FXGLVisual.h
128
include/fox-%%MAJORVER%%/FXGLVisual.h
129
include/fox-%%MAJORVER%%/FXGUISignal.h
130
include/fox-%%MAJORVER%%/FXGZFileStream.h
151
include/fox-%%MAJORVER%%/FXGradientBar.h
131
include/fox-%%MAJORVER%%/FXGradientBar.h
152
include/fox-%%MAJORVER%%/FXGroupBox.h
132
include/fox-%%MAJORVER%%/FXGroupBox.h
153
include/fox-%%MAJORVER%%/FXHash.h
133
include/fox-%%MAJORVER%%/FXHash.h
Lines 155-162 Link Here
155
include/fox-%%MAJORVER%%/FXHorizontalFrame.h
135
include/fox-%%MAJORVER%%/FXHorizontalFrame.h
156
include/fox-%%MAJORVER%%/FXICOIcon.h
136
include/fox-%%MAJORVER%%/FXICOIcon.h
157
include/fox-%%MAJORVER%%/FXICOImage.h
137
include/fox-%%MAJORVER%%/FXICOImage.h
138
include/fox-%%MAJORVER%%/FXIFFIcon.h
139
include/fox-%%MAJORVER%%/FXIFFImage.h
140
include/fox-%%MAJORVER%%/FXIO.h
158
include/fox-%%MAJORVER%%/FXIcon.h
141
include/fox-%%MAJORVER%%/FXIcon.h
142
include/fox-%%MAJORVER%%/FXIconDict.h
159
include/fox-%%MAJORVER%%/FXIconList.h
143
include/fox-%%MAJORVER%%/FXIconList.h
144
include/fox-%%MAJORVER%%/FXIconSource.h
160
include/fox-%%MAJORVER%%/FXId.h
145
include/fox-%%MAJORVER%%/FXId.h
161
include/fox-%%MAJORVER%%/FXImage.h
146
include/fox-%%MAJORVER%%/FXImage.h
162
include/fox-%%MAJORVER%%/FXImageFrame.h
147
include/fox-%%MAJORVER%%/FXImageFrame.h
Lines 164-169 Link Here
164
include/fox-%%MAJORVER%%/FXInputDialog.h
149
include/fox-%%MAJORVER%%/FXInputDialog.h
165
include/fox-%%MAJORVER%%/FXJPGIcon.h
150
include/fox-%%MAJORVER%%/FXJPGIcon.h
166
include/fox-%%MAJORVER%%/FXJPGImage.h
151
include/fox-%%MAJORVER%%/FXJPGImage.h
152
include/fox-%%MAJORVER%%/FXKOI8RCodec.h
153
include/fox-%%MAJORVER%%/FXKnob.h
167
include/fox-%%MAJORVER%%/FXLabel.h
154
include/fox-%%MAJORVER%%/FXLabel.h
168
include/fox-%%MAJORVER%%/FXList.h
155
include/fox-%%MAJORVER%%/FXList.h
169
include/fox-%%MAJORVER%%/FXListBox.h
156
include/fox-%%MAJORVER%%/FXListBox.h
Lines 176-181 Link Here
176
include/fox-%%MAJORVER%%/FXMat4d.h
163
include/fox-%%MAJORVER%%/FXMat4d.h
177
include/fox-%%MAJORVER%%/FXMat4f.h
164
include/fox-%%MAJORVER%%/FXMat4f.h
178
include/fox-%%MAJORVER%%/FXMatrix.h
165
include/fox-%%MAJORVER%%/FXMatrix.h
166
include/fox-%%MAJORVER%%/FXMemMap.h
179
include/fox-%%MAJORVER%%/FXMemoryStream.h
167
include/fox-%%MAJORVER%%/FXMemoryStream.h
180
include/fox-%%MAJORVER%%/FXMenuBar.h
168
include/fox-%%MAJORVER%%/FXMenuBar.h
181
include/fox-%%MAJORVER%%/FXMenuButton.h
169
include/fox-%%MAJORVER%%/FXMenuButton.h
Lines 198-204 Link Here
198
include/fox-%%MAJORVER%%/FXPPMIcon.h
186
include/fox-%%MAJORVER%%/FXPPMIcon.h
199
include/fox-%%MAJORVER%%/FXPPMImage.h
187
include/fox-%%MAJORVER%%/FXPPMImage.h
200
include/fox-%%MAJORVER%%/FXPacker.h
188
include/fox-%%MAJORVER%%/FXPacker.h
189
include/fox-%%MAJORVER%%/FXPath.h
201
include/fox-%%MAJORVER%%/FXPicker.h
190
include/fox-%%MAJORVER%%/FXPicker.h
191
include/fox-%%MAJORVER%%/FXPipe.h
202
include/fox-%%MAJORVER%%/FXPoint.h
192
include/fox-%%MAJORVER%%/FXPoint.h
203
include/fox-%%MAJORVER%%/FXPopup.h
193
include/fox-%%MAJORVER%%/FXPopup.h
204
include/fox-%%MAJORVER%%/FXPrintDialog.h
194
include/fox-%%MAJORVER%%/FXPrintDialog.h
Lines 206-211 Link Here
206
include/fox-%%MAJORVER%%/FXProgressDialog.h
196
include/fox-%%MAJORVER%%/FXProgressDialog.h
207
include/fox-%%MAJORVER%%/FXQuatd.h
197
include/fox-%%MAJORVER%%/FXQuatd.h
208
include/fox-%%MAJORVER%%/FXQuatf.h
198
include/fox-%%MAJORVER%%/FXQuatf.h
199
include/fox-%%MAJORVER%%/FXRASIcon.h
200
include/fox-%%MAJORVER%%/FXRASImage.h
209
include/fox-%%MAJORVER%%/FXRGBIcon.h
201
include/fox-%%MAJORVER%%/FXRGBIcon.h
210
include/fox-%%MAJORVER%%/FXRGBImage.h
202
include/fox-%%MAJORVER%%/FXRGBImage.h
211
include/fox-%%MAJORVER%%/FXRadioButton.h
203
include/fox-%%MAJORVER%%/FXRadioButton.h
Lines 221-226 Link Here
221
include/fox-%%MAJORVER%%/FXRex.h
213
include/fox-%%MAJORVER%%/FXRex.h
222
include/fox-%%MAJORVER%%/FXRootWindow.h
214
include/fox-%%MAJORVER%%/FXRootWindow.h
223
include/fox-%%MAJORVER%%/FXRuler.h
215
include/fox-%%MAJORVER%%/FXRuler.h
216
include/fox-%%MAJORVER%%/FXRulerView.h
224
include/fox-%%MAJORVER%%/FXScrollArea.h
217
include/fox-%%MAJORVER%%/FXScrollArea.h
225
include/fox-%%MAJORVER%%/FXScrollBar.h
218
include/fox-%%MAJORVER%%/FXScrollBar.h
226
include/fox-%%MAJORVER%%/FXScrollPane.h
219
include/fox-%%MAJORVER%%/FXScrollPane.h
Lines 232-248 Link Here
232
include/fox-%%MAJORVER%%/FXShutter.h
225
include/fox-%%MAJORVER%%/FXShutter.h
233
include/fox-%%MAJORVER%%/FXSize.h
226
include/fox-%%MAJORVER%%/FXSize.h
234
include/fox-%%MAJORVER%%/FXSlider.h
227
include/fox-%%MAJORVER%%/FXSlider.h
228
include/fox-%%MAJORVER%%/FXSocket.h
235
include/fox-%%MAJORVER%%/FXSphered.h
229
include/fox-%%MAJORVER%%/FXSphered.h
236
include/fox-%%MAJORVER%%/FXSpheref.h
230
include/fox-%%MAJORVER%%/FXSpheref.h
237
include/fox-%%MAJORVER%%/FXSpinner.h
231
include/fox-%%MAJORVER%%/FXSpinner.h
232
include/fox-%%MAJORVER%%/FXSplashWindow.h
238
include/fox-%%MAJORVER%%/FXSplitter.h
233
include/fox-%%MAJORVER%%/FXSplitter.h
239
include/fox-%%MAJORVER%%/FXSpring.h
234
include/fox-%%MAJORVER%%/FXSpring.h
235
include/fox-%%MAJORVER%%/FXStat.h
240
include/fox-%%MAJORVER%%/FXStatusBar.h
236
include/fox-%%MAJORVER%%/FXStatusBar.h
241
include/fox-%%MAJORVER%%/FXStatusLine.h
237
include/fox-%%MAJORVER%%/FXStatusLine.h
242
include/fox-%%MAJORVER%%/FXStream.h
238
include/fox-%%MAJORVER%%/FXStream.h
243
include/fox-%%MAJORVER%%/FXString.h
239
include/fox-%%MAJORVER%%/FXString.h
244
include/fox-%%MAJORVER%%/FXStringDict.h
240
include/fox-%%MAJORVER%%/FXStringDict.h
245
include/fox-%%MAJORVER%%/FXSwitcher.h
241
include/fox-%%MAJORVER%%/FXSwitcher.h
242
include/fox-%%MAJORVER%%/FXSystem.h
246
include/fox-%%MAJORVER%%/FXTGAIcon.h
243
include/fox-%%MAJORVER%%/FXTGAIcon.h
247
include/fox-%%MAJORVER%%/FXTGAImage.h
244
include/fox-%%MAJORVER%%/FXTGAImage.h
248
include/fox-%%MAJORVER%%/FXTIFIcon.h
245
include/fox-%%MAJORVER%%/FXTIFIcon.h
Lines 262-267 Link Here
262
include/fox-%%MAJORVER%%/FXToolBarTab.h
259
include/fox-%%MAJORVER%%/FXToolBarTab.h
263
include/fox-%%MAJORVER%%/FXToolTip.h
260
include/fox-%%MAJORVER%%/FXToolTip.h
264
include/fox-%%MAJORVER%%/FXTopWindow.h
261
include/fox-%%MAJORVER%%/FXTopWindow.h
262
include/fox-%%MAJORVER%%/FXTranslator.h
265
include/fox-%%MAJORVER%%/FXTreeList.h
263
include/fox-%%MAJORVER%%/FXTreeList.h
266
include/fox-%%MAJORVER%%/FXTreeListBox.h
264
include/fox-%%MAJORVER%%/FXTreeListBox.h
267
include/fox-%%MAJORVER%%/FXTriStateButton.h
265
include/fox-%%MAJORVER%%/FXTriStateButton.h
Lines 287-307 Link Here
287
include/fox-%%MAJORVER%%/chart/FXChart.h
285
include/fox-%%MAJORVER%%/chart/FXChart.h
288
include/fox-%%MAJORVER%%/fx.h
286
include/fox-%%MAJORVER%%/fx.h
289
include/fox-%%MAJORVER%%/fx3d.h
287
include/fox-%%MAJORVER%%/fx3d.h
288
include/fox-%%MAJORVER%%/fxascii.h
290
include/fox-%%MAJORVER%%/fxdefs.h
289
include/fox-%%MAJORVER%%/fxdefs.h
291
include/fox-%%MAJORVER%%/fxkeys.h
290
include/fox-%%MAJORVER%%/fxkeys.h
291
include/fox-%%MAJORVER%%/fxunicode.h
292
include/fox-%%MAJORVER%%/fxver.h
292
include/fox-%%MAJORVER%%/fxver.h
293
include/fox-%%MAJORVER%%/xincs.h
293
include/fox-%%MAJORVER%%/xincs.h
294
lib/libCHART-%%MAJORVER%%.a
294
lib/libCHART-%%MAJORVER%%.a
295
lib/libCHART-%%MAJORVER%%.so
295
lib/libCHART-%%MAJORVER%%.so
296
lib/libCHART-%%MAJORVER%%.so.0
296
lib/libCHART-%%MAJORVER%%.so.0
297
lib/libCHART-%%MAJORVER%%.so.0.0.49
297
lib/libCHART-%%MAJORVER%%.so.0.0.50
298
lib/libFOX-%%MAJORVER%%.a
298
lib/libFOX-%%MAJORVER%%.a
299
lib/libFOX-%%MAJORVER%%.so
299
lib/libFOX-%%MAJORVER%%.so
300
lib/libFOX-%%MAJORVER%%.so.0
300
lib/libFOX-%%MAJORVER%%.so.0
301
lib/libFOX-%%MAJORVER%%.so.0.0.49
301
lib/libFOX-%%MAJORVER%%.so.0.0.50
302
man/man1/shutterbug-16.1.gz
302
libdata/pkgconfig/fox.pc
303
man/man1/reswrap-16.1.gz
304
%%APPS%%man/man1/PathFinder-16.1.gz
303
%%APPS%%man/man1/PathFinder-16.1.gz
305
%%APPS%%man/man1/adie-16.1.gz
304
%%APPS%%man/man1/adie-16.1.gz
306
%%APPS%%man/man1/calculator-16.1.gz
305
%%APPS%%man/man1/calculator-16.1.gz
307
libdata/pkgconfig/fox.pc
306
man/man1/reswrap-16.1.gz
307
man/man1/shutterbug-16.1.gz

Return to bug 197464