View | Details | Raw Unified | Return to bug 58963
Collapse All | Expand All

(-)graphics/gnofract4d/Makefile (-16 / +6 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnofract4d
8
PORTNAME=	gnofract4d
9
PORTVERSION=	1.7
9
PORTVERSION=	1.8
10
PORTREVISION=	1
11
CATEGORIES=	graphics gnome
10
CATEGORIES=	graphics gnome
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 16-35 Link Here
16
COMMENT=	Weird GNOME fractal generator
15
COMMENT=	Weird GNOME fractal generator
17
16
18
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
19
USE_GNOME=	gnomeprefix gnomehack gnomelibs
18
USE_GNOME=	gnomehack gnomeprefix gnometarget libgnomeui
20
USE_REINPLACE=	yes
19
USE_GMAKE=	yes
21
GNU_CONFIGURE=	yes
20
USE_LIBTOOL=	yes
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LDFLAGS="-L${LOCALBASE}/lib"
22
		LDFLAGS="-L${LOCALBASE}/lib"
25
CONFIGURE_ARGS=	--enable-compile-warnings=no
23
INSTALLS_SHLIB=	yes
26
24
27
.include <bsd.port.pre.mk>
25
.include <bsd.port.mk>
28
29
post-patch:
30
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
31
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
32
		's|^CXXFLAGS =.* -D|CXXFLAGS = @CXXFLAGS@ -D|g ; \
33
		 s|gnofract4d_helpdir)/images|gnofract4d_helpdir)|g'
34
35
.include <bsd.port.post.mk>
(-)graphics/gnofract4d/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnofract4d-1.7.tar.gz) = a585048b1c4348f02142b515adad4bfc
1
MD5 (gnofract4d-1.8.tar.gz) = 20c38e07ca6f7863fcffe32cd96c7f52
(-)graphics/gnofract4d/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.orig	Mon Oct 27 03:26:03 2003
2
+++ configure	Sun Nov  2 22:36:00 2003
3
@@ -7325,6 +7325,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)graphics/gnofract4d/files/patch-libfract4d::Makefile.in (+11 lines)
Line 0 Link Here
1
--- libfract4d/Makefile.in.orig	Mon Oct 27 03:26:16 2003
2
+++ libfract4d/Makefile.in	Sun Nov  2 22:29:23 2003
3
@@ -123,7 +123,7 @@
4
 
5
 lib_LTLIBRARIES = libfract4d.la
6
 
7
-CXXFLAGS = -O3 -ffast-math -Wall $(GNOFRACT4D_CFLAGS)
8
+CXXFLAGS = @CXXFLAGS@ $(GNOFRACT4D_CFLAGS)
9
 
10
 libfract4d_la_SOURCES = \
11
 	fract4d.h \
(-)graphics/gnofract4d/files/patch-libfract4d::colorizer.cpp (+10 lines)
Line 0 Link Here
1
--- libfract4d/colorizer.cpp.orig	Fri Mar 28 12:11:16 2003
2
+++ libfract4d/colorizer.cpp	Sun Nov  2 23:04:34 2003
3
@@ -2,6 +2,7 @@
4
 #include "iterFunc.h"
5
 #include "io.h"
6
 
7
+#include <cassert>
8
 #include <cstdlib>
9
 #include <iostream>
10
 #include <iomanip>
(-)graphics/gnofract4d/files/patch-libfract4d::iterFunc.cpp (+10 lines)
Line 0 Link Here
1
--- libfract4d/iterFunc.cpp.orig	Mon Oct 27 12:34:10 2003
2
+++ libfract4d/iterFunc.cpp	Sun Nov  2 23:06:05 2003
3
@@ -3,6 +3,7 @@
4
 #include "iterFunc.h"
5
 #include "io.h"
6
 
7
+#include <cassert>
8
 #include <cstddef>
9
 #include <iostream>
10
 #include <iomanip> // setprecision
(-)graphics/gnofract4d/files/patch-src::colorizer.cpp (-10 lines)
Lines 1-10 Link Here
1
--- src/colorizer.cpp.orig	Mon Feb  3 07:51:41 2003
2
+++ src/colorizer.cpp	Fri Oct 17 22:34:56 2003
3
@@ -2,6 +2,7 @@
4
 #include "iterFunc.h"
5
 #include "io.h"
6
 
7
+#include <cassert>
8
 #include <cstdlib>
9
 #include <iostream>
10
 #include <iomanip>
(-)graphics/gnofract4d/files/patch-src::image.cpp (+9 lines)
Line 0 Link Here
1
--- src/image.cpp.orig	Mon Mar 17 15:00:25 2003
2
+++ src/image.cpp	Sun Nov  2 23:13:40 2003
3
@@ -1,4 +1,5 @@
4
-#include <stdlib.h>
5
+#include <cassert>
6
+#include <cstdlib>
7
 
8
 #include "image.h"
9
 #include "iterFunc.h"
(-)graphics/gnofract4d/pkg-plist (-29 / +18 lines)
Lines 1-36 Link Here
1
bin/gnofract4d
1
bin/gnofract4d
2
lib/libfract4d.a
3
lib/libfract4d.so
4
lib/libfract4d.so.0
2
share/gnome/apps/Graphics/gnofract4d.desktop
5
share/gnome/apps/Graphics/gnofract4d.desktop
3
share/gnome/gnofract4d/compiler_template.cpp
6
share/gnome/gnofract4d/compiler_template.cpp
4
share/gnome/gnofract4d/pointFunc.h
7
share/gnome/gnofract4d/pointFunc.h
5
share/gnome/gnofract4d/state.h
8
share/gnome/gnofract4d/state.h
6
share/gnome/help/gnofract4d/C/about.html
9
share/gnome/help/gnofract4d/C/figures/hybrid.png
7
share/gnome/help/gnofract4d/C/docbook.css
10
share/gnome/help/gnofract4d/C/figures/julia_perturbed.png
8
share/gnome/help/gnofract4d/C/filemenu.html
11
share/gnome/help/gnofract4d/C/figures/julia_standard.png
9
share/gnome/help/gnofract4d/C/gnofract4d.html
12
share/gnome/help/gnofract4d/C/figures/mandelbrot_perturbed.png
10
share/gnome/help/gnofract4d/C/hybrid.png
13
share/gnome/help/gnofract4d/C/figures/mandelbrot_standard.png
11
share/gnome/help/gnofract4d/C/julia_perturbed.png
14
share/gnome/help/gnofract4d/C/figures/xw_plane.png
12
share/gnome/help/gnofract4d/C/julia_standard.png
15
share/gnome/help/gnofract4d/C/figures/xz_plane.png
13
share/gnome/help/gnofract4d/C/mandelbrot_perturbed.png
16
share/gnome/help/gnofract4d/C/figures/yz_plane.png
14
share/gnome/help/gnofract4d/C/mandelbrot_standard.png
17
share/gnome/help/gnofract4d/C/gnofract4d-manual.xml
15
share/gnome/help/gnofract4d/C/maths.html
16
share/gnome/help/gnofract4d/C/mouse.html
17
share/gnome/help/gnofract4d/C/preferences.html
18
share/gnome/help/gnofract4d/C/stylesheet-images/caution.gif
19
share/gnome/help/gnofract4d/C/stylesheet-images/home.gif
20
share/gnome/help/gnofract4d/C/stylesheet-images/important.gif
21
share/gnome/help/gnofract4d/C/stylesheet-images/next.gif
22
share/gnome/help/gnofract4d/C/stylesheet-images/note.gif
23
share/gnome/help/gnofract4d/C/stylesheet-images/prev.gif
24
share/gnome/help/gnofract4d/C/stylesheet-images/tip.gif
25
share/gnome/help/gnofract4d/C/stylesheet-images/toc-blank.gif
26
share/gnome/help/gnofract4d/C/stylesheet-images/toc-minus.gif
27
share/gnome/help/gnofract4d/C/stylesheet-images/toc-plus.gif
28
share/gnome/help/gnofract4d/C/stylesheet-images/up.gif
29
share/gnome/help/gnofract4d/C/stylesheet-images/warning.gif
30
share/gnome/help/gnofract4d/C/toolbar.html
31
share/gnome/help/gnofract4d/C/topic.dat
32
share/gnome/help/gnofract4d/C/types.html
33
share/gnome/help/gnofract4d/C/xw_plane.png
34
share/gnome/maps/gnofract4d/4zebbowx.map
18
share/gnome/maps/gnofract4d/4zebbowx.map
35
share/gnome/maps/gnofract4d/Digiorg1.map
19
share/gnome/maps/gnofract4d/Digiorg1.map
36
share/gnome/maps/gnofract4d/Gallet02.map
20
share/gnome/maps/gnofract4d/Gallet02.map
Lines 109-120 Link Here
109
share/gnome/maps/gnofract4d/wild.map
93
share/gnome/maps/gnofract4d/wild.map
110
share/gnome/maps/gnofract4d/wine.map
94
share/gnome/maps/gnofract4d/wine.map
111
share/gnome/maps/gnofract4d/world.map
95
share/gnome/maps/gnofract4d/world.map
96
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnofract4d/gnofract4d-manual-C.omf 2>/dev/null || true
97
share/gnome/omf/gnofract4d/gnofract4d-manual-C.omf
98
@exec scrollkeeper-install -q %D/share/gnome/omf/gnofract4d/gnofract4d-manual-C.omf 2>/dev/null || true
112
share/gnome/pixmaps/gnofract4d/deepen_now.png
99
share/gnome/pixmaps/gnofract4d/deepen_now.png
100
share/gnome/pixmaps/gnofract4d/explorer_mode.png
113
share/gnome/pixmaps/gnofract4d/gnofract4d-logo.png
101
share/gnome/pixmaps/gnofract4d/gnofract4d-logo.png
114
@dirrm share/gnome/pixmaps/gnofract4d
102
@dirrm share/gnome/pixmaps/gnofract4d
103
@dirrm share/gnome/omf/gnofract4d
115
@dirrm share/gnome/maps/gnofract4d
104
@dirrm share/gnome/maps/gnofract4d
116
@dirrm share/gnome/maps
105
@dirrm share/gnome/maps
117
@dirrm share/gnome/help/gnofract4d/C/stylesheet-images
106
@dirrm share/gnome/help/gnofract4d/C/figures
118
@dirrm share/gnome/help/gnofract4d/C
107
@dirrm share/gnome/help/gnofract4d/C
119
@dirrm share/gnome/help/gnofract4d
108
@dirrm share/gnome/help/gnofract4d
120
@dirrm share/gnome/gnofract4d
109
@dirrm share/gnome/gnofract4d

Return to bug 58963