aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-14 03:30:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-14 03:30:07 +0000
commitc9dc84a5224b30f876aca7950ba9667f10a42b4b (patch)
treed8441e63488bf8611df96673021fc142d567b5f2
parented69276f3b3057aa2b01874de91a6b7abbf2326b (diff)
downloadports-c9dc84a5224b30f876aca7950ba9667f10a42b4b.tar.gz
ports-c9dc84a5224b30f876aca7950ba9667f10a42b4b.zip
Notes
-rw-r--r--archivers/Makefile7
-rw-r--r--audio/Makefile7
-rw-r--r--cad/Makefile3
-rw-r--r--comms/Makefile8
-rw-r--r--databases/Makefile4
-rw-r--r--devel/Makefile5
-rw-r--r--editors/Makefile5
-rw-r--r--games/Makefile6
-rw-r--r--graphics/Makefile5
-rw-r--r--japanese/Makefile7
-rw-r--r--lang/Makefile7
-rw-r--r--mail/Makefile5
-rw-r--r--math/Makefile5
-rw-r--r--misc/Makefile9
-rw-r--r--net/Makefile12
-rw-r--r--news/Makefile3
-rw-r--r--print/Makefile3
-rw-r--r--shells/Makefile3
-rw-r--r--x11/Makefile4
19 files changed, 61 insertions, 47 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 70f560debc4f..a8d9d0f8dd82 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -1,7 +1,10 @@
-# $Id: Makefile,v 1.4 1995/01/15 08:00:29 ache Exp $
+# $Id: Makefile,v 1.5 1995/01/24 16:58:53 ache Exp $
#
-# restricted: hpack.non-usa_only unzip.with_encryption zip.with_encryption
+# RESTRICTED: hpack.non-usa_only
+# RESTRICTED: unzip.with_encryption
+# RESTRICTED: zip.with_encryption
#
+
SUBDIR= arc gshar+gunshar ha lha unarj unrar unzip zip zoo
.include <bsd.port.subdir.mk>
diff --git a/audio/Makefile b/audio/Makefile
index 2dc413b72fc6..61b63dbe0c83 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,9 +1,10 @@
-# $Id: Makefile,v 1.14 1995/05/11 20:46:23 jkh Exp $
+# $Id: Makefile,v 1.15 1995/05/13 10:36:49 asami Exp $
#
-# xmcd not included, it needs Motif.
+# RESTRICTED: xmcd (needs Motif, xmcd itself isn't restricted)
#
-# BROKEN= gmod
+# BROKEN: gmod
#
+
SUBDIR= gsm maplay nas playmidi rsynth s3mod sox tracker xcd xcdplayer
.include <bsd.port.subdir.mk>
diff --git a/cad/Makefile b/cad/Makefile
index f80381632e6d..54379e5fb3c9 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -1,5 +1,6 @@
-# $Id: Makefile,v 1.1.1.1 1995/01/13 11:10:43 jkh Exp $
+# $Id: Makefile,v 1.2 1995/01/13 14:00:40 jkh Exp $
#
+
SUBDIR= acs irsim magic pcb
.include <bsd.port.subdir.mk>
diff --git a/comms/Makefile b/comms/Makefile
index 7a533048a4bc..e8d89d61f594 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -1,8 +1,10 @@
-# $Id: Makefile,v 1.11 1995/03/31 20:43:35 gpalmer Exp $
+# $Id: Makefile,v 1.12 1995/05/13 06:07:36 asami Exp $
#
-# restricted: rzsz
-# broken = flexfax
+# RESTRICTED: rzsz
#
+# BROKEN: flexfax
+#
+
SUBDIR= ecu kermit mgetty+sendfax seyon
.include <bsd.port.subdir.mk>
diff --git a/databases/Makefile b/databases/Makefile
index 624628280488..b2f344bd37e6 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,6 @@
-# $Id: Makefile,v 1.3 1995/01/15 07:35:41 ache Exp $
+# $Id: Makefile,v 1.1 1995/01/15 07:37:16 gpalmer Exp $
+#
+
SUBDIR= msql
.include <bsd.port.subdir.mk>
diff --git a/devel/Makefile b/devel/Makefile
index c99f8cc60a1b..174ef7b84b71 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,7 +1,8 @@
-# $Id: Makefile,v 1.8 1995/04/16 04:17:12 asami Exp $
+# $Id: Makefile,v 1.9 1995/05/03 05:41:02 asami Exp $
#
-# BROKEN= libmalloc
+# BROKEN: libmalloc
#
+
SUBDIR= bcc bison gmake m4 mprof xxgdb
.include <bsd.port.subdir.mk>
diff --git a/editors/Makefile b/editors/Makefile
index d3ba7e010bcf..e77ef8f9d96e 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -1,6 +1,7 @@
-# $Id: Makefile,v 1.15 1995/04/29 10:29:44 jkh Exp $
+# $Id: Makefile,v 1.16 1995/05/02 09:12:15 asami Exp $
+#
+# BROKEN: none
#
-# broken: none
SUBDIR= axe emacs jove mule tkHTML uemacs vile xemacs xvile
diff --git a/games/Makefile b/games/Makefile
index a77a0b8d1993..df366cf58ec3 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,7 +1,9 @@
-# $Id: Makefile,v 1.18 1995/05/13 06:24:28 asami Exp $
+# $Id: Makefile,v 1.19 1995/05/13 11:49:59 asami Exp $
#
-# BROKEN = xpipeman xrobots
+# BROKEN: xpipeman (can't ftp)
+# BROKEN: xrobots (can't ftp)
#
+
SUBDIR= acm golddig jetpack nethack oneko xasteroids xboard xboing \
xchomp xemeraldia xevil xinvaders \
xjewel xlife xmille xmine xminesweep xmj xmris xonix xrisk xsol \
diff --git a/graphics/Makefile b/graphics/Makefile
index 1a2235afac05..849ed16969e1 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,8 +1,7 @@
-# $Id: Makefile,v 1.6 1995/04/13 19:13:58 jmz Exp $
+# $Id: Makefile,v 1.7 1995/05/13 07:36:15 asami Exp $
#
-# Broken: povray
SUBDIR= ImageMagick dore jpeg mpeg-lib mpeg_play netpbm \
- pixmap tiff xanim xfig xli xpaint xpm xv
+ pixmap povray tiff xanim xfig xli xpaint xpm xv
.include <bsd.port.subdir.mk>
diff --git a/japanese/Makefile b/japanese/Makefile
index c72eaf103ee9..9abbc8990743 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -1,9 +1,6 @@
-# $Id: Makefile,v 1.12 1995/05/13 07:37:25 asami Exp $
-#
-# restricted: none
-#
-# broken: none
+# $Id: Makefile,v 1.13 1995/05/14 02:36:28 asami Exp $
#
+
SUBDIR= Canna Wnn gawk grep groff gxditview \
kinput2-canna kinput2-canna+wnn kinput2-wnn \
kterm less mh mule-canna mule-wnn nethack nkf sed tcl tk
diff --git a/lang/Makefile b/lang/Makefile
index d2edad1174bc..a2fe1f2a3060 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,7 +1,8 @@
-# $Id: Makefile,v 1.29 1995/05/13 03:35:48 asami Exp $
+# $Id: Makefile,v 1.30 1995/05/13 07:55:10 asami Exp $
+#
+# BROKEN: expect (no package file yet)
+# BROKEN: gnat (needs gnat1 somewhere on system)
#
-# Broken - expect (no package file yet)
-# gnat (needs gnat1 somewhere on system)
SUBDIR= Gofer STk Sather elk forth g77 gcl guile-ii \
icon itcl logo mit-scheme nTk p2c perl5 \
diff --git a/mail/Makefile b/mail/Makefile
index 3e8cb9962431..392c327ff208 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -1,7 +1,4 @@
-#
-# $Id: Makefile,v 1.10 1995/05/01 14:25:43 ache Exp $
-#
-# BROKEN= none
+# $Id: Makefile,v 1.11 1995/05/13 07:55:53 asami Exp $
#
SUBDIR= elm metamail mh mpack pgpsendmail pine popper procmail smail
diff --git a/math/Makefile b/math/Makefile
index 29ee6feb7166..ed9fa7a009b9 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,7 +1,8 @@
-# $Id: Makefile,v 1.9 1995/05/02 07:21:42 asami Exp $
+# $Id: Makefile,v 1.10 1995/05/13 07:57:18 asami Exp $
#
-# Resticted: maxima (license required)
+# RESTRICTED: maxima (license required)
#
+
SUBDIR= blas calc eispack fudgit gmp gnuplot hexcalc linpack octave oleo xgraph
.include <bsd.port.subdir.mk>
diff --git a/misc/Makefile b/misc/Makefile
index 2d317c2a4880..404a9edb2f80 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,10 +1,11 @@
-# $Id: Makefile,v 1.52 1995/05/09 11:50:12 asami Exp $
+# $Id: Makefile,v 1.53 1995/05/13 09:34:38 asami Exp $
#
-# restricted: pgp.usa_only pgp.non-usa_only (local restrictions)
-# mmv (restrictive copyright)
+# RESTRICTED: pgp.usa_only (local restrections)
+# RESTRICTED: pgp.non-usa_only (local restrictions)
+# RESTRICTED: mmv (restrictive copyright)
#
# BROKEN: wine (doesn't install)
-# lmbench (not done yet)
+# BROKEN: lmbench (not done yet)
#
SUBDIR= amanda chord colorls cpm hfs iozone ispell kp less mshell mtools \
diff --git a/net/Makefile b/net/Makefile
index dddf7f31912f..f69f9ffea18c 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,9 +1,11 @@
-# $Id: Makefile,v 1.44 1995/05/12 08:20:53 asami Exp $
+# $Id: Makefile,v 1.45 1995/05/13 09:16:48 asami Exp $
+#
+# RESTRICTED: ivs (crypto, export controlled)
+#
+# BROKEN: dgd-lpmud
+# BROKEN: slirp (upgraded)
+# BROKEN: wais (for XFree3.x)
#
-# Broken - dgd-lpmud
-# Broken - slirp (upgraded)
-# Broken for XFree3.x - wais
-# Restricted - ivs (crypto, export controlled)
SUBDIR= archie cern_httpd cern_linemode chimera dgd fspclient gated \
gn gopher imm irc ircII \
diff --git a/news/Makefile b/news/Makefile
index 8e2f46b39b9a..324e4fa6328b 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -1,5 +1,6 @@
-# $Id: Makefile,v 1.6 1995/01/24 03:21:03 pst Exp $
+# $Id: Makefile,v 1.7 1995/05/13 09:18:11 asami Exp $
#
+
SUBDIR= cnews inn nn nntp trn
.include <bsd.port.subdir.mk>
diff --git a/print/Makefile b/print/Makefile
index b08b46906a27..9361ba56e75f 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,5 +1,6 @@
-# $Id: Makefile,v 1.16 1995/05/02 09:10:53 asami Exp $
+# $Id: Makefile,v 1.17 1995/05/13 09:20:19 asami Exp $
#
+
SUBDIR= a2ps afm dvi2xx dvips dviselect ghostscript ghostview \
latex latex209 makeindex mltex psutils \
rtf2latex \
diff --git a/shells/Makefile b/shells/Makefile
index 9e77d2d8d42a..91bc1af26a55 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,5 +1,6 @@
-# $Id: Makefile,v 1.7 1995/04/23 09:01:41 asami Exp $
+# $Id: Makefile,v 1.8 1995/04/25 07:03:53 asami Exp $
#
+
SUBDIR= bash pdksh tcsh zsh
.include <bsd.port.subdir.mk>
diff --git a/x11/Makefile b/x11/Makefile
index 4f2f3dfb0b59..5631005fd8be 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.64 1995/05/13 10:10:28 asami Exp $
+# $Id: Makefile,v 1.65 1995/05/13 11:07:42 asami Exp $
#
-# broken: iv
+# BROKEN: iv
#
SUBDIR= XFree86 Xaw3d blt color_xterm ctwm emiclock emu fvwm g3view \