head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2010.05.20.21.16.17;	author johans;	state Exp;
branches;
next	1.2;

1.2
date	2006.03.16.13.05.54;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.20.15.23.32;	author pav;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update yorick to 2.1.06
@
text
@--- yorick/Makefile.orig	2009-07-12 06:16:14.000000000 +0200
+++ yorick/Makefile	2010-05-20 16:31:32.000000000 +0200
@@@@ -15,7 +15,8 @@@@
   array.o range.o ops.o ops0.o ops1.o ops2.o ops3.o nonc.o debug.o \
   std0.o std1.o std2.o ascio.o defmem.o yhash.o  yrdwr.o bcast.o binio.o \
   binobj.o binstd.o cache.o convrt.o binpdb.o clog.o ystr.o graph.o fwrap.o \
-  graph0.o style.o list.o pathfun.o autold.o funcdef.o spawn.o fortrn.o
+  graph0.o style.o list.o pathfun.o autold.o funcdef.o spawn.o fortrn.o \
+  ywrap.o yinit.o
 
 PKG_CLEAN=libyor main.* prmtyp.h codger lib$(PKG_NAME).a $(PKG_EXENAME) yorapi*
 
@@@@ -59,6 +60,7 @@@@
 	cd ../matrix; $(MAKE) "COPT=$(COPT)" oinsert
 	cd ../fft; $(MAKE) "COPT=$(COPT)" oinsert
 	touch $@@
+	$(AR) r ../yorick/libyor.a $(OBJS)
 ../gist/libgist.a:
 	@@cd ../gist; $(MAKE) "COPT=$(COPT)" libgist.a
 ../regexp/libyor:
@


1.2
log
@- Update to 2.1.01

PR:		ports/94274
Submitted by:	Johan van Selst <johans@@stack.nl> (maintainer)
@
text
@d1 2
a2 2
--- yorick/Makefile.orig	Mon Sep 19 00:04:08 2005
+++ yorick/Makefile	Thu Mar  9 14:59:53 2006
d6 1
a6 1
   binobj.o binstd.o cache.o convrt.o binpdb.o clog.o ystr.o graph.o \
@


1.1
log
@- Update to 1.6.02
- Transfer maintainership

PR:		ports/81254
Submitted by:	Johan van Selst <johans@@stack.nl>
Approved by:	David H. Munro <munro@@oldben.llnl.gov> (maintainer)
@
text
@d1 3
a3 3
--- yorick/Makefile.orig	Sun May 15 11:30:16 2005
+++ yorick/Makefile	Sun May 15 11:31:25 2005
@@@@ -16,7 +16,8 @@@@ OBJS = opsv.o task.o yorick.o yinput.o p
d5 4
a8 4
   std0.o std1.o std2.o ascio.o defmem.o yhash.o  yrdwr.o bcast.o \
   binio.o binobj.o binstd.o cache.o convrt.o binpdb.o clog.o ystr.o \
-  graph.o graph0.o style.o list.o pathfun.o autold.o fortrn.o
+  graph.o graph0.o style.o list.o pathfun.o autold.o fortrn.o \
d11 1
a11 1
 PKG_CLEAN=libyor main.c prmtyp.h codger lib$(PKG_NAME).a $(PKG_EXENAME) yorapi*
d13 1
a13 1
@@@@ -60,6 +61,7 @@@@ libyor: $(BUILTIN_PKGS)
@

