head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.38 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.36 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.34 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.32 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.30 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.28 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.26 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.24 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.22 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.20 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.18 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.16 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.24 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.22 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.20 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.18 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.16 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.14 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.12 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1 netbsd-1-4-PATCH002:1.1 comdex-fall-1999:1.1; locks; strict; comment @# @; 1.3 date 2005.10.15.23.07.21; author tonio; state dead; branches; next 1.2; 1.2 date 2002.01.09.23.04.56; author seb; state Exp; branches; next 1.1; 1.1 date 99.08.19.10.51.23; author agc; state Exp; branches; next ; desc @@ 1.3 log @Update lang/elk to 3.99.6 Update HOMEPAGE and MASTER_SITES 3.99.* use autoconf/automake and libtool. It should work on alpha and other 64 platforms Convert to use the option framework. Options xaw and motif enable xaw and motif widget support. Both imply x11 support. The update should fix PR 31750 @ text @$NetBSD: patch-ak,v 1.2 2002/01/09 23:04:56 seb Exp $ --- lib/unix/build.orig Tue Jul 18 13:07:06 1995 +++ lib/unix/build @@@@ -87,15 +87,9 @@@@ mkdir $install_dir/runtime/obj; \\ fi cp unix.pre $install_dir/runtime/obj/unix.o - -@@if [ ! -d $install_dir/include ]; then \\ - echo mkdir $install_dir/include; \\ - mkdir $install_dir/include; \\ - fi - -@@if [ ! -d $install_dir/include/extensions ]; then \\ - echo mkdir $install_dir/include/extensions; \\ - mkdir $install_dir/include/extensions; \\ - fi - cp unix.h $install_dir/include/extensions + -@@mkdir -p \${PREFIX}/include/elk/extensions + \${BSD_INSTALL_DATA} unix.h \${PREFIX}/include/elk/extensions + lint: lint \$(LINTFLAGS) -I\$(INC) \$(C) @ 1.2 log @Synchronize package version with reality: 3.0.3. Regen the patches files (one file per patch). Fix for NetBSD ELF platform: files/stab-elf.c and config/untested/elf-netbsd-cc (by way of patches/patch-af) adjusted. Thanks to Nick for the helping hand and to Alistair for the previous work. This should close PR 13527. Make X11 support conditional by way if the ELK_USE_X11 variable. I tried to enable Motif support: only Motif 1.X should work but even with the lesstif12 package it does not - it does compile though. So Motif support if commented out but leaved in case someone want to fix ELK. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Install the postscript documentation that is distributed with this package. @ text @d3 18 a20 17 + Don't mess with Motif, as there's a trong possibility it won't be installed. + install postscript documentation whilst we're here. --- Makefile.orig Mon Jul 31 13:56:26 1995 +++ Makefile Thu Aug 19 11:35:35 1999 @@@@ -16,9 +16,9 @@@@ lib/unix\ lib/xlib\ lib/xt\ - lib/xaw\ - lib/xm\ - lib/xm/xt + lib/xaw +# lib/xm\ +# lib/xm/xt d22 2 a23 20 # ---------------------------------------------------------------------- @@@@ -37,10 +37,16 @@@@ done install: - @@for i in $(SUBDIRS) ;\ + @@for i in $(SUBDIRS) doc/man;\ do \ echo Installing $$i...; \ ( cd $$i ; $(MAKE) install ) || exit $$?; \ + done + mkdir -p ${PREFIX}/share/doc/elk + @@for i in bitstring cprog kernel oops record regexp unix usenix \ + xlib xt; do \ + echo "Installing postscript docs for $$i"; \ + ${BSD_INSTALL_DATA} doc/$$i/*.ps ${PREFIX}/share/doc/elk; \ done localize: @