From owner-freebsd-ports Sun Apr 4 14:31:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1D9614E0A for ; Sun, 4 Apr 1999 14:31:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA57105; Sun, 4 Apr 1999 14:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id F388C14DD1 for ; Sun, 4 Apr 1999 14:24:46 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id OAA58347; Sun, 4 Apr 1999 14:23:06 -0700 (PDT) (envelope-from mharo) Message-Id: <199904042123.OAA58347@patrol.area51.fremont.ca.us> Date: Sun, 4 Apr 1999 14:23:06 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10950: Update: editors/e93 (1.2.6 -> 1.2.7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10950 >Category: ports >Synopsis: Update: editors/e93 (1.2.6 -> 1.2.7) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 4 14:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (1.2.6 -> 1.2.7) portlint: 2 warnings, 0 errors WARN: use of IS_INTERACTIVE discouraged. provide batch mode by using BATCH and/or FOR_CDROM. not sure how to fix this. patches: 3 new, 1 removed new: patch-ab, patch-ac, patch-ad removed: patch-aa supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/e93/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 1998/09/25 10:07:44 1.20 +++ Makefile 1999/04/04 20:26:04 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.20 1998/09/25 10:07:44 asami Exp $ # -DISTNAME= e93-1.2r6X -PKGNAME= e93-1.2.6 +DISTNAME= e93-1.2r7X +PKGNAME= e93-1.2.7 CATEGORIES= editors tcl80 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/e93/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1996/06/12 02:45:35 1.5 +++ md5 1999/04/04 20:28:34 @@ -1 +1 @@ -MD5 (e93-1.2r6X.tar.gz) = 9d5c986e4d7c358c2c883b6ce05e21ee +MD5 (e93-1.2r7X.tar.gz) = 8873614f47957d2736d49254a62a1b14 **** new patch files **** *** patches/patch-ab *** --- xgui/makefile.orig Fri Oct 18 14:39:07 1996 +++ xgui/makefile Sun Apr 4 14:12:28 1999 @@ -15,14 +15,14 @@ # The following line may need to be altered if the Tcl include # files, or the X11 include files are located elsewhere on your system: -INCLUDES=-I. -I/usr/local/include -I/usr/include/X11 +INCLUDES=-I. -I${LOCALBASE}/include/tcl8.0 -I${X11BASE}/include # Uncomment this line if running Solaris: #MACHINESPEC=-DSOLARIS OPTIONS=-O2 -CFLAGS=$(INCLUDES) $(OPTIONS) $(MACHINESPEC) +CFLAGS+=$(INCLUDES) $(OPTIONS) $(MACHINESPEC) OBJECTS = \ globals.o \ *** patches/patch-ac *** --- makefile.orig Fri Oct 18 14:39:13 1996 +++ makefile Sun Apr 4 14:10:57 1999 @@ -15,10 +15,10 @@ # The following line may need to be altered if the Tcl include # files are located elsewhere on your system: -INCLUDES=-I. -I/usr/local/include +INCLUDES=-I. -I${LOCALBASE}/include/tcl8.0 OPTIONS=-O2 -CFLAGS=$(INCLUDES) $(OPTIONS) +CFLAGS += $(INCLUDES) $(OPTIONS) OBJECTS = \ e93.o \ @@ -42,7 +42,8 @@ all : libgui e93 e93 : $(OBJECTS) xgui/libgui.a - $(CC) -O $(OBJECTS) -Lxgui/ -lgui -lX11 -ltcl76 -lm -o e93 + $(CC) ${CFLAGS} -O $(OBJECTS) -Lxgui/ -lgui -L${X11BASE}/lib -lX11 \ + -L${LOCALBASE}/lib -ltcl80 -lm -o e93 libgui : cd xgui;make *** patches/patch-ad *** --- errors.c.orig Fri Oct 18 14:39:14 1996 +++ errors.c Sun Apr 4 13:41:30 1999 @@ -19,8 +19,10 @@ extern int errno; +#ifndef __FreeBSD__ extern char *sys_errlist[]; +#endif #define MAXERRORFAMILY 32 /* maximum number of characters in error family and member names */ #define MAXERRORDESCRIPTION 256 /* maximum number of characters in error description */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message