head	1.7;
access;
symbols
	pkgsrc-2013Q2:1.7.0.54
	pkgsrc-2013Q2-base:1.7
	pkgsrc-2012Q4:1.7.0.52
	pkgsrc-2012Q4-base:1.7
	pkgsrc-2011Q4:1.7.0.50
	pkgsrc-2011Q4-base:1.7
	pkgsrc-2011Q2:1.7.0.48
	pkgsrc-2011Q2-base:1.7
	pkgsrc-2009Q4:1.7.0.46
	pkgsrc-2009Q4-base:1.7
	pkgsrc-2008Q4:1.7.0.44
	pkgsrc-2008Q4-base:1.7
	pkgsrc-2008Q3:1.7.0.42
	pkgsrc-2008Q3-base:1.7
	cube-native-xorg:1.7.0.40
	cube-native-xorg-base:1.7
	pkgsrc-2008Q2:1.7.0.38
	pkgsrc-2008Q2-base:1.7
	pkgsrc-2008Q1:1.7.0.36
	pkgsrc-2008Q1-base:1.7
	pkgsrc-2007Q4:1.7.0.34
	pkgsrc-2007Q4-base:1.7
	pkgsrc-2007Q3:1.7.0.32
	pkgsrc-2007Q3-base:1.7
	pkgsrc-2007Q2:1.7.0.30
	pkgsrc-2007Q2-base:1.7
	pkgsrc-2007Q1:1.7.0.28
	pkgsrc-2007Q1-base:1.7
	pkgsrc-2006Q4:1.7.0.26
	pkgsrc-2006Q4-base:1.7
	pkgsrc-2006Q3:1.7.0.24
	pkgsrc-2006Q3-base:1.7
	pkgsrc-2006Q2:1.7.0.22
	pkgsrc-2006Q2-base:1.7
	pkgsrc-2006Q1:1.7.0.20
	pkgsrc-2006Q1-base:1.7
	pkgsrc-2005Q4:1.7.0.18
	pkgsrc-2005Q4-base:1.7
	pkgsrc-2005Q3:1.7.0.16
	pkgsrc-2005Q3-base:1.7
	pkgsrc-2005Q2:1.7.0.14
	pkgsrc-2005Q2-base:1.7
	pkgsrc-2005Q1:1.7.0.12
	pkgsrc-2005Q1-base:1.7
	pkgsrc-2004Q4:1.7.0.10
	pkgsrc-2004Q4-base:1.7
	pkgsrc-2004Q3:1.7.0.8
	pkgsrc-2004Q3-base:1.7
	pkgsrc-2004Q2:1.7.0.6
	pkgsrc-2004Q2-base:1.7
	pkgsrc-2004Q1:1.7.0.4
	pkgsrc-2004Q1-base:1.7
	pkgsrc-2003Q4:1.7.0.2
	pkgsrc-2003Q4-base:1.7
	buildlink2-base:1.7
	netbsd-1-5-RELEASE:1.6
	netbsd-1-4-PATCH003:1.6
	netbsd-1-4-PATCH002:1.5
	comdex-fall-1999:1.5
	netbsd-1-4-PATCH001:1.5
	netbsd-1-4-RELEASE:1.5
	netbsd-1-3-PATCH003:1.5
	netbsd-1-3-PATCH002:1.4
	FreeBSD-current-1997-10-09:1.1.1.1
	FREEBSD:1.1.1;
locks; strict;
comment	@# @;


1.7
date	2000.12.14.01.01.33;	author wiz;	state dead;
branches;
next	1.6;

1.6
date	2000.07.20.11.12.07;	author agc;	state Exp;
branches;
next	1.5;

1.5
date	98.08.07.11.11.14;	author agc;	state Exp;
branches;
next	1.4;

1.4
date	98.05.08.15.44.59;	author agc;	state Exp;
branches;
next	1.3;

1.3
date	98.01.16.08.42.26;	author hubertf;	state Exp;
branches;
next	1.2;

1.2
date	97.10.09.14.59.56;	author agc;	state Exp;
branches;
next	1.1;

1.1
date	97.10.09.14.30.59;	author agc;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.10.09.14.30.59;	author agc;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Move 9term from plan9 to x11.
@
text
@$NetBSD: patch-aa,v 1.6 2000/07/20 11:12:07 agc Exp $

--- libtext/Makefile.orig	Thu Jun  2 03:01:19 1994
+++ libtext/Makefile	Fri Sep 26 16:44:27 1997
@@@@ -5,14 +5,15 @@@@
 #	
 #	Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
 #	if your compiler supports posix-compatible compilation
-OS=-DSOLARIS
+OS=-DSUNOS -O2
+SAMDIR=${PKGSRCDIR}/editors/sam/${WRKDIR:T}
 
 #	add -Iincludedir for any include directories that need to be searched
 #	for posix header files
-INCS=-I. -I../include
+INCS=-I. -I$(SAMDIR)/include
 
 #	add name of library orderer - use ":" if none exists
-RANLIB=:
+RANLIB=ranlib
 
 #	add name of library
 AR=ar
@@@@ -38,4 +39,4 @@@@
 
 install:	$(LIB)
 
-$(OBJ):	../include/u.h ../include/libc.h ../include/libg.h ../include/frame.h ../include/text.h
+$(OBJ):	$(SAMDIR)/include/u.h $(SAMDIR)/include/libc.h $(SAMDIR)/include/libg.h $(SAMDIR)/include/frame.h text.h
@


1.6
log
@Update the paths in the patched Makefiles to reflect the fact that the
location of the sam package has been changed to be under the editors
category.
@
text
@d1 1
a1 1
$NetBSD: patch-aa,v 1.5 1998/08/07 11:11:14 agc Exp $
@


1.5
log
@Add NetBSD RCS Ids.
@
text
@d1 1
a1 1
$NetBSD$
d11 1
a11 1
+SAMDIR=${PKGSRCDIR}/plan9/sam/${WRKDIR:T}
@


1.4
log
@Use the PKGSRCDIR variable we passed down from the package Makefile.
@
text
@d1 2
@


1.3
log
@Don't use hardcoded "work" dirname, but use ${WRKDIR:T} instead (and
pass in via MAKE_ENV).
@
text
@d9 1
a9 1
+SAMDIR=../../../sam/${WRKDIR:T}
@


1.2
log
@Make 9term compile on NetBSD.
@
text
@d9 1
a9 1
+SAMDIR=../../../sam/work
@


1.1
log
@Initial revision
@
text
@d1 27
a27 45
*** libtext/Makefile.orig	Wed Jun  1 21:01:19 1994
--- libtext/Makefile	Mon Jul 31 11:34:06 1995
***************
*** 5,18 ****
  #	
  #	Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
  #	if your compiler supports posix-compatible compilation
! OS=-DSOLARIS
  
  #	add -Iincludedir for any include directories that need to be searched
  #	for posix header files
! INCS=-I. -I../include
  
  #	add name of library orderer - use ":" if none exists
! RANLIB=:
  
  #	add name of library
  AR=ar
--- 5,19 ----
  #	
  #	Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
  #	if your compiler supports posix-compatible compilation
! OS=-DSUNOS -O2
! SAMDIR=../../../sam/work
  
  #	add -Iincludedir for any include directories that need to be searched
  #	for posix header files
! INCS=-I. -I$(SAMDIR)/include
  
  #	add name of library orderer - use ":" if none exists
! RANLIB=ranlib
  
  #	add name of library
  AR=ar
***************
*** 38,41 ****
  
  install:	$(LIB)
  
! $(OBJ):	../include/u.h ../include/libc.h ../include/libg.h ../include/frame.h ../include/text.h
--- 39,42 ----
  
  install:	$(LIB)
  
! $(OBJ):	$(SAMDIR)/include/u.h $(SAMDIR)/include/libc.h $(SAMDIR)/include/libg.h $(SAMDIR)/include/frame.h text.h
@


1.1.1.1
log
@Initial import of FreeBSD plan9 ports category into the NetBSD package
system.
@
text
@@
