| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
| |
PR: 225919
Submitted by: Nathan Owens
Obtained from: https://github.com/x42/liboauth/issues/9
With hat: portmgr
Notes:
svn path=/head/; revision=481766
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=465899
|
|
|
|
|
|
|
| |
- USES=ssl instead of USE_OPENSSL.
Notes:
svn path=/head/; revision=429971
|
|
|
|
| |
Notes:
svn path=/head/; revision=428596
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=360556
|
|
|
|
| |
Notes:
svn path=/head/; revision=351682
|
|
|
|
| |
Notes:
svn path=/head/; revision=349280
|
|
|
|
| |
Notes:
svn path=/head/; revision=338051
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_PERL5 -> USES=perl5
* USE_GMAKE -> USES=gmake
Notes:
svn path=/head/; revision=325749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
Notes:
svn path=/head/; revision=322783
|
|
|
|
| |
Notes:
svn path=/head/; revision=314475
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITE to general SF link
Feature safe: yes
Notes:
svn path=/head/; revision=307383
|
|
|
|
| |
Notes:
svn path=/head/; revision=300814
|
|
|
|
|
|
|
|
|
| |
Remove the reference, because our openssl is installed without such a file.
Submitted by: kwm
Notes:
svn path=/head/; revision=288619
|
|
|
|
| |
Notes:
svn path=/head/; revision=287451
|
|
|
|
|
|
|
|
|
| |
- Remove patch that is now included in the distribution
Feature safe: yes
Notes:
svn path=/head/; revision=286699
|
|
|
|
|
|
|
|
|
| |
doesn't install a .pc file. This will fix "pkg-config --cflags oauth".
Approved by: maintainer
Notes:
svn path=/head/; revision=281839
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=268455
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=268109
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=267759
|
|
OAuth is an open protocol to allow secure API authorization in
a simple and standard method from desktop and web applications.
liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and
encode parameters according to OAuth specification and offers
high-level functionality to sign requests or verify OAuth signatures
as well as perform HTTP requests.
WWW: http://liboauth.sourceforge.net/
Notes:
svn path=/head/; revision=263819
|