From tkato432@yahoo.com  Fri Aug  7 18:01:26 2009
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D08F11065670
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri,  7 Aug 2009 18:01:26 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 79FA68FC24
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri,  7 Aug 2009 18:01:26 +0000 (UTC)
Received: from localhost.localdomain (ZT048219.ppp.dion.ne.jp [59.128.48.219])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id 3267C50031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat,  8 Aug 2009 03:01:19 +0900 (JST)
Message-Id: <20090808030023.6f736eb7.tkato432@yahoo.com>
Date: Sat, 8 Aug 2009 03:00:23 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: math/gretl to 1.8.2

>Number:         137531
>Category:       ports
>Synopsis:       Update port: math/gretl to 1.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 07 18:10:03 UTC 2009
>Closed-Date:    Sat Aug 08 06:24:22 UTC 2009
>Last-Modified:  Sat Aug  8 06:30:02 UTC 2009
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.8.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/gretl/Makefile math/gretl/Makefile
--- /usr/ports/math/gretl/Makefile	2009-08-03 15:25:13.000000000 +0900
+++ math/gretl/Makefile	2009-08-07 00:53:13.000000000 +0900
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gretl
-PORTVERSION=	1.8.1
+PORTVERSION=	1.8.2
 CATEGORIES=	math finance
 MASTER_SITES=	SF
 
@@ -62,6 +62,8 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|set term png|set term dumb|g' \
 		${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's| DOMAIN| CEPHES_DOMAIN|g' \
+		${WRKSRC}/cephes/iv.c
 	@${REINPLACE_CMD} -e 's|@gnome_prefix@|@prefix@|g' \
 		${WRKSRC}/gnome/gretl.keys.in
 
diff -urN /usr/ports/math/gretl/distinfo math/gretl/distinfo
--- /usr/ports/math/gretl/distinfo	2009-07-09 23:22:12.000000000 +0900
+++ math/gretl/distinfo	2009-08-06 05:29:01.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (gretl-1.8.1.tar.bz2) = fe80920504b7f4e4e6995fba44cbb6da
-SHA256 (gretl-1.8.1.tar.bz2) = 62d6b648ceca2a9b89e384b28943da78155873266307c28b7e15e7af5289b426
-SIZE (gretl-1.8.1.tar.bz2) = 6777140
+MD5 (gretl-1.8.2.tar.bz2) = cc4469d46972fa2abe0041e64c939358
+SHA256 (gretl-1.8.2.tar.bz2) = 5ab5c4bb191b13723016d3ecbb4c4b29728a6d62eeebabf014c8e1e4dbed2e10
+SIZE (gretl-1.8.2.tar.bz2) = 6845908
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	2008-06-23 21:31:40.000000000 +0900
+++ math/gretl/files/patch-cli::Makefile.in	2009-08-07 00:41:57.000000000 +0900
@@ -1,5 +1,5 @@
---- cli/Makefile.in.orig	2008-03-24 21:46:11.000000000 +0900
-+++ cli/Makefile.in	2008-06-18 16:22:11.000000000 +0900
+--- cli/Makefile.in.orig	2009-07-06 13:26:32.000000000 +0900
++++ cli/Makefile.in	2009-08-07 00:40:58.000000000 +0900
 @@ -16,6 +16,10 @@
  READLINE_LIBS = @READLINE_LIBS@
  READLINE_CFLAGS = @READLINE_CFLAGS@
@@ -11,7 +11,7 @@
  ifeq ($(CC),)
    CC = gcc
  endif
-@@ -41,17 +45,17 @@
+@@ -41,18 +45,18 @@
  
  DEFS = -DLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H
  
@@ -27,8 +27,10 @@
  	$(CC) $(CFLAGS) -MM $< > .deps/$*.d 
  
  $(CLI): .deps $(OBJS)
--	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(GRETLLIB) $(READLINE_LIBS) 
-+	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJS) $(GRETLLIB) $(READLINE_LIBS) $(INTL_LIBS)
+-	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(GRETLLIB) \
+-	$(READLINE_LIBS)
++	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJS) $(GRETLLIB) \
++	$(READLINE_LIBS) $(INTL_LIBS)
  
  .deps:
  	mkdir $@
diff -urN /usr/ports/math/gretl/files/patch-lib::Makefile.in math/gretl/files/patch-lib::Makefile.in
--- /usr/ports/math/gretl/files/patch-lib::Makefile.in	2009-07-09 23:22:12.000000000 +0900
+++ math/gretl/files/patch-lib::Makefile.in	2009-08-07 00:43:29.000000000 +0900
@@ -1,6 +1,6 @@
---- lib/Makefile.in.orig	2009-05-06 23:33:33.000000000 +0900
-+++ lib/Makefile.in	2009-07-08 01:12:18.000000000 +0900
-@@ -25,6 +25,10 @@
+--- lib/Makefile.in.orig	2009-07-06 13:24:20.000000000 +0900
++++ lib/Makefile.in	2009-08-07 00:39:12.000000000 +0900
+@@ -27,6 +27,10 @@
  
  have_gtk = @have_gtk@
  
@@ -11,7 +11,7 @@
  ifeq ($(INSTALL_PROGRAM),)
    INSTALL_PROGRAM = $(INSTALL) -m 755
  endif
-@@ -39,7 +43,7 @@
+@@ -41,7 +45,7 @@
  libdir = $(prefix)/lib
  includedir = $(prefix)/include/gretl
  aclocaldir = $(prefix)/share/aclocal
@@ -20,18 +20,18 @@
  
  INSTALLDIRS = $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(aclocaldir)
  
-@@ -53,8 +57,8 @@
+@@ -54,8 +58,8 @@
    INSTALL_CFG = install-cfg-old
  endif
  
 -LIBS = $(LAPACK_LIBS) -lm -ldl -lz $(XML_LIBS) \
--	$(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS)
+-	$(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(RLIB_LIBS)
 +LIBS = $(LAPACK_LIBS) -lm -lz $(XML_LIBS) \
-+	$(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(INTL_LIBS)
++	$(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(RLIB_LIBS) $(INTL_LIBS)
  
  #### End of system configuration section. ####
  
-@@ -219,10 +223,10 @@
+@@ -224,10 +228,10 @@
  LOBJS = $(SRCS:.c=.lo)
  AUX_LOBJ = $(CEPHES_SRC:.c=.lo) $(MINPACK_SRC:.c=.lo)
  
@@ -39,12 +39,12 @@
 +LIBTOOL = @LIBTOOL@
  
  override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(XML_CFLAGS) $(GLIB_CFLAGS) \
--	$(GMP_CFLAGS) $(FFTW_CFLAGS) -DHAVE_CONFIG_H
-+	$(GMP_CFLAGS) $(FFTW_CFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H
+-	$(GMP_CFLAGS) $(FFTW_CFLAGS) $(RLIB_CFLAGS) -DHAVE_CONFIG_H
++	$(GMP_CFLAGS) $(FFTW_CFLAGS) $(RLIB_CFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H
  
  COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) 
  
-@@ -231,7 +235,7 @@
+@@ -236,7 +240,7 @@
  	$(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d
  
  $(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)
diff -urN /usr/ports/math/gretl/pkg-plist math/gretl/pkg-plist
--- /usr/ports/math/gretl/pkg-plist	2009-07-09 23:22:12.000000000 +0900
+++ math/gretl/pkg-plist	2009-08-07 00:59:54.000000000 +0900
@@ -15,6 +15,7 @@
 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
@@ -71,6 +72,9 @@
 include/gretl/var.h
 include/gretl/varprint.h
 include/gretl/vartest.h
+lib/gretl-gtk2/anova.a
+lib/gretl-gtk2/anova.la
+lib/gretl-gtk2/anova.so
 lib/gretl-gtk2/arbond.a
 lib/gretl-gtk2/arbond.la
 lib/gretl-gtk2/arbond.so
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 7 18:10:42 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137531 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Aug 8 06:24:21 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137531 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137531: commit references a PR
Date: Sat,  8 Aug 2009 06:24:33 +0000 (UTC)

 miwi        2009-08-08 06:24:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/gretl           Makefile distinfo pkg-plist 
     math/gretl/files     patch-cli::Makefile.in 
                          patch-lib::Makefile.in 
   Log:
   - Update to 1.8.2
   
   PR:             137531
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.82      +3 -1      ports/math/gretl/Makefile
   1.43      +3 -3      ports/math/gretl/distinfo
   1.9       +7 -5      ports/math/gretl/files/patch-cli::Makefile.in
   1.26      +11 -11    ports/math/gretl/files/patch-lib::Makefile.in
   1.43      +4 -0      ports/math/gretl/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
