aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't force Gcc when MOUSEWHEEL is disabled.Thierry Thomas2014-02-081-1/+2
| | | | | | | | PR: ports/186107 Submitted by: Zsolt Udvari <udvzsolt (at) gmail.com> Notes: svn path=/head/; revision=343325
* - Stage supportMartin Wilke2014-02-082-7/+5
| | | | Notes: svn path=/head/; revision=343324
* - Stage suppotMartin Wilke2014-02-081-26/+22
| | | | Notes: svn path=/head/; revision=343323
* Update foreman-proxy to 1.4.0Martin Matuska2014-02-083-10/+12
| | | | Notes: svn path=/head/; revision=343322
* Mark as jobs unsafe, the port doesn't build in parallel.Ulrich Spörlein2014-02-081-1/+2
| | | | | | | | | | % for i in `jot 20`; do { make clean && make; } >/dev/null 2>&1; echo -n " $?"; done; echo 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 % for i in `jot 20`; do { make clean && make -DMAKE_JOBS_UNSAFE; } >/dev/null 2>&1; echo -n " $?"; done; echo 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Notes: svn path=/head/; revision=343321
* - Update to 0.8-15TAKATSU Tomonari2014-02-082-3/+3
| | | | Notes: svn path=/head/; revision=343320
* Use all distfiles from github using the new qt tagMartin Matuska2014-02-082-11/+13
| | | | | | | Thanks to: Ashish Kulkarni (upstream developer) Notes: svn path=/head/; revision=343319
* Remove expired port:Rene Ladan2014-02-086-52/+1
| | | | | | | 2014-02-08 audio/bebocd: abandoned by mainstream Notes: svn path=/head/; revision=343318
* Only disable poppler is the option is unset, not always. This wasKoop Mast2014-02-081-2/+2
| | | | | | | | | | overlooked when inkscape was converted to new options. PR: ports/186528 Reported by: Yuri <yuri@tsoft.com> Notes: svn path=/head/; revision=343317
* - Add LICENSESunpoet Po-Chuan Hsieh2014-02-081-3/+6
| | | | | | | | | | | - Fix build for users with python 3.x as default - Simplify shebang fix Submitted by: sunpoet (myself) Approved by: vanilla (maintainer) Notes: svn path=/head/; revision=343316
* - Add LICENSESunpoet Po-Chuan Hsieh2014-02-081-0/+2
| | | | | | | | Submitted by: sunpoet (myself) Approved by: vanilla (maintainer) Notes: svn path=/head/; revision=343315
* Remove patch files that are no longer relevantJohan van Selst2014-02-082-30/+0
| | | | Notes: svn path=/head/; revision=343314
* Mark broken: fails to buildAntoine Brodin2014-02-081-0/+2
| | | | | | | | | | | | | | | | | | On 8 and 9: [GENISO] bin/gpxe.iso util/geniso: util/isolinux.bin not found, please install, or set ISOLINUX_BIN in arch/i386/Makefile correctly gmake: *** [bin/gpxe.iso] Error 1 On 10 and head: lots of gcc: not found Reported by: pkg-fallout (since september 2013) PR: 183444 (reports the brokenness to maintainer) With hat: portmgr Notes: svn path=/head/; revision=343313
* Fix build if libiconv is installed.Koop Mast2014-02-081-0/+14
| | | | | | | | | PR: ports/186295 Submitted by: Olaf Zaplinski <oz42@oz42.eu> (PR submitter) Tijl Coosemans <tijl@coosemans.org> (patch submitter) Notes: svn path=/head/; revision=343312
* Mark broken: fails to buildAntoine Brodin2014-02-081-0/+2
| | | | | | | | | | | | error CS1705: Assembly `MonoDevelop.Core, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null' references `Mono.Addins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' which has a higher version number than imported assembly `Mono.Addins, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' Compilation failed: 1 error(s), 0 warnings gmake[2]: *** [../build/MonoDevelop.Database.Sql.dll] Error 1 Reported by: pkg-fallout since september 2013 With hat: portmgr Notes: svn path=/head/; revision=343311
* Mark broken; Fails to configureAntoine Brodin2014-02-081-0/+2
| | | | | | | | | | | | | | | | | | | | | ./configure: tclsh: not found checking for tcl.h... -I/usr/local/include/tcl8.6/generic checking for tclInt.h... -I/usr/local/include/tcl8.6/generic checking for libtcl... no checking for init.tcl... /usr/local/lib/tcl8.6 checking for http.tcl... /usr/local/lib/tcl8.6/http1.0 checking Tcl http.tcl library... yes checking for tclsh... no checking for tclsh... no checking for tclsh... no checking for tclsh8.4... no configure: error: Installation of tcl seems incomplete or can't be found automatically. Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=343310
* Fix packaging and leftoversAntoine Brodin2014-02-082-1/+8
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=343309
* Last attempt to fix dsniffAntoine Brodin2014-02-082-12/+14
| | | | | | | Reported by: pkg-fallout (again) Notes: svn path=/head/; revision=343308
* - Update to 6.1.1.Stephen Montgomery-Smith2014-02-085-12/+80
| | | | Notes: svn path=/head/; revision=343307
* Update to Wine 1.7.12. This includes the following changes:Gerald Pfeifer2014-02-083-4/+69
| | | | | | | | | | | - Initial support for Windows Media Player interfaces. - Some more Task Scheduler support. - Various C++ runtime fixes. - More dlls with ugly names for Windows 8 API set support. - Various bug fixes. Notes: svn path=/head/; revision=343306
* Use staging; strip libraryBrendan Fabeny2014-02-082-10/+17
| | | | Notes: svn path=/head/; revision=343305
* Fix build with boost-libs 1.55.0.Jung-uk Kim2014-02-071-0/+14
| | | | Notes: svn path=/head/; revision=343304
* - Remove leading article from COMMENTRusmir Dusko2014-02-073-19/+15
| | | | | | | | | | | | - Use PLIST_FILES instead of pkg-plist - Change DOCS, add DOCS Option - Support STAGEDIR PR: ports/179130 Submitted by: nemysis (self) Notes: svn path=/head/; revision=343303
* - Update to version 2012.05.31 [1]Pawel Pekala2014-02-073-202/+5
| | | | | | | | | | - Stage support PR: ports/186234 [1] Submitted by: maintainer Notes: svn path=/head/; revision=343302
* - un-deprecate, master_site movedJason Helfman2014-02-071-4/+1
| | | | Notes: svn path=/head/; revision=343301
* Update BUILD_DEPENDS, nss 3.15.4 is required to build firefox-esr andFlorian Smeets2014-02-072-2/+2
| | | | | | | | | thunderbird. Submitted by: Toomas Aas <toomas.aas@raad.tartu.ee> Notes: svn path=/head/; revision=343300
* Update and take maintainership. Remove dependency on luasocket.David Thiel2014-02-072-13/+15
| | | | | | | | PR: ports/186533 Submitted by: Benjamin Podszun <dar@darklajid.de> Notes: svn path=/head/; revision=343299
* cad/varkon:Max Brazhnikov2014-02-073-17/+16
| | | | | | | | | | | - Add stage support and LICENSE - While here rename patches to match up makepatch PR: ports/186475 Submitted by: Eero Hänninen <fax@nohik.ee> Notes: svn path=/head/; revision=343298
* Switch to USES=libtool.Koop Mast2014-02-072-10/+8
| | | | | | | | | Remove non-working mirror. Update LIB_DEPENDS syntax. Stagify. Notes: svn path=/head/; revision=343297
* - Hide output of check config commandSergey Matveychuk2014-02-071-1/+1
| | | | | | | | PR: ports/186195 Submitted by: Nick Hibma <nick@anywi.com> Notes: svn path=/head/; revision=343296
* - update to version 2.7.7 [1]Olli Hauer2014-02-072-16/+12
| | | | | | | | | | | | | | | | | | | - Makefile cleanup - remove unused variables - use explicit OPTIONSFILE - mlogc is build and installed unless explicit disabled, remove useless Makefile instructions - pass MAINTAINER to submitter [1] Changelog: https://raw.github.com/SpiderLabs/ModSecurity/master/CHANGES PR: ports/186524 [1] Submitted by: Walter Hop <walter@lifeforms.nl> (new port maintainer) Notes: svn path=/head/; revision=343295
* Update to version 26Pawel Pekala2014-02-073-3/+4
| | | | | | | | PR: ports/186438 Submitted by: maintainer Notes: svn path=/head/; revision=343294
* - Update to 1.2Jase Thew2014-02-074-91/+47
| | | | | | | | | | | - Modernise OPTIONS configuration - Support custom LOCALBASE - Stage support Changes: http://wiki.znc.in/ChangeLog/1.2 Notes: svn path=/head/; revision=343293
* Update to 0.06Matthew Seaman2014-02-072-4/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/ALEXMV/RT-Extension-MandatoryOnTransition-0.06/Changes Notes: svn path=/head/; revision=343292
* - Update to version 1.2, take maintainership [1]Pawel Pekala2014-02-073-94/+9
| | | | | | | | | | - Stage support PR: ports/186511 [1] Submitted by: Nikola Kolev <koue@chaosophia.net> Notes: svn path=/head/; revision=343291
* Switch to USES= gmake uidfix, fixing make package as user.Juergen Lock2014-02-072-4/+2
| | | | Notes: svn path=/head/; revision=343290
* Fix shebang of devmon scriptMark Felder2014-02-071-1/+2
| | | | | | | Approved by: swills (mentor,implicit) Notes: svn path=/head/; revision=343289
* - Add STAGEDIR support.Hiroki Sato2014-02-0717-119/+499
| | | | | | | | | | | | | | - Add LICENSE. - Update MASTER_SITES. - Remove old hacks for systems prior 5.1-RELEASE. - Fix undefined reference to `polyfill' issue on 10.0 and later. [*] - Style clean-ups. Submitted by: TAKEHARU KATO [*] PR: ports/185203 Notes: svn path=/head/; revision=343288
* Deprecate ports unmaintained for which distillator is not able to find ↵Baptiste Daroussin2014-02-0744-1/+133
| | | | | | | | | public distfiles Reported by: distilator Notes: svn path=/head/; revision=343287
* Update zpaq to 6.49; use stagingBrendan Fabeny2014-02-072-22/+24
| | | | Notes: svn path=/head/; revision=343286
* Remove dead mirrorBaptiste Daroussin2014-02-071-2/+1
| | | | Notes: svn path=/head/; revision=343285
* - Update GAP to 4.7.2Johan van Selst2014-02-072-19/+21
| | | | | | | - Enable stage support Notes: svn path=/head/; revision=343284
* - Update to 7.4.169Martin Wilke2014-02-072-3/+121
| | | | | | | | PR: based on 186120 Approved by: maintainer timeout Notes: svn path=/head/; revision=343283
* - Update to Yorick 2.2.02Johan van Selst2014-02-074-11/+17
| | | | | | | - MASTER_SITE has moved to Github Notes: svn path=/head/; revision=343282
* - Update to version 0.32 [1]Pawel Pekala2014-02-072-7/+12
| | | | | | | | | | | - Support staging - Strip program binary PR: ports/186310 [1] Submitted by: maintainer Notes: svn path=/head/; revision=343281
* Remove the deprecation added by accidentBaptiste Daroussin2014-02-071-3/+0
| | | | | | | Reported by: rene Notes: svn path=/head/; revision=343280
* Yet another Netscape related program removedBaptiste Daroussin2014-02-077-81/+1
| | | | Notes: svn path=/head/; revision=343279
* Remove yet another Netscape related portsBaptiste Daroussin2014-02-079-132/+1
| | | | Notes: svn path=/head/; revision=343278
* - Support stageMathieu Arnold2014-02-071-18/+12
| | | | | | | | | | | | | - Cleanup maintainer timeout (2 weeks) PR: ports/186052 Submitted by: brd Sponsored by: Absolight Notes: svn path=/head/; revision=343277
* - Update to 0.03Philippe Audeoud2014-02-072-3/+3
| | | | Notes: svn path=/head/; revision=343276