1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

299993 Commits

Author SHA1 Message Date
Wen Heping
9e5b984215 - Update MASTER_SITES
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 04:56:26 +00:00
Wen Heping
93cf133f28 - Update to 2.4.2
- Update COMMENT and MASTER_SITES
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 04:53:13 +00:00
Bryan Drewery
ea0186d0a6 Lutok is a lightweight C++ API library for Lua.
Lutok provides thin C++ wrappers around the Lua C API to ease the
interaction between C++ and Lua.  These wrappers make intensive use of
RAII to prevent resource leakage, expose C++-friendly data types, report
errors by means of exceptions and ensure that the Lua stack is always
left untouched in the face of errors.  The library also provides a small
subset of miscellaneous utility functions built on top of the wrappers.

Lutok focuses on providing a clean and safe C++ interface; the drawback
is that it is not suitable for performance-critical environments.  In
order to implement error-safe C++ wrappers on top of a Lua C binary
library, Lutok adds several layers or abstraction and error checking
that go against the original spirit of the Lua C API and thus degrade
performance.

WWW: https://code.google.com/p/lutok/

PR:		ports/177639
Submitted by:	Alan Somers <asomers@FreeBSD.org>
2013-05-19 04:19:15 +00:00
Bryan Drewery
639e4830e6 - Mark deprecated: This is replaced by games/fceux
PR:		ports/177329
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	maintainer timeout
2013-05-19 04:07:40 +00:00
Wen Heping
14dfbd9202 - Update to 2.4.2
- Update COMMENT and MASTER_SITES
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 03:57:57 +00:00
Wen Heping
8cc7961831 - Update COMMENT
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 03:43:58 +00:00
Wen Heping
3bd5dcbae4 - Update MASTER_SITES and COMMENT
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 03:28:57 +00:00
Wen Heping
29ba1f26b3 - Update MASTER_SITES and COMMENT
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 03:19:18 +00:00
Kubilay Kocak
78dba33519 devel/py-blinker: Simple object-to-object and broadcast signaling [NEW PORT]
Blinker provides a fast dispatching system that allows any number of interested
parties to subscribe to events, or "signals".

Features:

 - A global registry of named signals
 - Anonymous signals
 - Custom name registries
 - Permanently or temporarily connected receivers
 - Automatically disconnected receivers via weak referencing
 - Sending arbitrary data payloads
 - Collecting return values from signal receivers

WWW: http://discorporate.us/projects/Blinker/

Approved by:	eadler, rm (mentors, implicit)
2013-05-19 03:02:19 +00:00
Wen Heping
8b858b6aa1 - Update MASTER_SITES and COMMENT
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 02:55:02 +00:00
Wen Heping
83fb7b5a40 - Update to 2.4.4
- Update MASTER_SITES and COMMENT
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 02:51:56 +00:00
Wen Heping
889df1a914 - Update to 2.4.1
- Update MASTER_SITES and COMMENT
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 02:49:27 +00:00
Wen Heping
6283da6271 - Update to 2.4.1
- Update MASTER_SITES and COMMENT
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 02:46:30 +00:00
Wen Heping
7a14ed4ee3 - Update COMMENT and MASTER_SITES
- Add CONFLICTS
- Trim Makefile headers

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 02:05:22 +00:00
Bryan Drewery
bfcc65fe13 - Update to 3.0.1
Changes:
  - Fix NO_ZFS support

Reported by:	tj
2013-05-19 01:57:13 +00:00
Bryan Drewery
11692a9083 - Update to checkin e55e1410c0 which will become 3.1
Changes:
    - Fix NO_ZFS support
2013-05-19 01:55:20 +00:00
Wen Heping
4b092c42c7 - Update to 2.4.1
- Trim Makefile headers
- Update COMMENT
- Add CONFLICTS

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it>
2013-05-19 01:43:31 +00:00
Wen Heping
e157ec3576 - Update to 2.4.5
- Add CONFLICTS
- Update WWW, COMMENT and MASTER_SITES
- Trim Makefile headers
- Pass maintainership to submitter

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it>
2013-05-19 01:24:44 +00:00
Wen Heping
ce9bee070b - Update to 2.4.4
- Add CONFLICTS
- Update COMMENT

PR:		178161
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)
2013-05-19 01:20:35 +00:00
Raphael Kubo da Costa
76f796e8ed - Trim Makefile header
- Bump portrevision
- Fix download, change Master site
- Add NLS Options
- Fix NLS
- Trim pkg-descr
- Trim pkg-plist

PR:		ports/178001
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-05-18 23:22:44 +00:00
Stefan Walter
915becce26 Reset maintainer due to continuous timeouts since 2009. 2013-05-18 23:13:26 +00:00
Raphael Kubo da Costa
c801875fa4 Implement upstream fix where multiple net/iaxmodem instances are spawned.
Multiple instances of iaxmodem are being spawned due to a badly placed
closedir call. The fix has been submitted (and accepted) upstream, however
there has been no new release since the fix was submitted.

PR:		ports/176178
Submitted by:	John Bayly <freebsd.ports@tipstrade.net>
Approved by:	maintainer timeout (93 days)
2013-05-18 23:09:58 +00:00
Hiroki Sato
bd110f37c6 Add USE_TEX=texlive for TeXLive-specific ports. 2013-05-18 22:54:31 +00:00
Raphael Kubo da Costa
cf82029e7e Add some additional MASTER_SITES to unbreak `make fetch'.
lscube.org currently does not host tarballs it used to. Sigh.

PR:		ports/177998
Submitted by:	John Marino <draco@marino.st>
2013-05-18 22:43:54 +00:00
Stefan Walter
7b9b86faa6 Configure correct database table depending on MySQL version in use.
PR:		178657
Submitted by:	Thomas Mueller <tmueller@sysgo.com>
Approved by:	Mark Knight <markk@knigma.org> (maintainer)
2013-05-18 22:37:05 +00:00
TAKATSU Tomonari
25f045d1f2 - Update to 5.16-04 2013-05-18 22:33:33 +00:00
TAKATSU Tomonari
88fb0312e1 - Update to 1.1.49 2013-05-18 22:32:21 +00:00
TAKATSU Tomonari
a7f2e58ee8 - Update to 1.6.1
- Replace tab with a space after WWW: in pkg-descr
2013-05-18 22:31:28 +00:00
TAKATSU Tomonari
81ba17790b - Update to 0.3.820 2013-05-18 22:29:36 +00:00
Raphael Kubo da Costa
adeabff6d4 Fix distinfo.
The upstream tarball was probably re-rolled. I've verified there is no
change between both tarball versions by comparing the contents of the
mirrored old version in freebsd.org and the one upstream.

PR:		ports/178002
Approved by:	maintainer timeout (29 days)
2013-05-18 22:22:46 +00:00
Ashish SHUKLA
291c45197a - Update to 5.3.2p1
Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/561
2013-05-18 21:54:42 +00:00
Raphael Kubo da Costa
2d61117d9e Update to 7.1.1.
CHANGES:
- Add windows 8 detection
- Add support of %time5 for iso date times.
- Fix problems with Perl 5.14

PR:		ports/177757
Submitted by:	Frank Wall <fw@moov.de>
Approved by:	maintainer timeout (38 days)
2013-05-18 20:47:45 +00:00
Raphael Kubo da Costa
079d2ffe30 Update to 2.9.1.
PR:		ports/178384
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
2013-05-18 20:42:13 +00:00
Raphael Kubo da Costa
b1b1116c67 - Update to 0.7.4
- Add VuXML entry
- Trim Makefile header
- Add LICENSE

PR:		ports/177206
Submitted by:	Alexander Milanov <a@amilanov.com>
Approved by:	Thomas Hurst <tom@hur.st> (maintainer)
Security:	a8818f7f-9182-11e2-9bdf-d48564727302
2013-05-18 20:35:07 +00:00
Max Brazhnikov
250a3e24d3 KDE/FreeBSD team presents KDE SC 4.10.3 ports!
- Remove patches and checks for unsupported FreeBSD versions.

The area51 repository features commits by avilla, rakuco and myself.
2013-05-18 20:34:41 +00:00
Max Brazhnikov
e13e0ac978 - Update to digiKam and Kipi Plugins ports to 3.2.0 2013-05-18 20:27:36 +00:00
Raphael Kubo da Costa
e10f76f0e7 Update to 2.3.0.
PR:		ports/178277
Submitted by:	glebius
Approved by:	Gavin McDonald <gavin@16degrees.com.au> (maintainer)
2013-05-18 20:24:03 +00:00
Jason Helfman
e3b066526f - update to 0.5
Submitted by:	pointhat (erwin@)
2013-05-18 20:16:55 +00:00
Raphael Kubo da Costa
74faee9cdf Point MASTER_SITES to a new github address.
PR:		ports/178714
Submitted by:	"Jakub Szafra&#324;ski" <s@samu.pl> (maintainer)
2013-05-18 20:09:40 +00:00
Rene Ladan
daaa784adc - Update to 0.9.24
- Convert Makefile header

PR:		ports/178280
Submitted by:	myself
Approved by:	maintainer timeout (vlm@lionet.info, 17 days)
2013-05-18 20:05:57 +00:00
Raphael Kubo da Costa
9237589cb5 Fix pkg-message instructions.
Change package message so that the fstab line includes the late option so that
it doesn't fail to boot if /usr is on a different partition.

PR:		ports/178690
Submitted by:	swills
Approved by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-05-18 20:05:01 +00:00
Raphael Kubo da Costa
a4519daeed Adjust Qt dependencies to fix a bug which prevented images from being shown.
PR:		ports/178558
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2013-05-18 20:01:36 +00:00
Bryan Drewery
dc1c145819 - Update to 3.0
Changes:
  - ZFS support is now optional:
    * NO_ZFS can be set to disable ZFS usage
    * TMPFS_ALL can be used to the build 100% in memory via tmpfs
  - Jail/Port properties are no longer stored in ZFS. They will
    be automatically converted on the first execution. This means
    that downgrading to 2.x is not easily possible.
  - Removed cron command
  - queue/daemon added
    * These will be expanded more in 3.1 and the usage may change.
  - New HTML/AJAX interface using jQuery
  - Build times are now tracked
  - Runaway builds are now automatically killed after 7200/84600
    seconds of no output / max build time
  - Build logs are now saved forever and not removed on every build.
    testport will store its logs into "bulk" dir for now as well.
  - Ability to resume a previous bulk -a build by using -B (this
    is mostly for exp-runs as it allows grouping incremental logs
    in with the previous logs). By default the buildname defaults
    to YYYY-MM-DD_HH:MM:SS for every build.
  - Install depends just-in-time in the proper sequence ordering,
    instead of all upfront. This also fixes differences between
    testport and bulk with regards to run-depends.
  - Give a port all the special depends distfiles it needs during
    build as well. This fixes issues with fetching and distfiles.
  - Add basic hook support in /usr/local/etc/poudriere.d/hooks
  - CHECK_CHANGED_OPTIONS now defaults to verbose
  - Add CHECK_CHANGED_DEPS (default yes) to automatically detect
    direct dependency changes and rebuild packages if needed. This
    allow automatically detecting default postgresql/mysql/perl
    changes requiring rebuild of ports. Note this has a bug with
    ports that depend on libraries that are in base, but have a
    port fallback. This will be addressed in 3.1.
  - The reason for packages being deleted during the startup is
    now more verbose
  - Speedup packaging by reducing I/O
  - Port testing: Add "preinst_fs_violation" which will detect
    ports that touch the filesystem during fetch/build before
    calling install.
  - Lots of performance improvements. Poudriere is now lock-free
    and has very little overhead.
  - Various documentation/typo fixes
  - Support value of 'no' for NO_RESTRICTED and SAVE_WRKDIR
  - Add new latest-per-pkg symlinks into the root bulk/ dir and
    bulk/jail/ dirs to link back to the most recent builds for
    each package
  - Add new subcommand 'status' which lists running builds. Specify
    -j[pz] to view the current status of a specific build and all of
    its jobs
  - Fix support for jails with ':' in them
  - Buildtimes are now tracked

  - ports:
    * Support checking out a different branch with -B

  - testport:
    * -d option has been removed
    * testport -i improvements:
      - Network enabled
      - Works even when build fails
      - RUN_DEPENDS now installed
      - Add hostname into /etc/hosts
      - tty usage is fixed
    * Add .keep support for wrkdir saving

  - bulk:
      * New C index builder for pkg_* builds
      * Add -N: skip generating package repository or INDEX
      * Add -T: Use TRY_BROKEN
      * Add -F: Try to download from the original mirror and
        ignore all FreeBSD mirrors
      * Allow specifying -f multiple times

  - jail:
      * -c: Add -P ./path.to.patch to patch the src tree with
        the given patch before building it
      * -c: Fix on recent CURRENT by using DB_FROM_SRC

Thank you to all contributors and testers

Please report and discuss defects in #poudriere on freenode
or report to https://fossil.etoilebsd.net/poudriere/reportlist
2013-05-18 19:49:01 +00:00
Nicola Vitale
783d9b8e9b - Add missing dependency (x11-toolkits/linux-f10-gtk2) 2013-05-18 19:45:19 +00:00
Grzegorz Blach
4aa416657e - Update EFL libraries to 1.7.7
- Update Enlightenment to 0.17.3

Approved by:	crees (mentor)
2013-05-18 19:36:31 +00:00
Chris Rees
f02e52065a databases/innobackup: Remove dead port replaced by databases/xtrabackup
PR:		ports/177997
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2013-05-18 19:24:01 +00:00
Boris Samorodov
009dab077f . update to version 1.3.10;
. trim Makefile headers.
2013-05-18 19:01:45 +00:00
Ryan Steinmetz
4660f9544f - Update to 4.99 2013-05-18 18:25:58 +00:00
Baptiste Daroussin
4069e19b90 gmake is no more needed 2013-05-18 18:14:39 +00:00
Baptiste Daroussin
410b91e384 It is no longer need to use gmake after r250773 in head 2013-05-18 17:53:41 +00:00