1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Clean up subdir Makefiles. They now all look like this:

=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
This commit is contained in:
Satoshi Asami 1995-05-14 03:30:07 +00:00
parent ed69276f3b
commit c9dc84a522
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1740
19 changed files with 61 additions and 47 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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 \

View File

@ -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>

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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>

View File

@ -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 \

View File

@ -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 \

View File

@ -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>

View File

@ -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 \

View File

@ -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>

View File

@ -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 \