Commit graph

332746 commits

Author SHA1 Message Date
Rene Ladan
71afc9d4e8 - Stage support [1]
- Clean up pkg-plist a bit [1]
- Use modern LIB_DEPENDS

PR:		ports/188037
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	maintainer timeout (<pakhom706@gmail.com> , 3 weeks)
2014-04-22 18:31:13 +00:00
Antoine Brodin
edff1225fa Fix options helpers conversion 2014-04-22 18:22:58 +00:00
Rene Ladan
0072d00b1c - Add stage support
- Use modern LIB_DEPENDS

Based on ports/188037

Approved by:	portmgr (infrastructure blanket)
2014-04-22 18:14:34 +00:00
Glen Barber
8a84cf91a9 Fix pkg-descr for vhdtool.
Spotted by:	bapt
Pointyhat:	gjb
Sponsored by:	The FreeBSD Foundation
2014-04-22 17:37:26 +00:00
Baptiste Daroussin
7751fb0ecc Fix build with clang/libc++
Fix regeneration of the configure [1]
While here switch to lua 5.2

Reported by:	mat [1]
2014-04-22 17:21:32 +00:00
Baptiste Daroussin
b82f94e1ce Update to 2.0.8
Fix pthsem.m4 macros to avoid [] to disappear (this allow net/linknx to generate a working test for conf
2014-04-22 17:14:44 +00:00
Emanuel Haupt
8dd26c8f51 bash does NOT require procfs mounted. 2014-04-22 17:09:54 +00:00
Glen Barber
593930a167 Add sysutils/vhdtool, a utility to create VHD files from
raw disk images.

Reviewed by:	bdrewery
Sponsored by:	The FreeBSD Foundation
2014-04-22 16:53:16 +00:00
Li-Wen Hsu
c0cfa4cda4 - Update to 1.560 2014-04-22 16:38:29 +00:00
Baptiste Daroussin
645639e1e8 Support stage 2014-04-22 16:15:51 +00:00
Rene Ladan
0a060a4471 - Add license information [1]
- Fix shebang for fetchmailconf.py [1]
- Convert POP2 knob into an option [1]
- Use option helpers [1]
- Fix staging of documentation and X11 files [1]
- Simplify post-install target and pkg-plist
- Replace USE_GMAKE and USE_XZ by their USES equivalents
- Do not display pkg-message in post-install
- Do not create /var/run/fetchmail in pkg-plist

PR:		ports/185572 [1]
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	maintainer timeout (<chalpin@cs.wisc.edu>)
2014-04-22 16:10:50 +00:00
Baptiste Daroussin
2056aea33d Allow packaging as a user (running ldconfig in the stage is completly useless) 2014-04-22 16:03:28 +00:00
Pietro Cerutti
1ef2724ead - Update to 2.14
Changes:
  * Rationalize buffer usage and suppress private buff module.
2014-04-22 16:02:03 +00:00
Rene Ladan
1e50287cd0 - Add an option for DEBUG
- Shebang fixes for perl scripts
- Properly handle conditional manual pages

Part of PR already committed in r351697

PR:		ports/188266
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	maintainer timeout (<umq@ueo.co.jp> , 18 days)
2014-04-22 15:58:56 +00:00
Baptiste Daroussin
a87d667525 USES=libtool
strip binaries
2014-04-22 15:53:52 +00:00
Baptiste Daroussin
3e059cd566 USES=libtool
Use options helpers
2014-04-22 15:50:11 +00:00
Antoine Brodin
41c46af467 Possibly unbreak
With hat:	portmgr
2014-04-22 15:44:37 +00:00
Sofian Brabez
28e2f72cc2 - Update to 1.13.0 2014-04-22 15:44:05 +00:00
Baptiste Daroussin
12f20ebe33 Support stage 2014-04-22 15:43:05 +00:00
Baptiste Daroussin
e52bf0cb0f Support stage 2014-04-22 15:41:10 +00:00
Baptiste Daroussin
e4f6307f45 Support stage 2014-04-22 15:38:40 +00:00
Baptiste Daroussin
5bb94a9c00 Support stage 2014-04-22 15:37:24 +00:00
Baptiste Daroussin
738b1d4ef6 Support stage 2014-04-22 15:32:57 +00:00
Pietro Cerutti
53abdbc4c5 - Update to 05_20140420
Changes:
  * The chapter in the manual about the foreign function interface has
    been improved.
  * A paragraph about regular expressions and lexical scanner functions
    has been added to the FAQ.
  * The handling of the actions CHR_CLIT and INT_STRI in the compiler
    has been improved. The string buffers for chrCLitToBuffer and
    intStrToBuffer use the correct alignment now.
  * In big_rtl.c the functions bigParseBasedPow2 and bigParseBased2To36
    have been added and bigParseBased has been changed to call them.
    This improves the conversion of a string to a bigInteger, when the
    base is a power of two. Valgrind measurements of the function
    bigParseBased in chkbig.sd7 show a speed improvement with a factor
    of 239.
  * The macros memcpy_to_strelem and memset_to_strelem (defined in
    striutl.h) have been turned into functions (defined in striutl.c).
  * The unrolling in memcpy_to_strelem and memset_to_strelem has been
    changed from 8 times to 32 times. This improves the performance
    for big data amounts by 16% (Measured with valgrind and gcc).
  * Usages of the macros memcpy_to_strelem and memset_to_strelem in
    bst_rtl.c, fil_rtl.c, soc_rtl.c and str_rtl.c have been turned into
    usages of the corresponding functions.
  * Calls of cstri_expand, ustri_expand, cstri_expand2 and
    ustri_expand2 in analyze.c, chr_rtl.c, flt_rtl.c, infile.c,
    str_rtl.c and striutl.c have been turned into calls of
    memcpy_to_strelem.
  * The functions (macros) cstri_expand, ustri_expand, cstri_expand2
    and ustri_expand2 have been removed from striutl.c and striutl.h.
  * The functions doCompileAndLink, compileAndLinkWithOptionsOk,
    compileAndLinkOk, appendToFile and detemineDatabaseDefines have
    been added to chkccomp.c. The function compilationOkay has been
    replaced by compileAndLinkOk.
2014-04-22 15:25:22 +00:00
Mark Linimon
c33fb18ed9 Restore vanhu as maintainer: bounce was due to mail configuration error. 2014-04-22 15:17:41 +00:00
Mark Felder
0989e3f4d1 Fix duplicate plist entries 2014-04-22 14:49:52 +00:00
Bryan Drewery
46d46011ba - Update to checkin 32a2683eca
Changes:
  - Queue is now priotitized by the dependency-chain
    length and not by number of direct dependencies.
  - Add PRIORITY_BOOST in poudriere.conf which takes
    PKGNAME globs to boost up to the top of the queue.
    Example:
      PRIORITY_BOOST="apache-openoffice* pypy* mysql-workbench*"
  - bulk/testport: Add -k to keep going on test failures.
    The failures are stll considered failures but do not skip
    further builds depending on that port.
  - bulk -at: This now defaults to -k
  - Leftovers and Orphan checking now uses the scripts in
    ports so we can update them frequently without a poudriere
    release and allow Tinderbox to use the same checks. [1]
    - This fixes many false-positives with orphans
    - Now @dirrm are not shown if they are already in the plist
  - Hook-up stage-qa into the tests and remove our redundant
    checks.
  - testport -i: Fix common double-install error
  - Fix leftover mtree not showing all results when a directory
    is modified. I.e., changed user and group, only one of which
    was showing.
  - bulk -a: Don't consider missing origins as fatal.
  - Rework distfile handling to be more atomic
  - Fix many race conditions with cleanup after
    port build, especially with skipping ports.
  - Optimize port cleanup after builds
  - Speedup compute_deps
  - Fix crashed build detection (commonly shows as
    "unknown stuck queue bug")
  - status: Fix regression causing it to not work with multiple
    builds at once

[1] It's possible we may change the format of the scripts in ports
    once Tinderbox integrates with them. If this happens you will
    need to update poudriere-devel.
2014-04-22 14:44:04 +00:00
Rodrigo Osorio
b8edf55058 - support staging
Submitted by:	rodrigo@freeBSD.org (maintainer)
Approved by:	bapt (mentor)
2014-04-22 14:37:50 +00:00
Kubilay Kocak
5d7a9aceb6 lang/python{27,31,32}: Replace USE_XZ with USES=tar:xz
USE_XZ has been deprecated, replace it with the new USES value.

Python 3.3 and 3.4 ports have already been converted.
2014-04-22 14:37:04 +00:00
Baptiste Daroussin
40448303ec Fix build
Reported by:	swills (jenkins)
2014-04-22 14:17:04 +00:00
Baptiste Daroussin
e628fe8c38 Fix LIB_DEPENDS
Reported by:	jenkins
2014-04-22 14:14:07 +00:00
Rodrigo Osorio
4e6b1b908a - Update port to 7.4.0
- Add extra master site
- fix license

PR:		ports/188321
Submitted by:	Oleksii Tsai <oleksii.tsai@googlemail.com>
Approved by:	bapt (mentor)
2014-04-22 14:13:26 +00:00
Antoine Brodin
fc05fd3aae Fix directory keywords handling
Reviewed by:	bdrewery
With hat:	portmgr
2014-04-22 14:11:48 +00:00
Kris Moore
e2fd9476fa - Patch to restrict terminal size to 255x255 max to avoid uint8 overflow.
- Bump PORTREV

70ace4fd43

Submitted by: Oleg Ginzburg <olevole@olevole.ru>
2014-04-22 14:09:10 +00:00
Ryan Steinmetz
919225eb3c - Clean up *.orig files before build
- Bump PORTREVISION
2014-04-22 13:57:09 +00:00
Kubilay Kocak
b331a3a02a [NEW PORT] multimedia/py-soco: Python interface to Sonos speakers
SoCo (Sonos Controller) is a simple Python class that allows you to
programmatically control Sonos speakers.

WWW: https://github.com/SoCo/SoCo

PR:		ports/186993
Submitted by:	Conall O'Brien <conall at conall dot net>
2014-04-22 13:54:42 +00:00
Rodrigo Osorio
a3b355c4e4 - fix clang issue caused by incorrect namespacing
- add dependency
- bump portrevision

PR:		ports/188044
Submitted by:	Chris Rees <crees@FreeBSD.org>
Approved by:	bapt (mentor)
Obtained from:	Macports
MFH:		2014Q2
2014-04-22 13:41:53 +00:00
Pietro Cerutti
e1ab652da9 - Add a couple of missing patches
- Explicitely depend on graphics/jpeg
- Remove DOCS
2014-04-22 13:24:48 +00:00
Baptiste Daroussin
15ddf31e17 Support stage
Modernize
Fix dependencies
2014-04-22 13:11:44 +00:00
Baptiste Daroussin
4490b16e4f Support stage 2014-04-22 13:08:17 +00:00
Bryan Drewery
a12e34d03e - For pkg run-depends dir listing, consider deps recursively.
pkg_install already did this.
- Speedup the pkg_install run-depends listing by processing unique
  packages.

With hat:	portmgr
Reported by:	antoine
2014-04-22 12:56:13 +00:00
Baptiste Daroussin
f1fdb34f7c Support stage 2014-04-22 12:50:54 +00:00
Baptiste Daroussin
51b5a8eed3 Support stage 2014-04-22 12:47:10 +00:00
Baptiste Daroussin
10bc1e36cb Support stage
Modernize
2014-04-22 12:43:53 +00:00
Baptiste Daroussin
8f850e6b7b Support stage
Strip binaries
USES=libtool
2014-04-22 12:40:16 +00:00
Baptiste Daroussin
07c30cdc1b Support stage
USES=libtool
2014-04-22 12:37:49 +00:00
Baptiste Daroussin
8b9f3947f3 Stage fxscintilla
USES=libtool
Chase shlib number change
2014-04-22 12:35:06 +00:00
Baptiste Daroussin
0b6d7a7f7e Support stage
Strip binaries
USES=libtool
2014-04-22 12:31:21 +00:00
Bernhard Froehlich
e87f135c70 - Fix building with clang 3.4 on head
Reported by:	pkg-fallout
2014-04-22 12:29:45 +00:00
Baptiste Daroussin
e9d442b90a Support stage 2014-04-22 12:28:29 +00:00