aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Support STAGEDIRbar2014-05-122-18/+24
| | | | | | - Use options helpers - Keep .cfg files - Limit PORTSCOUT
* - Support STAGEDIRbar2014-05-122-25/+14
| | | | - Use options helpers
* Remove EOLed firebird 2.0bapt2014-05-1226-762/+2
|
* Mark as broken (it does not compile with any modern compilers)bapt2014-05-121-1/+3
| | | | | | While here convert to USE_FIREBIRD With hat: portmgr
* Update to 0.5cs2014-05-122-4/+8
|
* - Add staging supportpawel2014-05-122-13/+9
| | | | | - Convert to USES=libtool - Install striped binaries
* - Add staging supportpawel2014-05-121-10/+8
| | | | | - Remove leading article from COMMENT - Define DOCS option
* - Update Harmonics filecs2014-05-123-12/+8
| | | | | - Cleanup pkg-descr - USES
* Switch firebird to use DEFAULT_VERSIONS macro to set the defaultbapt2014-05-123-6/+12
| | | | While here drop support for firebird 2.0
* Update eric4 ports to version 4.5.22.bsam2014-05-125-9/+9
|
* Update to latest version of texinfo.texjohans2014-05-122-2/+2
|
* Fix packaging after IODBC / UNIXODBC changesantoine2014-05-121-4/+2
| | | | Reported by: pkg-fallout
* - Convert USE_BZIP2 to USESamdmi32014-05-121-4/+3
| | | | | | | | - Silence post-patch PR: 188874 Submitted by: amdmi3 Approved by: maintainer timeout
* - Remove ports-mgmt/pver as it does not support pkgngzi2014-05-128-111/+1
|
* - Cleanup Makefile/pkg-plistzi2014-05-122-6/+3
| | | | | | | - Bump PORTREVISION PR: ports/189361, ports/189367 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>, Trond Endrestøl <Trond.Endrestol@ximalas.info>
* - Add STAGE supportzi2014-05-1213-83/+92
| | | | - Bump PORTREVISION
* - Update to checkin f86a423218bdrewery2014-05-123-53/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Reduce jail restarting for networking access by now always starting 2 jails. One with networking support and one without. This allows not constantly restarting jails to enable/disable networking, which causes a lot of jail lock contention. * Color support has been added. This is disabled by any of: 1. poudriere -N <sub-command> 2. stdout or stderr NOT in a TTY (piped) 3. USE_COLORS=no in poudriere.conf * Add DURATION_FORMAT and BUILDTIME_FORMAT to allow changing time display and default build name. * madvise(MADV_PROTECT) the main poudriere process to allow it to cleanup on failure from out-of-swap. * Running commands as non-root will *auto queue* them to poudriered if it is running. See rc.d/poudriered. * HTML/Web major changes: - Stop polling the server once the build is done. - There is now a top-level and jail-level page. The top-level only shows the *latest* build for each jail-ports-set combination. The jail-level only shows for a specific jail-ports-set combination. These pages will only be updated with builds done after upgrading. This may change before 3.1 release using a statsd to populate with all historical builds as well. - The main build page has been majorly reworked. * It no longer has 2 columns which overlap each other when zoomed in. The site is now much more responsive to zooming and mobile viewing. * More links to logs and elapsed times are shown * More system and build stats are shown such as "Impulse" which is the rate of package building over the last 2-10 minutes. This is done in browser/js currently so will reset when reloading the page. - The layout for httpd setup has changed. Now instead of duplicating the html/assets into every build dir, the html dir from /usr/local/share/poudriere/html/ should be served directly and the /data dir should be symlinked or aliased to the equivalent /usr/local/poudriere/data/logs/bulk/ dir on your system. See /usr/local/share/examples/poudriere/nginx.conf.sample for an example nginx setup. ** Note that this is still being improved for 3.1 and may undergo some backwards-incompatible changes before release. * status: Major changes. - By default only show running builds - Use -a to show all builds, not just latest - Use -f to show finished builds, only latest - Add -c for a more compact format - Displaying the SIGINFO/builder output now requires -b. - -B/-j/-p/-z can be used to filter the output. * Show buildtimes in output now. * TIMESTAMP_LOGS has been improved * poudriered is no longer installed in sbin/ * Fix MAX_MEMORY so it actually works. Note that this may break openjdk building. * Fix incorrect timeout message shown during install phase * jail -l, ports -l, status: Auto format width of columns to output * jail: Add back -i support to show information about a jail * Improvements to fork less often * testport: Now default to -n. Add -P to test with custom prefix. * testport -I: Fix longstanding bug of displaying wrong jail -k hint. * qemu-mips support * ports: Allow -B with git method * All the fixes from the 3.0.16 release as well: * Disable DEVELOPER from make.conf; Poudriere will automatically set it when appropriate. This prevents testing of port dependencies that were not requested to be tested. * distclean: Prevent removing all files by accident. * Having PKG_REPO_SIGNING_KEY set but the file missing is now fatal. * kern.securelevel >=1 is now fatal. * Fix 'kill: No such process' warnings with older /bin/sh (8.x) * Fix crash on 8.3 due to bug with $(()) handling of _vars (fixed in base r234001) * Fix case of packages always rebuilding with "changed options" when the port has an OPTION defined multiple times (such as fixed in ports r352512) * Fix 'Terminated' warning showing at shutdown with older /bin/sh (fixed by r218105 but never made it to stable/8)
* Add a new port py-clojure.rpaulo2014-05-124-0/+26
| | | | | | | A implementation of Clojure in pure (dynamic) Python. Reviewed by: bapt Approved by: bapt
* - Update to 0.23sunpoet2014-05-122-3/+3
| | | | Changes: https://github.com/mitsuhiko/markupsafe/commits/master
* Update to 1.0.17.1.rakuco2014-05-124-8/+52
| | | | | | | | | | Release notes: http://librdf.org/bindings/RELEASE.html#rel1_0_17_1 This commit also brings some packaging fixes: the Perl bindings' .packlist does not reference the staging directory, and the Ruby bindings' generated shared library has the correct suffix. MFH: 2014Q2
* - Support stagingamdmi32014-05-124-31/+49
| | | | | | - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Add missing bash dependency
* - Support stagingamdmi32014-05-123-165/+55
|
* - Support stagingamdmi32014-05-124-58/+49
| | | | - Use new OPTIONS features
* - Add RUN_DEPENDS on x11-fonts/xorg-fonts-truetype.nox2014-05-122-25/+14
| | | | | | | - Add USES= shebangfix for svdrpsend. - Use @sample. - Pet check-plist. - Bump PORTREVISION.
* - Update to 2.5.6wen2014-05-112-20/+17
| | | | | - Stage support - Add LICENSE
* - Update to 3.4.5wen2014-05-112-3/+3
|
* - Add LICENSEwen2014-05-112-3/+5
| | | | | - Pet portlint - Reset maintainer to ports@
* - Support stagingamdmi32014-05-111-16/+12
| | | | | | - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
* - Update libva to 1.3.1madpilot2014-05-114-6/+11
| | | | - Add USES=libtool to libva and libva-vdpau-driver and adjust plist accordingly
* Add USES=libtool and adjust plist accordingly.madpilot2014-05-112-1/+4
|
* LICENSE is actually GPLv3.olgeni2014-05-111-1/+1
|
* Upgrade to version 10.6.0.olgeni2014-05-114-38/+12
| | | | | | - Add LICENSE - Use new LIB_DEPENDS syntax - Remove stray MAN1
* Mark BROKEN: Unfetchableantoine2014-05-111-0/+2
|
* - Mark DEPRECATED and set EXPIRATION_DATE to 2014-10-30sunpoet2014-05-112-1/+4
| | | | | | | - Update pkg-descr PR: ports/189653 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
* - Mark DEPRECATED and set EXPIRATION_DATE to 2014-10-30sunpoet2014-05-112-1/+4
| | | | | | | - Update pkg-descr PR: ports/189652 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
* Un-break install, but while on itriggs2014-05-117-440/+181
| | | | | | | | | | | | | | | | | | | | | - Update port to upstream release 2.6.3 - Use correct download URL (move from Google code to bitbucket) - Add LICENSE - USE_* -> USES - Generate plist via pydistutils - Use SPC option on i386 only, it's not supported elsewhere - Stagify - Change URLs in pkg-message (pointing to bitbucket), simplify Special thanks to Carlos (submitter) for reviewing, and to Christoph Reiter (Quodlibet project) for fixing the '--record' option for Quodlibet with pydistutils. PR: ports/187263 Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Reviewed by: submitter Approved by: thierry (mentor), maintainer timeout MFH: 2014Q2
* - Support stagingamdmi32014-05-111-7/+4
| | | | | | | - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
* - Update to 2.6.3wen2014-05-112-4/+3
|
* - Remove MANPAGES option: install manpage unconditionallysunpoet2014-05-111-4/+4
| | | | | | | | - Remove duplicate PLIST entry (bin/glances) - Bump PORTREVISION for package change Submitted by: sunpoet (myself) Approved by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
* - Update to 1.11sunpoet2014-05-113-19/+20
| | | | | | | | | | | - Update LICENSE - Remove Author line - Use single space after WWW: - Take maintainership Changes: - Added a bit of error checking for missing weather data - Made some of the critters walk through the trees
* - Update to 2.1.3sunpoet2014-05-116-158/+62
| | | | | | | | | | | | - Add LICENSE - Use USES=gmake - Use USES=libtool - Convert to new options helper - Add regression-test: - Cosmetic change - Update pkg-descr Changes: http://sourceforge.net/p/cunit/code/HEAD/tree/trunk/ChangeLog
* - Update to 6.2.2sunpoet2014-05-113-29/+10
| | | | | | | | | - Remove unnecessary TYPO3PKG and TYPO3SITE - While I'm here, complete PLIST with @owner and @group Changes: http://typo3.org/news/article/typo3-cms-622-released/ PR: ports/189632 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
* - Support stagingamdmi32014-05-112-12/+3
| | | | Approved by: portmgr blanket
* - Support stagingamdmi32014-05-111-10/+6
| | | | | | | - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
* - Support stagingamdmi32014-05-117-6/+55
| | | | | | - Pet check-sanity Approved by: portmgr blanket
* Bump optional, non-default version of firebird from 2.0 (expired) to 2.1rene2014-05-111-1/+1
|
* - Support stagingamdmi32014-05-111-8/+8
| | | | | | - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
* Upgrade to version 1.3.1; take over maintainership.olgeni2014-05-112-4/+4
| | | | | | PR: ports/187853 Submitted by: olgeni Approved by: maintainer timeout
* - Update to 2.0 [1]wen2014-05-113-6/+7
| | | | | | | | - Add LICENSE [1] - Pet portlint PR: 189274 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
* - Update to 0.9.1wen2014-05-112-6/+5
| | | | | PR: 189315 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 2.2.1 [1]wen2014-05-112-5/+6
| | | | | | | | - Add LICENSE [1] - Pet portlint PR: 189314 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
* - Update to 0.2.6wen2014-05-112-6/+5
| | | | | PR: 189273 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Sync text of LEGAL and RESTRICTED for x11-fonts/sharefonts.olgeni2014-05-112-3/+3
|
* Remove expired ports:rene2014-05-1113-6436/+2
| | | | | 2014-05-10 java/linux-sun-jre16: Unsupported and known for multiple security vulnerabilities 2014-05-10 java/linux-sun-jdk16: Unsupported and known for multiple security vulnerabilities
* Sync text of LEGAL and RESTRICTED for x11-fonts/freefonts.olgeni2014-05-112-3/+9
|
* sysutils/linux-crashplan: Depend on linux-sun-jre17 instead ofrene2014-05-111-2/+2
| | | | expired linux-sun-jre16 and bump PORTREVISION
* - Update to 0.9.2wen2014-05-114-1539/+7
| | | | | | | | | - Stage support - Add LICENSE - Convert to PYDISTUTILS_AUTOPLIST PR: 189369 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* comms/dcf77pi: update to 2.1.0rene2014-05-112-4/+4
| | | | | | | | | | | | | | | General: - the maxzero and maxone parameters are now determined dynamically, remove them from config.txt and README.md - Do not consider time offset jumps if bit 17 and 18 are equal readpin: - add a -q parameter to suppress displaying of the raw signal (default off) - display updates dcf77pi: - display updates/fixes, show radio state (OK if no receive/transmit/random errors)
* - Support staging.rakuco2014-05-112-16/+4
| | | | | | | - Stop calling fontconfig on installation and deinstallation: fontconfig should be smart enough to manage its cache automatically. - Stop depending on and using mkfont{dir,scale}. Even though this is not a TTF font, most programs already use freetype and fontconfig.
* Drop maintainership.rakuco2014-05-111-1/+1
| | | | | | | I haven't used those fonts in a long while, and upstream has disappeared years ago. Approved by: portmgr (implicit)
* Fix stagingedwin2014-05-112-2/+7
|
* - Support staging.rakuco2014-05-114-29/+5
| | | | | | | | | - Remove pkg-message about editing xorg.conf, this should not be needed at all. - Stop calling fontconfig on installation and deinstallation: for one, we were not depending on fontconfig to begin with, and fontconfig should be smart enough to manage its cache automatically anyway. - Stop depending on and using mkfont{dir,scale}, this is a TTF font.
* - Support staging.rakuco2014-05-113-30/+4
| | | | | | | | | - Remove pkg-message about editing xorg.conf, this should not be needed at all. - Stop calling fontconfig on installation and deinstallation: for one, we were not depending on fontconfig to begin with, and fontconfig should be smart enough to manage its cache automatically anyway. - Stop depending on and using mkfont{dir,scale}, this is a TTF font.
* - drop maintainershipdinoex2014-05-114-4/+4
|
* Complete the previous fix, sorry.bar2014-05-111-4/+4
|
* Fix from previous commit.bar2014-05-111-2/+0
|
* Fix license to allow package distributionbapt2014-05-111-1/+1
|
* - Support STAGEDIRbar2014-05-112-36/+28
| | | | | | | - Use options helpers - Add LICENSE - Define LEGAL_PACKAGE - Pet portlint
* Stagify.kwm2014-05-111-1/+0
|
* - revert to libtool:oldverdinoex2014-05-112-2/+37
|
* Update to version 1.1, with fix of ports/165707 in it.edwin2014-05-112-4/+3
| | | | | PR: 165707 Submitted by: Henk van Oers <henk.van.oers@xs4all.nl>
* - Stagify;thierry2014-05-112-37/+50
| | | | - since I'm there, don't reinstall the license files.
* Fix rc script.edwin2014-05-112-2/+2
| | | | | PR: 168446 Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee>
* Chase the upgrade of kicad in CONFLICTS.thierry2014-05-111-1/+1
| | | | Approved by: portmgr (implicit)
* ports/187834: port update: games/sopwithedwin2014-05-114-13/+10
| | | | | | | | The attached patch updates the games/sopwith port to the latest upstream version. Fix staging. PR: 187834 Submitted by: Jesse <jessefrgsmith@yahoo.ca>
* Update to 0.10.6.kwm2014-05-113-7/+13
| | | | | Stagify. gnomehack -> USES=pathfix
* Remove patchfile that is no longer needed (forgotten in previous commit)johans2014-05-111-119/+0
|
* - Adopt portjohans2014-05-111-6/+6
| | | | - Stagify
* - Remove indefinite article from COMMENTtota2014-05-112-16/+12
| | | | | | | | - Add OPTIONS_DEFINE - Support STAGEDIR * Make PORTDOCS and PORTEXAMPLES unconditional to stage - Remove Author: from pkg-descr - Replace tab with a single space after WWW: in pkg-descr
* - drop maintainershipdinoex2014-05-116-6/+6
|
* Horde package update:mm2014-05-1124-36/+36
| | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.14.0 -> 2.14.1 www/pear-Horde_Browser 2.0.6 -> 2.0.7 devel/pear-Horde_Cache 2.4.2 -> 2.5.0 www/pear-Horde_Feed 2.0.1 -> 2.0.2 www/pear-Horde_Http 2.1.0 -> 2.1.1 mail/pear-Horde_Imap_Client 2.19.2 -> 2.19.5 mail/pear-Horde_Mail 2.1.6 -> 2.2.0 mail/pear-Horde_Mime 2.3.0 -> 2.3.4 devel/pear-Horde_Prefs 2.5.2 -> 2.6.0 textproc/pear-Horde_Text_Filter 2.2.0 -> 2.2.1 devel/pear-Horde_Util 2.3.0 -> 2.4.0 devel/horde-timeobjects 2.0.4 -> 2.1.0
* Stagifythomas2014-05-113-4/+8
|
* - Update to dnsutl 1.12johans2014-05-112-6/+12
| | | | - Adopt port
* Update metasploit to 4.9.2 and rubygem-metasploit_data_models to 0.17.0antoine2014-05-114-10/+10
| | | | | PR: ports/189046 Approved by: maintainer timeout (2 weeks)
* - drop keepla to fix regressions introduceddinoex2014-05-112-68/+2
|
* - Remove indefinite article from COMMENTtota2014-05-112-19/+13
| | | | | | | | | | - Convert USE_BZIP2 to USES - Remove LICENSE_FILE for standard license - Add DOCS to OPTIONS_DEFINE - Support STAGEDIR * Make PORTDOCS and PORTEXAMPLES unconditional to stage - Unmute INSTALL_DATA and COPYTREE_SHARE - Replace tab with a single space after WWW: in pkg-descr
* - Add LICENSEsunpoet2014-05-113-7/+8
| | | | | | | - Remove unnecessary MASTER_SITE_SUBDIR - Sort *_DEPENDS - Sort PLIST - Remove Author line
* - fix option GTK2dinoex2014-05-111-3/+2
|
* - Support STAGEDIRsunpoet2014-05-111-0/+1
| | | | - Take maintainership
* - Support STAGEDIRsunpoet2014-05-111-4/+1
| | | | - Take maintainership
* - make sure libxml2 is recordeddinoex2014-05-111-1/+1
|
* Stagifyedwin2014-05-111-18/+11
| | | | | PR: 187861 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Stagifyedwin2014-05-111-4/+6
| | | | | | | - Allow package build on amd64 PR: 187881 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Remove Author linesunpoet2014-05-111-2/+1
| | | | - Use single space after WWW:
* Remove net/ipfw-graph.edwin2014-05-117-56/+1
| | | | Not done anything on it for a looooong time.
* Remove sysutils/lire: The project is dead.edwin2014-05-118-1156/+1
|
* - Implement staging.stephen2014-05-111-32/+32
|
* Update to no longer require NO_STAGEpeter2014-05-114-4/+28
|
* - Support stagingamdmi32014-05-112-145/+6
|
* - Support stagingamdmi32014-05-111-18/+10
| | | | | - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax
* - Support stagingamdmi32014-05-113-10/+8
| | | | - Convert USE_BZIP2 to USES
* STAGEifycperciva2014-05-111-16/+10
| | | | Submitted by: Tony Morlan
* - Support stagingamdmi32014-05-111-6/+1
| | | | | | - Convert USE_BZIP2 to USES Approved by: portmgr blanket
* - Support stagingamdmi32014-05-111-6/+5
| | | | Approved by: portmgr blanket
* - Support stagingamdmi32014-05-112-12/+6
| | | | | | - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax - Switch to USES=libtool
* Convert to stageache2014-05-111-2/+4
| | | | Add LICENSE
* audio/timidity & guspat: Add guspat as alternative for goemonmarino2014-05-1122-594/+579
| | | | | | | | Neither port is currently maintained PR: ports/177074 Submitted by: Green Dog Approved by: timidity maintainer (Kevin Zheng) before he dropped it
* Update to new upstream release 2.3.4.mandree2014-05-113-6/+4
| | | | | | | Changes: <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.4> Add USES=libtool and drop .la files.
* Convert to stageache2014-05-112-11/+8
|
* Upgrade to new upstream bugfix release 2.1.18-1.mandree2014-05-112-3/+3
| | | | Changes: https://mail.python.org/pipermail/mailman-announce/2014-May/000195.html
* Support staging.rakuco2014-05-111-13/+12
| | | | | PR: ports/189623 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
* Support staging.rakuco2014-05-112-19/+20
| | | | | PR: ports/189616 Submitted by: Allan Saddi <allan@saddi.com> (maintainer)
* - Support staging.rakuco2014-05-112-2/+3
| | | | | | | - Set LICENSE. PR: ports/189625 Submitted by: lbartoletti <coder@tuxfamily.org> (maintainer)
* - Change AUTOTOOLS=libtool to USES=libtool.stephen2014-05-113-22/+8
| | | | | | - Bump portrevision. Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html
* - Support staging.rakuco2014-05-111-1/+2
| | | | | | | - Set LICENSE. PR: ports/189626 Submitted by: lbartoletti <coder@tuxfamily.org> (maintainer)
* Maintainer no longer wishes to maintain those portsantoine2014-05-1113-13/+13
| | | | With hat: portmgr
* Drop maintainership to ports@.rakuco2014-05-111-1/+1
| | | | PR: ports/189613
* Support staging.rakuco2014-05-111-5/+3
|
* - Chase revision 353604 to graphics/plotutils.stephen2014-05-112-2/+2
| | | | Approved by: portmgr (implicit)
* - Chase revision r353611 to math/GiNaC.stephen2014-05-111-1/+1
| | | | Approved by: portmgr (implicit)
* - Chase revision r353615 to math/qhull5.stephen2014-05-112-2/+2
|
* - Change AUTOTOOLS=libtool to USES=libtool.stephen2014-05-112-3/+3
| | | | | | - Bump portrevision. Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html
* - Fix the build by building and installing from the right subdirectory.rakuco2014-05-111-9/+6
| | | | | | | - Support staging. PR: ports/185839 MFH: 2014Q2
* Update to the 20140507 snapshot of GCC 4.9.1.gerald2014-05-112-3/+3
|
* - Chase revision r353611 to graphics/plotutils.stephen2014-05-111-1/+1
|
* - Change AUTOTOOLS=libtool to USES=libtool.stephen2014-05-112-4/+5
| | | | | | - Bump portrevision. Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html
* Convert to stageache2014-05-111-11/+7
|
* Maintainer no longer wishes to maintain this portantoine2014-05-111-1/+1
| | | | With hat: portmgr
* - Chase revision 353604 to graphics/plotutils.stephen2014-05-118-5/+8
| | | | See: http://svnweb.freebsd.org/ports?view=revision&revision=353604
* Update to the 20140504 snapshot of GCC 4.10.gerald2014-05-112-3/+3
|
* Convert to stageache2014-05-113-17/+11
|
* - Change AUTOTOOLS=libtool to USES=libtool:keepla.stephen2014-05-112-6/+9
| | | | | | - Bump portrevision. Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html
* Update to 1.71.0.rakuco2014-05-113-30/+19
| | | | | | | | | - Remove libglade2 dependency. - Remove old `configure` flags. - Remove old patches. PR: ports/188385 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
* Update to 1.6.1.rakuco2014-05-112-4/+6
| | | | | PR: ports/189396 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
* devel/flexdock:makc2014-05-113-20/+11
| | | | | | | | | | | - Update to 1.2.4 - Convert NOPORTDOCS to option - Add stage support - Update MASTER_SITES and WWW (project moved to forge.scilab.org) - Take maintainership (the port is required for math/scilab) PR: ports/188985 Approved by: maintainer timeout (15 days)
* Fix pkg-install, forgotten in previous commit.madpilot2014-05-112-2/+2
|
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-11238-459/+495
| | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
* Convert to USES=tarmadpilot2014-05-111-2/+1
|
* - Add USES=libtoolmadpilot2014-05-112-7/+3
| | | | - Don't install .la files
* Maintainer no longer wishes to maintain those portsantoine2014-05-114-4/+4
| | | | With hat: portmgr
* Reset more maintainers:antoine2014-05-1113-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <yar@FreeBSD.org>: host hub.freebsd.org[8.8.178.136] said: 550 5.1.1 <yar@FreeBSD.org>: Recipient address rejected: User unknown in local <rud@cs.uni-magdeburg.de>: host mail.cs.uni-magdeburg.de[141.44.21.48] said: 550 5.1.1 <rud@cs.uni-magdeburg.de>... User unknown (in reply to RCPT TO <stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable <ocaml-ounit-port@kotka.de>: host kotka.de[62.75.247.120] said: 550 5.1.1 <ocaml-ounit-port@kotka.de>: Recipient address rejected: User unknown in <toru@tenchi.ne.jp>: host tuna.tenchi.ne.jp[49.212.63.105] said: 550 5.1.1 <toru@tenchi.ne.jp>... User unknown (in reply to RCPT TO command) <nehe@cruzinternet.com>: host inbound.platinum.ca[69.31.192.27] said: 550 cuda_nsu User [nehe@cruzinternet.com] does not exist (in reply to RCPT TO <ports@emorific.com>: Host or domain name not found. Name service error for name=emorific.com type=AAAA: Host not found <ubique@peterhost.ru>: host mx.mail.corp.hostcomm.ru[89.111.166.49] said: 550 Sorry, no mailbox here by that name (in reply to RCPT TO command) <ports@brandon.dvalentine.com>: host ASPMX.L.GOOGLE.com[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. With hat: portmgr
* Replace maintainer's email address with one that seems to workantoine2014-05-114-4/+4
| | | | With hat: portmgr
* Change maintainer's email address to one that seems to workantoine2014-05-111-1/+1
| | | | With hat: portmgr
* - Support stagingamdmi32014-05-111-4/+2
| | | | - Convert USE_BZIP2 to USES
* Reset a few maintainersantoine2014-05-1112-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72] said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) <dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please <kawahara@nlp.kuee.kyoto-u.ac.jp>: Sorry, no mailbox here by that name. (#5.1.1) <hnsmaster@h14m.org>: Host or domain name not found. Name service error for name=h14m.org type=AAAA: Host found but no data record of requested type <jre@vineyard.net>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command) <gawrilow@math.tu-berlin.de>: host mail.tu-berlin.de[130.149.7.33] said: 550 Recipient verify failed (in reply to RCPT TO command) <mico@bsd.hu>: host mail.datacast.hu[195.70.49.210] said: 550 5.1.1 <mico@bsd.hu>: Recipient address rejected: User unknown in virtual mailbox <gogo@cs.uni-sb.de>: host mail.cs.uni-sb.de[134.96.254.200] said: 550 5.1.1 <gogo@cs.uni-sb.de>... User unknown (in reply to RCPT TO command) <mickey@enforcer.cc>: Host or domain name not found. Name service error for name=keep.yourmail.yuk type=AAAA: Host not found <lucio@zetasolucoes.com.br>: host ASPMX.L.GOOGLE.COM[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. <luke@novum.am.lublin.pl>: Host or domain name not found. Name service error for name=novum.am.lublin.pl type=AAAA: Host not found <aihal@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550 unknown user (in reply to RCPT TO command) With hat: portmgr
* - Update to 3.9.1sunpoet2014-05-112-3/+3
| | | | | | Changes: http://tw.wordpress.org/2014/05/09/wordpress-3-9-1/ PR: ports/189524 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.9.1sunpoet2014-05-112-3/+3
| | | | | | Changes: http://ja.wordpress.org/2014/05/09/wordpress-3-9-1/ PR: ports/189525 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 0.05sunpoet2014-05-112-5/+4
| | | | Changes: http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody/Changes
* - Update to 0.11sunpoet2014-05-112-5/+4
| | | | Changes: http://search.cpan.org/dist/Plack-Middleware-FixMissingBodyInRedirect/Changes
* - Update to 4.2.9sunpoet2014-05-112-3/+3
| | | | Changes: https://github.com/guard/guard-rspec/releases
* - Update to 20140504sunpoet2014-05-112-3/+3
|
* - Update to 0.22sunpoet2014-05-112-3/+3
| | | | Changes: https://github.com/mitsuhiko/markupsafe/commits/master
* - Update to 0.31sunpoet2014-05-112-3/+3
| | | | Changes: http://search.cpan.org/dist/Bread-Board/Changes
* Change maintainer's email address to one that seems to workantoine2014-05-112-2/+2
| | | | With hat: portmgr
* - Add staging supportpawel2014-05-112-8/+6
| | | | | - Convert to USES=tar:bzip2 - Switch to PLIST_FILES
* - Add staging supportpawel2014-05-111-4/+6
| | | | - Fix few shwbangs
* - Add staging supportpawel2014-05-111-36/+15
| | | | | | - Use options helpers - Break lines around 80 characters, remove excessive blank ones
* Maintainer no longer wishes to maintain those portsantoine2014-05-112-2/+2
| | | | With hat: portmgr
* Add staging support, allow it as normal userpawel2014-05-113-17/+40
|
* - USES=libtool:keepla tar:bzip2.tijl2014-05-102-10/+6
| | | | - Remove a clang hack.
* Update to 2.1.0.4antoine2014-05-102-4/+5
|
* - Update to 3.0.16bdrewery2014-05-103-47/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move to using pkg-plist Changes: This will likely be the last 3.0.x release. 3.1 is almost complete. * Leftovers checking has moved to Ports Mk/Scripts/check_leftovers.sh, which allows more consistency and easier maintenance without requiring a Poudriere release to make changes. * Staging Orphans has moved to Ports 'make check-plist' for the same reasons. See r351587 for more information on the new behavior. The new leftover/orphan code has new %%PLIST%% sub behavior and also fixes many false-positive orphans, leftovers, and @dirrm showing. * Fix many races in port cleanup/skip handling. * Fix crashed builder detection. * Hide pkg_install EOL warnings and disable WARNING/ERROR waits when testing * Disable DEVELOPER from make.conf; Poudriere will automatically set it when appropriate. This prevents testing of port dependencies that were not requested to be tested. * distclean: Prevent removing all files by accident. * Having PKG_REPO_SIGNING_KEY set but the file missing is now fatal. * kern.securelevel >=1 is now fatal. * Fix 'kill: No such process' warnings with older /bin/sh (8.x) * Fix crash on 8.3 due to bug with $(()) handling of _vars (fixed in base r234001) * Fix case of packages always rebuilding with "changed options" when the port has an OPTION defined multiple times (such as fixed in ports r352512) * Fix 'Terminated' warning showing at shutdown with older /bin/sh (fixed by r218105 but never made it to stable/8)
* Update to -dev25.demon2014-05-102-3/+3
|
* Swap MASTER_SITES, texinfo.tex has been rerolled (it is unversionned) onantoine2014-05-101-2/+2
| | | | | | | the first master site Reported by: pkg-fallout With hat: portmgr
* Add USES=libtool:keepla tar:bzip.tijl2014-05-102-3/+4
|
* - USES=libtool:keepla tar:bzip2.tijl2014-05-103-17/+16
| | | | - Replace post-install with INSTALL_TARGET=install-strip.
* - update german bugzilla templatesohauer2014-05-106-9/+9
|
* Runtime fix: all the dynamically generated part of the plist was not packagedantoine2014-05-101-4/+4
| | | | With hat: portmgr
* - Unbreak on FreeBSD 11.fjoe2014-05-106-89/+4
| | | | - Switch to a newer snapshot that already contains port patches.
* Mark BROKEN: Unfetchableantoine2014-05-103-0/+6
| | | | With hat: portmgr
* Update to 0.18matthew2014-05-103-50/+48
| | | | ChangeLog: http://cpansearch.perl.org/src/ALEXMV/RTx-Calendar-0.18/CHANGES
* - Fix MASTER_SITE_GENTOOamdmi32014-05-101-1/+1
|
* Add bin/foreman to PLIST_FILES.rpaulo2014-05-101-0/+2
| | | | | Reviewed by: swills Approved by: swills
* - Update to 5.4tota2014-05-102-3/+3
|
* - Support stagingamdmi32014-05-1010-35/+20
| | | | | - Use new LIB_DEPENDS syntax - Convert USE_BZIP2 to USES
* Add the Heroku ports.rpaulo2014-05-107-0/+59
| | | | | | | | Heroku is a cloud platform as a service (PaaS) supporting several programming languages. (Wikipedia) Reviewed by: swills Approved by: swills
* Introduce a new port rubygem-tins0 for an old version of the tins Ruby GEM.rpaulo2014-05-107-4/+28
| | | | | | | This is a dependency only for rubygem-file-tail. Reviewed by: swills Approved by: swills
* - Refactor to supporting stagingsahil2014-05-101-8/+7
| | | | | PR: ports/188921 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Support stagingamdmi32014-05-102-24/+16
|
* - Update to 1.0.3.stephen2014-05-102-4/+3
|
* - Support stagingamdmi32014-05-101-1/+7
| | | | - Strip binary
* - Support stagingamdmi32014-05-102-12/+11
| | | | | - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax
* - Support stagingamdmi32014-05-1010-4/+33
| | | | | - Use meaningful patch names - Convert USE_GMAKE to USES
* - Support stagingamdmi32014-05-102-11/+8
|
* - Support stagingamdmi32014-05-101-12/+10
| | | | - Optionize
* - Update to 0.3.2bdrewery2014-05-102-6/+5
| | | | | Changes: - Fix trying to snapshot unmounted datasets
* Add an option to build user manual. Turned off by default.jkim2014-05-103-9/+54
|
* - Support stagingamdmi32014-05-101-10/+4
|
* - Support stagingamdmi32014-05-101-39/+21
| | | | - Convert USE_GMAKE to USES
* - Support stagingamdmi32014-05-101-5/+3
|
* - Support stagingamdmi32014-05-102-10/+4
|
* - Update to 2.12-20140507sahil2014-05-103-84/+174
| | | | - Refactor to support staging and developer mode
* - Support stagingamdmi32014-05-101-20/+11
| | | | | | - Convert USE_GMAKE to USES - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax
* Make sure to set --disable-docs and --disable-libvpx.jkim2014-05-102-7/+9
|
* - Support stagingamdmi32014-05-101-12/+8
| | | | - Use new LIB_DEPENDS syntax
* - Support stagingamdmi32014-05-101-6/+2
| | | | - Verbosify build and installation
* - Support stagingamdmi32014-05-103-26/+12
| | | | | | | | - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax - Remove redundant OPTIONS_DEFAULT - Convert single-line pkg-plist to PLIST_FILES - Remove Author lines
* - Support stagingamdmi32014-05-101-5/+4
|
* Add bash runtime dependency (until I turn the arc command into proper /bin/sh)bapt2014-05-101-2/+3
|
* - Move security-check.awk to Mk/Scripts where it is more proper these days.bdrewery2014-05-102-1/+1
| | | | With hat: portmgr
* - Stage supporttdb2014-05-102-3/+1
|
* - Fix regression handling files with spaces from r350006.bdrewery2014-05-101-21/+40
| | | | | | | | | | | | Separate file(1) and stat(1) output by a newline and read each line individually to avoid losing spaces. - Use <<-EOF with heredocs to avoid bad indent - Add some more comments - Quote filenames in output so it is less unclear Spotted by: mandree Reviewed by: antoine With hat: portmgr
* Support stagebapt2014-05-103-41/+12
| | | | Remove deprecated and useless pkg-req
* - Stage supporttdb2014-05-103-35/+13
| | | | | | | - Use http download site in preference to ftp - Add amd64 to supported architectures - Remove support for old unsupported FreeBSD versions - Use @sample plist keyword
* - Repocopy graphics/sfml to graphics/sfml1 in preparaton for update to 2.xamdmi32014-05-1011-0/+287
| | | | - Implement necessary hacks needed for graphics/sfml and graphics/sfml1 to coexist
* - Stage supporttdb2014-05-108-138/+22
| | | | | | - Remove support for FreeBSD < 8 - Use @sample plist keyword - Use USERS and GROUPS to create login
* - Stage supporttdb2014-05-103-23/+21
|
* - Stage supporttdb2014-05-108-25/+12
|
* - Update to 5.9.16tdb2014-05-103-8/+6
| | | | - Stage support
* Update URL for libmowgli.tdb2014-05-102-2/+2
|
* Bump portrevisionbapt2014-05-101-0/+1
|
* libphutil needs the php5-xml modulebapt2014-05-101-1/+1
|
* - After recent graphics/devil soversion bump its PORTREVISION was not ↵amdmi32014-05-109-9/+9
| | | | | | bumped, so bump it properly now and also bump all dependent ports again Submitted by: tijl
* - Don't remove mtree directoriesamdmi32014-05-1020-21/+0
| | | | Approved by: portmgr
* - Update to 18.6swills2014-05-103-4/+4
| | | | | | | - Pet portlint PR: ports/189523 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 1.55swills2014-05-103-4/+3
| | | | | PR: ports/189530 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 0.54swills2014-05-104-6/+8
| | | | | | | - Pet portlint PR: ports/189527 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 1.3.0swills2014-05-103-5/+4
| | | | | | | - Pet portlint PR: ports/189526 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Support stagingamdmi32014-05-102-8/+5
| | | | | | | | | - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax - Don't remove mtree directory - Fix PREFIX/LOCALBASE usage Approved by: portmgr blanket
* - Support stagingamdmi32014-05-102-7/+1
| | | | | | | | - Convert USE_BZIP2 to USES - Don't remove mtree dirs - Remove reduntant CONFIGURE_ARGS Approved by: portmgr blanket
* - Add staging supportpawel2014-05-101-11/+10
| | | | | - Remove leading article from COMMENT - Define DOCS option
* - Remove redundnat MYSQL option. It's already defined in the DB SINGLE.bdrewery2014-05-101-1/+1
| | | | | This fixes older poudriere continually rebuilding this pacakge every build.
* - Update to 2.00swills2014-05-102-3/+3
| | | | | PR: ports/189504 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Add staging supportpawel2014-05-103-20/+10
| | | | | - Switch to PLIST_FILES - Define DOCS option
* - Update to 0.08swills2014-05-103-5/+7
| | | | | | | - Use configure instead of modbuild PR: ports/189503 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 1.08swills2014-05-103-8/+5
| | | | | PR: ports/189502 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 0.024swills2014-05-103-4/+4
| | | | | | | - Pet portlint PR: ports/189501 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 1.304swills2014-05-103-5/+3
| | | | | | | - Pet portlint PR: ports/189500 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Add staging supportpawel2014-05-102-13/+18
| | | | - Respect CFLAGS during build
* - Update to 0.11swills2014-05-102-3/+3
| | | | | PR: ports/189463 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* Add staging supportpawel2014-05-102-6/+4
|
* - Update to 0.06swills2014-05-103-4/+3
| | | | | PR: ports/189462 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Add staging supportpawel2014-05-101-9/+8
| | | | - Define DOCS option
* - Update to 0.26swills2014-05-102-3/+3
| | | | | PR: ports/189461 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 0.20swills2014-05-102-3/+3
| | | | | PR: ports/189460 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Convert USE_BZIP2 to USESamdmi32014-05-102-4/+1
| | | | | - Support staging - Don't remove mtree directory
* - Convert USE_BZIP2 to USESamdmi32014-05-102-7/+3
| | | | | - Don't remove mtree directories - Whitespace nits
* - Keep .la files for now and delete a libtool patch. [1]tijl2014-05-104-48/+13
| | | | | | - Replace a Makefile.in patch with USES=pathfix. Reported by: Willy Offermans <Willy@Offermans.Rompen.nl> [1]
* - Update to 6.43swills2014-05-103-971/+5
| | | | | PR: ports/189459 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Add staging supportpawel2014-05-101-8/+5
| | | | - Define DOCS option
* - Support stagingamdmi32014-05-102-5/+2
| | | | | | - Don't remove mtree directories Approved by: portmgr blanket
* - Update to 0.4.1amdmi32014-05-102-4/+5
| | | | - Add LICENSE
* - Update to 0.5.11amdmi32014-05-103-15/+3
|
* - Support stagingamdmi32014-05-102-74/+71
| | | | | | | - Don't remove mtree directory - Consistently use DATADIR placeholder in plist Approved by: portmgr blanket
* - Support stagingamdmi32014-05-102-7/+4
| | | | | | | - Use new LIB_DEPENDS syntax - Don't remove mtree directory Approved by: portmgr blanket
* Update to Wine 1.7.18. This includes the following changes:gerald2014-05-102-4/+3
| | | | | | | | - Improved OLE Accessible Object support. - Fixes for various memory issues found by Valgrind. - A few more MSHTML functions. - Some DirectDraw cleanups. - Various bug fixes.
* - Update to 1.2011swills2014-05-102-3/+3
| | | | | PR: ports/189449 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 0.07swills2014-05-103-15/+3
| | | | | PR: ports/189448 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Add staging supportpawel2014-05-102-45/+30
| | | | | | - Reomve leading article from COMMENT - Convert to new LIB_DEPENDS format - Use options helpers, subs
* Add Monitoring::Plugin, a Nagios::Plugin fork.mat2014-05-105-0/+63
| | | | Sponsored by: Absolight