Commit graph

346641 commits

Author SHA1 Message Date
Kubilay Kocak
3e8425cb1e lang/python{27,33,34}: Backport fix for upstream Issue #21166
Backport fix for upstream Issue #21166:

Prevent possible segfaults and other random failures of python
--generate-posix-vars in pybuilddir.txt build target by ensuring
that pybuilddir.txt is always regenerated when configure is run and
that the newly built skeleton python does not inadvertently import
modules from previously installed instances. [1]

This changeset has been committed for release in 2.7.9, 3.4.2, and 3.5.0.

A HUGE thank you to Ned Deily from the Python Core Development Team
for helping to identify the underlying cause, produce a fix and
wonderfully document the explanation.

[1] http://bugs.python.org/issue21166
2014-08-23 03:53:25 +00:00
Adam Weinberger
19b94bad77 Conver to USES=python 2014-08-23 03:15:02 +00:00
John Marino
c290f284ed www/siteframe: Rework so that overriding extract target is unnecessary 2014-08-23 01:37:27 +00:00
John Marino
39adf271de net-p2p/gtk-gnutella: Finish off de-hardcoding pkg-plist 2014-08-23 00:20:48 +00:00
Juergen Lock
cc89976501 Fix indentation. 2014-08-22 23:28:39 +00:00
Juergen Lock
4502405c48 - bsd-user: fix sysctl hw.physmem if host bitsize != target's.
- Bump PORTREVISION.

Reported by:	sbruno
2014-08-22 23:11:59 +00:00
Sergey A. Osokin
3badcfd910 Update from 4.0.48 to 4.0.49:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.

<ChangeLog>

 * Upgraded the preferred Nginx version to 1.6.1.
 * Fixed a crash that may be triggered by the `passenger_max_requests` feature.
 * Introduced the `spawn_failed` hook, which is called when an application
   process fails to spawn. You could use this hook to setup an error
   notification system. Closes GH-1252.
 * Fonts, RSS and XML are now gzip-compressed by default in Phusion Passenger
   Standalone. Thanks to Jacob Elder. Closes GH-1254.
 * Fixed some user and group information lookup issues. Closes GH-1253.
 * Fixed some request handling crashes. Closes GH-1250.
 * Fixed some compilation problems on Gentoo. Closes GH-1261.
 * Fixed some compilation problems on Solaris. Closes GH-1260.

</ChangeLog>
2014-08-22 22:06:37 +00:00
Steve Wills
324ba3cb7f devel/rubygem-rubygems-tasks: add port for rubygem-rubygems-tasks
Agnostic and unobtrusive Rake tasks for managing and releasing Ruby Gems.

WWW: https://github.com/postmodern/rubygems-tasks#readme
2014-08-22 22:05:51 +00:00
John Marino
47e39bb42e devel/hs-readline: Restore adamw's -current fix
The massive ghc update (rev 364579) removed Adam's fix (rev 362452)
unintentionally.  Add USES=readline back again; DF needs it too.
2014-08-22 21:49:41 +00:00
Brian Somers
31dc67d147 Update to version 1.4
This fixes an issue generating filesystems with a size exactly divisible
by 4GB.
2014-08-22 21:42:11 +00:00
Tijl Coosemans
aa8e78787e Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-22 21:18:04 +00:00
Antoine Brodin
233ea8587e Package the DOCS 2014-08-22 21:12:28 +00:00
Antoine Brodin
f53a7eb829 Package something 2014-08-22 20:51:20 +00:00
Gerald Pfeifer
45fa244b5e GCC 4.10 has been renamed to GCC 5 upstream; rename our gcc410 port
to gcc5 accordingly.
2014-08-22 20:26:23 +00:00
Tijl Coosemans
62cec24c75 Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-22 20:14:26 +00:00
Cy Schubert
822f7a639b Update 3.6.0alpha2 --> 3.6.0a3
Submitted by:	Peter Czanik <peter.czanik@balabit.com> (syslog-ng upline)
2014-08-22 20:01:49 +00:00
Dmitry Marakasov
2bcf302d77 XT gyoretsu - extended ncurses version of "Renshu-cho gyoretsu"
Goal of the game is to clear entire field by matching pairs of
neighbouring (adjacent or on the same line/column without any other
numbers in between) numbers, which must be either equal, or their
sum must be equal to strike out sum.

WWW: https://github.com/Penguinum/xtgyoretsu-forked/
WWW: http://saahriktu.org/games.html
2014-08-22 19:56:58 +00:00
Tijl Coosemans
96392494fc - Convert to USES=libtool and INSTALL_TARGET=install-strip
- Remove old patch for gcc 2.x
2014-08-22 19:38:15 +00:00
Bryan Drewery
e8758b4efe - Fix CXX not being respected. This original fix seemed to work only because
scons tries c++, then g++. If you had g++ installed then it would use that
  regardless of CXX. Just pull CXX out of the environment intead.
2014-08-22 19:33:20 +00:00
Antoine Brodin
196b09f6aa Package something 2014-08-22 19:16:28 +00:00
Antoine Brodin
61fe45862f Remove double slash to pass check-plist 2014-08-22 19:14:15 +00:00
Tijl Coosemans
580851dc74 - graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies
2014-08-22 19:08:37 +00:00
Guido Falsi
ef20f8e1b6 Fix staging when port is alredy installed on system.
Reported by:	Jeff Molofee <jeff.molofee at pro-westernplastics.com>
2014-08-22 18:51:46 +00:00
Steve Wills
0a927cde10 databases/rubygem-mysql2: Update to 0.3.16 2014-08-22 18:46:57 +00:00
Steve Wills
ea369ac7bd sysutils/rubygem-capistrano: update to 3.2.1
PR:		190035
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com
2014-08-22 18:31:21 +00:00
Dmitry Marakasov
65d6e0cabf - Stagify
- Update WWW

PR:		192810
Submitted by:	tkato432@yahoo.com
2014-08-22 18:06:48 +00:00
Tijl Coosemans
3dab329a44 Add USES=libtool 2014-08-22 17:37:28 +00:00
Tijl Coosemans
7c66c7a9b5 Convert to USES=libtool and add INSTALL_TARGET=install-strip 2014-08-22 17:36:50 +00:00
Steve Wills
2043f8f6fa japanese/ruby-mecab: fix LICENSE, strip shared library
PR:		191310
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-08-22 17:34:51 +00:00
Alexey Dokuchaev
4a5863d7c6 - Optionize for Graphviz and LaTeX (enabled by default, so hopefully the
rest of the ports tree that uses Doxygen for their documentation aren't
  adversely affected)
- Use new OPTIONS framework helpers
- PDFDOCS relies on both the LATEX and HTMLDOCS options to be enabled
- Remove a couple patches that believed to have no effect on PDFDOCS build
  because it should've been setting HAVE_LATEX in MAKE_ARGS instead of
  HAVE_PDFDOCS (which was done by a previous commit that submitter was
  unaware of back when it happened, but never should've happened to begin
  with)
- While here: sort USES, remove MAKE_JOBS_UNSAFE [*], and cleanup Makefile,
  use correct spelling of PostScript and PDF in port description text

[*] Except cleaning targets, use more robust make(1) syntax of -C, albeit
    I did not find evidence that cd ... ; $(MAKE) syntax was causing build
    failures with -jX.  Still, -C is better and safer in general.

PR:		192732
Submitted by:	maintainer
Reviewed by:	marino
2014-08-22 17:10:20 +00:00
William Grzybowski
cfec9ea13b deskutils/fet: update to 5.23.2
PR:		192882
Submitted by:	maintainer
2014-08-22 17:05:46 +00:00
William Grzybowski
44c7d42435 games/wtf: update to 20140820
PR:		192887
Submitted by:	maintainer
2014-08-22 16:56:36 +00:00
William Grzybowski
729ccc2661 net-mgmt/pandorafms_server: fix startup script
PR:		192915
Submitted by:	maintainer
2014-08-22 16:55:01 +00:00
Dmitry Marakasov
cc32519043 - Update to 1.0.2
- Add LICENSE
- Stagify

PR:		192795
Submitted by:	tkato432@yahoo.com
2014-08-22 16:45:38 +00:00
Dmitry Marakasov
871d2355f2 - Stagify
PR:		192791
Submitted by:	tkato432@yahoo.com
2014-08-22 16:36:53 +00:00
Kurt Jaeger
7797940252 devel/py-itools: 0.62.9 -> 0.75.2, unbreak
PR:		192668
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
2014-08-22 16:32:36 +00:00
Steve Wills
f46736e9a3 www/rubygem-fcgi: add port based on ruby-fcgi, update to 0.9.2.1
PR:		190446
Submitted by:	Takumi Takahashi <takumiiinn@gmail.com>
2014-08-22 16:29:02 +00:00
Dmitry Marakasov
482e3c14c4 - Stagify 2014-08-22 15:57:21 +00:00
Jimmy Olgeni
2d35f802b7 Upgrade to version 0.24.1. 2014-08-22 15:37:00 +00:00
Hiroki Sato
d886961e88 Fix duplicated files.
Spotted by:	Jan Henrik Sylvester
2014-08-22 15:35:04 +00:00
Tijl Coosemans
626c664682 - Unconditionally depend on intltool to fix build with NLS disabled [1]
- Add OpenGL rendering support [2]

PR:		192856 [1]
Submitted by:	Nils Beyer <nbe@renzel.net> [2]
2014-08-22 15:33:29 +00:00
Dmitry Marakasov
ec1c35f87c - Stagify 2014-08-22 15:31:16 +00:00
Dmitry Marakasov
907c3b9ac5 - Stagify 2014-08-22 15:31:08 +00:00
Bartek Rutkowski
e2823e78d7 sysutils/rubygem-chef: update 11.12.2 -> 11.14.2
PR:		192340
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
Approved by:	swills (mentor)
2014-08-22 14:56:50 +00:00
Bartek Rutkowski
505d1a2184 sysutils/rubygem-chef-zero: update 2.0.2 -> 2.2
PR:		192338
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
Approved by:	swills (mentor)
2014-08-22 14:50:18 +00:00
Bartek Rutkowski
cec0158beb sysutils/rubygem-ohai: update 7.0.2 -> 7.2.0
PR:		192339
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
Approved by:	swills (mentor)
2014-08-22 14:43:47 +00:00
Hiroki Sato
d44a25d437 Fix bugs which prevented papersize configuration from working. 2014-08-22 14:32:10 +00:00
Alex Kozlov
e64a6842cb - Update to 2014.65 2014-08-22 14:16:56 +00:00
Danilo Egea Gondolfo
c3c3400412 - Update from 1.2.1 to 1.3.0 2014-08-22 13:54:40 +00:00
Alex Kozlov
7f1401dad1 - Update to 1.33
PR:	192684
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-08-22 13:54:37 +00:00