1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Commit Graph

359701 Commits

Author SHA1 Message Date
Pawel Pekala
2e0241e197 Update to version 5.9.1
--- 5.9.1 2015/02/06

Fix 0 ptr reference for OPAC records from XML YAZ-822
2015-02-20 16:19:20 +00:00
Sunpoet Po-Chuan Hsieh
19242c2c12 - Use USES=twisted
With hat:	python
2015-02-20 15:49:05 +00:00
Sunpoet Po-Chuan Hsieh
0ac943bd1a - Use USES=twisted
- While I'm here, use single space after WWW:

With hat:	python
2015-02-20 15:48:57 +00:00
Sunpoet Po-Chuan Hsieh
5f950b6198 - Use USES=twisted
- While I'm here:
  - Add LICENSE [1]
  - Use single space after WWW:

With hat:	python
Approved by:	portmgr (blanket) [1]
2015-02-20 15:48:52 +00:00
Sunpoet Po-Chuan Hsieh
3904503350 - Update to 2.12.2
Changes:	https://github.com/guard/guard/releases
2015-02-20 15:48:47 +00:00
Sunpoet Po-Chuan Hsieh
a6e5146d04 - Update to 1.29.0
Changes:	https://github.com/fog/fog-core/blob/master/changelog.md
2015-02-20 15:48:41 +00:00
Sunpoet Po-Chuan Hsieh
9b86cd5a0c - Update to 0.08726
Changes:	http://search.cpan.org/dist/PkgConfig/Changes
2015-02-20 15:48:36 +00:00
Tilman Keskinoz
39085fae18 Drop Maintainership
PR:		197402
Submitted by:	Timothy Beyer
2015-02-20 15:42:44 +00:00
John Marino
faa6eb7860 x11/eaglemode: set make enviroment for do-build target
PR:		197848
Submitted by:	marino
Approved by:	maintainer (amdmi3)
2015-02-20 14:58:49 +00:00
Ryan Steinmetz
6d443bd621 - Bring back lost patch to fix memory usage calculations
- Bump PORTREVISION

PR:		148339
2015-02-20 14:52:01 +00:00
John Marino
842cc113e6 x11-themes/thewidgetfactory: #include <string.h> 2015-02-20 14:06:06 +00:00
Alex Dupre
d859043302 Switch default PHP version to 5.6.x.
- Update PHP 5.4 to 5.4.38 release
- Update PHP 5.5 to 5.5.22 release
- Update PHP 5.6 to 5.6.6 release

PR:		195604
Approved by:	portmgr
2015-02-20 13:56:11 +00:00
John Marino
fae67ba03e audio/slv2: Set the make environment on the do-build target
While here, unmask all the build and install commands.
2015-02-20 13:51:53 +00:00
John Marino
719ae16c89 deskutils/treesheets: make environment was not set in build target
This port's makefile fails to set the make environment when it overrode
the build target.  Given that the 2-line build.sh script has to be
patched in the post-configure target, the whole script should move to
the port makefile.  However, for now just set the make environment which
fixes the build on DragonFly with gcc-5.

Approved by:	just-fix-it blanket
2015-02-20 13:41:42 +00:00
Dmitry Marakasov
882baf0fd4 - Add LICENSE
- Fix shebangs
- Add NO_ARCH
2015-02-20 13:31:04 +00:00
Dmitry Marakasov
dfa0f917dc - Fix shebangs 2015-02-20 13:30:56 +00:00
Dmitry Marakasov
582a204f37 - Fix shebangs
- Add NO_ARCH
2015-02-20 13:30:47 +00:00
Dmitry Marakasov
44c62f81b9 - Add LICENSE
- Silence post-patch
- Strip binary
2015-02-20 13:30:39 +00:00
Dmitry Marakasov
a4c8b1cce0 - Add empty directory to plist
- Clarify LICENSE
2015-02-20 13:30:27 +00:00
Dmitry Marakasov
9c0b40b12b - Strip library 2015-02-20 13:30:18 +00:00
TAKATSU Tomonari
a087f0418a - Update to 1.9.13 2015-02-20 13:23:58 +00:00
John Marino
d65d7fb1ad devel/ptlib: Fix support for gcc-5
The ptlib port has a bug in a macro condition.  The condition wants
to include a different c++ header if GCC 4.1 or below is used.  Since
this compiler doesn't exist in ports and is ancient, I'm just going
to remove the check rather than fix it.  This change fixes the build
for the upcoming gcc-5 release.

Approved by:	just-fix-it blanket
2015-02-20 13:04:49 +00:00
John Marino
158294ac3c audio/ocp: Fix configure script to support gcc-5 (from upstream)
PR:		197813
Submitted by:	marino
Approved by:	maintainer (ehaupt)
2015-02-20 12:46:27 +00:00
Ganael LAPLANCHE
351da93ac7 Update to 0.9.2 2015-02-20 09:54:20 +00:00
Grzegorz Blach
8bc1530916 Update to 0.8.0 2015-02-20 09:49:42 +00:00
Sunpoet Po-Chuan Hsieh
686008f3e3 - Update to 1.12.0
Changes:	https://github.com/mongodb/mongo-ruby-driver/releases
2015-02-20 09:01:36 +00:00
Sunpoet Po-Chuan Hsieh
4e3c05b84a - Update to 1.12.0
Changes:	https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
2015-02-20 09:01:31 +00:00
Sunpoet Po-Chuan Hsieh
06c3ba0933 - Update to 0.0.6
Changes:	https://github.com/guard/notiffany/releases
2015-02-20 09:01:25 +00:00
Alex Dupre
285cd216e6 Remove xstproc dependency if DOCS & MANPAGES are not selected.
PR:		195935
Submitted by:	jbeich
2015-02-20 08:45:59 +00:00
Jan Beich
8d245f97c9 Pass "automounted" mount option to mount_fusefs(8)
This only addresses libfuse rejecting unknown option. mount_fusefs(8)
still needs to be fixed separately.

PR:		192852
2015-02-20 08:26:20 +00:00
Philippe Audeoud
b73456e5e8 - Update to 2.012
PR:		197737
Submitted by:	adamw@
2015-02-20 07:44:45 +00:00
Jan Beich
2d645f51cb - Update to version 14.1.0
- Install .desktop file

PR:		197444
Submitted by:	tkato432@yahoo.com (modified)
2015-02-20 07:03:42 +00:00
Jan Beich
6047e60d75 - Fix invalid dereferencing of null reference which causes startup
crash for cube_client when built with clang 3.6 + -O1 or higher [1]
- Properly track libenet dependency [2]

PR:		197604 [1]
PR:		197605 [2]
Submitted by:	dim [1]
2015-02-20 06:53:37 +00:00
Hiroki Sato
00b407013b - Fix installation path of mozc_emacs_helper.
- Fix mozc_tool path in the fcitx patch set.
2015-02-20 05:15:17 +00:00
Stephen Montgomery-Smith
f4a3bd056d - Add optional dependency math/octave-forge-level-set.
- Update to 20150220.
2015-02-20 04:09:42 +00:00
Stephen Montgomery-Smith
6ceff601d7 - New port math/octave-forge-level-set.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is level-set.
2015-02-20 04:04:54 +00:00
Gerald Pfeifer
5a05d1b1c8 Update to the 20150218 snapshot of GCC 4.9.3. 2015-02-20 01:30:13 +00:00
Jason Helfman
d98296d624 - attach Fog Creek Software license
Portlint: happy
2015-02-20 00:40:57 +00:00
Cy Schubert
cea99b627a Update 1.0.4 --> 1.0.7. 2015-02-20 00:23:25 +00:00
Jason Helfman
0ba93d196b Python library for interacting with the Trello API
WWW: http://packages.python.org/trello/
2015-02-20 00:14:33 +00:00
Brooks Davis
229ab921fe Update to rc3 2015-02-19 23:27:01 +00:00
Jason Helfman
5266f565a0 - attach gplv2 license 2015-02-19 23:02:58 +00:00
Thierry Thomas
5c65517617 Upgrade to 1.6.0. 2015-02-19 22:42:33 +00:00
Max Brazhnikov
8387bcfdb5 Mk/bsd.qt.mk: convert USE_XZ to USES 2015-02-19 22:08:03 +00:00
Jason Helfman
c0e838207d - fix fetch 2015-02-19 21:44:45 +00:00
Ryan Steinmetz
e1b595cae7 - Update to 3.0.7
PR:		197829
Submitted by:	ncrogers@gmail.com
2015-02-19 21:22:34 +00:00
Thierry Thomas
6a4db2c80f Upgrade to 5.1.25. 2015-02-19 21:19:59 +00:00
Sunpoet Po-Chuan Hsieh
e79b968a7a - Update to 1.11.2
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News
2015-02-19 21:16:43 +00:00
Sunpoet Po-Chuan Hsieh
c2ef1535f1 - Update to 1.11.2
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News
2015-02-19 21:16:38 +00:00
Sunpoet Po-Chuan Hsieh
dd6dac7a02 - Update to 1.11.2
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News
2015-02-19 21:16:33 +00:00