Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2007 03:00:24 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113008: Update port: misc/gretl to 1.6.5
Message-ID:  <20070526030024.1559c120.tkato432@yahoo.com>
Resent-Message-ID: <200705251810.l4PIA9Kq086840@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         113008
>Category:       ports
>Synopsis:       Update port: misc/gretl to 1.6.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 25 18:10:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.6.5

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/gretl/Makefile misc/gretl/Makefile
--- /usr/ports/misc/gretl/Makefile	Sun May 20 13:54:04 2007
+++ misc/gretl/Makefile	Mon May 21 18:05:52 2007
@@ -7,17 +7,16 @@
 #
 
 PORTNAME=	gretl
-PORTVERSION=	1.6.2
-PORTREVISION=	1
+PORTVERSION=	1.6.5
 CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gnu Regression, Econometrics and Time-series Library
 
 BUILD_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot
-LIB_DEPENDS=	mpfr.1:${PORTSDIR}/math/mpfr
+LIB_DEPENDS=	fftw3.4:${PORTSDIR}/math/fftw3 \
+		mpfr.1:${PORTSDIR}/math/mpfr
 RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot
 
 USE_BZIP2=	yes
@@ -25,12 +24,12 @@
 USE_GNOME=	gnometarget gtk20 libxml2
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
-USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:15 autoconf:259
-CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include -DGNUPLOT_PNG" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -DGNUPLOT_PNG" \
 		LDFLAGS="-L${LOCALBASE}/lib ${GCCLIBDIR}"
-CONFIGURE_ARGS+=	--enable-static --enable-shared --with-gmake
+CONFIGURE_ARGS=	--enable-static --enable-shared --with-gmake
 ALL_TARGET=	# empty
+USE_LDCONFIG=	yes
 
 MAN1=		gretl.1 gretl-config.1
 
@@ -44,9 +43,23 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} == "alpha"
+BROKEN=		math/lapack appears to be broken on alpha
+.endif
+
+.if ${HAVE_GNOME:Mlibgnomeui}!=""
+PKGNAMESUFFIX=	-gnome
+USE_GNOME+=	gnomeprefix gtksourceview libgnomeui
+GCONF_SCHEMAS=	gretl.schemas
+DATADIR=	${PREFIX}/share/gnome/${PORTNAME}
+.else
+CONFIGURE_ARGS+=	--without-gnome --without-gtksourceview
+.endif
+
 .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
 WITH_ATLAS=	yes
 .endif
+
 .if defined(WITH_ATLAS)
 LIB_DEPENDS+=	atlas.2:${PORTSDIR}/math/atlas
 BLAS=		-lf77blas -latlas
@@ -60,18 +73,5 @@
 
 pre-configure:
 	@${DIRNAME} `${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR
-
-.if ${ARCH} == "alpha"
-BROKEN=		math/lapack appears to be broken on alpha
-.endif
-
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-PKGNAMESUFFIX=	-gnome
-USE_GNOME+=	gnomeprefix gtksourceview libgnomeui
-GCONF_SCHEMAS=	gretl.schemas
-DATADIR=	${PREFIX}/share/gnome/${PORTNAME}
-.else
-CONFIGURE_ARGS+=	--without-gnome --without-gtksourceview
-.endif
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/misc/gretl/distinfo misc/gretl/distinfo
--- /usr/ports/misc/gretl/distinfo	Wed Apr 18 15:33:08 2007
+++ misc/gretl/distinfo	Mon May 21 13:18:42 2007
@@ -1,3 +1,3 @@
-MD5 (gretl-1.6.2.tar.bz2) = 73b9abd4d15fcb639319aed2d53c9bd1
-SHA256 (gretl-1.6.2.tar.bz2) = 99b356eb8a11ae42842f85a621a4ba24620d54433e51150221417e3c3f727482
-SIZE (gretl-1.6.2.tar.bz2) = 4370377
+MD5 (gretl-1.6.5.tar.bz2) = ed2ca08e8e06df14bc2d4a071535c3e5
+SHA256 (gretl-1.6.5.tar.bz2) = c6f40ed667fdc25298724c0aa9ada06d1f6a75f328d6f72a2ee906e92ae8faac
+SIZE (gretl-1.6.5.tar.bz2) = 4362695
diff -urN /usr/ports/misc/gretl/files/patch-lib::Makefile.in misc/gretl/files/patch-lib::Makefile.in
--- /usr/ports/misc/gretl/files/patch-lib::Makefile.in	Mon Oct  9 12:32:38 2006
+++ misc/gretl/files/patch-lib::Makefile.in	Mon May 21 16:11:07 2007
@@ -1,6 +1,6 @@
---- lib/Makefile.in.orig	Tue May 23 18:27:51 2006
-+++ lib/Makefile.in	Sun Oct  8 02:07:54 2006
-@@ -22,6 +22,11 @@
+--- lib/Makefile.in.orig	Mon Apr 16 10:13:11 2007
++++ lib/Makefile.in	Mon May 21 16:10:51 2007
+@@ -25,6 +25,11 @@
  
  have_gtk = @have_gtk@
  
@@ -12,7 +12,7 @@
  ifeq ($(INSTALL_PROGRAM),)
    INSTALL_PROGRAM = $(INSTALL) -m 755
  endif
-@@ -36,7 +41,7 @@
+@@ -39,7 +44,7 @@
  libdir = $(prefix)/lib
  includedir = $(prefix)/include/gretl
  aclocaldir = $(prefix)/share/aclocal
@@ -21,18 +21,18 @@
  
  INSTALLDIRS = $(libdir) $(includedir) $(aclocaldir)
  
-@@ -52,8 +57,8 @@
+@@ -55,8 +60,8 @@
  
  # hard-coded -L/usr/local/lib is a bodge!!
  
 -LIBS = $(LAPACK_LIBS) -lm -ldl -L/usr/local/lib -lz $(XML_LIBS) \
--	$(GLIB_LIBS) $(GMP_LIBS)
+-	$(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS)
 +LIBS = $(LAPACK_LIBS) -lm -lz $(XML_LIBS) \
-+	$(GLIB_LIBS) $(GMP_LIBS) $(INTL_LIBS)
++	$(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(INTL_LIBS)
  
  #### End of system configuration section. ####
  
-@@ -187,10 +192,10 @@
+@@ -204,10 +209,10 @@
  LOBJS = $(SRCS:.c=.lo)
  AUX_LOBJ = $(CEPHES_SRC:.c=.lo) $(MINPACK_SRC:.c=.lo)
  
@@ -40,12 +40,12 @@
 +LIBTOOL = @LIBTOOL@
  
  override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(XML_CFLAGS) $(GLIB_CFLAGS) \
--	$(GMP_CFLAGS) -DHAVE_CONFIG_H
-+	$(GMP_CFLAGS) -DHAVE_CONFIG_H $(CPPFLAGS)
+-	$(GMP_CFLAGS) $(FFTW_CFLAGS) -DHAVE_CONFIG_H
++	$(GMP_CFLAGS) $(FFTW_CFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H
  
  COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) 
  
-@@ -199,7 +204,7 @@
+@@ -216,7 +221,7 @@
  	$(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d
  
  $(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)
diff -urN /usr/ports/misc/gretl/pkg-plist misc/gretl/pkg-plist
--- /usr/ports/misc/gretl/pkg-plist	Wed Apr 18 15:33:09 2007
+++ misc/gretl/pkg-plist	Mon May 21 18:08:53 2007
@@ -3,6 +3,7 @@
 bin/gretlcli
 include/gretl/adf_kpss.h
 include/gretl/bhhh_max.h
+include/gretl/bootstrap.h
 include/gretl/calendar.h
 include/gretl/compare.h
 include/gretl/compat.h
@@ -18,6 +19,7 @@
 include/gretl/graphing.h
 include/gretl/gretl_commands.h
 include/gretl/gretl_errors.h
+include/gretl/gretl_fft.h
 include/gretl/gretl_func.h
 include/gretl/gretl_intl.h
 include/gretl/gretl_list.h
@@ -357,6 +359,7 @@
 %%DATADIR%%/scripts/greene12_1.inp
 %%DATADIR%%/scripts/greene14_1.inp
 %%DATADIR%%/scripts/greene14_2.inp
+%%DATADIR%%/scripts/greene15_3.inp
 %%DATADIR%%/scripts/greene18_6.inp
 %%DATADIR%%/scripts/greene19_1.inp
 %%DATADIR%%/scripts/greene19_3.inp
@@ -369,6 +372,7 @@
 %%DATADIR%%/scripts/misc/armaloop.inp
 %%DATADIR%%/scripts/misc/bjg.inp
 %%DATADIR%%/scripts/misc/camtriv.inp
+%%DATADIR%%/scripts/misc/convolve.inp
 %%DATADIR%%/scripts/misc/denmark.inp
 %%DATADIR%%/scripts/misc/ects_nls.inp
 %%DATADIR%%/scripts/misc/garch.inp
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070526030024.1559c120.tkato432>