aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* - Readd shells/rssh without rsync support. I'm still actively using it.Pav Lucistnik2008-08-215-0/+58
| | | | Notes: svn path=/head/; revision=218955
* 2008-08-21 shells/rssh: No longer maintained upstreamThomas Abthorpe2008-08-215-68/+0
| | | | Notes: svn path=/head/; revision=218953
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-213-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Reset conrads@cox.net due to lack of time to work on FreeBSD.Mark Linimon2008-08-201-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=218897
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-202-2/+2
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Update to 2008-07-25Martin Wilke2008-08-182-7/+7
| | | | | | | | PR: 126613 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) Notes: svn path=/head/; revision=218780
* Reset rushani@FreeBSD.org due to maintainer-timeouts and no commits forMark Linimon2008-08-151-1/+1
| | | | | | | | | more than one year. Hat: portmgr Notes: svn path=/head/; revision=218611
* Regenerate some patches that were being incorrectly applied.Dag-Erling Smørgrav2008-08-134-61/+46
| | | | | | | Noticed by: garga Notes: svn path=/head/; revision=218511
* Previous commit did not update the plist.Dag-Erling Smørgrav2008-08-122-1/+8
| | | | Notes: svn path=/head/; revision=218458
* Break out BSD completion patches into separate files.Dag-Erling Smørgrav2008-08-1212-82/+627
| | | | | | | | | | | | | | Update csup, portsnap and portlint completion. Add completion for powerd, freebsd-update, fetch and portaudit (from submitter) as well as zfs and zpool (from zsh repo). Bump PORTREVISION. PR: ports/126457 Submitted by: baptiste.daroussin@gmail.com Notes: svn path=/head/; revision=218457
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217479
* Add a patch to fix a paste-o problem under the INPUTKCODE=UTF8-macAkinori MUSHA2008-07-162-0/+95
| | | | | | | environment. Notes: svn path=/head/; revision=216899
* Update to 2.09i.Akinori MUSHA2008-07-103-21/+20
| | | | Notes: svn path=/head/; revision=216654
* - Update to 20080629Martin Wilke2008-07-072-4/+4
| | | | Notes: svn path=/head/; revision=216438
* - Fix ownership on all installed files.Felippe de Meirelles Motta2008-06-191-1/+2
| | | | | | | | | | | - Bump PORTREVISION. PR: ports/121254 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks) Notes: svn path=/head/; revision=215237
* - Replace BROKEN with IGNOREPav Lucistnik2008-06-181-1/+1
| | | | Notes: svn path=/head/; revision=215130
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-067-7/+7
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* The ncurses fix from early May was only partly correct. The configureDag-Erling Smørgrav2008-06-061-2/+2
| | | | | | | | | script arrived at the correct value for ZSH_NO_XOPEN, but since autoheader did not run, it did not propagate to config.h. Add autoheader to the USE_AUTOTOOLS list to correct this. Notes: svn path=/head/; revision=214426
* Explicitly disable multibyte support if the user doesn't want it.Dag-Erling Smørgrav2008-06-061-1/+3
| | | | | | | | PR: ports/122510 Submitted by: Jeff Blank <jfb@mr-happy.com> Notes: svn path=/head/; revision=214425
* - Mark as BROKEN, does not work with rsync 3Thomas Abthorpe2008-05-221-0/+4
| | | | Notes: svn path=/head/; revision=213510
* - Fix segmentation fault on completionRenato Botelho2008-05-212-0/+29
| | | | | | | | | | | - Bump PORTREVISION PR: ports/123490 Submitted by: garga Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=213452
* Better version of the previous commit, with an unconditional patch thisDag-Erling Smørgrav2008-05-062-10/+7
| | | | | | | time. The patch has been submitted upstream. Notes: svn path=/head/; revision=212723
* An additional patch is required to build zsh on FreeBSD releases withDag-Erling Smørgrav2008-05-062-1/+64
| | | | | | | the old ncurses (6.2 and older). Notes: svn path=/head/; revision=212718
* Update to Bash 3.2 patchlevel 39.David E. O'Brien2008-05-042-1/+19
| | | | | | | | PR: 123326 Submitted by: bf2006a@yahoo.com Notes: svn path=/head/; revision=212569
* Upgrade to 4.3.6, with kind assistance from Baptiste DaroussinDag-Erling Smørgrav2008-05-0210-393/+54
| | | | | | | | | <baptiste.daroussin@gmail.com> PR: ports/122116 Notes: svn path=/head/; revision=212504
* Heirloom-sh is a portable version of OpenSolaris' #!/bin/sh.Martin Wilke2008-04-297-0/+107
| | | | | | | | | | | | | | | If one need to write portable shell scripts, this one is excellent for testing them. It is installed as jsh (job shell). Other OpenSolaris user land tools are available in sysutils/heirloom WWW: http://heirloom.sourceforge.net/sh.html PR: ports/122192 Submitted by: Danijel Tasov <danielt at pilgerer.org> Notes: svn path=/head/; revision=212287
* - Update to R33dMartin Wilke2008-04-254-54/+9
| | | | | | | Security: http://www.vuxml.org/freebsd/86c05550-12c1-11dd-bab7-0016179b2dd5.html Notes: svn path=/head/; revision=211934
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-194-7/+6
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-173-5/+3
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 4.8Pav Lucistnik2008-04-035-136/+61
| | | | | | | | | PR: ports/121651 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: maintainer timeout (rushani; 3 weeks) Notes: svn path=/head/; revision=210443
* - Update to R33bMartin Wilke2008-03-292-4/+4
| | | | Notes: svn path=/head/; revision=210111
* Update to 2.09h.Akinori MUSHA2008-03-242-4/+4
| | | | Notes: svn path=/head/; revision=209675
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Bash Commander is a traditional GNU bash shell extended with visual two-panelAlejandro Pulver2008-03-116-0/+91
| | | | | | | | | | | | | | | | | | | | file browser. Features: * Full bash compatibility. * Embedded visual file browser. * Two file panels, turned on and off by pressing ^O. * Actions and colors configured via .bashrc script. * Run current file on pressing Enter, configurable via commander_start_file() shell function. * Perform an action on pressing F1-F20 keys, configurable via commander_fN() shell functions. WWW: http://groups.google.com/group/bashc/web/overview Notes: svn path=/head/; revision=208845
* Shell::Perl is the implementation of a simple command-line interpreterMartin Wilke2008-03-075-0/+47
| | | | | | | | | | | | for Perl. WWW: http://search.cpan.org/dist/Shell-Perl/ PR: ports/121142 Submitted by: Shinsuke Matsui <smatsui at karashi.org> Notes: svn path=/head/; revision=208599
* - Update to R33Martin Wilke2008-03-062-4/+4
| | | | Notes: svn path=/head/; revision=208546
* - File was repackedMartin Wilke2008-02-282-4/+6
| | | | | | | Submitted by: erwinbot Notes: svn path=/head/; revision=208101
* - Update to 2008-02-02Martin Wilke2008-02-152-7/+7
| | | | | | | | PR: 120485 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) Notes: svn path=/head/; revision=207262
* Assume maintainership.Dag-Erling Smørgrav2008-02-121-1/+1
| | | | | | | Approved by: maintainer timeout, portmgr (linimon) Notes: svn path=/head/; revision=207044
* Update to 2.09g.Akinori MUSHA2008-02-122-4/+4
| | | | Notes: svn path=/head/; revision=207043
* Add vendor patch to fix subversion command completion.Dag-Erling Smørgrav2008-02-062-21/+22
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=206795
* - Update to 2007-11-05 releaseMartin Wilke2008-01-192-11/+7
| | | | | | | | | | - Allow the build with spac64 PR: 119734 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) Notes: svn path=/head/; revision=205831
* - Update MASTER_SITESMartin Wilke2008-01-191-1/+1
| | | | | | | Submitted by: J.A. Neitzel <jneitzel@sdf1.org> (author) Notes: svn path=/head/; revision=205830
* - Update to 20080109Martin Wilke2008-01-102-4/+4
| | | | | | | | | Changelog: http://jneitzel.sdf1.org/osh/src/CHANGES Submitted by: Jeffrey Allen Neitzel (author) Notes: svn path=/head/; revision=205368
* Update to 2.09f.Akinori MUSHA2007-12-272-4/+4
| | | | Notes: svn path=/head/; revision=204606
* Update to patchlevel 33.David E. O'Brien2007-12-172-1/+25
| | | | | | | | PR: 118728 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=203959
* - Update to R32Martin Wilke2007-11-182-4/+4
| | | | | | | | | | | Notes: this update fix a crash, when stdin is closed mksh begins to eat all of one's cpu Approved by: portmgr (erwin,linimon) Notes: svn path=/head/; revision=202752
* Since zsh calls autoheader as part of the build phase:Ade Lovett2007-10-071-0/+1
| | | | | | | | | | | ===> Building for zsh-4.3.4_2 cd . && autoheader Include the autoconf-2.61 environment to actually allow this thing to build. Notes: svn path=/head/; revision=201027
* - Add Peter Stephenson's patch from Zsh CVS repo that adds (un)setenv()Sergei Kolobov2007-10-055-1/+327
| | | | | | | | | | | | | | | | | | | detection. This fixes the issue on 7-CURRENT where Zsh was manipulating environment directly in conflict with the new *env() functions: http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075538.html 6-STABLE continues to works correctly. More info about the patch: http://www.zsh.org/mla/workers/2007/msg00619.html - Fix completions for locate(1), mount(8), umount(8) to avoid some linuxisms and do the right thing under FreeBSD PR: ports/115094, ports/115702 Submitted by: Sean C. Farley (scf) Notes: svn path=/head/; revision=200897
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-042-3/+1
| | | | Notes: svn path=/head/; revision=200791