Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 1998 15:30:53 -0600 (MDT)
From:      brett@peloton.physics.montana.edu
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8147: update to cooledit port
Message-ID:  <199810042130.PAA04320@peloton.physics.montana.edu>

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

>Number:         8147
>Category:       ports
>Synopsis:       update to cooledit port
>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:   Sun Oct  4 14:40:01 PDT 1998
>Last-Modified:
>Originator:     Brett Taylor
>Organization:
Montana State University, Bozeman
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:

	FreeBSD 2.2.7-STABLE #0: Tue Sep 15 14:47:52 MDT 1998

>Description:

	update of cooledit port to new version - one new patch
	(patch-ac) and some minor tweaking to existing patches

>How-To-Repeat:

	apply below diff

>Fix:
	

diff -ruN cooledit/Makefile cooledit/Makefile
--- cooledit/Makefile	Sat Sep 19 14:26:48 1998
+++ cooledit/Makefile	Sun Oct  4 14:39:04 1998
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.6 1998/09/17 00:32:29 asami Exp $
 #
 
-DISTNAME=	cooledit-3.6.2
+DISTNAME=	cooledit-3.7.4
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	apps/editors/X
diff -ruN cooledit/files/md5 cooledit/files/md5
--- cooledit/files/md5	Sat May 16 18:58:48 1998
+++ cooledit/files/md5	Mon Sep 21 10:59:05 1998
@@ -1 +1 @@
-MD5 (cooledit-3.6.2.tar.gz) = 9106e1a6f0a7d03ebe694acf0d5f568f
+MD5 (cooledit-3.7.4.tar.gz) = 327f14ace33cff94ec5c2b8e4fa8b62c
diff -ruN cooledit/patches/patch-aa cooledit/patches/patch-aa
--- cooledit/patches/patch-aa	Sat Apr 18 23:14:17 1998
+++ cooledit/patches/patch-aa	Mon Sep 21 11:07:09 1998
@@ -1,45 +1,58 @@
-*** icon/Makefile.in	Thu Feb  5 13:17:43 1998
---- icon/Makefile.in	Thu Feb  5 13:19:55 1998
+*** icon/Makefile.in	Fri Sep 18 08:20:35 1998
+--- icon/Makefile.in	Mon Sep 21 11:06:13 1998
 ***************
-*** 84,90 ****
+*** 93,100 ****
   VERSION = @VERSION@
   l = @l@
   
-! bin_PROGRAMS = coolicon coolicon.static coolbrowse coolbrowse.static coolmessage coolmessage.static
+! 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
   
---- 84,90 ----
+--- 93,100 ----
   VERSION = @VERSION@
   l = @l@
   
-! bin_PROGRAMS = coolicon coolbrowse coolmessage 
+! bin_PROGRAMS = coolicon coolbrowse coolmessage \
+!     coollistbox coolquery coolinput 
   
   INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl
   
 ***************
-*** 92,109 ****
-  coolbrowse_SOURCES = coolbrowse.c trivoptions.c
-  coolmessage_SOURCES = coolmessage.c trivoptions.c
+*** 105,117 ****
+  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
+--- 105,110 ----
+***************
+*** 119,131 ****
+  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
   
---- 92,101 ----
+--- 112,117 ----
 ***************
-*** 124,148 ****
+*** 146,191 ****
   coolicon_DEPENDENCIES =  ../widget/libCw.la ../intl/libintl.$la \
   ../widget/libC3d.a
   coolicon_LDFLAGS = 
@@ -62,31 +75,52 @@
 - 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)
---- 116,127 ----
+--- 132,152 ----
 ***************
-*** 154,161 ****
+*** 197,204 ****
   
   TAR = tar
   GZIP = --best
-! SOURCES = $(coolicon_SOURCES) $(coolicon_static_SOURCES) $(coolbrowse_SOURCES) $(coolbrowse_static_SOURCES) $(coolmessage_SOURCES) $(coolmessage_static_SOURCES)
-! OBJECTS = $(coolicon_OBJECTS) $(coolicon_static_OBJECTS) $(coolbrowse_OBJECTS) $(coolbrowse_static_OBJECTS) $(coolmessage_OBJECTS) $(coolmessage_static_OBJECTS)
+! 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)
   
-  default: all
+  all: Makefile $(PROGRAMS)
   
---- 133,140 ----
+--- 158,165 ----
   
   TAR = tar
   GZIP = --best
-! SOURCES = $(coolicon_SOURCES) $(coolbrowse_SOURCES) $(coolmessage_SOURCES) 
-! OBJECTS = $(coolicon_OBJECTS) $(coolbrowse_OBJECTS) $(coolmessage_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)
   
-  default: all
+  all: Makefile $(PROGRAMS)
   
 ***************
-*** 224,248 ****
+*** 279,327 ****
   	@rm -f coolicon
   	$(LINK) $(coolicon_LDFLAGS) $(coolicon_OBJECTS) $(coolicon_LDADD) $(LIBS)
   
@@ -105,11 +139,35 @@
   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
   
---- 203,215 ----
+--- 240,264 ----
diff -ruN cooledit/patches/patch-ab cooledit/patches/patch-ab
--- cooledit/patches/patch-ab	Sat Apr 18 23:14:17 1998
+++ cooledit/patches/patch-ab	Mon Sep 21 11:07:18 1998
@@ -1,7 +1,7 @@
-*** editor/Makefile.in	Thu Feb  5 13:20:58 1998
---- editor/Makefile.in	Thu Feb  5 13:22:34 1998
+*** editor/Makefile.in	Fri Sep 18 08:20:35 1998
+--- editor/Makefile.in	Mon Sep 21 10:59:53 1998
 ***************
-*** 84,90 ****
+*** 93,99 ****
   VERSION = @VERSION@
   l = @l@
   
@@ -9,7 +9,7 @@
   
   INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl
   
---- 84,90 ----
+--- 93,99 ----
   VERSION = @VERSION@
   l = @l@
   
@@ -18,7 +18,7 @@
   INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl
   
 ***************
-*** 94,111 ****
+*** 103,120 ****
   smalledit_SOURCES = smalledit.c copyright.h trivoptions.c
   coolman_SOURCES = coolman.c manpage.c trivoptions.c
   
@@ -37,9 +37,9 @@
   datadir = $(prefix)/@DATADIRNAME@
   localedir = $(datadir)/locale
   
---- 94,101 ----
+--- 103,110 ----
 ***************
-*** 134,152 ****
+*** 143,161 ****
   coolman_LDADD = $(LDADD)
   coolman_DEPENDENCIES =  ../widget/libCw.la ../intl/libintl.$la
   coolman_LDFLAGS = 
@@ -59,28 +59,28 @@
   CFLAGS = @CFLAGS@
   COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
   LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
---- 124,129 ----
+--- 133,138 ----
 ***************
-*** 158,165 ****
+*** 167,174 ****
   
   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)
   
-  default: all
+  all: Makefile $(PROGRAMS)
   
---- 135,142 ----
+--- 144,151 ----
   
   TAR = tar
   GZIP = --best
 ! SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) 
 ! OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) 
   
-  default: all
+  all: Makefile $(PROGRAMS)
   
 ***************
-*** 235,252 ****
+*** 256,273 ****
   coolman: $(coolman_OBJECTS) $(coolman_DEPENDENCIES)
   	@rm -f coolman
   	$(LINK) $(coolman_LDFLAGS) $(coolman_OBJECTS) $(coolman_LDADD) $(LIBS)
@@ -99,4 +99,4 @@
   
   tags: TAGS
   
---- 212,217 ----
+--- 233,238 ----
diff -ruN cooledit/patches/patch-ac cooledit/patches/patch-ac
--- cooledit/patches/patch-ac	Wed Dec 31 17:00:00 1969
+++ cooledit/patches/patch-ac	Sun Oct  4 15:07:26 1998
@@ -0,0 +1,13 @@
+*** pixmap/Makefile.in	Fri Sep 18 08:20:32 1998
+--- pixmap/Makefile.in	Sun Oct  4 15:06:35 1998
+***************
+*** 211,218 ****
+  
+  
+  install-data-local:
+- 	chmod 0755 $(libdir)/coolicon/modify-xinitrc
+- 	$(libdir)/coolicon/modify-xinitrc
+  
+  # Tell versions [3.59,3.63) of GNU make to not export all variables.
+  # Otherwise a system limit (for SysV at least) may be exceeded.
+--- 211,216 ----
diff -ruN cooledit/pkg/PLIST cooledit/pkg/PLIST
--- cooledit/pkg/PLIST	Thu Aug 20 15:34:23 1998
+++ cooledit/pkg/PLIST	Sun Oct  4 14:50:47 1998
@@ -4,11 +4,15 @@
 bin/coolicon
 bin/coolbrowse
 bin/coolmessage
+bin/coollistbox
+bin/coolquery
+bin/coolinput
 lib/libCw.so.1.0
 lib/libCw.so
 lib/libCw.la
 lib/coolicon/browse.xpm
 lib/coolicon/cooledit.xpm
+lib/coolicon/coolicon.config
 lib/coolicon/dynamite.xpm
 lib/coolicon/e.data
 lib/coolicon/launch.xpm
@@ -22,20 +26,24 @@
 lib/coolicon/spanner.xpm
 lib/coolicon/xterm.xpm
 lib/coolicon/xv.xpm
-lib/coolicon/coolicon.config
+lib/coolicon/cdrom_eject.xpm
+lib/coolicon/cdrom_view.xpm
+lib/coolicon/modify-xinitrc
+lib/coolicon/gmc.xpm
+lib/coolicon/lyx.xpm
 share/locale/de/LC_MESSAGES/cooledit.mo
-share/locale/fi/LC_MESSAGES/cooledit.mo
 share/locale/fr/LC_MESSAGES/cooledit.mo
-share/locale/nl/LC_MESSAGES/cooledit.mo
-share/locale/sl/LC_MESSAGES/cooledit.mo
-share/locale/no/LC_MESSAGES/cooledit.mo
 share/locale/sv/LC_MESSAGES/cooledit.mo
 share/locale/cs/LC_MESSAGES/cooledit.mo
 share/locale/es/LC_MESSAGES/cooledit.mo
 share/locale/da/LC_MESSAGES/cooledit.mo
 share/locale/it/LC_MESSAGES/cooledit.mo
+share/locale/nl/LC_MESSAGES/cooledit.mo
 share/locale/pt/LC_MESSAGES/cooledit.mo
+share/locale/no/LC_MESSAGES/cooledit.mo
 share/locale/pl/LC_MESSAGES/cooledit.mo
+share/locale/fi/LC_MESSAGES/cooledit.mo
 share/locale/ja/LC_MESSAGES/cooledit.mo
 share/locale/ko/LC_MESSAGES/cooledit.mo
+share/locale/sl/LC_MESSAGES/cooledit.mo
 @dirrm lib/coolicon
>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?199810042130.PAA04320>