Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2001 17:00:02 -0700 (PDT)
From:      Pete Fritchman <petef@databits.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/29146
Message-ID:  <200107270000.f6R002l16628@freefall.freebsd.org>

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

From: Pete Fritchman <petef@databits.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/29146
Date: Thu, 26 Jul 2001 20:00:54 -0400

 Here's a new set of diffs that's a bit more complete.
 
 Also, in the update to 2.9.7p0, patch-Makefile.in was never committed as
 specified in the PR.  It is included again as a diff to /dev/null.
 
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/editors/joe-devel/Makefile,v
 retrieving revision 1.19
 diff -u -r1.19 Makefile
 --- Makefile	2001/07/22 03:21:13	1.19
 +++ Makefile	2001/07/26 23:56:42
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	joe-devel
 -PORTVERSION=	2.9.7p0
 +PORTVERSION=	2.9.7p1
  CATEGORIES=	editors
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	joe-editor
 @@ -21,11 +21,6 @@
  USE_GMAKE=	yes
  
  ALL_TARGET=	joe
 -
 -post-patch:
 -	@${PERL} -pi -e 's!CFLAGS = -O2!CFLAGS +=!' ${WRKSRC}/Makefile.in
 -	@${PERL} -pi -e 's!fprintf.*long time.*!!' ${WRKSRC}/conf.c
 -	@${PERL} -pi -e 's!2.9.6-pre1!2.9.7-pre0!' ${WRKSRC}/main.c
  
  post-install:
  .if !defined(NOPORTDOCS)
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/editors/joe-devel/distinfo,v
 retrieving revision 1.3
 diff -u -r1.3 distinfo
 --- distinfo	2001/07/22 03:21:13	1.3
 +++ distinfo	2001/07/26 23:56:42
 @@ -1 +1 @@
 -MD5 (joe-2.9.7-pre0.tgz) = 40851a16c847db0e3a75040dad201f3c
 +MD5 (joe-2.9.7-pre1.tgz) = 1ed6d4e0c3299bf9930dc2242982b714
 Index: pkg-comment
 ===================================================================
 RCS file: /home/ncvs/ports/editors/joe-devel/pkg-comment,v
 retrieving revision 1.3
 diff -u -r1.3 pkg-comment
 --- pkg-comment	1999/06/26 17:15:48	1.3
 +++ pkg-comment	2001/07/26 23:56:42
 @@ -1 +1 @@
 -Joe's own editor
 +Development version of Joe's own editor
 --- /dev/null	Thu Jul 26 19:53:26 2001
 +++ files/patch-Makefile.in	Thu Jul 26 19:51:52 2001
 @@ -0,0 +1,28 @@
 +--- Makefile.in.orig	Sun Apr  1 06:48:18 2001
 ++++ Makefile.in	Thu Jul 26 19:47:05 2001
 +@@ -47,7 +47,7 @@
 + 
 + # C compiler options: make's built-in rules use this variable
 + 
 +-CFLAGS = -O2 -fsigned-char -fomit-frame-pointer -pipe
 ++CFLAGS += -fsigned-char -fomit-frame-pointer -pipe
 + 
 + # You may have to include some extra libraries
 + # for some systems
 +@@ -101,11 +101,11 @@
 + 
 + 	$(INSTALL_PROGRAM) -s termidx $(package_prefix)$(bindir)
 + 
 +-	if [ -a $(package_prefix)$(sysconfdir)/joerc ]; then echo; else $(INSTALL_DATA) joerc $(package_prefix)$(sysconfdir); fi
 +-	if [ -a $(package_prefix)$(sysconfdir)/jmacsrc ]; then echo; else $(INSTALL_DATA) jmacsrc $(package_prefix)$(sysconfdir); fi
 +-	if [ -a $(package_prefix)$(sysconfdir)/jstarrc ]; then echo; else $(INSTALL_DATA) jstarrc $(package_prefix)$(sysconfdir); fi
 +-	if [ -a $(package_prefix)$(sysconfdir)/rjoerc ]; then echo; else $(INSTALL_DATA) rjoerc $(package_prefix)$(sysconfdir); fi
 +-	if [ -a $(package_prefix)$(sysconfdir)/jpicorc ]; then echo; else $(INSTALL_DATA) jpicorc $(package_prefix)$(sysconfdir); fi
 ++	if [ -e $(package_prefix)$(sysconfdir)/joerc.dist ]; then echo; else $(INSTALL_DATA) joerc $(package_prefix)$(sysconfdir)/joerc.dist; fi
 ++	if [ -e $(package_prefix)$(sysconfdir)/jmacsrc.dist ]; then echo; else $(INSTALL_DATA) jmacsrc $(package_prefix)$(sysconfdir)/jmacsrc.dist; fi
 ++	if [ -e $(package_prefix)$(sysconfdir)/jstarrc.dist ]; then echo; else $(INSTALL_DATA) jstarrc $(package_prefix)$(sysconfdir)/jstarrc.dist; fi
 ++	if [ -e $(package_prefix)$(sysconfdir)/rjoerc.dist ]; then echo; else $(INSTALL_DATA) rjoerc $(package_prefix)$(sysconfdir)/rjoerc.dist; fi
 ++	if [ -e $(package_prefix)$(sysconfdir)/jpicorc.dist ]; then echo; else $(INSTALL_DATA) jpicorc $(package_prefix)$(sysconfdir)/jpicorc.dist; fi
 + 
 + 	rm -f $(package_prefix)$(man1dir)/joe.1
 + 	$(INSTALL_DATA) joe.1 $(package_prefix)$(man1dir)
 
 
 -pete
 
 --
 Pete Fritchman <petef@databits.net>
 Databits Network Services, Inc. <http://databits.net>;
 finger petef@databits.net for PGP key
 

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?200107270000.f6R002l16628>