FreeBSD Bugzilla – Attachment 107739 Details for
Bug 148562
Update port: math/gretl to 1.9.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.50 KB, created by
tkato432
on 2010-07-13 19:10:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2010-07-13 19:10:11 UTC
Size:
5.50 KB
patch
obsolete
>diff -urN /usr/ports/math/gretl/Makefile math/gretl/Makefile >--- /usr/ports/math/gretl/Makefile 2010-06-12 02:48:26.000000000 +0900 >+++ math/gretl/Makefile 2010-07-09 04:05:58.000000000 +0900 >@@ -7,8 +7,7 @@ > # > > PORTNAME= gretl >-PORTVERSION= 1.8.7 >-PORTREVISION= 3 >+PORTVERSION= 1.9.1 > CATEGORIES= math finance > MASTER_SITES= SF > >@@ -21,7 +20,6 @@ > RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot > > USE_BZIP2= yes >-WANT_GNOME= yes > USE_GNOME= gnomehier gtk20 gtksourceview2 libxml2 > USE_GETTEXT= yes > USE_GMAKE= yes >diff -urN /usr/ports/math/gretl/distinfo math/gretl/distinfo >--- /usr/ports/math/gretl/distinfo 2010-02-13 03:20:22.000000000 +0900 >+++ math/gretl/distinfo 2010-07-09 04:24:45.000000000 +0900 >@@ -1,3 +1,3 @@ >-MD5 (gretl-1.8.7.tar.bz2) = f011cd534669901d63a39b618fa3bd42 >-SHA256 (gretl-1.8.7.tar.bz2) = 4564e6e27ae7b855a4c5a166d9f56c16e57d380fa3bac627076157d5d4448e69 >-SIZE (gretl-1.8.7.tar.bz2) = 7011559 >+MD5 (gretl-1.9.1.tar.bz2) = 1227de74bdc4dde33df33103de3fdf76 >+SHA256 (gretl-1.9.1.tar.bz2) = b46916828132cc6955ed20cf4c9816d17cae3f692368a245d56f8e55f3efda39 >+SIZE (gretl-1.9.1.tar.bz2) = 7545384 >diff -urN /usr/ports/math/gretl/files/patch-cli::Makefile.in math/gretl/files/patch-cli::Makefile.in >--- /usr/ports/math/gretl/files/patch-cli::Makefile.in 2010-02-13 03:20:22.000000000 +0900 >+++ math/gretl/files/patch-cli::Makefile.in 2010-07-09 04:31:57.000000000 +0900 >@@ -1,6 +1,6 @@ >---- cli/Makefile.in.orig 2009-12-31 01:24:50.000000000 +0900 >-+++ cli/Makefile.in 2010-02-02 03:05:49.000000000 +0900 >-@@ -18,6 +18,10 @@ >+--- cli/Makefile.in.orig 2010-06-16 22:01:23.000000000 +0900 >++++ cli/Makefile.in 2010-07-09 04:31:31.000000000 +0900 >+@@ -20,6 +20,10 @@ > > quiet_build = @quiet_build@ > >@@ -11,25 +11,25 @@ > ifeq ($(CC),) > CC = gcc > endif >-@@ -52,10 +56,10 @@ >+@@ -54,10 +58,10 @@ > > DEFS = -DLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H > > -override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS) > +override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS) $(CPPFLAGS) > >- CLI = gretlcli >+ CLI = gretlcli$(EXEEXT) > -LIBTOOL = ../libtool > +LIBTOOL = @LIBTOOL@ > > %.o: %.c > $(CCECHO) >-@@ -65,7 +69,7 @@ >+@@ -67,7 +71,7 @@ > $(CLI): .deps $(OBJS) > $(LDECHO) >- $(AMP)$(LIBTOOL) --mode=link $(CCV) -o $@ $(LDFLAGS) $(OBJS) $(GRETLLIB) \ >-- $(READLINE_LIBS) >-+ $(READLINE_LIBS) $(INTL_LIBS) >+ $(AMP)$(LIBTOOL) --mode=link $(CCV) -o $@ $(LDFLAGS) $(OBJS) \ >+- $(GRETLLIB) $(READLINE_LIBS) >++ $(GRETLLIB) $(READLINE_LIBS) $(INTL_LIBS) > > .deps: > $(AMP)mkdir $@ >diff -urN /usr/ports/math/gretl/files/patch-gui2::Makefile.in math/gretl/files/patch-gui2::Makefile.in >--- /usr/ports/math/gretl/files/patch-gui2::Makefile.in 2010-02-13 03:20:23.000000000 +0900 >+++ math/gretl/files/patch-gui2::Makefile.in 2010-07-09 04:33:13.000000000 +0900 >@@ -1,15 +1,15 @@ >---- gui2/Makefile.in.orig 2009-12-31 01:25:11.000000000 +0900 >-+++ gui2/Makefile.in 2010-02-02 03:07:35.000000000 +0900 >-@@ -117,7 +117,7 @@ >+--- gui2/Makefile.in.orig 2010-06-16 22:03:53.000000000 +0900 >++++ gui2/Makefile.in 2010-07-09 04:32:55.000000000 +0900 >+@@ -118,7 +118,7 @@ > #### End of system configuration section. #### > > SHELL = /bin/sh > -LIBTOOL = ../libtool > +LIBTOOL = @LIBTOOL@ >- PROG = gretl_x11 >+ PROG = gretl_x11$(EXEEXT) > > vpath %.c $(topsrc)/gui2 >-@@ -192,13 +192,13 @@ >+@@ -193,13 +193,13 @@ > $(AMP)$(CC) -c -I.. -I$(libsrc) $(XML_CFLAGS) $< > > mklang: mklang.o >@@ -25,7 +25,7 @@ > > .deps: > $(AMP)mkdir $@ >-@@ -213,7 +213,7 @@ >+@@ -214,7 +214,7 @@ > $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s $(PROG) $(DESTDIR)$(bindir)/$(PROG) > > install-data: installdirs >diff -urN /usr/ports/math/gretl/pkg-plist math/gretl/pkg-plist >--- /usr/ports/math/gretl/pkg-plist 2010-02-13 03:20:23.000000000 +0900 >+++ math/gretl/pkg-plist 2010-07-09 04:52:30.000000000 +0900 >@@ -8,20 +8,19 @@ > include/gretl/calendar.h > include/gretl/compare.h > include/gretl/compat.h >-include/gretl/csvdata.h > include/gretl/dataio.h > include/gretl/dataset.h > include/gretl/dbread.h > include/gretl/describe.h > include/gretl/discrete.h > include/gretl/estimate.h >-include/gretl/flow_control.h > include/gretl/forecast.h > include/gretl/genfuncs.h > include/gretl/genmain.h > include/gretl/graphing.h > include/gretl/gretl_bfgs.h > include/gretl/gretl_commands.h >+include/gretl/gretl_data_io.h > include/gretl/gretl_errors.h > include/gretl/gretl_f2c.h > include/gretl/gretl_fft.h >@@ -86,6 +85,9 @@ > lib/gretl-gtk2/arma_x12.so > lib/gretl-gtk2/data/dwdata.gz > lib/gretl-gtk2/data/urcdata.gz >+lib/gretl-gtk2/duration.a >+lib/gretl-gtk2/duration.la >+lib/gretl-gtk2/duration.so > lib/gretl-gtk2/eviews_import.a > lib/gretl-gtk2/eviews_import.la > lib/gretl-gtk2/eviews_import.so >@@ -334,6 +336,7 @@ > %%DATADIR%%/data/misc/pension.gdt > %%DATADIR%%/data/misc/poisson.gdt > %%DATADIR%%/data/misc/rac3d.gdt >+%%DATADIR%%/data/misc/recid.gdt > %%DATADIR%%/data/misc/sw_ch12.gdt > %%DATADIR%%/data/misc/sw_ch14.gdt > %%DATADIR%%/data/misc/theil.gdt >@@ -349,11 +352,13 @@ > %%DATADIR%%/data/nist/Wampler3.dat > %%DATADIR%%/data/nist/Wampler4.dat > %%DATADIR%%/data/nist/Wampler5.dat >+%%DATADIR%%/data/plotbars/nber.txt > %%DATADIR%%/db/fedstl.bin > %%DATADIR%%/db/fedstl.idx > %%DATADIR%%/fonts/FreeSans.ttf > %%DATADIR%%/fonts/Vera.ttf > %%DATADIR%%/fonts/VeraMono.ttf >+%%DATADIR%%/functions/criteria.gfn > %%DATADIR%%/functions/gretlfunc.dtd > %%DATADIR%%/genrcli.hlp > %%DATADIR%%/genrcli.hlp.it >@@ -559,6 +564,7 @@ > @dirrm %%DATADIR%%/functions > @dirrm %%DATADIR%%/fonts > @dirrm %%DATADIR%%/db >+@dirrm %%DATADIR%%/data/plotbars > @dirrm %%DATADIR%%/data/nist > @dirrm %%DATADIR%%/data/misc > @dirrm %%DATADIR%%/data/greene
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 148562
: 107739