ports/141295: Update port: math/gretl to 1.8.6

KATO Tsuguru tkato432 at yahoo.com
Tue Dec 8 18:10:05 UTC 2009


>Number:         141295
>Category:       ports
>Synopsis:       Update port: math/gretl to 1.8.6
>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:   Tue Dec 08 18:10:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 1.8.6

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/gretl/Makefile math/gretl/Makefile
--- /usr/ports/math/gretl/Makefile	2009-11-03 00:37:16.000000000 +0900
+++ math/gretl/Makefile	2009-12-04 03:33:41.000000000 +0900
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gretl
-PORTVERSION=	1.8.5
+PORTVERSION=	1.8.6
 CATEGORIES=	math finance
 MASTER_SITES=	SF
 
diff -urN /usr/ports/math/gretl/distinfo math/gretl/distinfo
--- /usr/ports/math/gretl/distinfo	2009-11-03 00:37:17.000000000 +0900
+++ math/gretl/distinfo	2009-12-04 03:52:04.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (gretl-1.8.5.tar.bz2) = 2e2c7f21538ac7a4ec9fcaa0b55df8f3
-SHA256 (gretl-1.8.5.tar.bz2) = d2dc50eb9d23715ffd421e15558263776347e3f848d0f065f4754c8fa9801017
-SIZE (gretl-1.8.5.tar.bz2) = 6965280
+MD5 (gretl-1.8.6.tar.bz2) = 5d5666ead0d45a7a33acfa4695ddab09
+SHA256 (gretl-1.8.6.tar.bz2) = bdfbce0c3a8b136a4a06e67da916d57f6155b1b9d4658db7595fe1fb3c6d89d2
+SIZE (gretl-1.8.6.tar.bz2) = 6982571
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-11-03 00:37:17.000000000 +0900
+++ math/gretl/files/patch-lib::Makefile.in	2009-12-04 04:04:36.000000000 +0900
@@ -1,8 +1,8 @@
---- lib/Makefile.in.orig	2009-07-09 10:21:49.000000000 +0900
-+++ lib/Makefile.in	2009-10-29 23:01:13.000000000 +0900
-@@ -26,6 +26,10 @@
- 
- have_gtk = @have_gtk@
+--- lib/Makefile.in.orig	2009-11-26 06:07:31.000000000 +0900
++++ lib/Makefile.in	2009-12-04 04:04:23.000000000 +0900
+@@ -33,6 +33,10 @@
+   RPATH = $(DARWIN_RPATH)
+ endif
  
 +CPPFLAGS = @CPPFLAGS@
 +LDFLAGS = @LDFLAGS@
@@ -11,7 +11,7 @@
  ifeq ($(INSTALL_PROGRAM),)
    INSTALL_PROGRAM = $(INSTALL) -m 755
  endif
-@@ -40,7 +44,7 @@
+@@ -47,7 +51,7 @@
  libdir = $(prefix)/lib
  includedir = $(prefix)/include/gretl
  aclocaldir = $(prefix)/share/aclocal
@@ -20,7 +20,7 @@
  
  INSTALLDIRS = $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(aclocaldir)
  
-@@ -53,8 +57,8 @@
+@@ -60,8 +64,8 @@
    INSTALL_CFG = install-cfg-old
  endif
  
@@ -31,7 +31,7 @@
  
  #### End of system configuration section. ####
  
-@@ -223,10 +227,10 @@
+@@ -230,10 +234,10 @@
  LOBJS = $(SRCS:.c=.lo)
  AUX_LOBJ = $(CEPHES_SRC:.c=.lo) $(MINPACK_SRC:.c=.lo)
  
@@ -44,12 +44,12 @@
  
  COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) 
  
-@@ -235,7 +239,7 @@
+@@ -242,7 +246,7 @@
  	$(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d
  
  $(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)
 -	$(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \
 +	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(LOBJS) $(AUX_LOBJ) \
- 	-rpath $(prefix)/lib $(LIBS) \
- 	-version-info $(CURRENT):$(REVISION):$(AGE)
+ 	-rpath $(RPATH) $(LIBS) -version-info $(CURRENT):$(REVISION):$(AGE)
  
+ .deps:
diff -urN /usr/ports/math/gretl/files/patch-share::bcih::Makefile.in math/gretl/files/patch-share::bcih::Makefile.in
--- /usr/ports/math/gretl/files/patch-share::bcih::Makefile.in	2008-06-23 21:31:41.000000000 +0900
+++ math/gretl/files/patch-share::bcih::Makefile.in	2009-12-04 04:06:15.000000000 +0900
@@ -1,11 +1,11 @@
---- share/bcih/Makefile.in.orig	2008-03-24 21:48:14.000000000 +0900
-+++ share/bcih/Makefile.in	2008-06-18 16:13:23.000000000 +0900
-@@ -1,7 +1,7 @@
- topsrc = @top_srcdir@
+--- share/bcih/Makefile.in.orig	2009-11-24 00:57:13.000000000 +0900
++++ share/bcih/Makefile.in	2009-12-04 04:05:47.000000000 +0900
+@@ -2,7 +2,7 @@
  
  CC = @CC@
+ HOSTCC = @HOSTCC@
 -INSTALL_DATA = cp -fp
 +INSTALL_DATA = @INSTALL_DATA@
  
- prefix = @prefix@
- gretldir = $(prefix)/share/gretl
+ ifeq ($(HOSTCC),)
+   HOSTCC = $(CC)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list