From owner-freebsd-ports Tue Jan 7 6:40: 7 2003 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 B4C8D37B405 for ; Tue, 7 Jan 2003 06:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D781043ED8 for ; Tue, 7 Jan 2003 06:40:02 -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 h07Ee2NS038030 for ; Tue, 7 Jan 2003 06:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h07Ee2UT038029; Tue, 7 Jan 2003 06:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7486237B401 for ; Tue, 7 Jan 2003 06:36:32 -0800 (PST) Received: from christine.energyhq.tk (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id F106943EB2 for ; Tue, 7 Jan 2003 06:36:30 -0800 (PST) (envelope-from flynn@christine.energyhq.tk) Received: from christine.energyhq.tk (localhost.energyhq.tk [127.0.0.1]) by christine.energyhq.tk (8.12.6/8.12.6) with ESMTP id h07Ea6v5025543 for ; Tue, 7 Jan 2003 15:36:07 +0100 (CET) (envelope-from flynn@christine.energyhq.tk) Received: (from flynn@localhost) by christine.energyhq.tk (8.12.6/8.12.6/Submit) id h07Ea6jj025542; Tue, 7 Jan 2003 15:36:06 +0100 (CET) Message-Id: <200301071436.h07Ea6jj025542@christine.energyhq.tk> Date: Tue, 7 Jan 2003 15:36:06 +0100 (CET) From: Miguel Mendez Reply-To: Miguel Mendez To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46824: Unbreak cad/chipmunk on 5.0 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: 46824 >Category: ports >Synopsis: Unbreak cad/chipmunk on 5.0 >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: Tue Jan 07 06:40:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.0-RC i386 >Organization: >Environment: System: FreeBSD christine.energyhq.tk 5.0-RC FreeBSD 5.0-RC #0: Tue Dec 31 14:56:19 CET 2002 root@christine.energyhq.tk:/usr/obj/usr/src/sys/CHRISTINE i386 >Description: Make port build on 5.0, make portlint happy. >How-To-Repeat: >Fix: --- chipmunk.diff begins here --- diff -ruN chipmunk.old/Makefile chipmunk/Makefile --- chipmunk.old/Makefile Sun Nov 10 17:45:14 2002 +++ chipmunk/Makefile Tue Jan 7 15:29:25 2003 @@ -13,10 +13,10 @@ mosis-1.12.tar.gz wol-1.12.tar.gz wolcomp-1.12.tar.gz \ until-1.12.tar.gz util1.1.tar.gz view-1.12.tar.gz \ Makefile +DIST_SUBDIR= chipmunk EXTRACT_ONLY= psys-1.56.tar.gz log-5.59.tar.gz netcmp-1.12.tar.gz \ mosis-1.12.tar.gz wol-1.12.tar.gz wolcomp-1.12.tar.gz \ until-1.12.tar.gz util1.1.tar.gz view-1.12.tar.gz -DIST_SUBDIR= chipmunk MAINTAINER= ports@FreeBSD.org diff -ruN chipmunk.old/files/patch-ba chipmunk/files/patch-ba --- chipmunk.old/files/patch-ba Thu Jan 1 01:00:00 1970 +++ chipmunk/files/patch-ba Tue Jan 7 15:18:22 2003 @@ -0,0 +1,13 @@ +--- psys/include/p2c/p2c.h.orig Tue Jan 7 15:14:37 2003 ++++ psys/include/p2c/p2c.h Tue Jan 7 15:16:04 2003 +@@ -85,10 +85,6 @@ + #include + #endif + +-#if (!defined(BSD) && !defined(__sgi) && !defined(__alpha__)) +-# define log1p(X) log(1+(X)) +-#endif +- + #if defined(rs6000) || defined(ultrix) + extern char *strdup(); + extern char *strpbrk(); diff -ruN chipmunk.old/pkg-descr chipmunk/pkg-descr --- chipmunk.old/pkg-descr Fri Sep 24 07:11:58 1999 +++ chipmunk/pkg-descr Tue Jan 7 15:30:01 2003 @@ -18,15 +18,5 @@ These tools were originally written for HP 200 Series ("Chipmunk") computers, and were later ported to Unix and the X Windows System. -Many people contributed to the design and porting of these tools; we -have made an attempt to credit authors in each package, and regret any -omisions. Carver Mead provided the inspiration, initiative, and -financial support for many of the tools in this package; in several -cases (wol and wolcomp) he wrote the original prototypes as well. The -Systems Development Foundation, Hewlett Packard, and the Office of -Naval Research were the main sources of funding for these tools. These -tools are distributed under a license very similar to the GNU license; -the minor changes protect Caltech from liability. Each tar file -contains this license. WWW: http://www.pcmp.caltech.edu/chipmunk/ --- chipmunk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message