Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2002 17:30:05 -0800 (PST)
From:      Brett Taylor <brett@peloton.radford.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/34564: bug fix: ports/editors/cooledit fails to build
Message-ID:  <200202140130.g1E1U5q33651@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34564; it has been noted by GNATS.

From: Brett Taylor <brett@peloton.radford.edu>
To: freebsd-gnats-submit@freebsd.org
Cc: monkey@crackula.com
Subject: Re: ports/34564: bug fix: ports/editors/cooledit fails to build
Date: Wed, 13 Feb 2002 20:28:25 -0500 (EST)

 MAINTAINER reply
 
 Adam notified me of these changes (thanks Adam!) and I am happy with the
 changes.  I have included below a new patch that also updates the port to
 3.17.5 (the current version) and updates the PLIST as well.
 
 Patch follows below.
 
 *****************************************************
 Dr. Brett Taylor          brett@peloton.radford.edu *   
 Dept of Chem and Physics         Radford University *   
 Curie 39A                            (540) 831-6147 *
 *****************************************************
 
 
 diff -ruN /usr/ports/editors/cooledit/Makefile cooledit/Makefile
 --- /usr/ports/editors/cooledit/Makefile	Tue Aug 28 15:38:44 2001
 +++ cooledit/Makefile	Wed Feb 13 17:26:26 2002
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	cooledit
 -PORTVERSION=	3.17.4
 +PORTVERSION=	3.17.5
  CATEGORIES=	editors
  MASTER_SITES=	${MASTER_SITE_SUNSITE} \
  		http://www.netins.net/showcase/Comput-IT/cooledit/src/
 @@ -14,7 +14,8 @@
  
  MAINTAINER=	brett@peloton.runet.edu
  
 -LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
 +LIB_DEPENDS=   intl.1:${PORTSDIR}/devel/gettext \
 +               vga.1:${PORTSDIR}/graphics/svgalib
  
  USE_LIBTOOL=	yes
  INSTALLS_SHLIB=	yes
 @@ -22,8 +23,8 @@
  USE_XPM=	yes
  USE_GMAKE=	yes
  
 -CONFIGURE_ARGS=	--disable-mail-author --with-libs='-lcrypt -lreadline' \
 -		--without-included-gettext
 +CONFIGURE_ARGS=        --with-libs='-lcrypt -lreadline -lvga' \
 +               --disable-mail-author --without-included-gettext
  CONFIGURE_ENV=	CC="${CC} -I${LOCALBASE}/include" \
  		LDFLAGS="-L${LOCALBASE}/lib"
  
 diff -ruN /usr/ports/editors/cooledit/distinfo cooledit/distinfo
 --- /usr/ports/editors/cooledit/distinfo	Tue Aug 28 15:38:44 2001
 +++ cooledit/distinfo	Wed Feb 13 17:26:38 2002
 @@ -1 +1 @@
 -MD5 (cooledit-3.17.4.tar.gz) = d99eb1b25d59ba2b3068269f9fa3ffaf
 +MD5 (cooledit-3.17.5.tar.gz) = 087b2ad31a4d63d8d6da31da5ade35a0
 diff -ruN /usr/ports/editors/cooledit/pkg-plist cooledit/pkg-plist
 --- /usr/ports/editors/cooledit/pkg-plist	Sat Nov  4 14:56:41 2000
 +++ cooledit/pkg-plist	Wed Feb 13 20:14:18 2002
 @@ -8,7 +8,6 @@
  bin/coolmessage
  bin/coolproject
  bin/coolquery
 -bin/obsidiansplash
  bin/smalledit
  @unexec if cmp -s %D/etc/coolicon.config.dist %D/etc/coolicon.config; then rm -f %D/etc/coolicon.config; fi
  etc/coolicon.config.dist
 @@ -42,6 +41,7 @@
  share/cooledit/syntax/pascal.syntax
  share/cooledit/syntax/perl.syntax
  share/cooledit/syntax/php.syntax
 +share/cooledit/syntax/prolog.syntax
  share/cooledit/syntax/python.syntax
  share/cooledit/syntax/sh.syntax
  share/cooledit/syntax/smalltalk.syntax
 

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?200202140130.g1E1U5q33651>