| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changes: http://search.cpan.org/src/BSCHMAL/parrot-0.6.0/NEWS
|
| |
|
| |
|
|
|
|
|
|
| |
- Install examples
- Clean up Makefile
- Pacify portlint
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
- simplify dependency
- add OPTIONS for optional supports
- bump PORTREVISION
Submitted by: leeym
Approved by: clsung
|
|
|
|
|
| |
PR: ports/121876
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
|
|
| |
PR: 121210
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
- fix dependency
- bump PORTREVISION
PR: 121206
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
- simplify dependency
- bump PORTREVISION
PR: 121199
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
- ignore the dependency in core perl list
- bump PORTREVISION
PR: 121198
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
- simplify dependency
- bump PORTREVISON
PR: 121183
Submitted by: leeym
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
| |
- Refactor NOPORTDOCS
Approved by: miwi (mentor)
|
| |
|
|
|
|
|
|
|
| |
- Adopt maintainship
- Cleanup Makefile
Approved by: miwi (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
==================
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
|
|
|
|
| |
Reported by: pointyhat via erwin
|
|
|
|
|
|
|
| |
- Unbroken on CURRENT.
Reviewed by: pav
Approved by: araujo (mentor)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- USE_X_PREFIX --> USE_XORG
Approved by: miwi (mentor)
|
| |
|
|
|
|
|
|
|
| |
- Adopt maintainship
- USE_XLIB --> USE_XORG
Approved by: miwi (mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/121707
Reported by: Howard Goldstein <hg@cally.queue.to>
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu>
|
|
|
|
|
|
|
| |
- Remove useless USE_XLIB variable
- Adopt maintainship
Approved by: miwi (mentor)
|
|
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=584869>.
Note: LLVM support is disabled ATM.
|
|
|
|
|
|
| |
- Adopt maintainship
Approved by: miwi (mentor)
|
| |
|
|
|
|
| |
- Use SF macro
|
|
|
|
|
| |
PR: ports/121666
Submitted by: garga
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
PR: ports/121098
Submitted by: Philip M. Gollucci <pgollucci at p6m7g8.com>
Approved by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
- Add RESTRICTED due to non-commercial use licence.
PR: ports/121794
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: thierry and tabthorpe (mentors)
|
|
|
|
|
| |
Noticed by: miwi
Approved by: tabthorpe
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Suggested by: itetcu
|
|
|
|
| |
Approved by: tabthorpe (mentor)
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: ports/121517
Submitted by: Yarodin <yarodin at gmail.com>
Approved by: novel (maintainer, implicit)
|
| |
|