| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
sysutils)
|
|
|
|
| |
Approved by: swills@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Changes: https://github.com/grosser/parallel/commits/master
|
|
|
|
|
| |
PR: ports/182231
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 181581
Submitted by: m <mn@mail.cn>
Approved by: maintainer timeout
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
| |
- Update to 4.3 [1]
- USES perl5
PR: ports/182194
Submitted by: Vasiliy P. Melnik <basil vpm.net.ua> (maintainer)
|
|
|
|
|
|
|
| |
- Note in pkg-message that crontab needs an updated PATH as well
Changes:
- PostgreSQL support added
|
| |
|
|
|
|
| |
Whiel here add a dependency on pkgconf
|
|
|
|
| |
Flags xview-clients MAKE_JOBS_UNSAFE.
|
| |
|
|
|
|
| |
rc.d scripts in order to be compatible with newer versions of rc.subr.
|
|
|
|
|
|
| |
with page boundary.
Tested by: dwhite
|
|
|
|
| |
Beware configuration file changes! It will not work without changes.
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
Change all others to avoid confusion for binary package users
Approved by: brd
|
|
|
|
| |
Reviewed by: bapt@
|
|
|
|
| |
Changes: https://github.com/guard/guard/blob/master/CHANGELOG.md
|
|
|
|
| |
- Rename patches with accordance to porter's handbook
|
|
|
|
|
|
| |
PR: ports/181620
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: Maintainer timeout
|
|
|
|
|
|
|
| |
populated variables.
Submitted by: marino
Approved by: portmgr (bapt, implicit)
|
|
|
|
|
|
|
| |
- Add LICENSE
- Remove outdated PORTSCOUT
Changes: http://search.cpan.org/dist/Fuse/Changes
|
| |
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
| |
Submitted by: gleb (maintainer)
|
|
|
|
| |
the connection. This should avoid high CPU loops when devd is restarted.
|
|
|
|
|
|
| |
- Update MAINTAINER address.
Approved by: bdrewery
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
A port of a tool which tries to guess the primary partition table of a PC-type
hard disk in case the primary partition table in sector 0 is damaged, incorrect
or deleted. The guessed table can be written to a file or device.
Supported (guessable) filesystem or partition types: DOS/Windows FAT, Linux
ext2 and swap, OS/2 HPFS, Windows NTFS, FreeBSD and Solaris/x86 disklabels,
Minix FS, Reiser FS
WWW: http://brzitwa.de/mb/gpart/index.html (outdated)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
While here:
- convert to new LIB_DEPENDS format
- Remove useless pre.mk/post.mk dancing
|
|
|
|
| |
Changes: https://github.com/grosser/parallel/commits/master
|
|
|
|
|
|
|
| |
analyzeMFT.py is designed to fully parse the MFT file from an NTFS filesystem
and present the results as accurately as possible in multiple formats.
WWW: https://github.com/dkovar/analyzeMFT
|
| |
|
| |
|
|
|
|
| |
While here, remove excess whitespace to appease portlint.
|