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

331602 Commits

Author SHA1 Message Date
Olivier Duchateau
cfede9a211 This daemon is responsible of making the volume up/down and mute keys of the
keyboard work automatically, and uses the Xfce mixer's defined card and track
for chosing which track to act on.

WWW: https://launchpad.net/xfce4-volumed/

PR:		188373
Submitted by:	Sergey V. Dyatko
2014-04-08 18:29:32 +00:00
Jung-uk Kim
54c73e18af Fix build without X11.
PR:		ports/188053
2014-04-08 17:59:45 +00:00
Antoine Brodin
7b49fda543 Remove expired port:
2014-04-08 audio/py-xmms: Abandonware, please consider using multimedia/audacious instead
2014-04-08 17:08:51 +00:00
Alexey Dokuchaev
c7d659d4f8 Add a port of system clock synchronization client and server (chrony).
WWW: http://chrony.tuxfamily.org/

PR:	ports/174263
2014-04-08 17:06:58 +00:00
Antoine Brodin
5737569545 Rewrite the sharedmimeinfo qa check so that it doesn't produce a false
positive on misc/shared-mime-info

With help from:	bdrewery
With hat:	portmgr
2014-04-08 16:50:13 +00:00
Bryan Drewery
b6df4be548 This does not require gcc 2014-04-08 16:48:57 +00:00
Antoine Brodin
68efa51c83 Remove non-default dependency on expired py-xmms 2014-04-08 16:47:03 +00:00
Antoine Brodin
f49688039d Reapply r348889 2014-04-08 16:22:54 +00:00
Bryan Drewery
eb6da145bd - Support staging
- Update to 2.01 [1]
- Pass maintainership to submitter (previous maintainer has timed out since 2009)
- Convert to new LIB_DEPENDS format
- Use OPTIONS_SUB
- Remove use of bsd.port.pre.mk

PR:		ports/185973 [1]
Submitted by:	Uffe Jakobsen <uffe@uffe.org> [1]
2014-04-08 15:57:15 +00:00
Bryan Drewery
374034dcbc - Take maintainership
- Stage
2014-04-08 15:42:35 +00:00
Baptiste Daroussin
7f29068867 Use unicode version of wx 2.8 2014-04-08 15:39:47 +00:00
Christian Weisgerber
efda38ef6b Fix for integer overflow and underflow vulnerabilities in the
processing of skin bitmap images.

Obtained from:	Ubuntu (originally)
Security:	http://www.vuxml.org/freebsd/20e23b65-a52e-11e3-ae3a-00224d7c32a2.html
2014-04-08 15:35:18 +00:00
Baptiste Daroussin
0e23f665e6 Switch gnuplot to wxGTK 3.0 and texlive 2014-04-08 15:33:31 +00:00
Bryan Drewery
62a1e67887 - Take maintainership
- Stage
2014-04-08 15:26:32 +00:00
Baptiste Daroussin
b06e196ee3 Fix build on freebsd 10 and 11 by using gcc but linking to libc++
Add patches to fix build with libc++
Whiel here switch to unicode version of wx
While now in theory this should build with clang 3.3 on my test machine the compilation of some c++ files seems to enter a endless loop
2014-04-08 15:19:11 +00:00
Baptiste Daroussin
e149a86133 Add compiler:gcc-c++11-lib to instrument gcc linking with libc++ on system where default stl is libc++ 2014-04-08 15:16:39 +00:00
Alex Dupre
f392fc8295 Force users to update their options file if APACHE was selected. 2014-04-08 15:15:31 +00:00
Jason Helfman
3a30df7656 - adjust package listing
Spotted by:	swills
2014-04-08 15:03:14 +00:00
Emanuel Haupt
0716b60d4c Update to 4.2.6 2014-04-08 13:52:16 +00:00
Akinori MUSHA
17be59d25d Update to 1.0.1g and remove NO_STAGE. 2014-04-08 13:51:21 +00:00
Baptiste Daroussin
984fa3c716 Support stage
Modernize
Switch to wx 2.8 unicode (doesn't build with wx 3.0)
2014-04-08 13:45:07 +00:00
Akinori MUSHA
530606e64f Add mingw32-openssl. 2014-04-08 13:40:18 +00:00
Baptiste Daroussin
0272945066 Use wxGTK 3.0
Use lua 5.2
Fix build on headless machines (if help2man is found they it tries to generate a man page for the editor which need display)
2014-04-08 13:25:26 +00:00
Kubilay Kocak
51bf49a441 Welcome Python 3.4 to the FreeBSD Ports Tree!
The FreeBSD Python Team warmly welcomes Python 3.4 to the Ports tree:

- Add lang/python34
- Add devel/py-setuptools34
- Add Python 3.4.0 docs to lang/python-doc

Release Announcement and Major Features:

  https://www.python.org/download/releases/3.4.0/

This also marks the next stage of a cleaner, much-closer-to-upstream
approach to Python on FreeBSD, that builds upon the hard work of the
entire FreeBSD Python team over the last year.

This port is built "entirely" from scratch, retiring as much of the
legacy, workarounds, patches and hacks from the existing Python
ports as possible.

Of particular note: static + shared dual-build is gone, as it was flaky
at best, grossly untested upstream and caused more issues than it
solved. It is replaced by a shared build by default. The static python
library remains installed and usable.

Major changes in this structure are:

- Replace dual static and shared in-tree build with shared-only.
- Use options helpers
- Replace plat-freebsd* hacks with a lighter weight alternative
- Strip all libraries and shared extensions
- Only retain patches that are absolutely necessary
- Replace static disabled_module_list with one from upstream
- Retain NIS and sparc64 workarounds from python33
- Deprecate SEM option, no longer optional.
- Deprecate PTH option, no longer maintained or supported upstream
- Deprecate FPECTL option, no longer maintained or supported upstream
- Add upstream issue references & breadcrumb annotations where possible

Tested by:	many (Special thanks to Andrew Berg)
Reviewed by:	xmj, nemysis, antoine
2014-04-08 13:10:25 +00:00
Baptiste Daroussin
39fff6230b Switch to wxGTK 3.0 2014-04-08 13:08:25 +00:00
Baptiste Daroussin
0d1e2464ca Previous commit should have the following log:
Support stage
Fix build with clang
Switch to wxGTK 3.0
Convert to USES=libtools
Add missing run dependencies

and the revision should have been bumped
2014-04-08 13:06:52 +00:00
Baptiste Daroussin
31b0396db0 Support stage
Fix build with clang
Switch to wxGTK 3.0
Convert to USES=libtools
2014-04-08 13:05:59 +00:00
Akinori MUSHA
b68145ef4e Fix heimdal.
- Resolve conflict with security/openssl regarding manual pages.
- Add a couple of patches from the upstream.
- Remove NO_STAGE and delete obsolete MLINKS while at it.

PR:		177397
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz>
Approved by:	(MAINTAINER timeout)
2014-04-08 12:56:36 +00:00
Baptiste Daroussin
d5b7a39f83 Switch to version 3.0 of wxGTK 2014-04-08 12:34:36 +00:00
Rusmir Dusko
85e9d9a28a - Change Makefile header, Created by to <des@FreeBSD.org>
- Remove TODO from DOCS, add Option
- Change Desktop entry file
- Break lines around 80 characters
- Mute MKDIR
2014-04-08 12:29:06 +00:00
Baptiste Daroussin
3dfb8a39ba Update to 0.9923
Switch to use wxGTK 3.0
2014-04-08 12:27:05 +00:00
Baptiste Daroussin
bb8712438d Add forgotten patch 2014-04-08 12:22:24 +00:00
Pietro Cerutti
a9a1405c7b - Update to 1.2.2
* Fix a bug where an uninitialized XColor struct could cause a segfault on
    some systems (Emanuel Haupt)
2014-04-08 12:09:26 +00:00
Emanuel Haupt
b9f1b08a45 Support staging 2014-04-08 11:42:03 +00:00
Pietro Cerutti
647141d00e - Update to 1.2.1
* Add some missing #include (Emanuel Haupt)
  * Optimize the option parsing code
  * Remove unused variable
2014-04-08 11:39:10 +00:00
Baptiste Daroussin
4679d92a30 Support stage
Update to 0.65
Switch default to use wxGTK 3.0
Properly support clang
2014-04-08 10:42:16 +00:00
Romain Tartière
c9e31077ea Update to 3.4.0. 2014-04-08 10:39:41 +00:00
Alexey Dokuchaev
6c3956b530 Stagify, define LICENSE (LGPL21), and generally cleanup the port while here. 2014-04-08 10:27:49 +00:00
Pawel Pekala
eab11a05b7 - Add staging support
- Convert to USES=tar:bzip2
2014-04-08 10:22:15 +00:00
Pawel Pekala
12b5b06604 - Add staging support
- Silence cmp execution in pkg-plist
2014-04-08 10:10:41 +00:00
Baptiste Daroussin
c527d50be3 Use options helpers
Add a run dependency on perl (which also fixs normalize-mp3 shebang detection)
2014-04-08 10:05:25 +00:00
Baptiste Daroussin
1ad772b1b7 Document removal of p5-manual and openclipart 2014-04-08 09:59:06 +00:00
Baptiste Daroussin
9b537e2f68 Remove useless and outdated ports 2014-04-08 09:57:38 +00:00
Baptiste Daroussin
7c84ecc968 Mark as broken: fails to build with modern compilers
With hat:	portmgr
2014-04-08 09:50:23 +00:00
Baptiste Daroussin
49f6ad4248 Support stage 2014-04-08 09:46:57 +00:00
Pietro Cerutti
06844e2afb - Update to 1.2.0
* Implement the -bg and -fg options
  * Simplify the code by rewriting the whole stuff in C++
2014-04-08 09:45:48 +00:00
Pawel Pekala
7b72bf31e0 - Add staging support
- Convert USES=tar:bzip2
2014-04-08 08:29:52 +00:00
Alexey Dokuchaev
e310cf30d5 Release maintainership. There is new version available, 0.5.4, but it does
not work, exiting with "Trace/BPT trap" error on startup and dumping core.

Our devd(8) support patch was submitted upstream in July 2013 and generally
welcomed by the author, but he has a slight preference for GIO's GSocket +
GUnixSocketAddress APIs, and I never had time to rewrite the patch.  After
showering my camera with waters of Gulf of Thailand, it is unlikely that I
will need to use this port any time soon, so let it go for the moment.
2014-04-08 08:11:39 +00:00
Pawel Pekala
39372dcecd - Add staging support
- Convert to USES=tar:bzip2
2014-04-08 08:08:31 +00:00
Boris Samorodov
a1ee8dd5fc print/cups-base: add CFLAGS+=-fno-blocks to print/cups-image at gcc systems
In additiond to print/cups-client (r350154):
Use CFLAGS+=-fno-blocks to unbreak systems with default gcc compiler.
This is a band-aid that should be reworked for systems with blocks
and libdispatch support.

Reported by:	Anton Shterenlikht <mexas@bris.ac.uk>
Tested by:	Anton Shterenlikht <mexas@bris.ac.uk>
Discussed at:	freebsd-ports@
MVH:		2014Q2
2014-04-08 07:41:39 +00:00