Commit graph

337688 commits

Author SHA1 Message Date
Johan van Selst
6a6637fba6 Fix compilation issue with (certain versions of) clang 2014-06-07 14:50:56 +00:00
Vanilla I. Shu
d90ae4b9d4 Stagify. 2014-06-07 14:30:51 +00:00
Thomas Zander
b1075d438e - Stagify
- Add LICENSE

Approved by:	mentors (implicit)
2014-06-07 14:27:25 +00:00
Vanilla I. Shu
f924e990d7 Stagify. 2014-06-07 14:26:36 +00:00
Vanilla I. Shu
6d2d36fc9d Stagify. 2014-06-07 13:32:02 +00:00
Thomas Zander
5f06c72a18 - Add CONFLICTS to mplayer to prevent install conflict with mplayer2 [1]
- Fix crash when trying to play certain videos with no audio in gmplayer [2]
- Improve non-options variable summary during build in pre-everything [2]
- Bump PORTREVISION in mplayer (the binary changes)

PR:		190027
Submitted by:	rfg@tristatelogic.com [1], andre@albsmeier.net[2]
Approved by:	mentors (implicit)
2014-06-07 13:24:16 +00:00
Thomas Zander
0cede931fd - New upstream release 1.0.1
- Un-break build with clang
- Stagify
- Introduce NLS OPTION
- USE_* -> USES
- Shared lib convention: shlib.X -> libshlib.so
- Pet portlint

Approved by:	mentors (implicit)
MFH:	2014Q2
2014-06-07 12:26:32 +00:00
Alexey Dokuchaev
290bbdffe7 - Provide a more descriptive COMMENT (taken from the sf.net page)
- Do not abuse GNU_CONFIGURE knob for non-GNU, custom configure script
- Stagify; cleanup; define LICENSE (BSL); utilize OPTIONS helpers, etc.
  (applicable to `devel/poco-ssl' port only)
2014-06-07 12:07:35 +00:00
Barbara Guida
512624352b Fix startup script for NVIDIA_GL setting a working __GL_ExtensionStringVersion. 2014-06-07 12:02:17 +00:00
Barbara Guida
4e9b9a9078 - Take maintainership
- Fix LEGAL
2014-06-07 11:44:03 +00:00
Marcus von Appen
00cf5a8d86 Micro Python is a lean and fast implementation of the Python 3 programming
language that is optimised to run on a microcontroller.

WWW: http://www.micropython.org
2014-06-07 11:16:08 +00:00
Maho Nakata
1ef6427dfa * Better GUI support [1]
* fix pkg-plist [2]

Submitted by:	Jason Bacon <jwbacon@tds.net> [1]
                swills@ [2]
2014-06-07 10:16:05 +00:00
Johan van Selst
e673bfdd9b Make Caudium version automatically depend on the version of Pike 7.8 2014-06-07 10:00:54 +00:00
Dirk Meyer
50cf668f96 - update to 1.8.2 2014-06-07 09:59:36 +00:00
Johan van Selst
6e8832f17d Update to Pike 7.8.866 (stable release) 2014-06-07 09:49:30 +00:00
Raphael Kubo da Costa
ebe989b88f - Rebase patch-configure.py on top of the current PyQt version, to make it
easy to change it, which leads us to...

- Build pylupdate and pyrcc only for py-qt4-xml again.
  This fixes a regression introduced last year when PyQt was updated to
  4.10.3: configure.py started building pylupdate and pyrcc unconditionally
  instead of only if "QtXml" was specified.
  If the API option is off, the build would fail because the QtXml headers
  needed to build those tools would not be added as a dependency.

PR:		183706
MFH:		2014Q2
2014-06-07 09:46:53 +00:00
Raphael Kubo da Costa
4a2d1042cd Add explicit dependency on qt4-gui.
This is similar to r356888, in that PyQt's configure.py builds py-qt4-test
with QtGui's libraries (even though, contrary to qt4-sql, it is not used at
configuration time). Using QtGui defines QT_GUI_LIB, which makes the QtTest
headers pull in QtGui ones. QtGui comes for free indirectly when the API
option is set, but the build fails otherwise:

  c++ -c -O2 -pipe -fno-strict-aliasing -fPIC -O2 -Wall -W -pthread -D_THREAD_SAFE -DNDEBUG -DQT_NO_DEBUG -DQT_TEST_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/include/python2.7 -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4 -I/usr/local/include -o sipQtTestQTest.o sipQtTestQTest.cpp
  In file included from /wrkdirs/usr/ports/devel/py-qt4-test/work/PyQt-x11-gpl-4.10.3/sip/QtTest/qtestkeyboard.sip:31:
  /usr/local/include/qt4/QtTest/qtestkeyboard.h:56:10: fatal error: 'QtGui/qapplication.h' file not found

PR:		183706
MFH:		2014Q2
2014-06-07 09:39:34 +00:00
Raphael Kubo da Costa
34117c378a Add explicit dependency on qt4-gui.
For some reason, PyQt's configure.py adds a dependency on QtGui when
figuring out if QtSql is installed. When the API option is on, this
dependency is always installed indirectly, but things fail if it is turned
off. From configure's build log:

  Checking to see if the QtSql module should be built...
  c++ -DQT_NO_DEBUG -DQT_SQL_LIB -I. -I/usr/local/share/qt4/mkspecs/default
  -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtGui
  -I/usr/local/include/qt4 -I/usr/local/include -O2 -pipe
  -fno-strict-aliasing -O2 -w -pthread -D_THREAD_SAFE cfgtest_QtSql.cpp -o
  cfgtest_QtSql -L/usr/local/lib/qt4 -L/usr/local/lib -Wl,-O1
  -Wl,-rpath,/usr/local/lib/qt4 -lQtSql -L/usr/local/lib/qt4
  -L/usr/local/lib/qt4 -L/usr/local/lib -lQtCore -L/usr/local/lib/qt4
  -L/usr/local/lib/qt4 -L/usr/local/lib -lQtGui -lXext -lX11 -lm
  /usr/bin/ld: cannot find -lQtGui
  c++: error: linker command failed with exit code 1 (use -v to see invocation)

PR:		183706
MFH:		2014Q2
2014-06-07 09:38:11 +00:00
Alexey Dokuchaev
9071c9d05e Stagify; cleanup Makefile; define LICENSE (BSL); utilize OPTIONS helpers.
NB: New version 1.4.6p4 is available
2014-06-07 09:25:58 +00:00
Antoine Brodin
df6099d73e - Update plaso to 1.1.0
Announce: http://blog.kiddaland.net/2014/06/what-is-one-to-say-about-june-time-of.html

- Add converters/py-bencode, bencoding and bdecoding implementation
2014-06-07 08:43:31 +00:00
Johan van Selst
54b5201492 Update GNU grep to 2.20 (bugfix release) 2014-06-07 08:22:33 +00:00
Jun Kuriyama
aa939fd87e Rouge aims to a be a simple, easy-to-extend drop-in replacement for
pygments.

WWW: https://github.com/jneen/rouge
2014-06-07 07:45:04 +00:00
Vanilla I. Shu
af0ed04ee5 Stagify, and fix dependencies to compat6x. 2014-06-07 06:17:56 +00:00
Vanilla I. Shu
e9867f7f7e Stagify. 2014-06-07 05:43:36 +00:00
Danilo Egea Gondolfo
829f42ee9c - Update from 2.1 to 2.2 [1]
- Use just BSD3CLAUSE as LICENSE (according to README)

PR:		ports/190726
Submitted by:	leres@ee.lbl.gov [1]
2014-06-07 05:26:52 +00:00
Sunpoet Po-Chuan Hsieh
c9b2b76fc3 - Strip binary executable in bin/
- Bump PORTREVISION for package change
2014-06-07 05:00:10 +00:00
Danilo Egea Gondolfo
c0a8928212 - Add stage support [1]
while here
- Add EXAMPLES option
- Install examples unconditionally

PR:		ports/190727
Submitted by:	leres@ee.lbl.gov [1]
2014-06-07 04:51:43 +00:00
Danilo Egea Gondolfo
e266e476ca - Add stage support
- Convert LIB_DEPENDS to new syntax

PR:		ports/190733
Submitted by:	faber@vim.isi.edu
2014-06-07 04:12:54 +00:00
Vanilla I. Shu
3817fef8cd Stagify. 2014-06-07 02:46:34 +00:00
Vanilla I. Shu
13dc059f0c Stagify. 2014-06-07 02:33:32 +00:00
Vanilla I. Shu
5a0f78596e Stagify. 2014-06-07 02:31:20 +00:00
Vanilla I. Shu
934581d56c Stagify. 2014-06-07 02:28:02 +00:00
Vanilla I. Shu
329ebde5f7 Stagify. 2014-06-07 02:21:27 +00:00
Vanilla I. Shu
62dd952df8 Stagify. 2014-06-07 02:19:21 +00:00
Vanilla I. Shu
facc0fd82d Stagify. 2014-06-07 02:11:20 +00:00
Vanilla I. Shu
6ba77a1bb9 Stagify, remove BROKEN. 2014-06-07 01:54:41 +00:00
Vanilla I. Shu
da22b572b8 Stagify. 2014-06-07 01:31:13 +00:00
Baptiste Daroussin
54d99c4de5 Fix NO_PIE env definition
Reported by:	peter
2014-06-07 00:27:41 +00:00
Jung-uk Kim
ca590d213b Mark it as unsafe for parallel build. 2014-06-06 23:40:56 +00:00
Mikhail Teterin
55639d43fd Add staging support. 2014-06-06 23:04:50 +00:00
Mikhail Teterin
37dda854d9 Add staging support. 2014-06-06 22:59:54 +00:00
Pawel Pekala
021719d694 - Add staging support
- Unmute install commands
- Use options helper
2014-06-06 22:48:58 +00:00
Mikhail Teterin
260538f873 Remove the NO_STAGE knob. No obvious ill-effects. Seems to "just work". 2014-06-06 22:36:41 +00:00
Mikhail Teterin
769a919e58 Fix the just-added dependency on slf4j-nop.jar 2014-06-06 22:29:56 +00:00
John Marino
fd45332828 sysutils/samesame: forgotten files!
In addition to the provided stage support:
 * separate pkg-plist was created
 * install-strip was implified with the use of INSTALL_TARGET
 * most configure switches pulled into options framework
 * redundant post-install pkg-message removed
 * 2-clause BSD license documented
 * USE_BZIP2 converted
 * patch to buffer.cpp added by maintainer

PR:		ports/190164
Submitted by:	Stephan Esser
Approved by:	maintainer (Alex de Kruijff)
Simplified by:	marino
2014-06-06 22:23:55 +00:00
Pawel Pekala
cddc36cac7 Add staging support, allow it as normal user 2014-06-06 22:23:17 +00:00
John Marino
876bd8411a sysutils/samesame: Stage support and simplify
In addition to the provided stage support:
 * separate pkg-plist was created
 * install-strip was implified with the use of INSTALL_TARGET
 * most configure switches pulled into options framework
 * redundant post-install pkg-message removed
 * 2-clause BSD license documented
 * USE_BZIP2 converted
 * patch to buffer.cpp added by maintainer

PR:		ports/190164
Submitted by:	Stephan Esser
Approved by:	maintainer (Alex de Kruijff)
Simplified by:	marino
2014-06-06 22:22:47 +00:00
Mikhail Teterin
e8c2e598a6 Add staging support, fix-up plist.
PR:		ports/190207
Submitted by:	Joseph Benden

While here, upgrade from 2.9 to 2.11.
2014-06-06 22:21:32 +00:00
Bryan Drewery
c3b238a0d3 - Fix %%PIDDIR%% not being replaced in nrpe2 rc script 2014-06-06 22:08:34 +00:00
Bryan Drewery
7c2fd382bb - Disable PIE in ports for now until more testing can be done.
This is to avoid issues with upcoming PIE support in head which
  is needed for ASLR.

With hat:	portmgr
2014-06-06 21:40:56 +00:00