Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 1999 18:20:29 -0500 (EST)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15068: Update port: editors/xe
Message-ID:  <19991123232029.64B029B36@pawn.primelocation.net>

next in thread | raw e-mail | index | archive | help

>Number:         15068
>Category:       ports
>Synopsis:       Update port: editors/xe
>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 Nov 23 15:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

FreeBSD 3.3-STABLE i386

>Description:

Update port: editors/xe to 0.6.6

* Fix for potential core dumps
* fix CFLAGS

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/xenon/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	1999/11/21 18:58:56	1.2
+++ Makefile	1999/11/23 23:18:13
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	xenon
-# Version required:			0.6.5
+# Version required:			0.6.6
 # Date created:				22 October 1999
 # Whom:					Chris D. Faulhaber <jedgar@fxp.org>
 #
 # $FreeBSD: ports/editors/xenon/Makefile,v 1.2 1999/11/21 18:58:56 cpiazza Exp $
 #
 
-DISTNAME=	xenon-0.6.5
+DISTNAME=	xenon-0.6.6
 CATEGORIES=	editors
 MASTER_SITES=	ftp://ftp.proximity.com.au/pub/xenon/
 
Index: files/md5
===================================================================
RCS file: /home/ncvs/ports/editors/xenon/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5	1999/11/21 18:58:57	1.2
+++ md5	1999/11/23 23:18:13
@@ -1 +1 @@
-MD5 (xenon-0.6.5.tar.gz) = 175acb902f57976d497cabe0e7174636
+MD5 (xenon-0.6.6.tar.gz) = c7f628966ea77bfdcb9ea98957e82508
Index: patches/patch-ab
===================================================================
RCS file: /home/ncvs/ports/editors/xenon/patches/patch-ab,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-ab
--- patch-ab	1999/11/14 02:08:28	1.1.1.1
+++ patch-ab	1999/11/23 23:18:13
@@ -16,7 +16,7 @@
  
  # For making a dso, add -fPIC
 -CCFLAGS = $(OPTIMIZER) -pipe -Wall -fno-exceptions
-+CCFLAGS = $(CXXFLAGS)
++CCFLAGS = $(CXXFLAGS) $(CFLAGS)
  
 -INCLUDES = -I$(XEINC)
 +INCLUDES = -I$(XEINC) -I/usr/X11R6/include

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991123232029.64B029B36>