head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.40 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.38 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.36 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.34 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.32 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.30 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.28 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.26 pkgsrc-2008Q1:1.2.0.24 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.22 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.20 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.18 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.16 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.14 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.12 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.10 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.8 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.6 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.4 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.2 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.1.1.1.0.20 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.18 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.16 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.14 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.12 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.10 pkgsrc-2003Q4-base:1.1.1.1 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 netbsd-1-5-PATCH001:1.1.1.1 netbsd-1-5-RELEASE:1.1.1.1 netbsd-1-4-PATCH003:1.1.1.1 netbsd-1-4-PATCH002:1.1.1.1 comdex-fall-1999:1.1.1.1 netbsd-1-4-PATCH001:1.1.1.1 netbsd-1-4-RELEASE:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2009.11.26.17.04.19; author joerg; state dead; branches; next 1.2; 1.2 date 2005.05.29.14.38.33; author wiz; state Exp; branches; next 1.1; 1.1 date 98.10.21.19.59.30; author garbled; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 98.10.21.19.59.30; author garbled; state Exp; branches; next ; desc @@ 1.3 log @Remove parallel/glunix. It fails in the patch phase on NetBSD 4 and later. After fixing that, it fails with C++ errors, so it couldn't have been build at least for 3 years. Assume noone cares. @ text @$NetBSD: patch-ar,v 1.2 2005/05/29 14:38:33 wiz Exp $ --- progs/tools/gluinstall.pl.orig 1997-09-12 01:28:03.000000000 +0200 +++ progs/tools/gluinstall.pl @@@@ -1,6 +1,9 @@@@ #!%%PERL_PATH%% -$glunix_base = "%%GLUNIX_DIR%%/release"; +$install_man = "/usr/bin/install -c -m 644 -o glunix -g glunix "; +$install_bin = "/usr/bin/install -c -m 755 -o glunix -g glunix "; +$imkdir = "/usr/bin/install -d -m 755 -o glunix -g glunix"; +$glunix_base = "%%GLUNIX_BASE%%"; $now_base = "%%INSTALL_DIR%%"; $http_base = "%%HTTP_BASE%%"; $util_base = "%%GLUNIX_DIR%%/util"; @@@@ -21,13 +24,13 @@@@ if ($ARGV[0] eq "-test") { # Create directories # -&my_mkdir("$now_base/bin"); -&my_mkdir("$now_base/lib"); -&my_mkdir("$now_base/include"); -&my_mkdir("$now_base/man"); -if ($http_base ne "") { - &my_mkdir("$http_base/man/html"); -} +#&my_mkdir("$now_base/bin"); +#&my_mkdir("$now_base/lib"); +#&my_mkdir("$now_base/include"); +#&my_mkdir("$now_base/man"); +#if ($http_base ne "") { +# &my_mkdir("$http_base/man/html"); +#} ####################################################################### # @@@@ -48,22 +51,43 @@@@ if ($http_base ne "") { # Install include files/directories # -@@files = <$glunix_base/glunix/include/*>; -@@files = &strip_garbage(@@files); +#@@files = <$glunix_base/glunix/include/*>; +#@@files = &strip_garbage(@@files); #print "Found include files: ", join(" ", @@dirs), "\n"; -foreach $val (@@files) { - $install_path = "$now_base/include/" . &path_tail($val); - print "Installing $install_path\n"; - if ($justTesting) { - print "Unlinking $install_path\n"; - print "Linking $install_path to $val\n"; - } else { - unlink($install_path); - symlink($val, $install_path); - } +#foreach $val (@@files) { +# $install_path = "$now_base/include/" . &path_tail($val); +# print "Installing $install_path\n"; +# if ($justTesting) { +# print "Unlinking $install_path\n"; +# print "Linking $install_path to $val\n"; +# } else { +# unlink($install_path); +# system("$install_man $val $install_path"); +# } +#} +# create necc dirs. +system("$imkdir $now_base/include"); +system("$imkdir $now_base/lib/$glunix_arch"); +system("$imkdir $now_base/bin/$glunix_arch"); +system("$imkdir $now_base/include/glib"); +system("$imkdir $now_base/lib/perl-lib/Time"); +system("$imkdir $now_base/man"); + +system("$install_bin $glunix_base/glunix/bin/$glunix_arch/master $now_base/bin/$glunix_arch"); +system("$install_bin $glunix_base/glunix/bin/$glunix_arch/daemon $now_base/bin/$glunix_arch"); +system("$install_man $glunix_base/glunix/include/glib/*.h $now_base/include/glib"); +system("$install_man $glunix_base/glunix/include/*.h $now_base/include"); +system("$install_man $glunix_base/progs/tools/perl-lib/Time/* $now_base/lib/perl-lib/Time"); +system("$install_man $glunix_base/progs/tools/perl-lib/*.pl $now_base/lib/perl-lib"); +system("cp -R -p $glunix_base/glunix/man/* $now_base/man"); +system("rm $now_base/man/Makefile"); +@@chownme = `find $glunix_base/glunix/man -name \\*`; +foreach (@@chownme) { + chomp; + $_ =~ s+$glunix_base/glunix/man++; + system("chown glunix:glunix $now_base/man/$_"); } - print "\n"; ####################################################################### @@@@ -72,37 +96,38 @@@@ print "\n"; # # Find all of the man pages in the release directory -@@dirs = <$glunix_base/man/man?>; +@@dirs = <$glunix_base/glunix/man/man?>; push(@@dirs, <$glunix_base/glunix/man/man?>); # print "Found man directories: ", join(" ", @@dirs), "\n"; -foreach $val (@@dirs) { - @@f = <$val/*.*>; +#foreach $val (@@dirs) { +# @@f = <$val/*.*>; # print "Found man pages: ", join(" ", &man_pagename(@@f)), "\n"; - push(@@files, @@f); -} +# push(@@files, @@f); +#} -@@files = <$glunix_base/man/man?/*.*>; -&install_manpages("$now_base/man/man", @@files); +#@@files = <$glunix_base/man/man?/*.*>; +#&install_manpages("$now_base/man/man", @@files); -if ($http_base ne "") { - @@files = <$glunix_base/man/html?/*.*>; - &install_manpages("$http_base/man/html", @@files); -} - -print "Creating windex file (this may take a while)\n"; -if (!$justTesting) { - system("/usr/bin/catman -M $now_base/man -w"); - print "Done with catman!\n"; -} +#if ($http_base ne "") { +# @@files = <$glunix_base/man/html?/*.*>; +# &install_manpages("$http_base/man/html", @@files); +#} + +# no windex file in bsd. +#print "Creating windex file (this may take a while)\n"; +#if (!$justTesting) { +# system("/usr/bin/catman -M $now_base/man -w"); +# print "Done with catman!\n"; +#} ####################################################################### # # Install libraries # -@@files = <$glunix_base/lib/$glunix_arch/*>; +@@files = <$glunix_base/glunix/lib/$glunix_arch/*>; @@files = &strip_garbage(@@files); #print "Found include files: ", join(" ", @@dirs), "\n"; @@@@ -113,7 +138,7 @@@@ foreach $val (@@files) { # print "Unlinking $install_path\n"; unlink($install_path); # print "Linking $install_path to $val\n"; - symlink($val, $install_path); + system("$install_man $val $install_path"); } } @@@@ -129,18 +154,18 @@@@ undef @@f; undef @@files; foreach $val (@@copy_progs) { - if (-e "$glunix_base/bin/$glunix_arch/$val") { - print "Copying $glunix_base/bin/$glunix_arch/$val to $now_base/bin/$val\n"; + if (-e "$glunix_base/glunix/bin/$glunix_arch/$val") { + print "Copying $glunix_base/glunix/bin/$glunix_arch/$val to $now_base/bin/$val\n"; if (!$justTesting) { - system("/bin/cp $glunix_base/bin/$glunix_arch/$val $now_base/bin/$val"); + system("$install_bin $glunix_base/glunix/bin/$glunix_arch/$val $now_base/bin/$val"); } } else { - print "Cannot find $glunix_base/bin/$glunix_arch/$val to copy\n"; + print "Cannot find $glunix_base/glunix/bin/$glunix_arch/$val to copy\n"; } } # Find all of the programs in the release directory -@@dirs = <$glunix_base/bin/*>; +@@dirs = <$glunix_base/glunix/bin/*>; #print "Found program directories: ", join(" ", @@dirs), "\n"; @@@@ -179,14 +204,16 @@@@ foreach $val (@@files) { if (!$justTesting) { unlink($install_path); # print "symlink(\"GLUnix-bin\", $install_path);\n"; - symlink("GLUnix-bin", $install_path); + system("$install_bin $val $install_path"); } } foreach $val (@@setuid_progs) { print "Marking file setuid root: $val\n"; if (!$justTesting) { - chmod 06511, $val; +# chmod 06511, $val; + system("chown root:glunix $now_base/bin/$val"); + system("chmod 6511 $now_base/bin/$val"); } } @@@@ -225,7 +252,7 @@@@ sub install_manpages { if (!$justTesting) { unlink($install_path); # print "symlink($val, $install_path)\n"; - symlink($val, $install_path); + system("$install_man $val $install_path"); } } @ 1.2 log @Make build, install and deinstall on NetBSD-2.0/i386. @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.1.1.1 1998/10/21 19:59:30 garbled Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 3 --- progs/tools/gluinstall.pl.orig Thu Sep 11 16:28:03 1997 +++ progs/tools/gluinstall.pl Sat May 23 14:16:26 1998 @@@@ -2,3 +2,6 @@@@ d14 5 a18 1 @@@@ -23,9 +26,9 @@@@ d35 5 a39 1 @@@@ -50,18 +53,39 @@@@ d92 5 a96 1 @@@@ -74,3 +98,3 @@@@ d101 2 a102 1 @@@@ -79,21 +103,22 @@@@ d141 4 a144 1 @@@@ -104,3 +129,3 @@@@ d149 5 a153 1 @@@@ -115,3 +140,3 @@@@ d158 5 a162 1 @@@@ -131,9 +156,9 @@@@ d176 2 a177 1 @@@@ -142,3 +167,3 @@@@ d182 5 a186 1 @@@@ -181,3 +206,3 @@@@ d191 4 a194 1 @@@@ -188,3 +213,5 @@@@ d201 5 a205 1 @@@@ -227,3 +254,3 @@@@ d210 2 @ 1.1.1.1 log @Initial import of glunix-1.0a Thanks to Ross for all the help, and Alistair for fixing some brain damage. A Global Layer Unix for NOW. (Network Of Workstations) @ text @@