| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Move MASTER_SITES to GITHUB from GOOGLE_CODE
- Update WWW
PR: 212712
Submitted by: monwarez@mailoo.org
Notes:
svn path=/head/; revision=422733
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=422140
|
|
|
|
|
|
|
| |
- Remove redundant arg from CONFIGURE_ARGS
Notes:
svn path=/head/; revision=421823
|
|
|
|
|
|
|
| |
Approved by: SSL blanket
Notes:
svn path=/head/; revision=421781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.
japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything. Just don't hide anything at all
like the textproc/scim configure script does.
multimedia/schroedinger: Apply an upstream patch.
textproc/scim-input-pad: Same as japanese/scim-honoka.
PR: 201922
Approved by: portmgr (antoine)
Exp-run by: antoine
Notes:
svn path=/head/; revision=393429
|
|
|
|
|
|
|
|
| |
PR: 200401
Submitted by: jrm@ftfl.ca
Notes:
svn path=/head/; revision=388362
|
|
|
|
|
|
|
| |
Approved by: bapt
Notes:
svn path=/head/; revision=375378
|
|
|
|
|
|
|
| |
Strip binaries
Notes:
svn path=/head/; revision=369010
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=365325
|
|
|
|
|
|
|
|
|
| |
- Set localstatedir in CONFIGURE_ARGS instead of using a patch
- Install pkgconfig file
- Fix pkg-plist for directories under /var
Notes:
svn path=/head/; revision=361052
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Support STAGEDIR
Changes: https://code.google.com/p/munge/wiki/ReleaseNotes
PR: ports/183988
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=333900
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://code.google.com/p/munge/issues/detail?id=18
- Bump PORTREVISION since runtime behavior will change
While here:
- Trim Makefile header
- Remove indefinite article from COMMENT
PR: ports/172856
Submitted by: Loic Pefferkorn <loic-freebsd@loicp.eu>
Approved by: maintainer
makc, avilla (mentors, implicit)
Feature safe: yes
Notes:
svn path=/head/; revision=306167
|
|
validating credentials. It is designed to be highly scalable for use in an HPC
cluster environment. It allows a process to authenticate the UID and GID of
another local or remote process within a group of hosts having common users and
groups. These hosts form a security realm that is defined by a shared
cryptographic key. Clients within this security realm can create and validate
credentials without the use of root privileges, reserved ports, or
platform-specific methods.
WWW: http://code.google.com/p/munge/
PR: ports/166386
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes:
svn path=/head/; revision=298922
|