pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/sam
Module Name: pkgsrc
Committed By: bsiegert
Date: Thu Sep 21 14:37:40 UTC 2017
Modified Files:
pkgsrc/editors/sam: Makefile distinfo
pkgsrc/editors/sam/patches: patch-aa
Added Files:
pkgsrc/editors/sam/patches: patch-include_libg.h patch-sam_B.rc
patch-sam_Makefile patch-sam_io.c patch-samterm_Makefile
Removed Files:
pkgsrc/editors/sam/patches: patch-ac patch-ad patch-ag
Log Message:
Support large files in sam.
>From trebol via pkgsrc-users.
While here, regenerate patches (one per file, unified diffs).
Bump PKGREVISION.
(This commit message was written in sam.)
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/editors/sam/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/sam/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/sam/patches/patch-aa
cvs rdiff -u -r1.3 -r0 pkgsrc/editors/sam/patches/patch-ac \
pkgsrc/editors/sam/patches/patch-ad
cvs rdiff -u -r1.2 -r0 pkgsrc/editors/sam/patches/patch-ag
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/sam/patches/patch-include_libg.h \
pkgsrc/editors/sam/patches/patch-sam_B.rc \
pkgsrc/editors/sam/patches/patch-sam_Makefile \
pkgsrc/editors/sam/patches/patch-sam_io.c \
pkgsrc/editors/sam/patches/patch-samterm_Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/sam/Makefile
diff -u pkgsrc/editors/sam/Makefile:1.42 pkgsrc/editors/sam/Makefile:1.43
--- pkgsrc/editors/sam/Makefile:1.42 Sat Jul 4 16:18:29 2015
+++ pkgsrc/editors/sam/Makefile Thu Sep 21 14:37:39 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2015/07/04 16:18:29 joerg Exp $
+# $NetBSD: Makefile,v 1.43 2017/09/21 14:37:39 bsiegert Exp $
DISTNAME= sam
PKGNAME= sam-4.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= editors plan9
MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
EXTRACT_SUFX= .msg.gz
Index: pkgsrc/editors/sam/distinfo
diff -u pkgsrc/editors/sam/distinfo:1.7 pkgsrc/editors/sam/distinfo:1.8
--- pkgsrc/editors/sam/distinfo:1.7 Tue Nov 3 03:32:21 2015
+++ pkgsrc/editors/sam/distinfo Thu Sep 21 14:37:39 2017
@@ -1,17 +1,19 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 03:32:21 agc Exp $
+$NetBSD: distinfo,v 1.8 2017/09/21 14:37:39 bsiegert Exp $
SHA1 (sam.msg.gz) = c6d2baa07a3b7410658e31e6ebfb997809c8323e
RMD160 (sam.msg.gz) = f3a6f354bd11b45966818188392c4655267f0571
SHA512 (sam.msg.gz) = 279e9854a2177330fcb80a5ad2751b01629b35d33c759e9f2d707450753c4b5c6c3ec07cbbe4e01f1b9c43e167570e88de4f9f403f9c0fe58f360db99f40e666
Size (sam.msg.gz) = 246311 bytes
-SHA1 (patch-aa) = baba874e5d18b0c19f8255ed97f5f98f57d52cac
+SHA1 (patch-aa) = cbc293b98847bc36d87a780cda487e88096a2dc4
SHA1 (patch-ab) = 76fa25ab4737f925eefe2e3876d862e7814d3d31
-SHA1 (patch-ac) = fa5ccdc02a82d4bd4a713f53a180126b85df0880
-SHA1 (patch-ad) = 3a456316d0806b6b6bc6f6143bb3dd3701f8c1e1
SHA1 (patch-ae) = b95056d090d73ffa8920669027b43d16d6cf81f5
SHA1 (patch-af) = 9afde00ab2b86519dcf558c0e1e2232b3839b579
-SHA1 (patch-ag) = 348b5400cccdd8cdcc6e63244a6e28551bbfb354
SHA1 (patch-ah) = 0126f1eee5bbcf59e3e08063d2cddffba83dc94b
SHA1 (patch-ai) = ca76a0c22c4e962ec590e9aeff719c71bd6fdafc
SHA1 (patch-aj) = 1f6270f7893fce0d1b213fcaa4b91c6c3e82c833
SHA1 (patch-ak) = 80f9399d23fb615da4d98488e93a58a101e57e4c
+SHA1 (patch-include_libg.h) = eaa8b3831d44b5d96d2b1154d201576878ee8d81
+SHA1 (patch-sam_B.rc) = e6d774d230656bb6ae9800e35fe20c2760e8380e
+SHA1 (patch-sam_Makefile) = 378874943b4719cb434de56d4f5aa665c66121d1
+SHA1 (patch-sam_io.c) = e7ca3a59b5a493db55397655aa1db5c3ac65c508
+SHA1 (patch-samterm_Makefile) = 6772ee78eb2e5512c2002b86a851a6e71bdbdaef
Index: pkgsrc/editors/sam/patches/patch-aa
diff -u pkgsrc/editors/sam/patches/patch-aa:1.4 pkgsrc/editors/sam/patches/patch-aa:1.5
--- pkgsrc/editors/sam/patches/patch-aa:1.4 Tue May 1 09:16:25 2001
+++ pkgsrc/editors/sam/patches/patch-aa Thu Sep 21 14:37:40 2017
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2001/05/01 09:16:25 agc Exp $
+$NetBSD: patch-aa,v 1.5 2017/09/21 14:37:40 bsiegert Exp $
---- libXg/Makefile.orig Tue May 1 09:42:03 2001
-+++ libXg/Makefile Tue May 1 09:48:09 2001
+--- libXg/Makefile.orig 2017-09-21 13:54:42.000000000 +0000
++++ libXg/Makefile
@@ -1,24 +1,23 @@
# Copyright (c) 1992 AT&T - All rights reserved.
#
@@ -35,7 +35,7 @@ $NetBSD: patch-aa,v 1.4 2001/05/01 09:16
# add name of librarian
AR=ar
-@@ -36,7 +35,7 @@
+@@ -36,7 +35,7 @@ OBJS= arc.o arith.o balloc.o bitblt.o bi
rdfontfile.o rectclip.o rune.o segment.o string.o strwidth.o texture.o\
wrbitmap.o wrbitmapfile.o xtbinit.o
@@ -44,7 +44,7 @@ $NetBSD: patch-aa,v 1.4 2001/05/01 09:16
compile: $(LIB)
test: test.o
$(CC) -o $@ $? $(LIB) $(XLIBS) -lm
-@@ -47,10 +46,12 @@
+@@ -47,10 +46,12 @@ clean:
nuke: clean
rm -f $(LIB)
@@ -55,7 +55,7 @@ $NetBSD: patch-aa,v 1.4 2001/05/01 09:16
$(LIB): $(OBJS)
$(AR) rv $(LIB) $(OBJS)
$(RANLIB) $(LIB)
--
--$(LIB)(%.o): %.o
+-$(LIB)(%.o): %.o
+-
$(OBJS): ../include/libg.h libgint.h ../include/libc.h
Added files:
Index: pkgsrc/editors/sam/patches/patch-include_libg.h
diff -u /dev/null pkgsrc/editors/sam/patches/patch-include_libg.h:1.1
--- /dev/null Thu Sep 21 14:37:40 2017
+++ pkgsrc/editors/sam/patches/patch-include_libg.h Thu Sep 21 14:37:40 2017
@@ -0,0 +1,23 @@
+$NetBSD: patch-include_libg.h,v 1.1 2017/09/21 14:37:40 bsiegert Exp $
+
+--- include/libg.h.orig 2017-09-21 13:54:43.000000000 +0000
++++ include/libg.h
+@@ -94,12 +94,12 @@ struct Fontchar
+
+ struct Subfont
+ {
+- short minrow; /* first character row in font (for X subfonts) */
+- short mincol; /* first character col in font (for X subfonts) */
+- short minchar; /* first char code in subfont */
+- short maxchar; /* last char code in subfont */
+- short width; /* number of chars in row */
+- short n; /* number of chars in font */
++ int minrow; /* first character row in font (for X subfonts) */
++ int mincol; /* first character col in font (for X subfonts) */
++ int minchar; /* first char code in subfont */
++ int maxchar; /* last char code in subfont */
++ int width; /* number of chars in row */
++ int n; /* number of chars in font */
+ unsigned char height; /* height of bitmap */
+ char ascent; /* top of bitmap to baseline */
+ Fontchar *info; /* n+1 character descriptors */
Index: pkgsrc/editors/sam/patches/patch-sam_B.rc
diff -u /dev/null pkgsrc/editors/sam/patches/patch-sam_B.rc:1.1
--- /dev/null Thu Sep 21 14:37:40 2017
+++ pkgsrc/editors/sam/patches/patch-sam_B.rc Thu Sep 21 14:37:40 2017
@@ -0,0 +1,10 @@
+$NetBSD: patch-sam_B.rc,v 1.1 2017/09/21 14:37:40 bsiegert Exp $
+
+--- sam/B.rc.orig 2017-09-21 13:54:41.000000000 +0000
++++ sam/B.rc
+@@ -1,4 +1,4 @@
+-#!/bin/rc
++#!/usr/local/bin/rc
+
+ files=()
+ line=''
Index: pkgsrc/editors/sam/patches/patch-sam_Makefile
diff -u /dev/null pkgsrc/editors/sam/patches/patch-sam_Makefile:1.1
--- /dev/null Thu Sep 21 14:37:40 2017
+++ pkgsrc/editors/sam/patches/patch-sam_Makefile Thu Sep 21 14:37:40 2017
@@ -0,0 +1,69 @@
+$NetBSD: patch-sam_Makefile,v 1.1 2017/09/21 14:37:40 bsiegert Exp $
+
+--- sam/Makefile.orig 2017-09-21 13:54:42.000000000 +0000
++++ sam/Makefile
+@@ -1,18 +1,17 @@
+ # Copyright (c) 1992 AT&T - All rights reserved.
+ #
+-# Prototype Makefile for sam
++# Prototype BSDi Makefile for sam
++# Courtesy of Boyd Roberts
++#
++# Define operating system type: -DBSDi
+ #
+-# define operating system. ONE of:
+-# -DIRIX -DSUNOS -DUMIPS -DSYSVR3 -DAIX -DOSF1
+-# -DHPUX -DAPOLLO -DCONVEX -DDYNIX
+-#
+ # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
+ # if your compiler supports posix-compatible compilation
+-OS=-DIRIX -ansiposix
++OS=-DBSDi -O2
+
+ # add -Iincludedir for any include directories that need to be searched
+ # for posix header files (for UMIPS, add -I/usr/include/posix)
+-INCS=-I../include
++INCS=-I../include -I/usr/include/posix
+
+ # Set the name of the environment variable containing the user's home directory
+ HOMEDIR=HOME
+@@ -22,12 +21,12 @@ HOMEDIR=HOME
+ # where sam is to be installed. SAMSAVEDIR is the name of the directory
+ # where the samsave file restoration script is stored.
+ RSAMNAME=sam
+-TERMNAME=/v/bin/samterm
+-SAMDIR=/usr/bin
+-SAMSAVEDIR=/v/bin
++TERMNAME=$(PREFIX)/bin/samterm
++SAMDIR=$(PREFIX)/bin
++SAMSAVEDIR=$(PREFIX)/bin
+
+ # Set TMP to a good place for tmp files (with lots of room)
+-TMP=/usr/tmp
++TMP=/var/tmp
+
+ # Set SHELLNAME and SHELLPATH to the name of a shell and the pathname
+ # of its executable
+@@ -37,7 +36,7 @@ SHELLPATH=/bin/sh
+ # Set RXNAME and RXPATHNAME to the name of the remote execution command
+ # and the pathname of its executable
+ RXNAME=rsh
+-RXPATHNAME=/usr/bsd/rsh
++RXPATHNAME=/usr/bin/rsh
+
+ SAMSAVE=/bin/sh\\n$(SAMSAVEDIR)/samsave
+
+@@ -68,9 +67,10 @@ nuke: clean
+ rm -f sam
+
+ install: sam
+- cp sam $(SAMDIR)/$(RSAMNAME)
+- cp samsave $(SAMSAVEDIR)/samsave
+- chmod +x samsave
++ $(INSTALL) -c sam $(SAMDIR)/$(RSAMNAME)
++ $(INSTALL) -c samsave $(SAMSAVEDIR)/samsave
++ $(INSTALL) -c B.sh $(SAMDIR)/B
++ chmod +x $(SAMSAVEDIR)/samsave
+
+ $(OBJ): sam.h ../include/u.h ../include/libc.h errors.h mesg.h
+
Index: pkgsrc/editors/sam/patches/patch-sam_io.c
diff -u /dev/null pkgsrc/editors/sam/patches/patch-sam_io.c:1.1
--- /dev/null Thu Sep 21 14:37:40 2017
+++ pkgsrc/editors/sam/patches/patch-sam_io.c Thu Sep 21 14:37:40 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-sam_io.c,v 1.1 2017/09/21 14:37:40 bsiegert Exp $
+
+--- sam/io.c.orig 2017-09-21 13:54:43.000000000 +0000
++++ sam/io.c
+@@ -2,7 +2,9 @@
+ #include "sam.h"
+
+ #define NSYSFILE 3
++#ifndef NOFILE
+ #define NOFILE 128
++#endif
+
+ void
+ checkqid(File *f)
Index: pkgsrc/editors/sam/patches/patch-samterm_Makefile
diff -u /dev/null pkgsrc/editors/sam/patches/patch-samterm_Makefile:1.1
--- /dev/null Thu Sep 21 14:37:40 2017
+++ pkgsrc/editors/sam/patches/patch-samterm_Makefile Thu Sep 21 14:37:40 2017
@@ -0,0 +1,50 @@
+$NetBSD: patch-samterm_Makefile,v 1.1 2017/09/21 14:37:40 bsiegert Exp $
+
+--- samterm/Makefile.orig 2017-09-21 13:54:42.000000000 +0000
++++ samterm/Makefile
+@@ -1,31 +1,35 @@
+ # Copyright (c) 1992 AT&T - All rights reserved.
+ #
+-# Prototype Makefile for samterm
++# Prototype BSDi Makefile for samterm
++# Courtesy of Boyd Roberts
++#
++# Define operating system type: -DBSDi
+ #
+-# define operating system. ONE of:
+-# -DIRIX -DSUNOS -DUMIPS -DSYSVR3 -DAIX -DOSF1
+-# -DHPUX -DAPOLLO -DCONVEX -DDYNIX
+-#
+ # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
+ # if your compiler supports posix-compatible compilation
+-OS=-DIRIX -ansiposix
++OS=-DBSDi -O2
+
+ # add -Iincludedir for any include directories that need to be searched
+ # for posix header files (for UMIPS, add -I/usr/include/posix)
+-INCS=-I../include
++INCS=-I../include -I/usr/include/posix
+
+ # SAMTERM contains the name of the file containing the samterm
+ # executable. SAMTERMDIR is the directory where it is installed.
+ SAMTERM=samterm
+-SAMTERMDIR=/v/bin
++SAMTERMDIR=$(PREFIX)/bin
+
+ # set this if your X libraries are in different locations
+ # or if you need extra libraries to load with X11 applications
+-XLIBS=/usr/local/X11R5/lib/libXt.a /usr/local/X11R5/lib/libX11.a
++#XLIBS= /usr/X11R6/lib/libXt.a \
++# /usr/X11R6/lib/libSM.a \
++# /usr/X11R6/lib/libICE.a \
++# /usr/X11R6/lib/libX11.a
++
++XLIBS=-L${X11BASE}/lib -Wl,-R${X11BASE}/lib -lXt -lSM -lICE -lX11
+
+ CFLAGS=$(OS) $(INCS) -D_LIBXG_EXTENSION
+
+-LIBS=../libframe/libframe.a ../libXg/libXg.a
++LIBS=../libframe/libframe.a ../libXg/libXg.a
+ CC=cc
+
+ OBJ=main.o flayer.o icons.o io.o menu.o mesg.o rasp.o scroll.o unix.o
Home |
Main Index |
Thread Index |
Old Index