aboutsummaryrefslogtreecommitdiffstats
path: root/shells/Makefile
blob: 1450bc2ba8b0dc06e6197bcaaebe9d81412a1655 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# $FreeBSD$
#

    COMMENT = Shells

    SUBDIR += 44bsd-csh
    SUBDIR += ammonite
    SUBDIR += antibody
    SUBDIR += bash
    SUBDIR += bash-completion
    SUBDIR += bash-static
    SUBDIR += bashc
    SUBDIR += bicon
    SUBDIR += ch
    SUBDIR += dash
    SUBDIR += envy
    SUBDIR += es
    SUBDIR += esh
    SUBDIR += fd
    SUBDIR += fish
    SUBDIR += flash
    SUBDIR += heirloom-sh
    SUBDIR += ibsh
    SUBDIR += ion
    SUBDIR += jailkit
    SUBDIR += klish
    SUBDIR += ksh93
    SUBDIR += ksh93-devel
    SUBDIR += lshell
    SUBDIR += mksh
    SUBDIR += nologinmsg
    SUBDIR += oksh
    SUBDIR += osh
    SUBDIR += p5-Bash-Completion
    SUBDIR += p5-Shell-Perl
    SUBDIR += p5-Term-Bash-Completion-Generator
    SUBDIR += p5-Term-ShellUI
    SUBDIR += pdksh
    SUBDIR += pear-PHP_Shell
    SUBDIR += psh
    SUBDIR += rc
    SUBDIR += rssh
    SUBDIR += rush
    SUBDIR += sash
    SUBDIR += scponly
    SUBDIR += shell-include
    SUBDIR += sparforte
    SUBDIR += tcsh_nls
    SUBDIR += tcshrc
    SUBDIR += v7sh
    SUBDIR += viewglob
    SUBDIR += vshnu
    SUBDIR += wcd
    SUBDIR += xonsh
    SUBDIR += zsh
    SUBDIR += zsh-antigen
    SUBDIR += zsh-completions
    SUBDIR += zsh-navigation-tools

.include <bsd.port.subdir.mk>
i/freebsd-ports-gnome/commit/devel/icu?h=gstreamer&id=8f6d2e7fecddc55a1373ceb4ee1cfd1baf6d342c'>Revert update to version 57.1, it wasn't testedantoine2016-07-074-11/+10 * devel/icu: TEST_TARGET is useless when the do-test target is definedgahr2016-07-061-1/+0 * devel/icu: update to 57.1gahr2016-07-064-9/+12 * - Remove duplicate GNU_CONFIGUREsunpoet2016-05-291-1/+0 * Test ARCH after inclusion of bsd.port.options.mk when it is definedbapt2015-06-011-2/+2 * Fix builds on big-endian architectures by declaring a CPPFLAG used internallysbruno2015-06-011-0/+5 * Update icu to 55.1bapt2015-04-243-3/+6 * - Roll back r374962 (Fix build in MIPS (and other big-endian archs) by addin ...amdmi32014-12-261-12/+0 * - Fix build in MIPS (and other big-endian archs) by addin an include needed f...amdmi32014-12-201-0/+12 * Cleanup plistbapt2014-10-271-7/+0 * Canonicalize a few LICENSE_PERMSantoine2014-08-221-1/+1 * Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1 * Update to icu 53.1, recommand to the user to rebuild all their applications d...bapt2014-06-113-4/+18 * Update to icu 52.1bapt2014-02-075-236/+209 * Support stagebapt2013-12-122-18/+15 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * - Fix typosunpoet2013-02-211-1/+1 * - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)gahr2013-02-141-1/+1 * - update to 50.1.2bapt2013-02-012-3/+3 * Derive the major version number from PORTVERSION as we did before r309203.jkim2013-01-092-14/+10 * Fix plist and while here remove regession test from post-buildbapt2013-01-082-1/+2 * Update to 50.1.1bapt2013-01-082-4/+4 * Update to version 50.1bapt2012-12-196-75/+26 * Convert to OptionsNGbapt2012-09-261-9/+7 * Mark as broken on ARM.linimon2012-09-041-0/+4 * - fix build with libc++bapt2012-08-201-0/+2 * Fix build with clang on amd64bapt2012-01-151-0/+12 * Fix potential out of bounds access in _canonicalize devel/icucrees2011-12-232-0/+27 * Mark MAKE_JOBS_SAFE, tested with hw.ncpus=8 and hw.ncpus=16bapt2011-12-071-1/+1 * Add the forgotten redhat patchbapt2011-11-041-0/+13 * - upgrade to the maintainance release 4.8.1.1bapt2011-11-042-11/+13 * Update MASTER_SITES, use SF mirror. Current MASTER_SITES returnsehaupt2011-09-121-1/+1 * - update to 4.8.1bapt2011-07-233-20/+9 * Pass matainership to the new office teambapt2011-07-221-1/+1 * add a forgotten patch to icubapt2011-07-111-0/+11 * - update ICU to 4.8bapt2011-07-113-11/+19 * - update to 4.6.1bapt2011-03-152-3/+3 * parallel build fails when npcu=8 so mark jobs unsafebapt2011-01-151-1/+1 * icu-4.8 doesn't fail on sparc64, so remove BROKENbapt2011-01-091-4/+0 * - fix a typo in patch-cc-flags[1]bapt2010-12-202-1/+3 * Remove conflict now that devel/icu[24] are deadbapt2010-12-171-2/+5 * Remove forgotten old patchbapt2010-12-151-304/+0 * - Update devel/icu to 4.6bapt2010-12-158-439/+257 * Take maintainershipbapt2010-12-091-1/+1 * Add a patch to permit compilation with gcc > 4.2.1.dougb2010-06-271-0/+14 * - Fix CONFLICTS between icu3 and icu4mm2010-03-261-2/+2 * Temporarily disable self-tests on sparc64 to be able to make releaselinimon2009-09-151-0/+2 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1 * Disable the parallelized building. It seems, there are races hidden inmi2009-04-041-1/+0 * Add a patch, which fixes the code on those odd days, which are shortermi2009-03-262-3/+212 * Re-enable on sparc64; it builds on some machines and not others. Causelinimon2008-09-081-4/+0 * Mark as broken on sparc64: fails in Makefile step.linimon2008-08-011-0/+4 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1 * Add a patch to fix a security problem with back-reference \0 inmi2008-02-192-0/+305 * Upgrade from 3.6 to 3.8.1.mi2008-02-07