summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Enable SPANDSP option by defaultGuido Falsi2016-01-316-6/+36
| | | | | | | | - Make startup script create pidfile directory if it does not exist While here, reflow OPTIONS_DEFAULT lists. Subitted/Requested by: lidl@
* Upgrade lang/elixir to version 1.2.2.Jimmy Olgeni2016-01-312-5/+5
|
* Update to 0.20.3Grzegorz Blach2016-01-313-10/+5
| | | | | | PR: 206449 Submitted by: yamayan <at> kbh.biglobe.ne.jp Reviewed by: gblach
* Upgrade databases/elixir-db_connection to version 0.2.3.Jimmy Olgeni2016-01-312-3/+3
|
* - Update to 5.13Danilo Egea Gondolfo2016-01-313-4/+4
|
* devel/libstatgrab: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-1/+1
| | | | approved by: infrastructure blanket
* - Update to 8.2.2Danilo Egea Gondolfo2016-01-313-6/+6
|
* editors/puff: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-01-312-3/+11
| | | | approved by: infrastructure blanket
* editors/heme: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-01-311-0/+2
| | | | approved by: infrastructure blanket
* editors/sted: USES+=ncurses, respect LDFLAGSJohn Marino2016-01-311-3/+2
| | | | while here, use MAKE_ARGS instead of sed'ing Makefile
* editors/nano-devel: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-0/+1
| | | | approved by: infrastructure blanket
* audio/cdplay: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-01-311-0/+2
| | | | Also make cdplay link with libncurses, not libtermcap
* audio/rexima: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-01-312-4/+9
| | | | approved by: infrastructure blanket
* - Update to 2.26Danilo Egea Gondolfo2016-01-312-3/+3
|
* audio/cam: document ncurses requirement (USES+=ncurses), respect LDFLAGSJohn Marino2016-01-311-1/+2
|
* audio/vitunes: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-0/+1
|
* - fix IP truncation and add license infoMichael Landin2016-01-313-6/+20
| | | | | PR: 206782 Submitted by: Franco Fichtner (franco@opnsense.org)
* - Update to 0.60Danilo Egea Gondolfo2016-01-312-3/+3
|
* editors/biew: document ncurses requirement (USES+=ncurses)John Marino2016-01-312-2/+2
| | | | | | Also make it actually link with ncurses, not termlib approved by: infrastructure blanket
* editors/gate: USES+= ncurses, respect LDFLAGSJohn Marino2016-01-313-0/+23
| | | | while here, link with ncurses, not termcap or curses
* - Update to 4.0.2Danilo Egea Gondolfo2016-01-313-13/+13
| | | | Suggested by: Shlomi Fish
* editors/chexedit: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-0/+1
| | | | approved by: infrastructure blanket
* editors/nano: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-0/+1
| | | | approved by: infrastructure blanket
* games/wanderer: USES+= ncurses, respect LDFLAGSJohn Marino2016-01-312-1/+12
| | | | while here, link with libncurses, not libcurses
* games/tads: USES+= ncurses, respect LDFLAGSJohn Marino2016-01-314-9/+12
| | | | while here, regenerate patches (but maintain non-standard patch names)
* - Switch to options helpersDmitry Marakasov2016-01-311-0/+2
|
* games/sokoban: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-01-313-9/+10
| | | | | | | | | while here: * unsuppress installation commands * regenerate another patch * stop linking with ancient curses libs, use ncurses instead approved by: infrastructure blanket
* games/robotfindskitten: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-0/+1
| | | | approved by: infrastructure blanket
* editors/zile: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-1/+1
| | | | approved by: infrastructure blanket
* editors/bitedit: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-01-312-4/+5
| | | | approved by: infrastructure blanket
* editors/vile: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-1/+1
|
* editors/tweak: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-1/+1
|
* editors/tetradraw: USES+= ncurses, respect LDFLAGSJohn Marino2016-01-312-4/+15
|
* editors/uzap: document ncurses reqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-01-314-22/+16
| | | | | | while here, regenerate remaining patch and rename both of them. approved by: infrastructure blanket
* editors/nvi-m17n: document ncurses requirement (USES+=ncurses)John Marino2016-01-312-2/+18
| | | | | Also modify configure to ensure it's linking with ncurses and not termlib or older version of curses.
* - Update to 1.7.2Vsevolod Stakhov2016-01-312-3/+3
|
* games/nethack34: Restore patch hunk inadvertently expanded by last commitJohn Marino2016-01-311-1/+1
| | | | reported by: mat@
* security/libressl-devel: Update to 2.3.2Bernard Spil2016-01-316-110/+32
| | | | | | | | | | | | | | | | - Update to version 2.3.2 [1] - Remove patches (upstreamed) - Bump shlib versions - Fix plist issues - Remove CA root cert that is installed by default Changes: ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.2-relnotes.txt [1] Reviewed by: koobs (mentor), feld (mentor), miwi (portmgr) Approved by: koobs (mentor), miwi (portmgr) Differential Revision: D5116
* This is playback status plugin (widget) for DeaDBeeF audio player.Alexey Dokuchaev2016-01-316-0/+202
| | | | WWW: https://github.com/cboxdoerfer/ddb_playback_status
* security/libressl: Update to 2.2.6Bernard Spil2016-01-313-5/+6
| | | | | | | | | | | | | - Update to version 2.2.6 [1] - Remove CA root cert that is installed by default Changes: ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.6-relnotes.txt [1] Reviewed by: koobs (mentor), feld (mentor) Approved by: (mentor) Differential Revision: D5115
* editors/hexcurses: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-0/+2
| | | | approved by: infrastructure blanket
* editors/le: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-1/+2
| | | | | | | Also, add -I${LOCALBASE}/include to cflags to find ncurses headers when ports ncurses is used. approved by: infrastructure blanket
* editors/led: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-1/+1
|
* editors/aewan: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-1/+1
|
* editors/hexedit: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-1/+1
| | | | approved by: infrastructure blanket
* games/nethack34(-nox11): Respect LDFLAGSJohn Marino2016-01-311-1/+10
| | | | approved by: infrastructure blanket (related to ncurses work)
* nethack33(-nox11): document ncurses requirement (USES+=ncurses)John Marino2016-01-312-8/+22
| | | | | | | | | both ports need to link to ncurses. The -nox11 version wasn't respecting LDFLAGS Finally, link to libncurses over ancient termlib (which is symlinked to libncurses on FreeBSD base anyway) approved by: infrastructure blanket
* - Fix x11/linux-c6-xorg-libs entry as fixedMartin Wilke2016-01-311-2/+2
| | | | | | - Also fix modify date Reported by: Terry Kennedy <TERRY@glaver.org>
* sysutils/Makefile: Hook py-diffoscope up to buildKubilay Kocak2016-01-311-0/+1
| | | | Reported by: antoine
* games/quit: document ncurses requirement (USES+=ncurses), respect LDFLAGSJohn Marino2016-01-311-1/+3
| | | | approved by: infrastructure blanket