aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/macutils/files
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-03-19 20:58:36 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2017-04-09 20:02:22 +0800
commit561599a705e56e05a8fb87eff64b331fd8becc4e (patch)
tree7a3b07cd90145e143860bc4449b480e489e98857 /archivers/macutils/files
parent38dfab7ec4d0879e9a9c71cfe9a25274bd2f8a92 (diff)
downloadfreebsd-ports-gnome-561599a705e56e05a8fb87eff64b331fd8becc4e.tar.gz
freebsd-ports-gnome-561599a705e56e05a8fb87eff64b331fd8becc4e.tar.zst
freebsd-ports-gnome-561599a705e56e05a8fb87eff64b331fd8becc4e.zip
Remove expired port:
2017-03-17 archivers/macutils: Not maintained in 16 years, many missing header inclusions
Diffstat (limited to 'archivers/macutils/files')
-rw-r--r--archivers/macutils/files/patch-crc_makefile17
-rw-r--r--archivers/macutils/files/patch-hexbin_globals.h11
-rw-r--r--archivers/macutils/files/patch-macunpack_cpt.h20
-rw-r--r--archivers/macutils/files/patch-macunpack_dd.c11
-rw-r--r--archivers/macutils/files/patch-macunpack_dd.h20
-rw-r--r--archivers/macutils/files/patch-macunpack_jdw.h11
-rw-r--r--archivers/macutils/files/patch-macunpack_lzc.h11
-rw-r--r--archivers/macutils/files/patch-macunpack_lzh.c31
-rw-r--r--archivers/macutils/files/patch-macunpack_lzh.h11
-rw-r--r--archivers/macutils/files/patch-macunpack_sit.c11
-rw-r--r--archivers/macutils/files/patch-macunpack_sit.h20
-rw-r--r--archivers/macutils/files/patch-macunpack_stf.h11
-rw-r--r--archivers/macutils/files/patch-macunpack_zma.h11
-rw-r--r--archivers/macutils/files/patch-makefile83
-rw-r--r--archivers/macutils/files/patch-util_transname.c9
15 files changed, 0 insertions, 288 deletions
diff --git a/archivers/macutils/files/patch-crc_makefile b/archivers/macutils/files/patch-crc_makefile
deleted file mode 100644
index aa88fd6aa67e..000000000000
--- a/archivers/macutils/files/patch-crc_makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- crc/makefile.orig 1993-10-02 20:16:00 UTC
-+++ crc/makefile
-@@ -1,4 +1,4 @@
--CFLAGS = -O $(CF)
-+CFLAGS += $(CF)
- CRCC = arc.c ccitt.c kermit.c binhex.c ccitt32.c zip.c
- CRCO = arc.o ccitt.o kermit.o binhex.o ccitt32.o zip.o
-
-@@ -16,7 +16,7 @@ $(CRCC): makecrc
- ./makecrc
-
- makecrc: makecrc.o
-- cc -O -o makecrc makecrc.o
-+ $(CC) $(CFLAGS) -o makecrc makecrc.o
-
- arc.o: arc.c
- ccitt.o: ccitt.c
diff --git a/archivers/macutils/files/patch-hexbin_globals.h b/archivers/macutils/files/patch-hexbin_globals.h
deleted file mode 100644
index 7fb9c127602e..000000000000
--- a/archivers/macutils/files/patch-hexbin_globals.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- hexbin/globals.h.orig 1993-10-02 20:16:00 UTC
-+++ hexbin/globals.h
-@@ -13,7 +13,7 @@ extern void transname();
- extern char info[];
- extern char trname[];
-
--typedef struct macheader {
-+struct macheader {
- char m_name[128];
- char m_type[4];
- char m_author[4];
diff --git a/archivers/macutils/files/patch-macunpack_cpt.h b/archivers/macutils/files/patch-macunpack_cpt.h
deleted file mode 100644
index 94a77a576eed..000000000000
--- a/archivers/macutils/files/patch-macunpack_cpt.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- macunpack/cpt.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/cpt.h
-@@ -31,7 +31,7 @@
-
- typedef long OSType;
-
--typedef struct cptHdr { /* 8 bytes */
-+struct cptHdr { /* 8 bytes */
- unsigned char signature; /* = 1 -- for verification */
- unsigned char volume; /* for multi-file archives */
- unsigned short xmagic; /* verification multi-file consistency*/
-@@ -42,7 +42,7 @@ typedef struct cptHdr { /* 8 bytes */
- unsigned char commentsize; /* number of bytes comment that follow*/
- };
-
--typedef struct fileHdr { /* 78 bytes */
-+struct fileHdr { /* 78 bytes */
- unsigned char fName[32]; /* a STR32 */
- unsigned char folder; /* set to 1 if a folder */
- unsigned short foldersize; /* number of entries in folder */
diff --git a/archivers/macutils/files/patch-macunpack_dd.c b/archivers/macutils/files/patch-macunpack_dd.c
deleted file mode 100644
index 953e85584db3..000000000000
--- a/archivers/macutils/files/patch-macunpack_dd.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/dd.c.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/dd.c
-@@ -45,7 +45,7 @@ static int dd_getbits();
- #endif /* UNTESTED */
- static void dd_cpt_compat();
-
--typedef struct methodinfo {
-+struct methodinfo {
- char *name;
- int number;
- };
diff --git a/archivers/macutils/files/patch-macunpack_dd.h b/archivers/macutils/files/patch-macunpack_dd.h
deleted file mode 100644
index dff85ca8f99d..000000000000
--- a/archivers/macutils/files/patch-macunpack_dd.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- macunpack/dd.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/dd.h
-@@ -52,7 +52,7 @@
-
- typedef long OSType;
-
--typedef struct fileHdr { /* 124 bytes */
-+struct fileHdr { /* 124 bytes */
- unsigned char magic[4]; /* "DDAR" */
- unsigned char fill1[4]; /* ??? */
- unsigned char fName[64]; /* a STR63 */
-@@ -73,7 +73,7 @@ typedef struct fileHdr { /* 124 bytes *
- unsigned short hdrcrc; /* true crc */
- };
-
--typedef struct fileCHdr { /* 84 bytes */
-+struct fileCHdr { /* 84 bytes */
- unsigned char magic[4]; /* "\253\315\000\124" */
- unsigned long dataLength; /* lengths */
- unsigned long dataCLength;
diff --git a/archivers/macutils/files/patch-macunpack_jdw.h b/archivers/macutils/files/patch-macunpack_jdw.h
deleted file mode 100644
index 8699e8fd2e26..000000000000
--- a/archivers/macutils/files/patch-macunpack_jdw.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/jdw.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/jdw.h
-@@ -8,7 +8,7 @@
- #define J_MTIME 34
- #define J_FLENGTH 38
-
--typedef struct fileHdr {
-+struct fileHdr {
- char magic[6];
- unsigned long type;
- unsigned long auth;
diff --git a/archivers/macutils/files/patch-macunpack_lzc.h b/archivers/macutils/files/patch-macunpack_lzc.h
deleted file mode 100644
index 2141a2a8e85c..000000000000
--- a/archivers/macutils/files/patch-macunpack_lzc.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/lzc.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/lzc.h
-@@ -12,7 +12,7 @@
- #define C_AUTHOFF 36
- #define C_FLAGOFF 40
-
--typedef struct fileHdr {
-+struct fileHdr {
- unsigned long magic1;
- unsigned long dataLength;
- unsigned long dataCLength;
diff --git a/archivers/macutils/files/patch-macunpack_lzh.c b/archivers/macutils/files/patch-macunpack_lzh.c
deleted file mode 100644
index 95db98290162..000000000000
--- a/archivers/macutils/files/patch-macunpack_lzh.c
+++ /dev/null
@@ -1,31 +0,0 @@
---- macunpack/lzh.c.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/lzh.c
-@@ -23,7 +23,7 @@ extern void de_lzah();
- extern unsigned char (*lzah_getbyte)();
- extern void de_lzh();
-
--typedef struct methodinfo {
-+struct methodinfo {
- char *name;
- int number;
- };
-@@ -40,13 +40,13 @@ static struct methodinfo methods[] = {
- {"-lzs-", lzs}
- };
- static char *lzh_archive;
--static char *lzh_pointer;
--static char *lzh_data;
--static char *lzh_finfo;
--static int lzh_fsize;
--static int lzh_kind;
-+char *lzh_pointer;
-+char *lzh_data;
-+char *lzh_finfo;
-+int lzh_fsize;
-+int lzh_kind;
- static int oldsize;
--static char *lzh_file;
-+char *lzh_file;
- static int lzh_filesize;
- static char *lzh_current;
- static char *tmp_out_ptr;
diff --git a/archivers/macutils/files/patch-macunpack_lzh.h b/archivers/macutils/files/patch-macunpack_lzh.h
deleted file mode 100644
index bdd51ad9da3c..000000000000
--- a/archivers/macutils/files/patch-macunpack_lzh.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/lzh.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/lzh.h
-@@ -30,7 +30,7 @@
- #define L_EEXTENDSZ 0
- #define L_EEXTEND 1
-
--typedef struct fileHdr { /* 58 bytes */
-+struct fileHdr { /* 58 bytes */
- unsigned char hsize;
- unsigned char hcrc;
- char method[5];
diff --git a/archivers/macutils/files/patch-macunpack_sit.c b/archivers/macutils/files/patch-macunpack_sit.c
deleted file mode 100644
index c1000b9a779f..000000000000
--- a/archivers/macutils/files/patch-macunpack_sit.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/sit.c.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/sit.c
-@@ -19,7 +19,7 @@ extern void set_huffman();
- extern void de_lzah();
- extern unsigned char (*lzah_getbyte)();
-
--typedef struct methodinfo {
-+struct methodinfo {
- char *name;
- int number;
- };
diff --git a/archivers/macutils/files/patch-macunpack_sit.h b/archivers/macutils/files/patch-macunpack_sit.h
deleted file mode 100644
index fcf1f0878ae9..000000000000
--- a/archivers/macutils/files/patch-macunpack_sit.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- macunpack/sit.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/sit.h
-@@ -24,7 +24,7 @@
-
- typedef long OSType;
-
--typedef struct sitHdr { /* 22 bytes */
-+struct sitHdr { /* 22 bytes */
- OSType signature; /* = 'SIT!' -- for verification */
- unsigned short numFiles; /* number of files in archive */
- unsigned long arcLength; /* length of entire archive incl.
-@@ -34,7 +34,7 @@ typedef struct sitHdr { /* 22 bytes */
- char reserved[7];
- };
-
--typedef struct fileHdr { /* 112 bytes */
-+struct fileHdr { /* 112 bytes */
- unsigned char compRMethod; /* rsrc fork compression method */
- unsigned char compDMethod; /* data fork compression method */
- unsigned char fName[64]; /* a STR63 */
diff --git a/archivers/macutils/files/patch-macunpack_stf.h b/archivers/macutils/files/patch-macunpack_stf.h
deleted file mode 100644
index 19f4404b2506..000000000000
--- a/archivers/macutils/files/patch-macunpack_stf.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/stf.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/stf.h
-@@ -5,7 +5,7 @@
- #define S_RSRCLNGTH 3 /* + NAMELENGTH */
- #define S_DATALNGTH 7 /* + NAMELENGTH */
-
--typedef struct fileHdr {
-+struct fileHdr {
- char magic[3];
- char flength;
- char fname[32]; /* actually flength */
diff --git a/archivers/macutils/files/patch-macunpack_zma.h b/archivers/macutils/files/patch-macunpack_zma.h
deleted file mode 100644
index 05db6614ef29..000000000000
--- a/archivers/macutils/files/patch-macunpack_zma.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/zma.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/zma.h
-@@ -20,7 +20,7 @@
- #define Z_RCRC 44 /* Resource crc */
- #define Z_FNAME 46 /* File name length and name */
-
--typedef struct fileHdr { /* 78 bytes */
-+struct fileHdr { /* 78 bytes */
- char deleted; /* Not in original, split off from: */
- char what; /* What kind? Negative if deleted */
- unsigned char hlen ; /* Header length */
diff --git a/archivers/macutils/files/patch-makefile b/archivers/macutils/files/patch-makefile
deleted file mode 100644
index 0c381564f8d5..000000000000
--- a/archivers/macutils/files/patch-makefile
+++ /dev/null
@@ -1,83 +0,0 @@
---- makefile.orig 1993-10-02 20:16:00 UTC
-+++ makefile
-@@ -1,5 +1,4 @@
- SHELL = /bin/sh
--BINDIR = /ufs/dik/tmpbin
- # Use the following flags on the CF macro definition as needed.
- #
- # -DBSD if you are on a BSD system
-@@ -24,44 +23,44 @@ BINDIR = /ufs/dik/tmpbin
- #
- # -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system
- #
--CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE
-+CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS ${CFLAGS}
-
- all:
-- (cd crc; make CF='$(CF)')
-- (cd util; make CF='$(CF)')
-- (cd fileio; make CF='$(CF)')
-- (cd macunpack; make CF='$(CF)')
-- (cd hexbin; make CF='$(CF)')
-- (cd mixed; make CF='$(CF)')
-- (cd binhex; make CF='$(CF)')
-- (cd comm; make CF='$(CF)')
-+ (cd crc; $(MAKE) CFLAGS='$(CF)')
-+ (cd util; $(MAKE) CFLAGS='$(CF)')
-+ (cd fileio; $(MAKE) CFLAGS='$(CF)')
-+ (cd macunpack; $(MAKE) CFLAGS='$(CF)')
-+ (cd hexbin; $(MAKE) CFLAGS='$(CF)')
-+ (cd mixed; $(MAKE) CFLAGS='$(CF)')
-+ (cd binhex; $(MAKE) CFLAGS='$(CF)')
-+ (cd comm; $(MAKE) CFLAGS='$(CF)')
-
- clean:
-- (cd crc; make clean)
-- (cd util; make clean)
-- (cd fileio; make clean)
-- (cd macunpack; make clean)
-- (cd hexbin; make clean)
-- (cd mixed; make clean)
-- (cd binhex; make clean)
-- (cd comm; make clean)
-+ (cd crc; $(MAKE) clean)
-+ (cd util; $(MAKE) clean)
-+ (cd fileio; $(MAKE) clean)
-+ (cd macunpack; $(MAKE) clean)
-+ (cd hexbin; $(MAKE) clean)
-+ (cd mixed; $(MAKE) clean)
-+ (cd binhex; $(MAKE) clean)
-+ (cd comm; $(MAKE) clean)
-
- clobber:
-- (cd crc; make clean)
-- (cd util; make clean)
-- (cd fileio; make clean)
-- (cd macunpack; make clobber)
-- (cd hexbin; make clobber)
-- (cd mixed; make clobber)
-- (cd binhex; make clobber)
-- (cd comm; make clobber)
-+ (cd crc; (MAKE) clean)
-+ (cd util; (MAKE) clean)
-+ (cd fileio; (MAKE) clean)
-+ (cd macunpack; (MAKE) clobber)
-+ (cd hexbin; (MAKE) clobber)
-+ (cd mixed; (MAKE) clobber)
-+ (cd binhex; (MAKE) clobber)
-+ (cd comm; (MAKE) clobber)
-
- lint:
-- (cd macunpack; make CF='$(CF)' lint)
-- (cd hexbin; make CF='$(CF)' lint)
-- (cd mixed; make CF='$(CF)' lint)
-- (cd binhex; make CF='$(CF)' lint)
-- (cd comm; make CF='$(CF)' lint)
-+ (cd macunpack; (MAKE) CFLAGS='$(CF)' lint)
-+ (cd hexbin; (MAKE) CFLAGS='$(CF)' lint)
-+ (cd mixed; (MAKE) CFLAGS='$(CF)' lint)
-+ (cd binhex; (MAKE) CFLAGS='$(CF)' lint)
-+ (cd comm; (MAKE) CFLAGS='$(CF)' lint)
-
- install:
- cp macunpack/macunpack $(BINDIR)/.
diff --git a/archivers/macutils/files/patch-util_transname.c b/archivers/macutils/files/patch-util_transname.c
deleted file mode 100644
index 22d615288a20..000000000000
--- a/archivers/macutils/files/patch-util_transname.c
+++ /dev/null
@@ -1,9 +0,0 @@
---- util/transname.c.orig 1993-10-02 20:16:00 UTC
-+++ util/transname.c
-@@ -1,5 +1,5 @@
- #include <sys/types.h>
--#include <sys/dir.h>
-+#include <dirent.h>
-
- char *strncpy();
-