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

(-)math/gretl/Makefile (-3 / +1 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	gretl
9
PORTNAME=	gretl
10
PORTVERSION=	1.8.7
10
PORTVERSION=	1.9.1
11
PORTREVISION=	3
12
CATEGORIES=	math finance
11
CATEGORIES=	math finance
13
MASTER_SITES=	SF
12
MASTER_SITES=	SF
14
13
Lines 21-27 Link Here
21
RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot
20
RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot
22
21
23
USE_BZIP2=	yes
22
USE_BZIP2=	yes
24
WANT_GNOME=	yes
25
USE_GNOME=	gnomehier gtk20 gtksourceview2 libxml2
23
USE_GNOME=	gnomehier gtk20 gtksourceview2 libxml2
26
USE_GETTEXT=	yes
24
USE_GETTEXT=	yes
27
USE_GMAKE=	yes
25
USE_GMAKE=	yes
(-)math/gretl/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gretl-1.8.7.tar.bz2) = f011cd534669901d63a39b618fa3bd42
1
MD5 (gretl-1.9.1.tar.bz2) = 1227de74bdc4dde33df33103de3fdf76
2
SHA256 (gretl-1.8.7.tar.bz2) = 4564e6e27ae7b855a4c5a166d9f56c16e57d380fa3bac627076157d5d4448e69
2
SHA256 (gretl-1.9.1.tar.bz2) = b46916828132cc6955ed20cf4c9816d17cae3f692368a245d56f8e55f3efda39
3
SIZE (gretl-1.8.7.tar.bz2) = 7011559
3
SIZE (gretl-1.9.1.tar.bz2) = 7545384
(-)math/gretl/files/patch-cli::Makefile.in (-9 / +9 lines)
Lines 1-6 Link Here
1
--- cli/Makefile.in.orig	2009-12-31 01:24:50.000000000 +0900
1
--- cli/Makefile.in.orig	2010-06-16 22:01:23.000000000 +0900
2
+++ cli/Makefile.in	2010-02-02 03:05:49.000000000 +0900
2
+++ cli/Makefile.in	2010-07-09 04:31:31.000000000 +0900
3
@@ -18,6 +18,10 @@
3
@@ -20,6 +20,10 @@
4
 
4
 
5
 quiet_build = @quiet_build@
5
 quiet_build = @quiet_build@
6
 
6
 
Lines 11-35 Link Here
11
 ifeq ($(CC),)
11
 ifeq ($(CC),)
12
   CC = gcc
12
   CC = gcc
13
 endif
13
 endif
14
@@ -52,10 +56,10 @@
14
@@ -54,10 +58,10 @@
15
 
15
 
16
 DEFS = -DLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H
16
 DEFS = -DLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H
17
 
17
 
18
-override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS)
18
-override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS)
19
+override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS) $(CPPFLAGS)
19
+override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS) $(CPPFLAGS)
20
 
20
 
21
 CLI = gretlcli
21
 CLI = gretlcli$(EXEEXT)
22
-LIBTOOL = ../libtool
22
-LIBTOOL = ../libtool
23
+LIBTOOL = @LIBTOOL@
23
+LIBTOOL = @LIBTOOL@
24
 
24
 
25
 %.o: %.c
25
 %.o: %.c
26
 	$(CCECHO)
26
 	$(CCECHO)
27
@@ -65,7 +69,7 @@
27
@@ -67,7 +71,7 @@
28
 $(CLI): .deps $(OBJS)
28
 $(CLI): .deps $(OBJS)
29
 	$(LDECHO)
29
 	$(LDECHO)
30
 	$(AMP)$(LIBTOOL) --mode=link $(CCV) -o $@ $(LDFLAGS) $(OBJS) $(GRETLLIB) \
30
 	$(AMP)$(LIBTOOL) --mode=link $(CCV) -o $@ $(LDFLAGS) $(OBJS) \
31
-	$(READLINE_LIBS)
31
-	$(GRETLLIB) $(READLINE_LIBS)
32
+	$(READLINE_LIBS) $(INTL_LIBS)
32
+	$(GRETLLIB) $(READLINE_LIBS) $(INTL_LIBS)
33
 
33
 
34
 .deps:
34
 .deps:
35
 	$(AMP)mkdir $@
35
 	$(AMP)mkdir $@
(-)math/gretl/files/patch-gui2::Makefile.in (-6 / +6 lines)
Lines 1-15 Link Here
1
--- gui2/Makefile.in.orig	2009-12-31 01:25:11.000000000 +0900
1
--- gui2/Makefile.in.orig	2010-06-16 22:03:53.000000000 +0900
2
+++ gui2/Makefile.in	2010-02-02 03:07:35.000000000 +0900
2
+++ gui2/Makefile.in	2010-07-09 04:32:55.000000000 +0900
3
@@ -117,7 +117,7 @@
3
@@ -118,7 +118,7 @@
4
 #### End of system configuration section. ####
4
 #### End of system configuration section. ####
5
 
5
 
6
 SHELL = /bin/sh
6
 SHELL = /bin/sh
7
-LIBTOOL = ../libtool
7
-LIBTOOL = ../libtool
8
+LIBTOOL = @LIBTOOL@
8
+LIBTOOL = @LIBTOOL@
9
 PROG  = gretl_x11
9
 PROG  = gretl_x11$(EXEEXT)
10
 
10
 
11
 vpath %.c $(topsrc)/gui2
11
 vpath %.c $(topsrc)/gui2
12
@@ -192,13 +192,13 @@
12
@@ -193,13 +193,13 @@
13
 	$(AMP)$(CC) -c -I.. -I$(libsrc) $(XML_CFLAGS) $<
13
 	$(AMP)$(CC) -c -I.. -I$(libsrc) $(XML_CFLAGS) $<
14
 
14
 
15
 mklang: mklang.o 
15
 mklang: mklang.o 
Lines 25-31 Link Here
25
 
25
 
26
 .deps:
26
 .deps:
27
 	$(AMP)mkdir $@
27
 	$(AMP)mkdir $@
28
@@ -213,7 +213,7 @@
28
@@ -214,7 +214,7 @@
29
 	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s $(PROG) $(DESTDIR)$(bindir)/$(PROG)
29
 	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s $(PROG) $(DESTDIR)$(bindir)/$(PROG)
30
 
30
 
31
 install-data: installdirs
31
 install-data: installdirs
(-)math/gretl/pkg-plist (-2 / +8 lines)
Lines 8-27 Link Here
8
include/gretl/calendar.h
8
include/gretl/calendar.h
9
include/gretl/compare.h
9
include/gretl/compare.h
10
include/gretl/compat.h
10
include/gretl/compat.h
11
include/gretl/csvdata.h
12
include/gretl/dataio.h
11
include/gretl/dataio.h
13
include/gretl/dataset.h
12
include/gretl/dataset.h
14
include/gretl/dbread.h
13
include/gretl/dbread.h
15
include/gretl/describe.h
14
include/gretl/describe.h
16
include/gretl/discrete.h
15
include/gretl/discrete.h
17
include/gretl/estimate.h
16
include/gretl/estimate.h
18
include/gretl/flow_control.h
19
include/gretl/forecast.h
17
include/gretl/forecast.h
20
include/gretl/genfuncs.h
18
include/gretl/genfuncs.h
21
include/gretl/genmain.h
19
include/gretl/genmain.h
22
include/gretl/graphing.h
20
include/gretl/graphing.h
23
include/gretl/gretl_bfgs.h
21
include/gretl/gretl_bfgs.h
24
include/gretl/gretl_commands.h
22
include/gretl/gretl_commands.h
23
include/gretl/gretl_data_io.h
25
include/gretl/gretl_errors.h
24
include/gretl/gretl_errors.h
26
include/gretl/gretl_f2c.h
25
include/gretl/gretl_f2c.h
27
include/gretl/gretl_fft.h
26
include/gretl/gretl_fft.h
Lines 86-91 Link Here
86
lib/gretl-gtk2/arma_x12.so
85
lib/gretl-gtk2/arma_x12.so
87
lib/gretl-gtk2/data/dwdata.gz
86
lib/gretl-gtk2/data/dwdata.gz
88
lib/gretl-gtk2/data/urcdata.gz
87
lib/gretl-gtk2/data/urcdata.gz
88
lib/gretl-gtk2/duration.a
89
lib/gretl-gtk2/duration.la
90
lib/gretl-gtk2/duration.so
89
lib/gretl-gtk2/eviews_import.a
91
lib/gretl-gtk2/eviews_import.a
90
lib/gretl-gtk2/eviews_import.la
92
lib/gretl-gtk2/eviews_import.la
91
lib/gretl-gtk2/eviews_import.so
93
lib/gretl-gtk2/eviews_import.so
Lines 334-339 Link Here
334
%%DATADIR%%/data/misc/pension.gdt
336
%%DATADIR%%/data/misc/pension.gdt
335
%%DATADIR%%/data/misc/poisson.gdt
337
%%DATADIR%%/data/misc/poisson.gdt
336
%%DATADIR%%/data/misc/rac3d.gdt
338
%%DATADIR%%/data/misc/rac3d.gdt
339
%%DATADIR%%/data/misc/recid.gdt
337
%%DATADIR%%/data/misc/sw_ch12.gdt
340
%%DATADIR%%/data/misc/sw_ch12.gdt
338
%%DATADIR%%/data/misc/sw_ch14.gdt
341
%%DATADIR%%/data/misc/sw_ch14.gdt
339
%%DATADIR%%/data/misc/theil.gdt
342
%%DATADIR%%/data/misc/theil.gdt
Lines 349-359 Link Here
349
%%DATADIR%%/data/nist/Wampler3.dat
352
%%DATADIR%%/data/nist/Wampler3.dat
350
%%DATADIR%%/data/nist/Wampler4.dat
353
%%DATADIR%%/data/nist/Wampler4.dat
351
%%DATADIR%%/data/nist/Wampler5.dat
354
%%DATADIR%%/data/nist/Wampler5.dat
355
%%DATADIR%%/data/plotbars/nber.txt
352
%%DATADIR%%/db/fedstl.bin
356
%%DATADIR%%/db/fedstl.bin
353
%%DATADIR%%/db/fedstl.idx
357
%%DATADIR%%/db/fedstl.idx
354
%%DATADIR%%/fonts/FreeSans.ttf
358
%%DATADIR%%/fonts/FreeSans.ttf
355
%%DATADIR%%/fonts/Vera.ttf
359
%%DATADIR%%/fonts/Vera.ttf
356
%%DATADIR%%/fonts/VeraMono.ttf
360
%%DATADIR%%/fonts/VeraMono.ttf
361
%%DATADIR%%/functions/criteria.gfn
357
%%DATADIR%%/functions/gretlfunc.dtd
362
%%DATADIR%%/functions/gretlfunc.dtd
358
%%DATADIR%%/genrcli.hlp
363
%%DATADIR%%/genrcli.hlp
359
%%DATADIR%%/genrcli.hlp.it
364
%%DATADIR%%/genrcli.hlp.it
Lines 559-564 Link Here
559
@dirrm %%DATADIR%%/functions
564
@dirrm %%DATADIR%%/functions
560
@dirrm %%DATADIR%%/fonts
565
@dirrm %%DATADIR%%/fonts
561
@dirrm %%DATADIR%%/db
566
@dirrm %%DATADIR%%/db
567
@dirrm %%DATADIR%%/data/plotbars
562
@dirrm %%DATADIR%%/data/nist
568
@dirrm %%DATADIR%%/data/nist
563
@dirrm %%DATADIR%%/data/misc
569
@dirrm %%DATADIR%%/data/misc
564
@dirrm %%DATADIR%%/data/greene
570
@dirrm %%DATADIR%%/data/greene

Return to bug 148562