From owner-freebsd-ports Fri Dec 20 23:10:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2370437B407 for ; Fri, 20 Dec 2002 23:10:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC7F43EDE for ; Fri, 20 Dec 2002 23:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A6NS013521 for ; Fri, 20 Dec 2002 23:10:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A6wb013519; Fri, 20 Dec 2002 23:10:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7CA337B405 for ; Fri, 20 Dec 2002 23:04:07 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70CF643EE6 for ; Fri, 20 Dec 2002 23:04:06 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 6E7426F6 for ; Sat, 21 Dec 2002 16:04:00 +0900 (JST) Message-Id: <20021221160107.530defaa.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:01:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46420: Update port: misc/gretl to 1.0.2 (fix ports/46309) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46420 >Category: ports >Synopsis: Update port: misc/gretl to 1.0.2 (fix ports/46309) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0.2 New file: files/patch-plugin::libole2::ms-ole2.h Following PRs shuold be superseded by this one: [2002/11/29] ports/45857 ports Update port: misc/gretl to 1.0.1 [2002/12/16] ports/46309 ports Update port: misc/gretl to 1.0.2 (fix ports/45857) >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/gretl/Makefile misc/gretl/Makefile --- /usr/ports/misc/gretl/Makefile Fri Nov 29 19:09:13 2002 +++ misc/gretl/Makefile Wed Dec 18 11:45:54 2002 @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.0 +PORTVERSION= 1.0.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff -urN /usr/ports/misc/gretl/distinfo misc/gretl/distinfo --- /usr/ports/misc/gretl/distinfo Thu Nov 21 01:30:47 2002 +++ misc/gretl/distinfo Wed Dec 18 11:45:54 2002 @@ -1 +1 @@ -MD5 (gretl-1.0.tar.gz) = 5f175f7134953836139c9f803c936847 +MD5 (gretl-1.0.2.tar.gz) = 42f3daf7ab7409a3c760677afb6e293d 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 Thu Nov 21 01:30:48 2002 +++ misc/gretl/files/patch-lib::Makefile.in Wed Dec 18 11:45:54 2002 @@ -1,5 +1,5 @@ ---- lib/Makefile.in.orig Wed Nov 13 03:50:52 2002 -+++ lib/Makefile.in Mon Nov 18 20:04:11 2002 +--- lib/Makefile.in.orig Wed Dec 4 11:49:39 2002 ++++ lib/Makefile.in Sat Dec 14 05:26:28 2002 @@ -14,6 +14,11 @@ GLIB_LIBS = @GLIB_LIBS@ have_gtk = @have_gtk@ @@ -42,8 +42,8 @@ $(LIBGRETL): $(OBJS) $(LOBJS) $(CEPHES_OBJ) $(CEPHES_OBJ) $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(CEPHES_LOBJ) \ -- -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 -+ -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 $(LDFLAGS) +- -rpath $(prefix)/lib $(LIBS) -version-info 0:2:0 ++ -rpath $(prefix)/lib $(LIBS) -version-info 0:2:0 $(LDFLAGS) .PHONY: diff -urN /usr/ports/misc/gretl/files/patch-plugin::libole2::ms-ole2.h misc/gretl/files/patch-plugin::libole2::ms-ole2.h --- /usr/ports/misc/gretl/files/patch-plugin::libole2::ms-ole2.h Thu Jan 1 09:00:00 1970 +++ misc/gretl/files/patch-plugin::libole2::ms-ole2.h Thu Dec 19 06:28:12 2002 @@ -0,0 +1,14 @@ +--- plugin/libole2/ms-ole.h.orig Fri Apr 12 03:41:50 2002 ++++ plugin/libole2/ms-ole.h Thu Dec 19 06:28:05 2002 +@@ -13,10 +13,10 @@ + + /* This should be done in glib */ + /* Allin Cottrell modifications here */ ++# include + #ifndef _WIN32 + # include /* for mode_t */ + #else +-# include + # ifdef notdef + typedef unsigned long mode_t; + typedef /* signed */ long off_t; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message