| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR
Submitted by: sunpoet (myself)
Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
Notes:
svn path=/head/; revision=328180
|
|
|
|
| |
Notes:
svn path=/head/; revision=328171
|
|
|
|
|
|
|
| |
- Allow staging
Notes:
svn path=/head/; revision=328141
|
|
|
|
|
|
|
| |
Reported by: zi
Notes:
svn path=/head/; revision=328124
|
|
|
|
| |
Notes:
svn path=/head/; revision=328094
|
|
|
|
|
|
|
|
| |
PR: ports/182330
Submitted by: Steve Wills <swills@FreeBSD.org>
Notes:
svn path=/head/; revision=328075
|
|
|
|
|
|
|
|
| |
Reviewed by: tabthorpe
Approved by: portmgr (bapt), core
Notes:
svn path=/head/; revision=328060
|
|
|
|
|
|
|
|
| |
PR: ports/181963
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=328028
|
|
|
|
|
|
|
|
|
| |
CrashPlan backs up data to remote servers, other computers, or hard drives.
WWW: http://www.crashplan.com/
Notes:
svn path=/head/; revision=328017
|
|
|
|
|
|
|
|
|
| |
after r327999 fixed these for stage support
Approved by: maintainer (bapt)
Notes:
svn path=/head/; revision=328014
|
|
|
|
|
|
|
| |
Approved by: bapt (maintainer)
Notes:
svn path=/head/; revision=327987
|
|
|
|
|
|
|
| |
Approved by: crees (mentor)
Notes:
svn path=/head/; revision=327985
|
|
|
|
| |
Notes:
svn path=/head/; revision=327984
|
|
|
|
|
|
|
| |
- Remove check for FreeBSD <8
Notes:
svn path=/head/; revision=327981
|
|
|
|
|
|
|
| |
- Remove check for FreeBSD <8
Notes:
svn path=/head/; revision=327980
|
|
|
|
| |
Notes:
svn path=/head/; revision=327979
|
|
|
|
| |
Notes:
svn path=/head/; revision=327935
|
|
|
|
|
|
|
| |
Modern LIB_DEPENDS
Notes:
svn path=/head/; revision=327934
|
|
|
|
| |
Notes:
svn path=/head/; revision=327933
|
|
|
|
| |
Notes:
svn path=/head/; revision=327932
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Sort MAN1, PLIST_FILES and PORTDOCS
- Remove unnecessary shebang line patch
Changes: https://savannah.gnu.org/forum/forum.php?forum_id=7723
PR: ports/182302
Submitted by: Chris Howey <howeyc@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=327893
|
|
|
|
| |
Notes:
svn path=/head/; revision=327888
|
|
|
|
| |
Notes:
svn path=/head/; revision=327814
|
|
|
|
|
|
|
|
| |
PR: ports/182267
Submitted by: maintainer
Notes:
svn path=/head/; revision=327808
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES [1]
- Convert tab to space in WWW
Changes:
Switch to sigsetjump() from setjmp() since the latter
doesn't save and restore the signal mask on linux.
Prefer sigaction() over sigset() since the latter is
just a macro on linux.
Fix async lookup bug for IPv6; use ip6.arpa domain.
Work around autoconf AC_TRY_LINK() brokenness in
ns_initparse() and res_mkquery() checks.
Fix mandir under FreeBSD.
PR: ports/182267 [1]
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) [1]
Notes:
svn path=/head/; revision=327807
|
|
|
|
| |
Notes:
svn path=/head/; revision=327804
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
| |
Approved by: swills@
Notes:
svn path=/head/; revision=327712
|
|
|
|
| |
Notes:
svn path=/head/; revision=327710
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
Notes:
svn path=/head/; revision=327697
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile's header
- Add LICENSE (Apache 2)
Changes: http://search.cpan.org/dist/Sys-Filesystem/Changes
PR: ports/182241 [1]
Submitted by: pirzyk@ (maintainer)
Notes:
svn path=/head/; revision=327694
|
|
|
|
|
|
|
| |
Changes: https://github.com/grosser/parallel/commits/master
Notes:
svn path=/head/; revision=327688
|
|
|
|
|
|
|
|
| |
PR: ports/182231
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Notes:
svn path=/head/; revision=327673
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE
- Remove contiguous blank lines
Changes: http://sourceforge.net/p/fuse/fuse/ci/master/tree/ChangeLog
http://sourceforge.net/p/fuse/fuse/ci/master/tree/NEWS
PR: ports/182238
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=327659
|
|
|
|
| |
Notes:
svn path=/head/; revision=327628
|
|
|
|
| |
Notes:
svn path=/head/; revision=327625
|
|
|
|
|
|
|
|
|
|
|
| |
mptd is a monitoring daemon for mpt raid controllers designed by our
very own jhb@ when he worked at Yahoo.
Approved by: crees (mentor), sbruno
Sponsored by: Yahoo
Notes:
svn path=/head/; revision=327571
|
|
|
|
|
|
|
|
|
|
|
| |
mfid is a monitoring daemon for mfi raid controllers designed by our
very own jhb@ when he worked at Yahoo.
Approved by: crees (mentor), sbruno
Sponsored by: Yahoo
Notes:
svn path=/head/; revision=327570
|
|
|
|
|
|
|
|
|
| |
PR: 181581
Submitted by: m <mn@mail.cn>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=327566
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=327553
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 4.3 [1]
- USES perl5
PR: ports/182194
Submitted by: Vasiliy P. Melnik <basil vpm.net.ua> (maintainer)
Notes:
svn path=/head/; revision=327547
|
|
|
|
|
|
|
|
|
|
| |
- Note in pkg-message that crontab needs an updated PATH as well
Changes:
- PostgreSQL support added
Notes:
svn path=/head/; revision=327539
|
|
|
|
| |
Notes:
svn path=/head/; revision=327535
|
|
|
|
|
|
|
| |
Whiel here add a dependency on pkgconf
Notes:
svn path=/head/; revision=327534
|
|
|
|
|
|
|
| |
Flags xview-clients MAKE_JOBS_UNSAFE.
Notes:
svn path=/head/; revision=327527
|
|
|
|
| |
Notes:
svn path=/head/; revision=327516
|
|
|
|
|
|
|
| |
rc.d scripts in order to be compatible with newer versions of rc.subr.
Notes:
svn path=/head/; revision=327509
|
|
|
|
|
|
|
|
|
| |
with page boundary.
Tested by: dwhite
Notes:
svn path=/head/; revision=327507
|
|
|
|
|
|
|
| |
Beware configuration file changes! It will not work without changes.
Notes:
svn path=/head/; revision=327503
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.3.1
Changes: https://raw.github.com/ansible/ansible/v1.3.1/CHANGELOG.md
PR: ports/182152
Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer)
Notes:
svn path=/head/; revision=327498
|