mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to b20100604 and unbreak
- Add LICENSE Feature safe: yes
This commit is contained in:
parent
9e2e262bd0
commit
fd5b59785d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316034
@ -1,37 +1,34 @@
|
||||
# New ports collection makefile for: 9base
|
||||
# Date created: 4 March 2007
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= 9base
|
||||
DISTVERSION= b20090309
|
||||
DISTVERSION= b20100604
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://dl.suckless.org/tools/
|
||||
DISTNAME= ${PORTNAME}-2
|
||||
DISTNAME= ${PORTNAME}-6
|
||||
|
||||
MAINTAINER= sbz@FreeBSD.org
|
||||
COMMENT= Port of various original plan9 tools
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
CFLAGS+= -I. -c
|
||||
LDFLAGS+= -L.
|
||||
MANPREFIX= ${PREFIX}/9
|
||||
MAKE_ARGS= PREFIX="${PREFIX}/9" CC="${CC}" MANPREFIX="${MANPREFIX}/man" \
|
||||
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
APPS= awk basename bc cat cleanname date dc echo grep mk rc sed \
|
||||
seq sleep sort tee test touch tr uniq yacc
|
||||
APPS= ascii awk basename bc cal cat cleanname cmp date dc du dd diff echo ed \
|
||||
factor fortune fmt freq getflags grep hoc join look ls mk mkdir mtime pbd \
|
||||
primes rc read sam sha1sum sed seq sleep sort split strings tail tee test \
|
||||
touch tr troff unicode uniq unutf yacc
|
||||
MAN1= ${APPS:S|$|.1|}
|
||||
MAN7= regexp.7
|
||||
|
||||
BROKEN= fails to build
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64 sparc64
|
||||
ONLY_FOR_ARCHS_REASON= has low-level code unavailable for ${ARCH}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|PREFIX|"${PREFIX}/9"|' ${WRKSRC}/rc/plan9ish.c
|
||||
@${REINPLACE_CMD} -e 's|PREFIX|"${PREFIX}/9"|' ${WRKSRC}/lib9/get9root.c
|
||||
@${REINPLACE_CMD} -e '/OBJTYPE!=/s|!=.*|=${ARCH:S,i386,386,:S,amd64,x86_64,:S,sparc64,sun4u,}|' ${WRKSRC}/lib9/Makefile
|
||||
|
||||
post-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (9base-2.tar.gz) = fc60a3af4a2a21167403c099192842e00e5a6416af6b76512262059a203c3534
|
||||
SIZE (9base-2.tar.gz) = 301740
|
||||
SHA256 (9base-6.tar.gz) = 2997480eb5b4cf3092c0896483cd2de625158bf51c501aea2dc5cf74176d6de9
|
||||
SIZE (9base-6.tar.gz) = 1045868
|
||||
|
@ -1,26 +1,252 @@
|
||||
@comment $FreeBSD$
|
||||
9/bin/ascii
|
||||
9/bin/awk
|
||||
9/bin/basename
|
||||
9/bin/bc
|
||||
9/bin/cal
|
||||
9/bin/cat
|
||||
9/bin/cleanname
|
||||
9/bin/cmp
|
||||
9/bin/date
|
||||
9/bin/dc
|
||||
9/bin/du
|
||||
9/bin/dd
|
||||
9/bin/diff
|
||||
9/bin/echo
|
||||
9/bin/ed
|
||||
9/bin/factor
|
||||
9/bin/fortune
|
||||
9/bin/fmt
|
||||
9/bin/freq
|
||||
9/bin/getflags
|
||||
9/bin/grep
|
||||
9/bin/hoc
|
||||
9/bin/join
|
||||
9/bin/look
|
||||
9/bin/ls
|
||||
9/bin/mk
|
||||
9/bin/mkdir
|
||||
9/bin/mtime
|
||||
9/bin/pbd
|
||||
9/bin/primes
|
||||
9/bin/rc
|
||||
9/bin/read
|
||||
9/bin/sam
|
||||
9/bin/sha1sum
|
||||
9/bin/sed
|
||||
9/bin/seq
|
||||
9/bin/sleep
|
||||
9/bin/sort
|
||||
9/bin/split
|
||||
9/bin/strings
|
||||
9/bin/tail
|
||||
9/bin/tee
|
||||
9/bin/test
|
||||
9/bin/touch
|
||||
9/bin/tr
|
||||
9/bin/troff
|
||||
9/bin/unicode
|
||||
9/bin/uniq
|
||||
9/bin/unutf
|
||||
9/bin/yacc
|
||||
9/etc/rcmain
|
||||
@dirrm 9/man/man7
|
||||
9/lib/troff/tmac/mmn
|
||||
9/lib/troff/tmac/mmt
|
||||
9/lib/troff/tmac/me/footnote.me
|
||||
9/lib/troff/tmac/me/index.me
|
||||
9/lib/troff/tmac/me/float.me
|
||||
9/lib/troff/tmac/me/chars.me
|
||||
9/lib/troff/tmac/me/local.me
|
||||
9/lib/troff/tmac/me/thesis.me
|
||||
9/lib/troff/tmac/me/null.me
|
||||
9/lib/troff/tmac/me/revisions
|
||||
9/lib/troff/tmac/me/deltext.me
|
||||
9/lib/troff/tmac/me/acm.me
|
||||
9/lib/troff/tmac/me/eqn.me
|
||||
9/lib/troff/tmac/me/sh.me
|
||||
9/lib/troff/tmac/me/tbl.me
|
||||
9/lib/troff/tmac/tmac.soft
|
||||
9/lib/troff/tmac/cover.1127
|
||||
9/lib/troff/tmac/tmac.org
|
||||
9/lib/troff/tmac/tmac.antimes
|
||||
9/lib/troff/tmac/tmac.rscover
|
||||
9/lib/troff/tmac/tmac.anhtml
|
||||
9/lib/troff/tmac/tmac.nihongo
|
||||
9/lib/troff/tmac/tmac.skeep
|
||||
9/lib/troff/tmac/sendcover
|
||||
9/lib/troff/tmac/tmac.pictures
|
||||
9/lib/troff/tmac/name.sed
|
||||
9/lib/troff/tmac/strings.mm
|
||||
9/lib/troff/tmac/tmac.v
|
||||
9/lib/troff/tmac/tmac.cs
|
||||
9/lib/troff/tmac/tmac.scover
|
||||
9/lib/troff/tmac/complet.1127
|
||||
9/lib/troff/tmac/tmac.sdisp
|
||||
9/lib/troff/tmac/tmac.twb
|
||||
9/lib/troff/tmac/tmac.spe
|
||||
9/lib/troff/tmac/tmac.psychrefs
|
||||
9/lib/troff/tmac/tmac.an
|
||||
9/lib/troff/tmac/tmac.e
|
||||
9/lib/troff/tmac/tmac.s
|
||||
9/lib/troff/tmac/tmac.ptx
|
||||
9/lib/troff/tmac/tmac.jsdisp
|
||||
9/lib/troff/tmac/tmac.bits
|
||||
9/lib/troff/tmac/tmac.srefs
|
||||
9/lib/troff/tmac/tmac.uni
|
||||
9/lib/troff/tmac/tmac.html
|
||||
9/lib/troff/tmac/tmac.mcs
|
||||
9/lib/troff/tmac/tmac.pm
|
||||
9/lib/troff/tmac/tmac.m
|
||||
9/lib/troff/font/devutf/charlib/RC
|
||||
9/lib/troff/font/devutf/charlib/LA
|
||||
9/lib/troff/font/devutf/charlib/#263a
|
||||
9/lib/troff/font/devutf/charlib/_r_h
|
||||
9/lib/troff/font/devutf/charlib/_l_h
|
||||
9/lib/troff/font/devutf/charlib/_s_q
|
||||
9/lib/troff/font/devutf/charlib/_l_f
|
||||
9/lib/troff/font/devutf/charlib/LH
|
||||
9/lib/troff/font/devutf/charlib/~=
|
||||
9/lib/troff/font/devutf/charlib/FA
|
||||
9/lib/troff/font/devutf/charlib/_f_f
|
||||
9/lib/troff/font/devutf/charlib/F_i
|
||||
9/lib/troff/font/devutf/charlib/PC
|
||||
9/lib/troff/font/devutf/charlib/S_l
|
||||
9/lib/troff/font/devutf/charlib/_l_c
|
||||
9/lib/troff/font/devutf/charlib/_lH
|
||||
9/lib/troff/font/devutf/charlib/LV
|
||||
9/lib/troff/font/devutf/charlib/LH.example
|
||||
9/lib/troff/font/devutf/charlib/F_l
|
||||
9/lib/troff/font/devutf/charlib/14
|
||||
9/lib/troff/font/devutf/charlib/L1
|
||||
9/lib/troff/font/devutf/charlib/_o_b
|
||||
9/lib/troff/font/devutf/charlib/12
|
||||
9/lib/troff/font/devutf/charlib/_r_f
|
||||
9/lib/troff/font/devutf/charlib/34
|
||||
9/lib/troff/font/devutf/charlib/DG
|
||||
9/lib/troff/font/devutf/charlib/README
|
||||
9/lib/troff/font/devutf/charlib/_b_x
|
||||
9/lib/troff/font/devutf/charlib/_rH
|
||||
9/lib/troff/font/devutf/charlib/_p_w
|
||||
9/lib/troff/font/devutf/charlib/_r_c
|
||||
9/lib/troff/font/devutf/charlib/_c_i
|
||||
9/lib/troff/font/devutf/DejaVuCondensedSansOblique
|
||||
9/lib/troff/font/devutf/DejaVuMonoSansOblique
|
||||
9/lib/troff/font/devutf/GR
|
||||
9/lib/troff/font/devutf/DejaVuSansBoldOblique
|
||||
9/lib/troff/font/devutf/HI
|
||||
9/lib/troff/font/devutf/S
|
||||
9/lib/troff/font/devutf/LucidaSansCW
|
||||
9/lib/troff/font/devutf/LucidaCW
|
||||
9/lib/troff/font/devutf/DejaVuCondensedSansBoldOblique
|
||||
9/lib/troff/font/devutf/ZD
|
||||
9/lib/troff/font/devutf/NX
|
||||
9/lib/troff/font/devutf/LuxiSerif-BoldOblique
|
||||
9/lib/troff/font/devutf/AR
|
||||
9/lib/troff/font/devutf/Helvetica-Narrow-BoldOblique
|
||||
9/lib/troff/font/devutf/LuxiSans-BoldOblique
|
||||
9/lib/troff/font/devutf/HL
|
||||
9/lib/troff/font/devutf/DejaVuCondensedSerifBold
|
||||
9/lib/troff/font/devutf/LuxiMono-BoldOblique
|
||||
9/lib/troff/font/devutf/KX
|
||||
9/lib/troff/font/devutf/LucidaSans
|
||||
9/lib/troff/font/devutf/DejaVuSerifBold
|
||||
9/lib/troff/font/devutf/HK
|
||||
9/lib/troff/font/devutf/AB
|
||||
9/lib/troff/font/devutf/Jp
|
||||
9/lib/troff/font/devutf/PA
|
||||
9/lib/troff/font/devutf/LuxiSans
|
||||
9/lib/troff/font/devutf/NB
|
||||
9/lib/troff/font/devutf/mkMAP
|
||||
9/lib/troff/font/devutf/LuxiMono-Oblique
|
||||
9/lib/troff/font/devutf/LuxiSerif-Oblique
|
||||
9/lib/troff/font/devutf/CW
|
||||
9/lib/troff/font/devutf/UnivMath3
|
||||
9/lib/troff/font/devutf/S1
|
||||
9/lib/troff/font/devutf/HM
|
||||
9/lib/troff/font/devutf/DejaVuCondensedSerifOblique
|
||||
9/lib/troff/font/devutf/AI
|
||||
9/lib/troff/font/devutf/DejaVuCondensedSans
|
||||
9/lib/troff/font/devutf/LuxiSerif
|
||||
9/lib/troff/font/devutf/DejaVuSerif
|
||||
9/lib/troff/font/devutf/UnivMath1
|
||||
9/lib/troff/font/devutf/LucidaSansCW83
|
||||
9/lib/troff/font/devutf/shell.lib
|
||||
9/lib/troff/font/devutf/LINKFILE
|
||||
9/lib/troff/font/devutf/I
|
||||
9/lib/troff/font/devutf/HX
|
||||
9/lib/troff/font/devutf/H
|
||||
9/lib/troff/font/devutf/HB
|
||||
9/lib/troff/font/devutf/PI
|
||||
9/lib/troff/font/devutf/CB
|
||||
9/lib/troff/font/devutf/CO
|
||||
9/lib/troff/font/devutf/BI
|
||||
9/lib/troff/font/devutf/LucidaSansB
|
||||
9/lib/troff/font/devutf/CI
|
||||
9/lib/troff/font/devutf/DejaVuCondensedSansBold
|
||||
9/lib/troff/font/devutf/DejaVuMonoSans
|
||||
9/lib/troff/font/devutf/Syntax
|
||||
9/lib/troff/font/devutf/DejaVuSansOblique
|
||||
9/lib/troff/font/devutf/NI
|
||||
9/lib/troff/font/devutf/LuxiSerif-Bold
|
||||
9/lib/troff/font/devutf/DejaVuCondensedSerifBoldOblique
|
||||
9/lib/troff/font/devutf/DejaVuMonoSansBoldOblique
|
||||
9/lib/troff/font/devutf/R
|
||||
9/lib/troff/font/devutf/utfmap
|
||||
9/lib/troff/font/devutf/AX
|
||||
9/lib/troff/font/devutf/CY
|
||||
9/lib/troff/font/devutf/Helvetica-Narrow-Oblique
|
||||
9/lib/troff/font/devutf/ZI
|
||||
9/lib/troff/font/devutf/DESC
|
||||
9/lib/troff/font/devutf/KR
|
||||
9/lib/troff/font/devutf/SyntaxI
|
||||
9/lib/troff/font/devutf/Helvetica-Narrow-Bold
|
||||
9/lib/troff/font/devutf/DejaVuSansBold
|
||||
9/lib/troff/font/devutf/DejaVuSerifBoldOblique
|
||||
9/lib/troff/font/devutf/PB
|
||||
9/lib/troff/font/devutf/UnivMath4
|
||||
9/lib/troff/font/devutf/LucidaSansI
|
||||
9/lib/troff/font/devutf/DejaVuSans
|
||||
9/lib/troff/font/devutf/DejaVuMonoSansBold
|
||||
9/lib/troff/font/devutf/LuxiSans-Bold
|
||||
9/lib/troff/font/devutf/LuxiMono
|
||||
9/lib/troff/font/devutf/0100to25ff
|
||||
9/lib/troff/font/devutf/B
|
||||
9/lib/troff/font/devutf/UnivMath2
|
||||
9/lib/troff/font/devutf/Helvetica-Narrow
|
||||
9/lib/troff/font/devutf/SyntaxB
|
||||
9/lib/troff/font/devutf/DejaVuCondensedSerif
|
||||
9/lib/troff/font/devutf/LuxiMono-Bold
|
||||
9/lib/troff/font/devutf/CX
|
||||
9/lib/troff/font/devutf/UnivMath5
|
||||
9/lib/troff/font/devutf/KB
|
||||
9/lib/troff/font/devutf/R.nomath
|
||||
9/lib/troff/font/devutf/KI
|
||||
9/lib/troff/font/devutf/C
|
||||
9/lib/troff/font/devutf/DejaVuSerifOblique
|
||||
9/lib/troff/font/devutf/LuxiSans-Oblique
|
||||
9/lib/troff/font/devutf/UnivMath6
|
||||
9/lib/troff/font/devutf/PX
|
||||
9/lib/troff/font/devutf/NR
|
||||
9/lib/troff/term/tab.thinkbold
|
||||
9/lib/troff/term/tab.lp
|
||||
9/lib/troff/term/tab.post
|
||||
9/lib/troff/term/tab.dumb
|
||||
9/lib/troff/term/tab.i300
|
||||
9/lib/troff/term/tab.thinksmall
|
||||
9/lib/troff/term/tab.450
|
||||
9/lib/troff/term/tab.think
|
||||
9/lib/troff/term/tab.450-12
|
||||
9/lib/troff/term/tab.utf
|
||||
9/lib/troff/term/tab.37
|
||||
9/lib/troff/hyphen.tex
|
||||
@dirrm 9/lib/troff/tmac/me
|
||||
@dirrm 9/lib/troff/tmac
|
||||
@dirrm 9/lib/troff/term
|
||||
@dirrm 9/lib/troff/font/devutf/charlib
|
||||
@dirrm 9/lib/troff/font/devutf
|
||||
@dirrm 9/lib/troff/font
|
||||
@dirrm 9/lib/troff
|
||||
@dirrm 9/lib
|
||||
@dirrm 9/man/man1
|
||||
@dirrm 9/man
|
||||
@dirrm 9/etc
|
||||
|
Loading…
Reference in New Issue
Block a user