aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-20196-203/+0
| | | | Notes: svn path=/head/; revision=209420
* Update to 0.6.0Sergey Skvortsov2008-03-203-14/+26
| | | | | | | Changes: http://search.cpan.org/src/BSCHMAL/parrot-0.6.0/NEWS Notes: svn path=/head/; revision=209419
* - Remove USE_GETOPT_LONG which is a no-op since March 200Pav Lucistnik2008-03-2040-112/+0
| | | | Notes: svn path=/head/; revision=209418
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-2065-70/+0
| | | | Notes: svn path=/head/; revision=209417
* - Update to version 1.4Alexey Dokuchaev2008-03-204-16/+16
| | | | | | | | | - Install examples - Clean up Makefile - Pacify portlint Notes: svn path=/head/; revision=209416
* Update from 0.6.28 to 0.6.29.Sergey A. Osokin2008-03-202-5/+11
| | | | | | | | | | | | | | | | Add knob GOOGLE_PERTOOLS. <ChangeLog> *) Feature: the ngx_google_perftools_module. *) Bugfix: the ngx_http_perl_module could be not built on 64-bit platforms; bug appeared in 0.6.27. </ChangeLog> Notes: svn path=/head/; revision=209415
* - use CPAN macroYen-Ming Lee2008-03-201-11/+13
| | | | | | | | | | | | - simplify dependency - add OPTIONS for optional supports - bump PORTREVISION Submitted by: leeym Approved by: clsung Notes: svn path=/head/; revision=209414
* - Pass maintainership to submitter.Marcelo Araujo2008-03-201-1/+1
| | | | | | | | PR: ports/121876 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=209413
* - Update to 1.00Yen-Ming Lee2008-03-205-28/+29
| | | | | | | | | PR: 121210 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=209412
* - use CPAN macroYen-Ming Lee2008-03-201-5/+9
| | | | | | | | | | | | - fix dependency - bump PORTREVISION PR: 121206 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=209411
* - use CPAN macroYen-Ming Lee2008-03-201-4/+2
| | | | | | | | | | | | - simplify dependency - bump PORTREVISION PR: 121199 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=209410
* - use CPAN macroYen-Ming Lee2008-03-201-6/+2
| | | | | | | | | | | | - ignore the dependency in core perl list - bump PORTREVISION PR: 121198 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=209409
* - use CPAN macroYen-Ming Lee2008-03-201-5/+2
| | | | | | | | | | | | - simplify dependency - bump PORTREVISON PR: 121183 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=209408
* - Update to 3.0.9bPav Lucistnik2008-03-192-5/+4
| | | | Notes: svn path=/head/; revision=209407
* - Update to 2.2.6Pietro Cerutti2008-03-193-127/+139
| | | | | | | | | - Refactor NOPORTDOCS Approved by: miwi (mentor) Notes: svn path=/head/; revision=209406
* - Update to 2.1.6.Marcelo Araujo2008-03-194-8/+8
| | | | Notes: svn path=/head/; revision=209405
* - Update to 0.7.5Pietro Cerutti2008-03-192-12/+9
| | | | | | | | | | - Adopt maintainship - Cleanup Makefile Approved by: miwi (mentor) Notes: svn path=/head/; revision=209404
* Update for version 2.2Doug Barton2008-03-191-1/+1
| | | | Notes: svn path=/head/; revision=209403
* New ImplementationDoug Barton2008-03-191-21/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ================== The previous code tried to handle moved ports in much the same way as it handled replacing a port with the -o option, but this would sometimes create problems if we are deep in a dependency graph. So rather than re-implement only a portion of the -o code, use the whole thing instead. We accomplish this by either exec'ing ourselves with the proper -o options if we are in the dependency tree, or by asking the user to restart with the proper -o options if they specified the moved port on the command line. The latter is necessary to avoid having to duplicate all the "initialize the parent process" code. This allows me to simplify the code in a few places since -o is now the only special case. Bug Fixes ========= 1. Don't try to derive $portdir from $upg_port if using -o 2. Don't try to build a port with an +IGNOREME file if we are doing the dependent ports in -r mode Minor tweak: Add some whitespace after a warning message Notes: svn path=/head/; revision=209402
* - fix pkg-plist issuesAlexander Botero-Lowry2008-03-191-4/+4
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=209401
* - Fix race condition to work on all plataforms/archs.Felippe de Meirelles Motta2008-03-192-4/+16
| | | | | | | | | | - Unbroken on CURRENT. Reviewed by: pav Approved by: araujo (mentor) Notes: svn path=/head/; revision=209400
* - bump PORTREVISION.Felippe de Meirelles Motta2008-03-191-3/+3
| | | | | | | | | | | | - Use SF macro. - Add missing dependency. PR: ports/121819 Submitted by: "Mark D. Foster" <mark@foster.cc> Approved by: araujo (mentor), Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=209399
* Mark the German version brokenJean-Marc Zucconi2008-03-191-1/+2
| | | | Notes: svn path=/head/; revision=209398
* In the example about using portmaster to do a complete re-install ofDoug Barton2008-03-191-2/+2
| | | | | | | | | | | | your ports, I had: pkg_delete * which works for me because of a local bash completion, but doesn't work for most users. So, correct that to be: pkg_delete '*' instead. Notes: svn path=/head/; revision=209397
* Fixes for multiple vulnerabilities.Cy Schubert2008-03-1916-4/+328
| | | | | | | | | | | | Security: US-CERT Technical Cyber Security Alert TA08-079B -- MIT Kerberos Updates for Multiple Vulnerabilities US-CERT Vulnerability Note VU#895609, US-CERT Vulnerability Note VU#374121 MIT krb5 Security Advisory 2008-001 MIT krb5 Security Advisory 2008-002 Notes: svn path=/head/; revision=209396
* - Use USE_GL instead of depending directly on glutPietro Cerutti2008-03-191-5/+3
| | | | | | | | | - USE_X_PREFIX --> USE_XORG Approved by: miwi (mentor) Notes: svn path=/head/; revision=209395
* - add xext to USE_XORGDirk Meyer2008-03-191-1/+1
| | | | Notes: svn path=/head/; revision=209394
* - Update to 1.5.30aPietro Cerutti2008-03-195-30/+21
| | | | | | | | | | - Adopt maintainship - USE_XLIB --> USE_XORG Approved by: miwi (mentor) Notes: svn path=/head/; revision=209393
* - Update to 2.3.Edward Tomasz Napierala2008-03-192-4/+4
| | | | Notes: svn path=/head/; revision=209392
* - Update to 13.3Andrew Pantyukhin2008-03-192-4/+4
| | | | Notes: svn path=/head/; revision=209391
* Update to 5.1.7Michael Johnson2008-03-196-15/+517
| | | | Notes: svn path=/head/; revision=209390
* Fix build with new libebmlMichael Johnson2008-03-191-0/+20
| | | | | | | | | PR: ports/121707 Reported by: Howard Goldstein <hg@cally.queue.to> Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> Notes: svn path=/head/; revision=209389
* - Update Tcl/Tk dependenceis to 8.4Pietro Cerutti2008-03-191-6/+4
| | | | | | | | | | - Remove useless USE_XLIB variable - Adopt maintainship Approved by: miwi (mentor) Notes: svn path=/head/; revision=209388
* Upgrade to 3.6.Thierry Thomas2008-03-194-52/+85
| | | | | | | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=584869>. Note: LLVM support is disabled ATM. Notes: svn path=/head/; revision=209387
* - Get rid of useless USE_XLIB variablePietro Cerutti2008-03-191-3/+2
| | | | | | | | | - Adopt maintainship Approved by: miwi (mentor) Notes: svn path=/head/; revision=209386
* Integrate with maintainer's patch.Vanilla I. Shu2008-03-192-6/+19
| | | | Notes: svn path=/head/; revision=209385
* - Update to version 2.51Alexey Dokuchaev2008-03-196-234/+58
| | | | | | | - Use SF macro Notes: svn path=/head/; revision=209384
* - Update to 2.5.4Gabor Kovesdan2008-03-193-10/+11
| | | | | | | | PR: ports/121666 Submitted by: garga Notes: svn path=/head/; revision=209383
* Tig is a git repository browser that additionallyRong-En Fan2008-03-194-0/+52
| | | | | | | | | | | | | | | | | | | | | can act as a pager for output from various git commands. When browsing repositories, it uses the underlying git commands to present the user with various views, such as summarized revision log and showing the commit with the log message, diffstat, and the diff. Using it as a pager, it will display input from stdin and colorize it. WWW: http://jonas.nitro.dk/tig/ PR: ports/121805 Submitted by: Denise H. G. <darcsis at gmail.com> Notes: svn path=/head/; revision=209381
* - Update to 0.4.7Nicola Vitale2008-03-198-62/+84
| | | | | | | | | | | - Add databases/py-sqlite3 to OPTIONS (caching visited URLs) - Remove files/patch-setup.py - Remove www/py-urlgrabber as run dependency - Turn off WITH_XCLIP option - Use now GNU_CONFIGURE (instead of USE_PYDISTUTILS), and USE_BZIP2 Notes: svn path=/head/; revision=209380
* - USE_GETTEXT should defined only when WITH_NLSRong-En Fan2008-03-191-1/+1
| | | | | | | | | PR: ports/121098 Submitted by: Philip M. Gollucci <pgollucci at p6m7g8.com> Approved by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer) Notes: svn path=/head/; revision=209379
* Update to Vim 7.1 patchlevel 282.David E. O'Brien2008-03-192-2/+110
| | | | Notes: svn path=/head/; revision=209378
* - Update to 2.0.5Philippe Audeoud2008-03-191-5/+10
| | | | | | | | | | | - Add RESTRICTED due to non-commercial use licence. PR: ports/121794 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: thierry and tabthorpe (mentors) Notes: svn path=/head/; revision=209377
* - Remove duplicate entryPhilippe Audeoud2008-03-191-1/+0
| | | | | | | | Noticed by: miwi Approved by: tabthorpe Notes: svn path=/head/; revision=209376
* Add missing patch from PR:Rong-En Fan2008-03-197-20/+229
| | | | | | | | | | | | | - Build and install old versions of bzip2 which are needed by dtu's - Patch for properly detecting and using GNU gzip (our gzip does not fit) - Add missing dependency on misc/xdelta PR: ports/121517 Submitted by: Yarodin <yarodin at gmail.com> Approved by: novel (maintainer, implicit) Notes: svn path=/head/; revision=209375
* - Add ports-mgmt to category listRong-En Fan2008-03-191-1/+1
| | | | | | | Suggested by: itetcu Notes: svn path=/head/; revision=209374
* - Add entry for biology/clustalwPhilippe Audeoud2008-03-191-0/+2
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=209373
* - Update to version 2.0.5Philippe Audeoud2008-03-192-21/+10
| | | | | | | | | | | - Add RESTRICTED due to a non-commercial use licence. PR: ports/121794 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: thierry and tabthorpe (mentors) Notes: svn path=/head/; revision=209372
* This is port of Gentoo getdelta.sh.Rong-En Fan2008-03-196-0/+377
| | | | | | | | | | | | | | | Getdelta uses Deltup to reduce bandwidth load while upgrading ports distfiles. WWW: http://linux01.gwdg.de/~nlissne/ - Anton Statutov astatutov@gmail.com PR: ports/121828 Submitted by: Anton Statutov <astatutov at gmail.com>, Andrew R. Muhametshin Notes: svn path=/head/; revision=209370
* - Update to 0.4.4Rong-En Fan2008-03-196-24/+89
| | | | | | | | | PR: ports/121517 Submitted by: Yarodin <yarodin at gmail.com> Approved by: novel (maintainer, implicit) Notes: svn path=/head/; revision=209369