From owner-freebsd-ports Thu Feb 3 4: 7:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.Surf1.de [194.25.165.21]) by builder.freebsd.org (Postfix) with ESMTP id 660B44397 for ; Thu, 3 Feb 2000 04:07:22 -0800 (PST) Received: from cichlids.com (pC19F5460.dip0.t-ipconnect.de [193.159.84.96]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id NAA24000 for ; Thu, 3 Feb 2000 13:06:52 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 5747BAB98 for ; Thu, 3 Feb 2000 13:07:40 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id NAA29127 for ports@freebsd.org; Thu, 3 Feb 2000 13:08:07 +0100 (CET) (envelope-from alex) Date: Thu, 3 Feb 2000 13:08:07 +0100 From: Alexander Langer To: ports@freebsd.org Subject: PR: fix math/freefem (bentofied) Message-ID: <20000203130807.A29116@cichlids.cichlids.com> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Since gnats is broken, you'll get my pr's by hand :) >Submitter-Id: current-users >Originator: Alexander Langer >Organization: This space is intentionally left blank. >Confidential: no >Synopsis: fix math/freefem (bentofied) >Severity: non-critical >Priority: low >Category: ports >Release: FreeBSD 4.0-CURRENT i386 >Class: change-request >Environment: bla >Description: fix -current build errors. >How-To-Repeat: bento >Fix: --- patch-ad begins here --- --- adapt/agibbs.cxx.old Sun Jan 30 19:47:23 2000 +++ adapt/agibbs.cxx Sun Jan 30 19:50:40 2000 @@ -170,7 +170,7 @@ goto L3; L20: rec = record[r]; - crit = criter[rec]; + crit = (integer) criter[rec]; record[r] = record[1]; --r; if (r == 1) @@ -454,7 +454,7 @@ integer i__1, i__2; /* Local variables */ - static flag_; + static int flag_; static integer i, j, k, p, s, h0, i1, l0, i2; /* extern Subroutine int adp_gibbs1_(); */ static integer lg; --- patch-ad ends here --- --- patch-ae begins here --- --- adapt/filter.cxx.old Sun Jan 30 19:51:37 2000 +++ adapt/filter.cxx Sun Jan 30 19:51:46 2000 @@ -28,8 +28,8 @@ extern int mshopt(Triangulo_T1*,const int&); int mshsu(Triangulo_T1_dlist*, Arista_T1_dlist*, Triangulo_T1_dlist*, Triangulo_T1_dlist*,Vertice_T1*, Metrica, int,Mallado_T0*,CAD*,int); -extern t_vecinos(Vertice_T1*,Triangulo_T1_dlist&); -extern t_local(Vertice_T1*,Triangulo_T1_dlist&); +extern int t_vecinos(Vertice_T1*,Triangulo_T1_dlist&); +extern int t_local(Vertice_T1*,Triangulo_T1_dlist&); void mshreg0(Triangulo_T1_dlist*, Vertice_T1*,Scalar,Scalar,Mallado_T0*); void mshreg1(Triangulo_T1_dlist*, Vertice_T1*,Scalar,Mallado_T0*,Scalar, int,Scalar,Frontera_T1*); --- patch-ae ends here --- --- patch-af begins here --- --- adapt/s_inters.cxx.old Sun Jan 30 19:57:43 2000 +++ adapt/s_inters.cxx Sun Jan 30 19:58:01 2000 @@ -20,7 +20,7 @@ #include #include -extern t_vecinos(Vertice_T1*,Triangulo_T1_dlist&); +extern int t_vecinos(Vertice_T1*,Triangulo_T1_dlist&); void busca_inters(Vertice_T1_dlist* Lsommet) { --- patch-af ends here --- --- patch-ag begins here --- --- src/gibbs.cxx.old Wed Feb 2 18:19:44 2000 +++ src/gibbs.cxx Wed Feb 2 18:19:57 2000 @@ -470,7 +470,7 @@ integer i__1, i__2; /* Local variables */ - static flag_; + static int flag_; static integer i, j, k, p, s, h0, i1, l0, i2; /* extern Subroutine int gibbs1_(); */ --- patch-ag ends here --- ----- End forwarded message ----- -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message