Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 1999 12:29:19 -0700 (PDT)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10986: Update: editors/cooledit (3.8.3 -> 3.9.0)
Message-ID:  <199904061929.MAA53826@patrol.area51.fremont.ca.us>

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

>Number:         10986
>Category:       ports
>Synopsis:       Update: editors/cooledit (3.8.3 -> 3.9.0)
>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:   Tue Apr  6 12:30:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Changes:
	- New version (3.8.3 -> 3.9.0)

portlint: 0 warnings, 0 errors
patches:  0 new, 0 removed

>How-To-Repeat:

>Fix:
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/cooledit/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	1999/01/30 01:24:29	1.11
+++ Makefile	1999/04/06 19:26:49
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.11 1999/01/30 01:24:29 fenner Exp $
 #
 
-DISTNAME=	cooledit-3.8.3
+DISTNAME=	cooledit-3.9.0
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	apps/editors/X
@@ -16,7 +16,7 @@
 LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-mail-author --disable-static
+CONFIGURE_ARGS=	--disable-mail-author --disable-static  --with-libs='-lcrypt -lreadline'
 USE_GMAKE= 	yes
 
 post-extract:
Index: files/md5
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/cooledit/files/md5,v
retrieving revision 1.5
diff -u -r1.5 md5
--- md5	1999/01/30 01:24:35	1.5
+++ md5	1999/04/05 21:12:21
@@ -1 +1 @@
-MD5 (cooledit-3.8.3.tar.gz) = 7fc450fae6531914d1a65c0447a91fd3
+MD5 (cooledit-3.9.0.tar.gz) = 89514b4f8c92985017f8ec8cf818d78e
Index: patches/patch-aa
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/cooledit/patches/patch-aa,v
retrieving revision 1.3
diff -u -r1.3 patch-aa
--- patch-aa	1999/01/10 18:14:43	1.3
+++ patch-aa	1999/04/06 19:03:19
@@ -1,173 +1,23 @@
-*** icon/Makefile.in	Wed Dec 16 01:05:40 1998
---- icon/Makefile.in	Thu Jan  7 15:01:13 1999
-***************
-*** 95,102 ****
-  VERSION = @VERSION@
-  l = @l@
-  
-! bin_PROGRAMS = coolicon coolicon.static coolbrowse coolbrowse.static coolmessage coolmessage.static \
-!     coollistbox coollistbox.static  coolquery coolquery.static coolinput coolinput.static
-  
-  INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl
-  
---- 95,102 ----
-  VERSION = @VERSION@
-  l = @l@
-  
-! bin_PROGRAMS = coolicon coolbrowse coolmessage \
-!     coollistbox coolquery coolinput 
-  
-  INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl
-  
-***************
-*** 107,119 ****
-  coolquery_SOURCES = coolquery.c trivoptions.c
-  coolinput_SOURCES = coolinput.c trivoptions.c
-  
-- coolicon_static_SOURCES = icon.c coolicon.c iconmanager.c percentsubs.c trivoptions.c
-- coolbrowse_static_SOURCES = coolbrowse.c trivoptions.c
-- coolmessage_static_SOURCES = coolmessage.c trivoptions.c
-- coollistbox_static_SOURCES = coollistbox.c trivoptions.c
-- coolquery_static_SOURCES = coolquery.c trivoptions.c
-- coolinput_static_SOURCES = coolinput.c trivoptions.c
-- 
-  coolicon_LDADD = -lm ../widget/libCw.la -lX11 ../intl/libintl.$la -lXext -lXpm ../widget/libC3d.a
-  coolbrowse_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la
-  coolmessage_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la
---- 107,112 ----
-***************
-*** 121,133 ****
-  coolquery_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la
-  coolinput_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la
-  
-- coolicon_static_LDADD = -lm ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la -lXext -lXpm ../widget/libC3d.a
-- coolbrowse_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la
-- coolmessage_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la
-- coollistbox_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la
-- coolquery_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la
-- coolinput_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la
-- 
-  datadir = $(prefix)/@DATADIRNAME@
-  localedir = $(datadir)/locale
-  
---- 114,119 ----
-***************
-*** 148,193 ****
-  coolicon_DEPENDENCIES =  ../widget/libCw.la ../intl/libintl.$la \
-  ../widget/libC3d.a
-  coolicon_LDFLAGS = 
-- coolicon_static_OBJECTS =  icon.o coolicon.o iconmanager.o percentsubs.o \
-- trivoptions.o
-- coolicon_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
-- ../intl/libintl.$la ../widget/libC3d.a
-- coolicon_static_LDFLAGS = 
-  coolbrowse_OBJECTS =  coolbrowse.o trivoptions.o
-  coolbrowse_DEPENDENCIES =  ../widget/libCw.la ../intl/libintl.$la
-  coolbrowse_LDFLAGS = 
-- coolbrowse_static_OBJECTS =  coolbrowse.o trivoptions.o
-- coolbrowse_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
-- ../intl/libintl.$la
-- coolbrowse_static_LDFLAGS = 
-  coolmessage_OBJECTS =  coolmessage.o trivoptions.o
-  coolmessage_DEPENDENCIES =  ../widget/libCw.la ../intl/libintl.$la
-  coolmessage_LDFLAGS = 
-- coolmessage_static_OBJECTS =  coolmessage.o trivoptions.o
-- coolmessage_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
-- ../intl/libintl.$la
-- coolmessage_static_LDFLAGS = 
-  coollistbox_OBJECTS =  coollistbox.o trivoptions.o
-  coollistbox_DEPENDENCIES =  ../widget/libCw.la ../intl/libintl.$la
-  coollistbox_LDFLAGS = 
-- coollistbox_static_OBJECTS =  coollistbox.o trivoptions.o
-- coollistbox_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
-- ../intl/libintl.$la
-- coollistbox_static_LDFLAGS = 
-  coolquery_OBJECTS =  coolquery.o trivoptions.o
-  coolquery_DEPENDENCIES =  ../widget/libCw.la ../intl/libintl.$la
-  coolquery_LDFLAGS = 
-- coolquery_static_OBJECTS =  coolquery.o trivoptions.o
-- coolquery_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
-- ../intl/libintl.$la
-- coolquery_static_LDFLAGS = 
-  coolinput_OBJECTS =  coolinput.o trivoptions.o
-  coolinput_DEPENDENCIES =  ../widget/libCw.la ../intl/libintl.$la
-  coolinput_LDFLAGS = 
-- coolinput_static_OBJECTS =  coolinput.o trivoptions.o
-- coolinput_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
-- ../intl/libintl.$la
-- coolinput_static_LDFLAGS = 
-  CFLAGS = @CFLAGS@
-  COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
-  LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
---- 134,154 ----
-***************
-*** 199,206 ****
-  
-  TAR = tar
-  GZIP = --best
-! SOURCES = $(coolicon_SOURCES) $(coolicon_static_SOURCES) $(coolbrowse_SOURCES) $(coolbrowse_static_SOURCES) $(coolmessage_SOURCES) $(coolmessage_static_SOURCES) $(coollistbox_SOURCES) $(coollistbox_static_SOURCES) $(coolquery_SOURCES) $(coolquery_static_SOURCES) $(coolinput_SOURCES) $(coolinput_static_SOURCES)
-! OBJECTS = $(coolicon_OBJECTS) $(coolicon_static_OBJECTS) $(coolbrowse_OBJECTS) $(coolbrowse_static_OBJECTS) $(coolmessage_OBJECTS) $(coolmessage_static_OBJECTS) $(coollistbox_OBJECTS) $(coollistbox_static_OBJECTS) $(coolquery_OBJECTS) $(coolquery_static_OBJECTS) $(coolinput_OBJECTS) $(coolinput_static_OBJECTS)
-  
-  all: Makefile $(PROGRAMS)
-  
---- 160,167 ----
-  
-  TAR = tar
-  GZIP = --best
-! SOURCES = $(coolicon_SOURCES) $(coolbrowse_SOURCES) $(coolmessage_SOURCES) $(coollistbox_SOURCES) $(coolquery_SOURCES) $(coolinput_SOURCES)
-! OBJECTS = $(coolicon_OBJECTS) $(coolbrowse_OBJECTS) $(coolmessage_OBJECTS) $(coollistbox_OBJECTS) $(coolquery_OBJECTS) $(coolinput_OBJECTS)
-  
-  all: Makefile $(PROGRAMS)
-  
-***************
-*** 281,329 ****
-  	@rm -f coolicon
-  	$(LINK) $(coolicon_LDFLAGS) $(coolicon_OBJECTS) $(coolicon_LDADD) $(LIBS)
-  
-- coolicon.static: $(coolicon_static_OBJECTS) $(coolicon_static_DEPENDENCIES)
-- 	@rm -f coolicon.static
-- 	$(LINK) $(coolicon_static_LDFLAGS) $(coolicon_static_OBJECTS) $(coolicon_static_LDADD) $(LIBS)
-- 
-  coolbrowse: $(coolbrowse_OBJECTS) $(coolbrowse_DEPENDENCIES)
-  	@rm -f coolbrowse
-  	$(LINK) $(coolbrowse_LDFLAGS) $(coolbrowse_OBJECTS) $(coolbrowse_LDADD) $(LIBS)
-  
-- coolbrowse.static: $(coolbrowse_static_OBJECTS) $(coolbrowse_static_DEPENDENCIES)
-- 	@rm -f coolbrowse.static
-- 	$(LINK) $(coolbrowse_static_LDFLAGS) $(coolbrowse_static_OBJECTS) $(coolbrowse_static_LDADD) $(LIBS)
-- 
-  coolmessage: $(coolmessage_OBJECTS) $(coolmessage_DEPENDENCIES)
-  	@rm -f coolmessage
-  	$(LINK) $(coolmessage_LDFLAGS) $(coolmessage_OBJECTS) $(coolmessage_LDADD) $(LIBS)
-  
-- coolmessage.static: $(coolmessage_static_OBJECTS) $(coolmessage_static_DEPENDENCIES)
-- 	@rm -f coolmessage.static
-- 	$(LINK) $(coolmessage_static_LDFLAGS) $(coolmessage_static_OBJECTS) $(coolmessage_static_LDADD) $(LIBS)
-- 
-  coollistbox: $(coollistbox_OBJECTS) $(coollistbox_DEPENDENCIES)
-  	@rm -f coollistbox
-  	$(LINK) $(coollistbox_LDFLAGS) $(coollistbox_OBJECTS) $(coollistbox_LDADD) $(LIBS)
-  
-- coollistbox.static: $(coollistbox_static_OBJECTS) $(coollistbox_static_DEPENDENCIES)
-- 	@rm -f coollistbox.static
-- 	$(LINK) $(coollistbox_static_LDFLAGS) $(coollistbox_static_OBJECTS) $(coollistbox_static_LDADD) $(LIBS)
-- 
-  coolquery: $(coolquery_OBJECTS) $(coolquery_DEPENDENCIES)
-  	@rm -f coolquery
-  	$(LINK) $(coolquery_LDFLAGS) $(coolquery_OBJECTS) $(coolquery_LDADD) $(LIBS)
-  
-- coolquery.static: $(coolquery_static_OBJECTS) $(coolquery_static_DEPENDENCIES)
-- 	@rm -f coolquery.static
-- 	$(LINK) $(coolquery_static_LDFLAGS) $(coolquery_static_OBJECTS) $(coolquery_static_LDADD) $(LIBS)
-- 
-  coolinput: $(coolinput_OBJECTS) $(coolinput_DEPENDENCIES)
-  	@rm -f coolinput
-  	$(LINK) $(coolinput_LDFLAGS) $(coolinput_OBJECTS) $(coolinput_LDADD) $(LIBS)
-- 
-- coolinput.static: $(coolinput_static_OBJECTS) $(coolinput_static_DEPENDENCIES)
-- 	@rm -f coolinput.static
-- 	$(LINK) $(coolinput_static_LDFLAGS) $(coolinput_static_OBJECTS) $(coolinput_static_LDADD) $(LIBS)
-  
-  tags: TAGS
-  
---- 242,266 ----
+--- icon/Makefile.in.orig	Sat Mar 13 16:48:21 1999
++++ icon/Makefile.in	Tue Apr  6 12:02:40 1999
+@@ -95,8 +95,7 @@
+ VERSION = @VERSION@
+ l = @l@
+ 
+-bin_PROGRAMS = coolicon coolicon.static coolbrowse coolbrowse.static coolmessage coolmessage.static \
+-    coollistbox coollistbox.static  coolquery coolquery.static coolinput coolinput.static
++bin_PROGRAMS = coolicon coolbrowse coolmessage coollistbox coolquery coolinput 
+ 
+ INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl
+ 
+@@ -199,8 +198,8 @@
+ 
+ TAR = tar
+ GZIP = --best
+-SOURCES = $(coolicon_SOURCES) $(coolicon_static_SOURCES) $(coolbrowse_SOURCES) $(coolbrowse_static_SOURCES) $(coolmessage_SOURCES) $(coolmessage_static_SOURCES) $(coollistbox_SOURCES) $(coollistbox_static_SOURCES) $(coolquery_SOURCES) $(coolquery_static_SOURCES) $(coolinput_SOURCES) $(coolinput_static_SOURCES)
+-OBJECTS = $(coolicon_OBJECTS) $(coolicon_static_OBJECTS) $(coolbrowse_OBJECTS) $(coolbrowse_static_OBJECTS) $(coolmessage_OBJECTS) $(coolmessage_static_OBJECTS) $(coollistbox_OBJECTS) $(coollistbox_static_OBJECTS) $(coolquery_OBJECTS) $(coolquery_static_OBJECTS) $(coolinput_OBJECTS) $(coolinput_static_OBJECTS)
++SOURCES = $(coolicon_SOURCES) $(coolbrowse_SOURCES) $(coolmessage_SOURCES) $(coollistbox_SOURCES) $(coolquery_SOURCES) $(coolinput_SOURCES) 
++OBJECTS = $(coolicon_OBJECTS) $(coolbrowse_OBJECTS) $(coolmessage_OBJECTS) $(coollistbox_OBJECTS) $(coolquery_OBJECTS) $(coolinput_OBJECTS) 
+ 
+ all: Makefile $(PROGRAMS)
+ 
Index: patches/patch-ab
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/cooledit/patches/patch-ab,v
retrieving revision 1.3
diff -u -r1.3 patch-ab
--- patch-ab	1999/01/10 18:14:43	1.3
+++ patch-ab	1999/04/06 18:33:31
@@ -1,103 +1,22 @@
-*** editor/Makefile.in	Wed Dec 16 01:05:40 1998
---- editor/Makefile.in	Thu Jan  7 15:23:36 1999
-***************
-*** 95,101 ****
-  VERSION = @VERSION@
-  l = @l@
-  
-! bin_PROGRAMS = cooledit smalledit coolman cooledit.static smalledit.static coolman.static
-  
-  INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl @PYTHON_INCLUDES@
-  
---- 95,101 ----
-  VERSION = @VERSION@
-  l = @l@
-  
-! bin_PROGRAMS = cooledit smalledit coolman 
-  
-  INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl @PYTHON_INCLUDES@
-  
-***************
-*** 105,120 ****
-  smalledit_SOURCES = smalledit.c copyright.h trivoptions.c
-  coolman_SOURCES = coolman.c manpage.c trivoptions.c
-  
-- cooledit_static_SOURCES = cooledit.c editoptions.c mancmd.c options.c \
-- 	cooleditmenus.c shell.c shell.h copyright.h mail.c complete.c \
-- 	manpage.c percentsubs.c _coolpython.c
-- smalledit_static_SOURCES = smalledit.c copyright.h trivoptions.c
-- coolman_static_SOURCES = coolman.c manpage.c trivoptions.c
-- 
-- cooledit_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la @PYTHON_LIBS@
-- smalledit_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la
-- coolman_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la
-- 
-  cooledit_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la @PYTHON_LIBS@
-  smalledit_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la
-  coolman_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la
---- 105,110 ----
-***************
-*** 145,164 ****
-  coolman_OBJECTS =  coolman.o manpage.o trivoptions.o
-  coolman_DEPENDENCIES =  ../widget/libCw.la ../intl/libintl.$la
-  coolman_LDFLAGS = 
-- cooledit_static_OBJECTS =  cooledit.o editoptions.o mancmd.o options.o \
-- cooleditmenus.o shell.o mail.o complete.o manpage.o percentsubs.o \
-- _coolpython.o
-- cooledit_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
-- ../intl/libintl.$la
-- cooledit_static_LDFLAGS = 
-- smalledit_static_OBJECTS =  smalledit.o trivoptions.o
-- smalledit_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
-- ../intl/libintl.$la
-- smalledit_static_LDFLAGS = 
-- coolman_static_OBJECTS =  coolman.o manpage.o trivoptions.o
-- coolman_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
-- ../intl/libintl.$la
-- coolman_static_LDFLAGS = 
-  CFLAGS = @CFLAGS@
-  COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
-  LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
---- 135,140 ----
-***************
-*** 170,177 ****
-  
-  TAR = tar
-  GZIP = --best
-! SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) $(cooledit_static_SOURCES) $(smalledit_static_SOURCES) $(coolman_static_SOURCES)
-! OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) $(cooledit_static_OBJECTS) $(smalledit_static_OBJECTS) $(coolman_static_OBJECTS)
-  
-  all: Makefile $(PROGRAMS)
-  
---- 146,153 ----
-  
-  TAR = tar
-  GZIP = --best
-! SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) 
-! OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) 
-  
-  all: Makefile $(PROGRAMS)
-  
-***************
-*** 259,278 ****
-  coolman: $(coolman_OBJECTS) $(coolman_DEPENDENCIES)
-  	@rm -f coolman
-  	$(LINK) $(coolman_LDFLAGS) $(coolman_OBJECTS) $(coolman_LDADD) $(LIBS)
-- 
-- cooledit.static: $(cooledit_static_OBJECTS) $(cooledit_static_DEPENDENCIES)
-- 	@rm -f cooledit.static
-- 	$(LINK) $(cooledit_static_LDFLAGS) $(cooledit_static_OBJECTS) $(cooledit_static_LDADD) $(LIBS)
-- 
-- smalledit.static: $(smalledit_static_OBJECTS) $(smalledit_static_DEPENDENCIES)
-- 	@rm -f smalledit.static
-- 	$(LINK) $(smalledit_static_LDFLAGS) $(smalledit_static_OBJECTS) $(smalledit_static_LDADD) $(LIBS)
-- 
-- coolman.static: $(coolman_static_OBJECTS) $(coolman_static_DEPENDENCIES)
-- 	@rm -f coolman.static
-- 	$(LINK) $(coolman_static_LDFLAGS) $(coolman_static_OBJECTS) $(coolman_static_LDADD) $(LIBS)
-- 
-- tags: TAGS
-  
-  ID: $(HEADERS) $(SOURCES) $(LISP)
-  	here=`pwd` && cd $(srcdir) \
---- 235,240 ----
+--- editor/Makefile.in.orig	Sat Mar 13 16:48:21 1999
++++ editor/Makefile.in	Mon Apr  5 14:18:46 1999
+@@ -95,7 +95,7 @@
+ VERSION = @VERSION@
+ l = @l@
+ 
+-bin_PROGRAMS = cooledit smalledit coolman cooledit.static smalledit.static coolman.static
++bin_PROGRAMS = cooledit smalledit coolman
+ 
+ INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl @PYTHON_INCLUDES@
+ 
+@@ -170,8 +170,8 @@
+ 
+ TAR = tar
+ GZIP = --best
+-SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) $(cooledit_static_SOURCES) $(smalledit_static_SOURCES) $(coolman_static_SOURCES)
+-OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) $(cooledit_static_OBJECTS) $(smalledit_static_OBJECTS) $(coolman_static_OBJECTS)
++SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES)
++OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS)
+ 
+ all: Makefile $(PROGRAMS)
+ 
Index: pkg/PLIST
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/cooledit/pkg/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- PLIST	1999/01/10 18:14:44	1.5
+++ PLIST	1999/04/06 19:26:32
@@ -34,6 +34,22 @@
 lib/coolicon/modify-xinitrc
 lib/coolicon/gmc.xpm
 lib/coolicon/lyx.xpm
+lib/cooledit/syntax/c.syntax
+lib/cooledit/syntax/changelog.syntax
+lib/cooledit/syntax/diff.syntax
+lib/cooledit/syntax/diffc.syntax
+lib/cooledit/syntax/html.syntax
+lib/cooledit/syntax/java.syntax
+lib/cooledit/syntax/latex.syntax
+lib/cooledit/syntax/lsm.syntax
+lib/cooledit/syntax/makefile.syntax
+lib/cooledit/syntax/ml.syntax
+lib/cooledit/syntax/nroff.syntax
+lib/cooledit/syntax/pascal.syntax
+lib/cooledit/syntax/perl.syntax
+lib/cooledit/syntax/python.syntax
+lib/cooledit/syntax/sh.syntax
+lib/cooledit/syntax/smalltalk.syntax
 share/locale/de/LC_MESSAGES/cooledit.mo
 share/locale/fr/LC_MESSAGES/cooledit.mo
 share/locale/sv/LC_MESSAGES/cooledit.mo
@@ -50,4 +66,5 @@
 share/locale/ko/LC_MESSAGES/cooledit.mo
 share/locale/sl/LC_MESSAGES/cooledit.mo
 @dirrm lib/coolicon
+@dirrm lib/cooledit/syntax
 @dirrm lib/cooledit

>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?199904061929.MAA53826>