aboutsummaryrefslogtreecommitdiffstats
path: root/security/razorback-api
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistantoine2014-11-131-3/+0
|
* Fix build, broken in the json-c 0.12 upgrade. Given the nature of the errors ↵adamw2014-08-204-22/+39
| | | | | | | | | there are likely other ports that will fail in similar ways. (i.e. libjson.so->libjson-c.so, and json/json.h -> json-c/json.h). While here, use OPTIONS helpers to avoid unnecessary bsd.port.options.mk inclusion.
* - Switch to USES=libtool, drop .la filesamdmi32014-07-231-1/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - New LIB_DEPENDS syntaxtijl2014-07-062-32/+11
| | | | | | | - Convert to USES=libtool - Use BROKEN_sparc64 - Remove BROKEN for clang - Use @sample
* - Stage supportmiwi2014-02-171-5/+4
|
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* devel/json-c: update to 0.11wg2013-11-091-2/+2
| | | | | | | | | | - Update to 0.11 - Bump revision of dependent ports - Fix pkg-plist [1] PR: ports/182958 Submitted by: zi, wg [1] Approved by: maintainer (timeout)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-1/+1
| | | | security)
* Add an explicit dependency on pkgconfigbapt2013-09-021-3/+3
|
* Remove -Werror to allow building with clangbapt2013-08-261-1/+4
|
* Fix build with clangbapt2013-07-301-5/+2
| | | | While here trim headers
* - Update to 7.31.0sunpoet2013-07-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | - 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
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* Mark as broken on sparc64.linimon2012-09-081-1/+7
| | | | Hat: portmgr
* Convert to the new OptionsNG framework.tj2012-06-011-8/+10
| | | | Approved by: eadler (mentor)
* Update my email address.tj2012-06-011-1/+1
| | | | Approved by: eadler (mentor)
* New port: security/razorback-apizi2012-05-215-0/+182
Razorback is a framework for an intelligence driven security solution. It consists of a Dispatcher at the core of the system, surrounded by Nuggets of varying types. WWW: http://razorbacktm.sourceforge.net/ PR: ports/167736 Submitted by: Tom Judge <tom@tomjudge.com>