Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2001 12:51:45 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29390: Fix editors/joe-devel
Message-ID:  <200108021651.f72GpiT02131@entropy.databits.net>

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

>Number:         29390
>Category:       ports
>Synopsis:       Fix editors/joe-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 02 10:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD entropy.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 08:19:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386

>Description:

*sigh* My last two joe-devel related PRs have attempted to introduce a new
patch, files/patch-Makefile.in.  This is required for installation to be
successful, better config file management, and to respect CFLAGS.

>How-To-Repeat:

>Fix:

cvs add files/patch-Makefile.in

--- /dev/null	Thu Aug  2 12:46:43 2001
+++ files/patch-Makefile.in	Thu Aug  2 12:44:17 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)
>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?200108021651.f72GpiT02131>