aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11/rubygem-gnome2: update to 2.2.0Steve Wills2014-08-2645-72/+75
| | | | Notes: svn path=/head/; revision=366177
* - Switch databases/libdbi to USES=libtool, drop .la filesDmitry Marakasov2014-08-2620-21/+22
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=366176
* - Minor rework: simplify plist handling, drop unused statementsDmitry Marakasov2014-08-262-51/+12
| | | | | | | | | - Drop .la files, no dependees require them - Strip libraries - Fix libdbi include path (fixes build for certain options combs like only MYSQL enabled) Notes: svn path=/head/; revision=366175
* devel/rubygem-fog: update to 1.23.0Steve Wills2014-08-262-4/+6
| | | | Notes: svn path=/head/; revision=366174
* - Fix link for SQL optionDmitry Marakasov2014-08-261-1/+1
| | | | | | | | Approved by: portmgr blanket MFH: 2014Q3 Notes: svn path=/head/; revision=366173
* - Fix build by disabling warning which shoots on libdbi and is fatal due to ↵Dmitry Marakasov2014-08-261-0/+1
| | | | | | | | | | -Werror Approved by: portmgr blanket MFH: 2014Q3 Notes: svn path=/head/; revision=366172
* - Fix link for SQL optionDmitry Marakasov2014-08-261-1/+1
| | | | | | | | Approved by: portmgr blanket MFH: 2014Q3 Notes: svn path=/head/; revision=366171
* net/rubygem-fog-softlayer: add port for newer version of rubygem-fogSteve Wills2014-08-264-0/+25
| | | | | | | | | Module for the 'fog' gem to support SoftLayer Cloud WWW: https://github.com/fog/fog-softlayer Notes: svn path=/head/; revision=366170
* devel/rubygem-timers: update to 4.0.0Steve Wills2014-08-262-3/+3
| | | | Notes: svn path=/head/; revision=366169
* devel/rubygem-hike: update to 2.1.3Steve Wills2014-08-262-3/+3
| | | | Notes: svn path=/head/; revision=366168
* Update to 2.1.0.Wesley Shields2014-08-263-14/+22
| | | | Notes: svn path=/head/; revision=366167
* net-im/rubygem-tinder: 1.10.0Steve Wills2014-08-262-5/+5
| | | | Notes: svn path=/head/; revision=366166
* www/rubygem-faraday: update to 0.9.0Steve Wills2014-08-262-4/+4
| | | | | | | Approved by: clsung (maintainer) Notes: svn path=/head/; revision=366165
* - Drop USE_AUTOTOOLS=libtool, libtool is not usedDmitry Marakasov2014-08-261-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366164
* Remove the --with-system-graphite configure option to unbreakDon Lewis2014-08-255-143/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/openoffice-4 on FreeBSD 10.0 and 11.0. The cause of the breakage is that on systems with clang as the default compiler, graphics/silgraphite is built with clang and linked to libc++.so.1, while openoffice is built with gcc from ports and linked to libstdc++. This combination causes the resulting executables to go boom. Add a source makefile patch to unbreak the --with-system-jpeg option and enable this option. The problem is that without this patch the build tries to link to the openjdk version of libjpeg instead of the version installed by graphics/jpeg. The --with-system-mythes options also works, so enable it as well. Adjust LIB_DEPENDS for these changes. Also make the graphics/png dependency explicit. Reroll the ext_sources tarball for these changes. Remove SVNREVISION from its name and tweak how it is extracted to allow the same ext_sources tarball to be used for multiple AOO releases. Various Makefile tweaks to make upgrades easier and to reduce differences between the Makefile for openoffice-4 and a forthcoming update to openoffice-devel. USE_PYTHON=yes is obsolete, so convert to USES=python. Remove a bunch of @'s from the Makefile to make the build slightly more verbose and make debugging a bit easier if something breaks in our Makefile. Remove trailing cruft from files/patch-sal (from pfg@). Nuke files/patch-sal-inline (from pfg@). PR: 192545 Approved by: office@ (bapt) Notes: svn path=/head/; revision=366163
* - Switch to USES=libtoolDmitry Marakasov2014-08-251-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366162
* - Drop USE_AUTOTOOLS=libtool, libtool is not usedDmitry Marakasov2014-08-251-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366161
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-08-252-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366160
* Check that the plist doesn't reference the stage dir during stage-qaAntoine Brodin2014-08-252-2/+3
| | | | | | | | | | | | | ====> Running Q/A tests (stage-qa) Error: '/usr/ports/www/claroline/work/.PLIST.mktmp' is referring to /usr/ports/www/claroline/work/stage *** Error code 1 Differential Revision: https://reviews.freebsd.org/D685 Reviewed by: bdrewery With hat: portmgr Notes: svn path=/head/; revision=366159
* Document r366154Antoine Brodin2014-08-251-0/+5
| | | | Notes: svn path=/head/; revision=366158
* www/rubygem-sinatra: update to 1.4.5Steve Wills2014-08-253-16/+4
| | | | | | | While here, don't patch it to use newer tilt, since we have a tilt 1.x port Notes: svn path=/head/; revision=366157
* sysutils/rubygem-chef-server: deprecate due to dep_selector not workingSteve Wills2014-08-255-1/+14
| | | | | | | | | | chef-server needs dep_selector which has been broken since March. Further, upstream chef-server is now completely different and written in Erlang, and this chef server in ruby will be deprecated upstream soon. Go ahead and get rid of it now since it's been broken a while anyway. Notes: svn path=/head/; revision=366156
* devel/rubygem-hoe: update to 3.12.0Steve Wills2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366155
* Remove support for NOPORTDATAAntoine Brodin2014-08-251-7/+1
| | | | | | | | | Differential Revision: https://reviews.freebsd.org/D629 Reviewed by: bapt With hat: portmgr Notes: svn path=/head/; revision=366154
* sysutils/rubygem-fluentd: update to 0.10.53, unbreak, use new rubygem-cool.ioSteve Wills2014-08-254-18/+121
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=366153
* Do not strip binaries at all this port is a developement ports and should ↵Baptiste Daroussin2014-08-251-5/+1
| | | | | | | | | remain with symbols While here remove remnant code from the pkg pre 1.3 build system. Notes: svn path=/head/; revision=366152
* net-mgmt/ocsinventory-agent: Upgrade version 2.0.5 => 2.1.1John Marino2014-08-255-66/+101
| | | | | | | | PR: 192996 Submitted by: Phillip Beaumont Notes: svn path=/head/; revision=366151
* devel/rubygme-cool.io: update to 1.2.4Steve Wills2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366150
* graphics/rubygem-cairo: update to 1.12.9Steve Wills2014-08-252-4/+4
| | | | Notes: svn path=/head/; revision=366149
* Please stop using USE_PGSQL and follow my friendly hints, thanks.Chris Rees2014-08-251-0/+9
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=366148
* devel/rubygem-slop: update to 3.6.0Steve Wills2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366147
* sysutils/rubygem-bundler: update to 1.7.2Steve Wills2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366146
* New port: devel/p5-Config-MergeKurt Jaeger2014-08-255-0/+39
| | | | | | | | | | | | | Config::Merge - load a configuration directory tree containing YAML, JSON, XML, Perl, INI or Config::General files WWW: http://search.cpan.org/dist/Config-Merge/ PR: 192818 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Notes: svn path=/head/; revision=366145
* IGNORE emulators/i386-wine(-devel)? on ARCH=i386, fix lib bundling.David Naylor2014-08-253-21/+30
| | | | | | | | | | | | | | | | | | | | Due to the hackery things these ports do to properly work under amd64, it results in issues for pkg. This port - although it needs to build under i386 - is not intended to be consumed under i386. The normal wine(-devel)? ports should be consumed on an i386 system and these ports should be consumed on an amd64 system. [1] Reorder the library detection to pick up soft dependencies first, then the linked to libraries. Prior to this change any libraries required by a soft dependency wasn't bundled, for example libgnutls.so.28 did not have its dependencies bundled. [2][3] Requested by: bdrewery [1] Reported by: Joseph Mingrone <jrm@ftfl.ca> [2] Beeblebrox <zaphod@berentweb.com> [3] Notes: svn path=/head/; revision=366144
* Allow staging as a regular userAntoine Brodin2014-08-251-1/+1
| | | | Notes: svn path=/head/; revision=366143
* devel/rubygem-sigdump: add port to be used by updated fluentdSteve Wills2014-08-254-0/+23
| | | | | | | | | | Setup signal handler which dumps backtrace of running threads and number of allocated objects per class. WWW: https://github.com/frsyuki/sigdump Notes: svn path=/head/; revision=366142
* www/sams2: Fix some issues, especially apache22John Marino2014-08-253-18/+40
| | | | | | | | | | | | | | | | | | | There were a number of issues with the first version of sams2. The pkg-plist still had a bad "make makeplist" variable ("24" was wrongly converted to %%APACHE_VERSION%%). There was also a typo on a PLIST substitution but this has been completely removed. This port was converted to options, particularly the APACHE option was added as a non-default option. If selected, it will require the default version of Apache as a dependency and install sample apache conf files. Previously the port would scan the whole system and install conf files in different locations depending on what it found. Now the conf file creation is carefully controlled. Discussed with maintainer. Notes: svn path=/head/; revision=366141
* Fix excess full-stop.Matthias Andree2014-08-251-1/+1
| | | | Notes: svn path=/head/; revision=366140
* Mark deprecated. This port has no users in INDEX-9, and does not work with ↵Matthias Andree2014-08-251-0/+3
| | | | | | | db5.2+, and the upstream stopped maintaining it in 2009. Notes: svn path=/head/; revision=366139
* www/rubygem-jekyll: update to 2.3.0Steve Wills2014-08-253-28/+24
| | | | | | | | PR: 192977 Submitted by: Michael Moll <kvedulv@kvedulv.de> Notes: svn path=/head/; revision=366138
* devel/rubygem-multi_json: update to 1.10.1Steve Wills2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366137
* Update to 20140824Antoine Brodin2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366136
* www/rubygem-jekyll-watch: add port to be used by updated jekyllSteve Wills2014-08-254-0/+26
| | | | | | | | | | | | Handles rebuilding of Jekyll sites when a file changes WWW: https://github.com/jekyll/jekyll-watch PR: 192976 Submitted by: Michael Moll <kvedulv@kvedulv.de> Notes: svn path=/head/; revision=366135
* textproc/rubygem-jekyll-paginate: add port to be used by updated jekyllSteve Wills2014-08-254-0/+24
| | | | | | | | | | | | Built-in Pagination Generator for Jekyll WWW: https://github.com/jekyll/jekyll-paginate PR: textproc/rubygem-jekyll-paginate Submitted by: Michael Moll <kvedulv@kvedulv.de> Notes: svn path=/head/; revision=366134
* textproc/rubygem-jekyll-gist: add port to be used by updated jekyllSteve Wills2014-08-254-0/+24
| | | | | | | | | | | | Liquid tag for displaying GitHub Gists in Jekyll sites. WWW: https://github.com/jekyll/jekyll-gist PR: 192974 Submitted by: Michael Moll <kvedulv@kvedulv.de> Notes: svn path=/head/; revision=366133
* print/rubygem-prawn-svg: update to 0.16.0Steve Wills2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366132
* print/rubygem-prawn: update to 1.2.1Steve Wills2014-08-252-5/+5
| | | | Notes: svn path=/head/; revision=366131
* mail/rubygem-mail: update to 2.6.1Steve Wills2014-08-252-4/+3
| | | | Notes: svn path=/head/; revision=366130
* Allow ports using ruby extconf to be built as non rootAntoine Brodin2014-08-255-7/+2
| | | | | | | PR: ports/191313 Notes: svn path=/head/; revision=366129
* devel/rubygem-classifier-reborn: add port to be used by Jekyll updateSteve Wills2014-08-254-0/+29
| | | | | | | | | | | | | A general classifier module to allow Bayesian and other types of classifications. WWW: https://github.com/jekyll/classifier-reborn PR: 192973 Submitted by: Michael Moll <kvedulv@kvedulv.de> Notes: svn path=/head/; revision=366128