1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

2395 Commits

Author SHA1 Message Date
Bryan Drewery
864cae0fab - Update to checkin 52e5de4fd8
Changes:
      - 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
      - bulk: New C index builder for pkg_* bulks
      - bulk: Automatically detect direct dependency changes. This should detect
        postgresql/mysql/perl updates (change of default versions) without
        needing user interraction.
      - Delete empty directories when cleaning up repositories
      - Add ftp-archive method for old releases
      - jail: consistently accept svn revision number
      - bulk -T: Implement try-broken
      - bulk -F: fetch-orginal - This flag tries to download from the original mirror
        and ignores all FreeBSD mirrors
      - jail -c -P ./path.to.patch: Patch the src tree with the given patch before building it
      - Add a small C code to determine if a directory is empty (faster than find for this)
      - jail -u: Fix 'Error: 1 argument expected: jname'
      - ports -F: Fix not populating method file
      - ports -u: Fix backwards compatibility with snap dir
      - Fix NO_ZFS still causing zfs.ko kernel module to be loaded
      - Raise default nohang time to 7200 and add MAX_EXECUTION_TIME/NOHANG_TIME
      - ports -d: Fix deleting the ports tree
      - jail -d: Fix deleting jails
      - testport: Add .keep support for wrkdir saving
      - Speedup packaging by reducing I/O
      - Fix crash in siginfo_handler() via cache_get_pkgname() if origin is empty
      - ZSH completion fixes
      - Documentaiton fixes
      - Various leftover fixes
      - Various other fixes

Feature safe:	yes
2013-04-16 22:09:15 +00:00
Matthew Seaman
ab921bfe06 Update to 3.2
- Add support for parsing the output of 'svn update' as one
          of the input formats for cache-update.

        - Drop support for parsing cvsup output or the cvsup checkouts
          file, as the ports no longer uses cvsup.

        - Accordingly remove the PropagationDelay configuration item,
          that only applied to cvsup-mirroring.

        - Cope with systems where realpath($PORTSDIR) != $PORTSDIR

	Thanks to Doug Barton for bug reports and testing.

Feature safe:  yes
2013-04-16 20:53:16 +00:00
Eygene Ryabinkin
8f2ef95e34 Packaudit: switch to Subversion
- use links to Subversion tree, HTTPS-flavored ones;

 - extract revision using Subversion format of $FreeBSD$;

 - refuse to work with vuln.xml that comes from CVS:
   automated exporter is switched off, so this source of
   vulnerabilities is stale.

Reviewed by:	simon, bz (partly), gavin
Approved by:	portmgr (tabthorpe), so (des), secteam (simon)
2013-04-09 17:36:29 +00:00
Eitan Adler
66ad0ead65 Fix the MASTER_SITES of dialog4ports.
The extranious "\" only worked by accident because the following line was blank.

Approved by:	portmgr (miwi)
2013-03-31 05:50:32 +00:00
Bryan Drewery
8570c6914f - Update to 1.0.11
Changes:
 - Fixes pkg-[r]query %d only returning the first
   depedency. This could have resulted in packages
   being built without a full depedency list. It is
   recommended to rebuild any packages built in the
   last day.

With hat:	portmgr
2013-03-31 01:02:19 +00:00
Bryan Drewery
01524ae238 - Add more mirrors to fix build
Approved by:	maintainer (implicit)
Approved by:	portmgr
With hat:	portmgr
2013-03-30 11:17:52 +00:00
Bryan Drewery
4dbbe6647a - Update to 1.0.10
- Replace tab with space in pkg-descr

Changes:
  - gcc44/gcc48 build fixes
  - pkg-install now returns 0 when requested pkgs already
    installed
  - Fixed pkgconf file handling
  - Hard-coded post-deinstall list has been moved to
    bsd.pkgng.mk as _FORCE_POST_PATTERNS so we can update
    that instead of having a pkgng release every time a new
    one is identified.
  - Add pkg check -n for -d to be scriptable
  - Fix memory corruption if WWW passed directly to manifest
  - COMMENT/Description/WWW are now required to make valid
    packages
  - Store fetched packages as 0644
  - Add events for conflicts
  - Add -F to pkg-install
  - Pipe fixes
  - Misc fixes
2013-03-30 04:50:17 +00:00
Bryan Drewery
ab2198cf03 - Update to 3.16
This fixes a regression with non-pkgng usage that would invoke
the bootstrapper when upgrading ports. My testing did not
cover systems with the bootstrapper that did not use pkgng, so
this was missed.

The impact of this was just a hung build during deinstall.

Reported by:	mandree
Pointyhat to:	bdrewery
2013-03-29 23:48:02 +00:00
Bryan Drewery
8dd2f7091d Mark BROKEN as I fix a reported regression 2013-03-29 23:31:25 +00:00
Bryan Drewery
3b9dc59b3f - Update to 3.15
- Add extra mirror
- Remove PKGNGPATCH option

Changes:
  - The pkgng patch has been fully integrated upstream with its
    history copied from the pkgng repo over to portmaster's repo
  - Add extra messages before/after killing background processes so
    that 'Terminated' messages look less unexpected
  - Fix running from / trying to build the entire tree
  - pkgng: Fix -s not respecting the automatic flag
  - Fix "Argument list too long" errors
  - Add PM_SU_CMD documentation to the sample config file [1]
  - Fix -o not showing the specified origin [pkgng patch bug]

Submitted by: Oleg Pudeyev <oleg@bsdpower.com> [1]
2013-03-29 20:43:54 +00:00
Bryan Drewery
66e4b6bc2b - Update to checkin 51586b2049 which will eventually become 3.0
This codebase has been in testing for several months now and
  is stable
- Remove standard description for ZSH

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.
  - testport has lost -d
  - Remove cron
  - Add daemon (rc script not completed yet)
  - queue has been reworked for daemon (this may further change)
  - New HTML/AJAX interface using jQuery
  - Build times are now tracked
  - Runaway builds are now automatically killed after 1200/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.
  - jail -c gjb method is now an alias for ftp
  - ports: Support checking out a different branch with -B
  - testport -i improvements:
    * Network enabled
    * Works even when build fails
    * RUN_DEPENDS now installed
    * tty usage still broken

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-03-29 11:25:14 +00:00
Bryan Drewery
8334bd8845 Remove standard ZSH_DESC 2013-03-28 13:03:12 +00:00
Bryan Drewery
9b3f2ef5eb - Update to 0.1.3 which only brings a -v option to allow
supporting older versions for the stdout/stderr switching

Approved by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
With hat:	portmgr
2013-03-28 11:05:28 +00:00
Olli Hauer
2a816df7e1 - Update of jailaudit to version 1.4
PR:		ports/177410
Submitted by:	Philipp Wuensche <cryx-ports@h3q.com> (maintainer)
2013-03-27 19:20:31 +00:00
Bryan Drewery
59257b3ffb - Update to 2.4.1
Changes:
 - Require DISTFILES_CACHE
 - Require that DISTFILES_CACHE not be in the PORTSDIR since it
   will be mounted read-only now
2013-03-25 15:08:30 +00:00
Bryan Drewery
04b2b7910d - Update to 0.1.2
Changes:
  - Use stderr as the old dialog did, which fixes usage inside
    of jails
  - Add D4PMINHEIGHT and D4PALIGNCENTER (see dialog4ports(1))

Approved by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
With hat:	portmgr
2013-03-25 11:33:20 +00:00
Koop Mast
174f6e0206 Make sure run_deps is uncommented.
Note to self, if you comment items to test things. Make sure to uncomment them
before committing.

Submitted by:	pointyhat via miwi
2013-03-25 06:41:24 +00:00
Bryan Drewery
6702de8f5f - Update to 2.4
This will be the last 2.x release. The 3.0 release will have
  optional support for NO ZFS and is currently in testing.
- Convert tab to space in WWW

Changes:
    - cron: This is now deprecated and will be replaced in 3.0 with a daemon
    - testport: -d support has been deprecated and will be removed in 3.0. Use
      -p instead.
    - testport: Add interactive test mode with -i
    - bulk: Add -vv to display which dependencies are required and causing
      rebuilds
    - jail: Validate that jails do not contain a '.' per jail(8) restrictions
    - options: Fix options not properly recursing based on changed options
    - bulk: The queue is now processed through a priority based on how many
      other ports depend on the port that is ready-to-build [1]
    - bulk: Add -R option to remove RESTRICTED packages after building
    - bulk: Fix INDEX building
    - Builds now mount packages, ports, distfiles and options as read-only
      They are allowed to have changes made only in specific phases. Note that
      'testport -c' is currently broken due to this.
    - Fix IPv6-only hosts
    - Build logs now include make.conf
    - Improved leftover detection using mtree
    - Ports now only have distfiles available to them that are registered in
      their distinfo.
    - Leftovers now use the entire PLIST_SUB list
    - Fix WRKDIR being saved on extract failures
    - More build performance improvements
    - Improved stuck queue error displaying and handling
    - TMPFS_LOCALBASE support added
    - More sanity checks added for broken ports
    - ports: csup support removed as CVS is EoL
    - testport: Fix port's PREFIX not being respected
    - ports: Fix svn+https support [2]
    - Ability to always save WRKDIR if a .keep file is present

Submitted by:	Matthew Dillon <dillon@apollo.backplane.com> [1] (based on)
Submitted by:	antoine [2]
2013-03-24 12:44:26 +00:00
Greg Lewis
67d39019d6 . Remove the versioning from the libarchive dependency so we don't need to
chase shared library bumps.
2013-03-23 18:49:31 +00:00
Chris Rees
edd7e5fb03 Update to 1.3
- Add recurse option, to recover ports that the recovered port depends on
  - Add recurse option, to recover ports that the recovered port depends on
2013-03-23 13:41:16 +00:00
Bryan Drewery
282a9890b6 Remove standard descriptions for BASH/ZSH
Suggested by:	danfe
2013-03-23 11:21:50 +00:00
Bryan Drewery
d8d3b88b2b - Enable pkgng support by default. This is safe for
non-pkgng users as well.
2013-03-23 02:07:26 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Baptiste Daroussin
61000f2327 Convert to new options framework ports in p* catories 2013-03-22 12:40:32 +00:00
Bryan Drewery
114ac2e3b9 - Update to 0.1.1
Changes:
 - Fix D4PFULLSCREEN being default on when blank.
   Now requires y/yes to enable
 - Automatically unset LC_ALL to show nicer characters
 - Fix crash when resizing
 - Upstream the -lm fix

Approved by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
With hat:	portmgr
2013-03-21 22:07:51 +00:00
Bryan Drewery
3024b7f696 - Fix build with 7.4 2013-03-21 12:59:40 +00:00
Bryan Drewery
becd92b496 - Remove prompt for dialog4ports. Dialog4Ports is a
required part of ports 'make config' now. This is seen
  as not much different than any other dependency.
- Allow dialog4ports to work with INSTALL_AS_USER
  by building and using the port's WRKDIR version
  through a Tools/scripts wrapper
- Add NO_DIALOG for 'config' as well.
- Fix D4P environment variables not passing to dialog4ports:
  D4PHEIGHT, D4PWIDTH, D4PFULLSCREEN

Reviewed by:	miwi, bapt, rum1cro@yandex.ru
Tested by:	miwi, bapt, rum1cro@yandex.ru
Tested by:	bdrewery (small exp-run)
Requested by:	many
2013-03-21 02:55:32 +00:00
Baptiste Daroussin
a828016cb6 Readd the removed by mistake libdialog distinfo
Reported by:	zeising
2013-03-20 13:34:05 +00:00
Baptiste Daroussin
4c9812268b Change distfile from tar.xz to tar.gz to be nice with FreeBSD 7 people 2013-03-20 11:35:01 +00:00
Koop Mast
2a3357182d Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.

Reviewed by:	miwi, bapt
2013-03-19 10:40:22 +00:00
Bryan Drewery
0be5237230 - Fix lib/gio/modules/giomodule.cache being seen as a leftover
due to @unexec gio-querymodules running before files were deinstalled.
  A more extensible solution is being sought for 1.0.10 to be used through
  bsd.pkgng.mk

Reported by:	miwi, swills
With hat:	portmgr
2013-03-18 13:04:26 +00:00
Bryan Drewery
4d051e3180 - Remove the need to patch newvers.sh on revision updates by
passing PORTREVISION into the MAKE_ENV
2013-03-18 13:02:03 +00:00
Bryan Drewery
40dd6cf483 - Don't use ruby-bdb with ruby 2.0 as it is currently
broken. Fallback on dbm_hash for now.

Reported by:	Jeroen Ruigrok van der Werven
2013-03-17 22:04:00 +00:00
Bryan Drewery
42d283569c - Update to checkin e9eb1d10aa which will become 2.4.
2.4 will be the last major release in 2.x. Once 2.4
  is released, this devel port will be updated to 3.0
  which optionally supports NO ZFS!!
- Convert tab to space in WWW

Changes:
    - cron: This is now deprecated and will be replaced in 3.0 with a daemon
    - testport: -d support has been deprecated and will be removed in 3.0. Use -p instead.
    - bulk: The queue is now processed through a priority based on how many
      other ports depend on the port that is ready-to-build [1]
    - bulk: Add -R option to remove RESTRICTED packages after building
    - bulk: Fix INDEX building
    - Builds now mount packages, ports, distfiles and options as read-only
      They are allowed to have changes made only in specific phases. Note that
      'testport -c' is currently broken due to this.
    - Fix IPv6-only hosts
    - Build logs now include make.conf
    - Improved leftover detection using mtree
    - Ports now only have distfiles available to them that are registered in their distinfo.
    - Leftovers now use the entire PLIST_SUB list
    - Fix WRKDIR being saved on extract failures
    - More build performance improvements
    - Improved stuck queue error displaying and handling
    - TMPFS_LOCALBASE support added
    - More sanity checks added for broken ports
    - ports: csup support removed as CVS is EoL
    - testport: Fix port's PREFIX not being respected
    - ports: Fix svn+https support [2]
    - Ability to always save WRKDIR if a .keep file is present

Submitted by:	Matthew Dillon <dillon@apollo.backplane.com> [1] (based on)
Submitted by:	antoine [2]
2013-03-17 20:22:54 +00:00
Bryan Drewery
8a650dee65 - Remove needless quoting of BROKEN/IGNORE
- Trim headers

PR:		ports/168908
With hat:	portmgr
2013-03-16 02:56:29 +00:00
Baptiste Daroussin
fd3121bdcd Fix build on arm
Reported by:	skreuzer
2013-03-15 14:57:19 +00:00
Bryan Drewery
8d9524b3b8 - Remove use of bsd.port.pre.mk
- Reword pkg-message to try to be more clear
2013-03-14 22:11:47 +00:00
Bryan Drewery
a01f6eaec9 - Fix crash in pkg-update
You may need to manually 'pkg add' 1.0.9_1 or rebuild
  from ports if you are on 1.0.9

Submitted by:	Alexandre Perrin <alexandre.perrin@netoxygen.ch>
Obtained from:	upstream git
With hat:	portmgr
2013-03-14 10:11:34 +00:00
Bryan Drewery
78c489629d - Update to 1.0.9
Changes:
  - pkg-query(8) now returns EX_UNAVAILABLE when no package could be found [1]
  - pkg-rquery(8) now returns EX_UNAVAILABLE when no package could be found
  - Incompatible ABI message has been improved
  - Support base libbsdyml when possible over bundled libyaml
  - Fix `pkg install -fR` not installing missing dependencies [2]
  - Fix build with clang/gcc-4.7 in some cases [3]
  - Fix SRV MIRROR support
  - pkg-{fetch,install,upgrade} -L has been deprecated. Please use -U now.
    -L will be removed in a future release. Thiwas was done to be consistent
    with future support for -U in pkg-rquery(8) and pkg-search(8)
  - Make DEVELOPER_MODE architecture suggestion more clear that it is non-fatal.
    This is not really implemented yet and is just a hint.
  - Fix @cwd not being respected for @exec/@unexec. This mostly manifested as
    directories being created in the wrong place when installing packages.
  - New configuration option FETCH_TIMEOUT [4]
  - Documentation updates

PR:		ports/173515 [1]
Reported by:	eadler [1]
Submitted by:	Alexandre Perrin [1]
PR:		ports/175899 [2]
Reported by:	Adam McDougall <mcdouga9@egr.msu.edu> [2]
Submitted by:	John Marino [3]
Submitted by:	Dan McGregor [4]
Reviewed by:	bapt (release changeset)
With hat:	portmgr
2013-03-14 02:42:11 +00:00
Baptiste Daroussin
90e5fc1d3e Add a mirror 2013-03-13 23:38:48 +00:00
Baptiste Daroussin
2fc02d489c Add new dialog4ports
This will be used soon to replace the old dialog(1) for make config
It implements a new mixeddlg widget which allow to mix radio and
classic buttons in a single interface allowing the UI to reflect
optionsng features.

Bundle libdialog on 8.x which doesn't provide a recent libdialog(3).

Thank you very much to Ilya A. Arkhipov who wrote it,
helped by danfe, eadler and myself
2013-03-13 23:25:20 +00:00
Bryan Drewery
026483c726 - Update to 2.4.10.5
Changes:
 * Fix -O flag not always being respected
 * Disable dependency sanity checking with PKGNG as it has its own mechcanism
   pkg-check(8) for that.
 * Fix date parsing support with PKGNG [1]

PR:		ports/175926 [1]
Reported by:	deeptech71 <deeptech71@gmail.com> [1]
2013-03-13 11:13:36 +00:00
Jason Helfman
47568860f0 - fastest_cvsup is an outdated authoring tool for ports, move to svn
- take maintainership

Approved by:	maintainer, linimon@
2013-03-12 21:56:11 +00:00
Jason Helfman
93709e9c82 - really take maintainership now... 2013-03-12 21:52:56 +00:00
Jason Helfman
59a6619419 - fastest_cvsup is an outdated maintenance tool for ports, move to svn
- take maintainership

PR:		176696
Submitted by:	jgh@
Approved by:	maintainer, linimon@
2013-03-12 21:51:38 +00:00
Mark Linimon
5f3addd4f0 I really haven't used this in quite some time, so return it to the pool. 2013-03-12 06:56:48 +00:00
Matthias Andree
a3f87847d6 - read pkg_info -L information in chunks of 100 packages at a time,
to avoid forking once per package, which was slow.
- clean up ports header
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
2013-03-11 23:13:18 +00:00
Chris Rees
816cf4dccc Update to 1.2
- Properly strip category

Submitted by:	eadler
2013-03-11 18:45:16 +00:00
Joe Marcus Clarke
a3cd4c6cb4 Bump to version 2.14.2.
* Add a missing comma to fix a really weird error on checking certain ports. [1]
* Remove unused PL_CVS_IGNORE [2]
* Add check for a single space after WWW: in pkg-descr [2]
* Clarify 'Created by:' warning message [2]
* Add new OPTIONS_* knobs to @options_early [2]
* Add supported for USE_GCC=yes. [3]

PR:             175186 [1]
                175317 [2]
                174758 [3]
Submitted by:   gerald [1] [3]
                ak [2]
2013-03-10 06:16:40 +00:00
Joe Marcus Clarke
19121c59d4 Bump to version 2.14.2.
* Add a missing comma to fix a really weird error on checking certain ports. [1]
* Remove unused PL_CVS_IGNORE [2]
* Add check for a single space after WWW: in pkg-descr [2]
* Clarify 'Created by:' warning message [2]
* Add new OPTIONS_* knobs to @options_early [2]
* Add supported for USE_GCC=yes. [3]

PR:		175186 [1]
		175317 [2]
		174758 [3]
Submitted by:	gerald [1] [3]
		ak [2]
2013-03-10 06:16:05 +00:00
Bryan Drewery
5582b4f0db - Use USE_SUBMAKE to fix running 'make build deinstall install' not properly
using the pkg-static(8) from WRKSRC during the install phase

PR:		ports/171831
Reported by:	Garrett Cooper <yaneurabeya@gmail.com>
Approved by:	portmgr (bapt)
2013-03-09 22:53:59 +00:00
Emanuel Haupt
1101f09c09 Remove indefinite article from COMMENT 2013-03-08 14:00:30 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Bryan Drewery
9831b9d8c9 Fix distinfo after updating version 2013-03-07 22:45:57 +00:00
Bryan Drewery
405ef602a8 Use proper versioning 2013-03-07 13:30:37 +00:00
Alex Kozlov
2cfb2698d1 - Update to 1.12 2013-03-07 13:29:33 +00:00
Bryan Drewery
ac4d44eac4 - Update to checkin 6c357b3
Changes:
  * Fix date parsing when using pkgng

PR:		ports/175926
2013-03-07 13:28:48 +00:00
Bryan Drewery
c5a5da506c - Fix missing dependency on devel/ruby-date2 when using Ruby 1.9
for date parsing
2013-03-07 12:06:54 +00:00
Chris Rees
15374243c5 Reversed logic
Submitted by:	Domagoj Smolcic <rank1seeker@gmail.com>
Pointyhat to:	crees
2013-03-06 20:49:22 +00:00
Chris Rees
e1ec71d455 Update to 1.1:
- Error to stderr

- Assume that the user will set their own pager.

Submitted by:	ak
2013-03-06 18:57:05 +00:00
Bernhard Froehlich
27dac82f8c - Fix typo in option name 2013-03-06 15:44:31 +00:00
Martin Wilke
d08f5fced8 - Update to 4.0.0
- OptionNG

Full Changelog:
http://www.marcuscom.com/pipermail/tinderbox-list/2013-March/002909.html
2013-03-04 05:12:53 +00:00
Bryan Drewery
9abf443362 - Update to checkin a05c5da
Changes:
 * Fix -O flag not being respected
 * Disable dependency sanity checks with PKGNG
   as the pkg(8) db is not reliable for dependency
   versions after using pkg-set -o and other
   operations.
2013-03-04 01:55:42 +00:00
Baptiste Daroussin
c9ed11d1d1 2013-02-27 www/igal: No more upstream, no more public distfiles, consider using www/llgal
2013-02-27 finance/tinyerp-server: No more upstream, no more public distfiles, consider using finance/openerp-server
2013-02-27 ports-mgmt/portcheck: No more upstream, no more public distfiles
2013-02-28 security/sslproxy: Abandoned upstream
2013-02-28 x11-themes/e17-theme-darkness: No more public distfiles
2013-02-28 x11-themes/e17-theme-cthulhain: Dead upstream since 2008
2013-02-28 x11-servers/driglide: 3dfx is dead, fails to compile on recent versions of freebsd
2013-02-28 mail/gmime: Superceded with version 2.4
2013-02-28 archivers/bsdar: part of the base system
2013-03-03 23:45:02 +00:00
Chris Rees
3d7c117625 Rewrite in sh for version 1.0
Minor behaviour changes, but still very
simple to use-- now supports Subversion!
2013-03-03 10:30:46 +00:00
Chris Rees
a10d79d148 Take maintainership.
Rewrite coming soon.
2013-03-02 18:55:21 +00:00
Eitan Adler
5302c87fa5 Deprecate portdowngrade as it no longer functions as expected 2013-03-02 16:46:07 +00:00
TAKATSU Tomonari
cae75110cc - Switch the VCS tool for the ports tree from CVS to SVN
- Pet portlint in porttools
  * Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
  * Replace tab with space WWW: line in pkg-descr

PR:		ports/174860
Submitted by:	tota (myself)
Approved by:	maintainers (timeout > 2 months)
2013-03-02 00:40:53 +00:00
Jason Helfman
583c0400c8 - add new port: ports-mgmt/prhistory
prhistory shows PR from the FreeBSD GNATS database corresponding
to a port. Show a summary view of all PR related to a port and
request an individual PR by number.

WWW: https://github.com/waitman/prhistory

PR:		175627
Submitted by:	uzimac@da3m0n8t3r.com
2013-03-01 19:06:01 +00:00
Frederic Culot
245b36b5a0 - Update to 1.3
PR:             ports/176476
Submitted by:   Philipp Wuensche <cryx-ports@h3q.com> (maintainer)
2013-02-27 13:03:46 +00:00
Baptiste Daroussin
9685e62881 pkg uses /usr/share/mk/* framwork to build, so it can be tuned via
make.conf/src.conf which is something we don't want when building from the ports
tree.

Make sure to ignore make.conf and src.conf when building.

Reported by:	kargl@
Tested by:	kargl@
2013-02-27 07:05:52 +00:00
Baptiste Daroussin
ed8719542a - update to 1.0.8
- changes:
  * libpkg: When reseting a package reset the associated flags
  * libpkg: Allow to build with newer and older libarchive
  * Fix pkg clean trying to get information on non existing packages
  * Fix build with bmake
  * Fix multi repository save remote repository to wrong database
  * Fix pkg repo incremental update
  * Return an error when one of the repository failed to update in multi repo
    mode
  * Fix dragonfly abi detection to fit the way dragonfly development is done
2013-02-20 22:37:48 +00:00
Bernhard Froehlich
9dac9c3de5 - Fix typos in nginx support 2013-02-18 12:52:12 +00:00
Jimmy Olgeni
b24b0a131d Convert Makefile headers to the new format. 2013-02-18 12:34:39 +00:00
Martin Wilke
d6afee47fa - Add support for www/ngnix
Requested by:	Dmitry Morozovsky <marck@rinet.ru> via tinderbox ml.
2013-02-15 02:56:42 +00:00
Chris Rees
0dd7579209 Various spelling corrections
PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer

While here, style and duplicate phrase fixes in bsdcflow pkg-descr

Submitted by:	mi
2013-02-09 12:00:52 +00:00
Eitan Adler
cc483cb5b0 Make it clear that pkgng is optional
Submitted by:	wblock
Approved by:	bdrewery (maintainer)
2013-02-06 02:35:29 +00:00
Gabor Pali
c731105b7f - Fix breakage in the DYNAMIC-enabled ports triggered by the recent
devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)

Please note that port revision for all the Haskell ports without version
changes are bumped.

New ports (20):

devel/hs-MonadRandom                     0.1.8
devel/hs-base64-conduit                  0.5.1
devel/hs-bifunctors                      3.2
devel/hs-either                          3.1
devel/hs-errors                          1.3.1
devel/hs-generic-deriving                1.4.0
devel/hs-lens                            3.8.5
devel/hs-profunctor-extras               3.3
devel/hs-profunctors                     3.2
devel/hs-reflection                      1.1.6
devel/hs-timezone-olson                  0.1.2
devel/hs-timezone-series                 0.1.2
math/hs-comonads-fd                      3.0.1
math/hs-groupoids                        3.0.1.1
math/hs-nats                             0.1
math/hs-semigroupoid-extras              3.0.1
security/hs-cipher-rc4                   0.1.2
security/hs-crypto-numbers               0.1.3
security/hs-crypto-pubkey                0.1.2
security/hs-crypto-random-api            0.2.0

Updated ports (107):

archivers/hs-zip-archive                 0.1.2.1          --> 0.1.3.3
archivers/hs-zlib-bindings               0.1.1.2          --> 0.1.1.3
audio/hs-libmpd                          0.8.0.1          --> 0.8.0.2
benchmarks/hs-criterion                  0.6.2.0          --> 0.6.2.1
converters/hs-aeson                      0.6.0.2_2        --> 0.6.1.0
converters/hs-dataenc                    0.14.0.4         --> 0.14.0.5
databases/hs-persistent                  1.0.2.2          --> 1.1.4
databases/hs-persistent-sqlite           1.0.1            --> 1.1.2
databases/hs-persistent-template         1.0.0.2          --> 1.1.2.1
devel/hs-BNFC                            2.4.2.1_1        --> 2.6.0.3
devel/hs-Boolean                         0.1.1            --> 0.1.2
devel/hs-TypeCompose                     0.9.7            --> 0.9.9
devel/hs-ansi-terminal                   0.5.5_5          --> 0.5.5.1
devel/hs-ansi-wl-pprint                  0.6.4_3          --> 0.6.6
devel/hs-basic-prelude                   0.3.1.0          --> 0.3.2.0
devel/hs-checkers                        0.2.9_2          --> 0.3.1
devel/hs-classy-prelude                  0.4.1            --> 0.4.3
devel/hs-classy-prelude-conduit          0.4.1            --> 0.4.3
devel/hs-conduit                         0.5.5            --> 0.5.6
devel/hs-configurator                    0.2.0.1          --> 0.2.0.2
devel/hs-cpphs                           1.15             --> 1.16
devel/hs-edit-distance                   0.2.1.1          --> 0.2.1.2
devel/hs-file-embed                      0.0.4.6          --> 0.0.4.7
devel/hs-filestore                       0.5.0.1          --> 0.6
devel/hs-fsnotify                        0.0.4            --> 0.0.6
devel/hs-ghc-paths                       0.1.0.8_5        --> 0.1.0.9
devel/hs-git-annex                       3.20121211       --> 3.20130124
devel/hs-hashable                        1.1.2.5          --> 1.2.0.5
devel/hs-hastache                        0.4.2            --> 0.5.0
devel/hs-hlint                           1.8.39           --> 1.8.43
devel/hs-hoogle                          4.2.14           --> 4.2.15
devel/hs-hspec                           1.4.2            --> 1.4.3
devel/hs-largeword                       1.0.3            --> 1.0.4
devel/hs-lifted-base                     0.2              --> 0.2.0.2
devel/hs-monad-logger                    0.2.3            --> 0.2.3.2
devel/hs-optparse-applicative            0.4.2            --> 0.5.2.1
devel/hs-pool-conduit                    0.1.0.3          --> 0.1.1
devel/hs-project-template                0.1.0.1          --> 0.1.1
devel/hs-silently                        1.2.4            --> 1.2.4.1
devel/hs-smallcheck                      0.6.1_2          --> 0.6.2
devel/hs-system-fileio                   0.3.10           --> 0.3.11
devel/hs-unix-compat                     0.4.0.0          --> 0.4.1.0
devel/hs-unordered-containers            0.2.2.1          --> 0.2.3.0
devel/hs-vault                           0.2.0.1          --> 0.2.0.4
devel/hs-void                            0.5.8            --> 0.5.11
devel/hs-word8                           0.0.2            --> 0.0.3
mail/hs-mime-types                       0.1.0.0          --> 0.1.0.2
math/hs-categories                       1.0.4            --> 1.0.5
math/hs-comonad                          3.0.0.2          --> 3.0.1.1
math/hs-comonad-transformers             3.0              --> 3.0.1
math/hs-distributive                     0.2.2_2          --> 0.3
math/hs-pointed                          3.0.1            --> 3.0.2
math/hs-semigroupoids                    3.0.0.1          --> 3.0.2
math/hs-semigroups                       0.8.4.1          --> 0.9
net/hs-network-conduit                   0.6.1.1          --> 0.6.2.2
net/hs-simple-sendfile                   0.2.8            --> 0.2.10
print/hs-hscolour                        1.20.3,1         --> 1.20.3_1,1
security/hs-certificate                  1.3.3            --> 1.3.5
security/hs-cipher-aes                   0.1.5            --> 0.1.7
security/hs-clientsession                0.8.0.1          --> 0.8.1
security/hs-cprng-aes                    0.2.4            --> 0.3.4
security/hs-crypto-conduit               0.4.1            --> 0.4.3
security/hs-cryptocipher                 0.3.6            --> 0.4.0
security/hs-cryptohash                   0.7.9            --> 0.8.3
security/hs-pem                          0.1.1_2          --> 0.1.2
security/hs-skein                        0.1.0.10         --> 0.1.0.11
security/hs-tls                          1.0.2            --> 1.1.1
security/hs-tls-extra                    0.5.0            --> 0.6.1
sysutils/hs-angel                        0.3.3            --> 0.3.4
textproc/hs-Diff                         0.1.3_3          --> 0.2.0
textproc/hs-attoparsec                   0.10.2.0_2       --> 0.10.3.0
textproc/hs-blaze-html                   0.5.1.1          --> 0.5.1.3
textproc/hs-blaze-markup                 0.5.1.2          --> 0.5.1.4
textproc/hs-case-insensitive             0.4.0.3          --> 0.4.0.4
textproc/hs-citeproc-hs                  0.3.6            --> 0.3.7
textproc/hs-double-conversion            0.2.0.5          --> 0.2.0.6
textproc/hs-highlighting-kate            0.5.3.3          --> 0.5.3.5
textproc/hs-hs-bibutils                  4.15             --> 4.16
textproc/hs-regex-pcre-builtin           0.94.4.3.8.31    --> 0.94.4.5.8.31
textproc/hs-texmath                      0.6.1.1          --> 0.6.1.3
textproc/hs-yaml                         0.8.1.1          --> 0.8.2
www/hs-gitit                             0.10.0.2         --> 0.10.1.2
www/hs-hamlet                            1.1.1.1          --> 1.1.3.1
www/hs-heist                             0.8.2            --> 0.11.0
www/hs-hjsmin                            0.1.3            --> 0.1.4
www/hs-http-conduit                      1.8.4.3          --> 1.8.7
www/hs-http-date                         0.0.3            --> 0.0.4
www/hs-http-reverse-proxy                0.1.0.6          --> 0.1.1.1
www/hs-shakespeare-js                    1.1.0            --> 1.1.1
www/hs-snap                              0.9.2.2          --> 0.11.0
www/hs-wai-app-static                    1.3.0.4          --> 1.3.1_1
www/hs-wai-extra                         1.3.0.4          --> 1.3.2
www/hs-warp                              1.3.5            --> 1.3.7.1
www/hs-xss-sanitize                      0.3.2_2          --> 0.3.3
www/hs-yesod                             1.1.4.1          --> 1.1.7.2
www/hs-yesod-auth                        1.1.2            --> 1.1.3
www/hs-yesod-core                        1.1.6.1          --> 1.1.7.1
www/hs-yesod-default                     1.1.2            --> 1.1.3
www/hs-yesod-form                        1.2.0.1          --> 1.2.0.2
www/hs-yesod-persistent                  1.1.0            --> 1.1.0.1
www/hs-yesod-platform                    1.1.5            --> 1.1.7.2
www/hs-yesod-static                      1.1.1.1          --> 1.1.1.2
www/hs-yesod-test                        0.3.1.1          --> 0.3.3
x11-wm/hs-xmonad                         0.10_4           --> 0.11
x11-wm/hs-xmonad-contrib                 0.10_4           --> 0.11
x11/hs-X11                               1.5.0.1_3        --> 1.6.0.2
x11/hs-xmobar                            0.14_3           --> 0.16

Obtained from:	FreeBSD Haskell
2013-02-05 22:26:31 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Romain Tartière
0dd4fbb526 - Update to 1.0.8.
- Add Gecko repos [1].

Requested by:	Jan Beich <jbeich@tormail.org> [1]
2013-01-30 11:54:46 +00:00
Alexey Dokuchaev
08e38ec2c5 - Update to version 0.4.1 [*]
- Convert to USE_GITHUB, define LICENSE (MIT)
- Clean up the Makefile and port description

PR:		ports/175354 [*]
Submitted by:	maintainer
2013-01-29 04:03:29 +00:00
Baptiste Daroussin
c806932592 - update to 1.0.7
- changes:
  * Fix HTTP_MIRRORS parsing
  * Workaround libarchive not 100% supporting mtree format
  * prepend remote repository by 'repo-' in multirepository mode
  * If mirror is stored in http use If-Modified-Since
  * Register the packagesite in the remote database, pkg update detects
    packagesite chanes
  * Fix pkg check -s
  * Allow to pipe events in json format though a unix socket/fifo via EVENT_PIPE
    configuration
  * store errno in events when it fits to avoid errno to be overwritten
2013-01-28 20:42:22 +00:00
Baptiste Daroussin
f1fc763a33 Deprecate a bunch of ports with no more upstream and/or no more public distfiles 2013-01-27 11:40:57 +00:00
Thomas Abthorpe
89d9bc0bb5 - Reset ports due to mail bounces
- Update headers while I am here

With hat:	portmgr
2013-01-27 06:50:41 +00:00
Bryan Drewery
39224de87d - Don't force pkg as a RUN_DEPENDS. The patch should be
safe for non-pkgng usage.
  I am in the process of testing this and will be fully
  integrating the patch upstream soon.
2013-01-25 19:30:25 +00:00
Bryan Drewery
b8ef3deb2d - Remove optional dependency on databases/ruby-bdb1 as there
is really no compelling reason to keep it. It just adds
  confusion. Portupgrade should gracefully handle rebuilding
  the pkgdb now if the bdb backend changes because of this.
  If not just force rebuild: pkgdb -uf
- Make databases/ruby-bdb the unconditional db backend
2013-01-24 20:47:17 +00:00
Baptiste Daroussin
c2e3d6cff0 - update to 1.0.6
- changes:
  * Avoid installing .symbols on current

Reported by:	kwm
Tested by:	kwm
2013-01-22 10:51:18 +00:00
Baptiste Daroussin
aa06b36b84 - update to 1.0.5:
- changes:
  * Expand all instances of $ORIGIN in RPATH strings
  * Use -rpath when building pkg
  * Handle the case where left-over records are present in the local database
  * Fix license logic
  * Fix spelling in manpages
  * Fix built with gcc when build without DEBUG_FLAGS
  * Allow to set HTTP_PROXY/FTP_PROXY directly in pkg.conf(5)
  * Fix +MTREE_DIR extracting during binary installation of a package
  * Add experimental feature: HTTP_MIRRORS, see below

Please note that this version does something we normally do not do in a release
branch. It adds an experimental feature: HTTP_MIRRORS, that was requested for
PC-BSD. This feature makes possible to retrieve a list of mirrors via an http
request first, looking for the URL: http://... lines in the fetched page.
2013-01-22 07:20:08 +00:00
Grzegorz Blach
48d1d68621 - Update to 1.00
Approved by:	crees (mentor)
2013-01-21 19:24:08 +00:00
David Naylor
6248a797e6 - Update to my new FreeBSD address
- Trim header
 - Add myself as creator of devel/svn2git (see r272261)

Approved by:	eadler|bdrewery (mentor)
2013-01-16 20:15:07 +00:00
Bryan Drewery
c18631ee21 - Update to 2.4.10.4
Changes:
 - Fixes crash when HOME is not set in the environment,
   which fixes some cases of puppet usage [1]

PR:		ports/175281 [1]
Reported by:	Vladimir <v.chernyadev@tradesoft.ru> [1]
2013-01-15 06:01:57 +00:00
Beat Gaetzi
45d7c9894a - Tinderbox 4 uses PDO instead of MDB2 for the WebUI [1]
- Remove replacement of obsolete set_rcvar [1]
- Use sqlite3 PHP extension as sqlite is no longer available in PHP 5.4
- Bump PORTREVISION

Submitted by:	ohauer [1]
Approved by:	itetcu (maintainer)
2013-01-14 22:43:23 +00:00
Bryan Drewery
66e7731c7a - Update to checkin fb8519c
Changes:
 - Fix crash when HOME is not set in the environment,
   which breaks some cases of puppet usage

PR:		ports/175281
Reported by:	Vladimir <v.chernyadev@tradesoft.ru>
2013-01-14 16:46:55 +00:00
Bryan Drewery
041145b6cc - Fix build due to uninitialized variables, which
were previously hidden due to DEBUG_FLAGS

Obtained from:	Upstream git repo
Approved by:	bapt
2013-01-13 18:25:20 +00:00
Bryan Drewery
bc579bff96 - Update to checkin a4714af748
Changes:
  - jail: Add validation to prevent usage of '.'
    per jail(8)
  - options: Run 'make config-condition' in its own
    process so that dependencies are calculated correctly
    in the recursive call
  - usage documentation cleanups
  - manpage fixes
  - leftovers: Show directories with @dirrm
  - testport: Add interactive modes -i and -I. See manpage.
  - bulk: Use -vv to show why a dependency is being rebuilt/deleted
2013-01-13 18:13:21 +00:00
Romain Tartière
1c8be03a8e Udate to 1.0.7. 2013-01-13 14:28:47 +00:00
Ion-Mihai Tetcu
049a76a52f - update to 4.0.0.b2
- convert to OPTIONSng
- drop local patches incorporated upstream

Submitted by:	beat@
2013-01-13 10:48:31 +00:00
Baptiste Daroussin
cec931194c Do not install .symbols on current
Reported and tested by:	kwm
2013-01-12 22:49:07 +00:00
Bryan Drewery
a571a5e592 - Only show conversion "seatbelt" notice if no
pkgng packages have been installed yet. This fixes
  the notice showing after already running pkg2ng but
  having 1 or more packages fail to convert.

Approved by:	bapt
2013-01-09 03:48:37 +00:00
Baptiste Daroussin
ee3b71ca87 2013-01-04 ports-mgmt/portmanager: Does not support modern ports features such as MOVED, is lacking upstream and active contributions, and does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.
2013-01-04 net-im/openfetion: Abandoned upstream
2013-01-04 textproc/libpathan: Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla
2013-01-01 java/sun-wtk: no more public distfiles, merged with Java ME SDK 3.0 upstream
2013-01-06 15:14:50 +00:00
Ruslan Makhmatkhanov
8f9a9cc265 - update to 2.2.2
PR:		174942
Submitted by:	Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer)
2013-01-03 15:41:53 +00:00
Dirk Meyer
5f7e6454ab - update to 1.72 2013-01-02 14:00:42 +00:00
Bryan Drewery
c627ac0dd2 - Update to 2.3.1
Changes:
   - Documentation/usage cleanups
   - Misc bug fixes
   - jail: Add 'gjb' method support for stable/8
   - testport: Show leftovers in plist format, with
     support for DATADIR, ETCDIR, WWWDIR, DOCSDIRS,
     EXAMPLESDIR, SITE_PERL
   - testport: Fix -c showing a blank screen with some TERMs
   - bulk: Fix skipped/total count being wrong
   - ports: Fix -c/-d errors when no portstrees file exists
   - ports: Fix -m not working
   - jail: Add support for official ftp snapshots
   - ports/jail: Add support for svn+file and svn+https
   - bulk: Show jailname in summary output
2013-01-01 23:09:16 +00:00
Bryan Drewery
b4688e35bc - Update to checkin 428fbcc5bf
Changes:
  * jail: Add support for official ftp snapshots
  * ports/jail: Add support for svn+file and svn+https
  * Documentation fixes
  * bulk: Show jailname in summary output
2012-12-31 00:15:51 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Joe Marcus Clarke
fc1ea63b9d Update to 2.14.1.
Remove the check for empty header comments.  I think this is too
restrictive.  There are a number of ports that do this for various reasons.
2012-12-29 23:19:06 +00:00
Baptiste Daroussin
5de2e32644 Fix typo 2012-12-29 23:10:48 +00:00
Baptiste Daroussin
ab669cf5b8 Convert romain's ports to new option framework
While here Trim headers

Approved by:	maintainer timeout (2 weeks)
2012-12-29 23:07:29 +00:00
Jeremy Messenger
10b932cc47 It needs to have the full path in portupgrade dependency.
PR:		ports/168427
Submitted by:	Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>
2012-12-29 20:06:24 +00:00
Florian Smeets
303e871aaa Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}
to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER
magic.

This is required as only databases/p5-DBD-mysql supports mariadb-client and
the upcomming perconaXX-client.

Approved by:	portmgr (bapt)
Initial patches by:	pgollucci
2012-12-28 19:03:02 +00:00
Joe Marcus Clarke
cadc7be7ef Update to 2.14.0.
* Add a test for empty(${VARIABLE}) (instead of empty(VARIABLE)) [1]
* Add a test for NOPORTDOCS and point to PORT_OPTIONS:MDOCS [1]
* Add GitHub to the MASTERSITES whitelist (as this is a cloud service). [2]
* Add a warning about .DS_Store files appearing in the port directory. [3]
* Add a check for the new style Makefile headers. [4]
* Remove the CVS checks now that the ports tree has been converted to SVN.
  Note: we need SVN checks. [5]
* Add support for optionsNG [6]
* Deprecate USE_GNOME=pkgconfig [6]
* Add missing period at the end of some sentences [6]

PR:		172621 [1]
		172834 [2]
		173649 [3]
		174688 [4]
		174693 [5]
		174697 [6]
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> [1]
		"Steven Kreuzer" <skreuzer@exit2shell.com> [2]
		ehaupt [3]
		crees [4]
		tota [5]
		Alex Kozlov <spam@rm-rf.kiev.ua> [6]
2012-12-27 23:28:50 +00:00
Alex Kozlov
ea0989bf27 - Update to 2.2.1
PR:	ports/174686
Submitted by:	Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer)
2012-12-25 07:54:33 +00:00
Bryan Drewery
0efc52e2f1 - Update to checkin 9b1b7438ab
Changes:

    - Documentation/usage cleanups
    - Misc bug fixes
    - jail: Add 'gjb' method supprot for stable/8
    - testport: Show leftovers in plist format, with
      support for DATADIR, ETCDIR, WWWDIR, DOCSDIRS,
      EXAMPLESDIR, SITE_PERL
    - testport: Fix -c showing a blank screen with some TERMs
    - bulk: Fix skipped/total count being wrong
    - ports: Fix -c/-d errors when no portstrees file exists
    - ports: Fix -m not working
2012-12-24 15:45:22 +00:00
Beech Rintoul
b43d018935 - Update to 2.2.0
PR:		ports/174503
Submitted by:	Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer)
2012-12-23 04:11:51 +00:00
Bryan Drewery
5d26e224e2 - Enable seatbelt again after further testing. It will
work fine as is with portmaster distfiles.

  pkg_info -Ea will list invalid packages, while pkg_info only
  gives a warning for the packages. This is already handled
  due to stderr being sent to /dev/null. The NB_OLDPKGS does
  come out correct.

Approved by:	bapt (implicit)
2012-12-22 19:58:04 +00:00
Baptiste Daroussin
dda5685792 Temporary disable the seat belt it doesn't play nice with portmaster 2012-12-21 18:32:55 +00:00
Bryan Drewery
99a563929c - Fix runtime version still showing 1.0.3
Approved by:	bapt
2012-12-21 16:11:05 +00:00
Baptiste Daroussin
52541f3406 - update to 1.0.4
- changes:
  * zsh completion for the help subcomment [1]
  * Make unlocking an already unlocked database a no-op,
  * Create the PKG_DBDIR if it doesn't exists
  * Fix download size calculation
  * When analysing shlibs, interpret the special token $ORIGIN in RPATH correctly
  * For shared libraries installed by a package, don't require dynamic library dependencies to resolve
  * Do not warn twice about unknown keywords
  * New PERMISSIVE option please do not use !!!
  * Add a seat belt in the ports Makefile to avoid automatic switching to pkgng [2]

Submitted by:		ume [1]
Requested by:		stas [2]
Bad english by:		bapt [2]
Good english by:	bdrewery, gjb [2]
2012-12-21 12:21:03 +00:00
Gabor Pali
f6f83c9efc - Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports

New ports (32):

devel/hs-List                            0.5.1
devel/hs-ReadArgs                        1.2.1
devel/hs-SafeSemaphore                   0.9.0
devel/hs-activehs-base                   0.3.0.2
devel/hs-async                           2.0.1.3
devel/hs-basic-prelude                   0.3.1.0
devel/hs-classy-prelude                  0.4.1
devel/hs-classy-prelude-conduit          0.4.1
devel/hs-data-pprint                     0.2.1.4
devel/hs-date-cache                      0.3.0
devel/hs-fsnotify                        0.0.4
devel/hs-hinotify                        0.3.5
devel/hs-hspec-expectations              0.3.0.3
devel/hs-kqueue                          0.1.2.4
devel/hs-monad-logger                    0.2.3
devel/hs-optparse-applicative            0.4.2
devel/hs-project-template                0.1.0.1
devel/hs-setenv                          0.1.0
devel/hs-simple-reflect                  0.2
devel/hs-threads                         0.5.0.1
devel/hs-time-compat                     0.1.0.2
devel/hs-unix-time                       0.1.4
devel/hs-word8                           0.0.2
graphics/hs-dia-base                     0.1.1.2
graphics/hs-dia-functions                0.2.1.3
mail/hs-mime-types                       0.1.0.0
net/hs-network-info                      0.2.0.3
net/hs-network-multicast                 0.0.7
security/hs-cipher-aes                   0.1.5
textproc/hs-hexpat                       0.20.3
www/hs-activehs                          0.3.0.1
www/hs-http-reverse-proxy                0.1.0.6

Updated ports (211):

archivers/hs-tar                         0.4.0.0_1        --> 0.4.0.1
archivers/hs-zip-archive                 0.1.1.8_1        --> 0.1.2.1
archivers/hs-zlib                        0.5.3.3_1        --> 0.5.4.0
archivers/hs-zlib-bindings               0.1.0.1_1        --> 0.1.1.2
archivers/hs-zlib-conduit                0.4.0.2          --> 0.5.0.3
archivers/hs-zlib-enum                   0.2.2.1_1        --> 0.2.3
audio/hs-libmpd                          0.8.0_1          --> 0.8.0.1
benchmarks/hs-criterion                  0.6.0.1_2        --> 0.6.2.0
converters/hs-dataenc                    0.14.0.3_2       --> 0.14.0.4
converters/hs-json                       0.5_1            --> 0.7
databases/hs-persistent                  0.9.0.4_1        --> 1.0.2.2
databases/hs-persistent-sqlite           0.9.0.2_1        --> 1.0.1
databases/hs-persistent-template         0.9.0.2_1        --> 1.0.0.2
devel/hs-Boolean                         0.0.1_5          --> 0.1.1
devel/hs-DeepArrow                       0.3.5_2          --> 0.3.7
devel/hs-HUnit                           1.2.4.2_2        --> 1.2.5.1
devel/hs-MemoTrie                        0.5_1            --> 0.6.1
devel/hs-MissingH                        1.1.1.0_2        --> 1.2.0.0
devel/hs-MonadCatchIO-mtl                0.3.0.4_3        --> 0.3.0.5
devel/hs-QuickCheck                      2.4.2_1          --> 2.5.1.1
devel/hs-Stream                          0.4.6_2          --> 0.4.6.1
devel/hs-TypeCompose                     0.9.1_2          --> 0.9.7
devel/hs-abstract-deque                  0.1.5_1          --> 0.1.6
devel/hs-alex                            3.0.1_1          --> 3.0.2
devel/hs-arrows                          0.4.4.0_4        --> 0.4.4.1
devel/hs-asn1-data                       0.6.1.3_1        --> 0.7.1
devel/hs-base-unicode-symbols            0.2.2.3_2        --> 0.2.2.4
devel/hs-base64-bytestring               0.1.2.0          --> 1.0.0.0
devel/hs-blaze-builder-conduit           0.4.0.2_1        --> 0.5.0.3
devel/hs-blaze-builder-enumerator        0.2.0.4_1        --> 0.2.0.5
devel/hs-blaze-textual                   0.2.0.6_2        --> 0.2.0.8
devel/hs-bytestring-nums                 0.3.5_2          --> 0.3.6
devel/hs-c2hs                            0.16.3_3         --> 0.16.4
devel/hs-cmdargs                         0.9.5_1          --> 0.10.1
devel/hs-conduit                         0.4.2_1          --> 0.5.5
devel/hs-configurator                    0.2.0.0_2        --> 0.2.0.1
devel/hs-cpphs                           1.14             --> 1.15
devel/hs-darcs                           2.8.1_1          --> 2.8.3
devel/hs-data-default                    0.4.0_1          --> 0.5.0
devel/hs-directory-tree                  0.10.1           --> 0.11.0
devel/hs-edit-distance                   0.2.1_1          --> 0.2.1.1
devel/hs-fast-logger                     0.0.2_2          --> 0.3.1
devel/hs-file-embed                      0.0.4.4_1        --> 0.0.4.6
devel/hs-filemanip                       0.3.5.2_6        --> 0.3.6.2
devel/hs-filestore                       0.5_1            --> 0.5.0.1
devel/hs-filesystem-conduit              0.4.0_1          --> 0.5.0.2
devel/hs-gconf                           0.12.1_3         --> 0.12.1.1
devel/hs-ghc-events                      0.4.0.0_2        --> 0.4.2.0
devel/hs-ghc-mtl                         1.0.1.1_2        --> 1.0.1.2
devel/hs-gio                             0.12.3_1         --> 0.12.4
devel/hs-git-annex                       3.20120807       --> 3.20121211
devel/hs-glib                            0.12.3.1_1       --> 0.12.4
devel/hs-gtk2hs-buildtools               0.12.3.1_1       --> 0.12.4
devel/hs-haddock                         2.10.0_1         --> 2.11.0
devel/hs-happy                           1.18.9_1         --> 1.18.10
devel/hs-hashable                        1.1.2.3_1        --> 1.1.2.5
devel/hs-hashed-storage                  0.5.9_2          --> 0.5.10
devel/hs-hashtables                      1.0.1.6_1        --> 1.0.1.8
devel/hs-haskell-src-exts                1.13.3_1         --> 1.13.5
devel/hs-hastache                        0.4.1            --> 0.4.2
devel/hs-hint                            0.3.3.4_1        --> 0.3.3.5
devel/hs-hlint                           1.8.30           --> 1.8.39
devel/hs-hoogle                          4.2.11_1         --> 4.2.14
devel/hs-hslogger                        1.1.5_2          --> 1.2.1
devel/hs-hspec                           1.2.0.1          --> 1.4.2
devel/hs-language-javascript             0.5.4_1          --> 0.5.7
devel/hs-largeword                       1.0.1_2          --> 1.0.3
devel/hs-lifted-base                     0.1.1_1          --> 0.2
devel/hs-logict                          0.5.0.1_1        --> 0.5.0.2
devel/hs-monad-control                   0.3.1.3_1        --> 0.3.1.4
devel/hs-mtl                             2.1.1_1          --> 2.1.2
devel/hs-murmur-hash                     0.1.0.5_2        --> 0.1.0.6
devel/hs-parallel                        3.2.0.2_1        --> 3.2.0.3
devel/hs-pool-conduit                    0.1.0.2_1        --> 0.1.0.3
devel/hs-primitive                       0.4.1_2          --> 0.5.0.1
devel/hs-resource-pool                   0.2.1.0_1        --> 0.2.1.1
devel/hs-resourcet                       0.3.3.1          --> 0.4.4
devel/hs-silently                        1.2.0.2          --> 1.2.4
devel/hs-split                           0.1.4.3          --> 0.2.1.1
devel/hs-stm                             2.3_1            --> 2.4
devel/hs-syb                             0.3.6.1_1        --> 0.3.7
devel/hs-syb-with-class                  0.6.1.3_2        --> 0.6.1.4
devel/hs-system-fileio                   0.3.8            --> 0.3.10
devel/hs-system-filepath                 0.4.6_1          --> 0.4.7
devel/hs-tagged                          0.4.2.1_1        --> 0.4.4
devel/hs-temporary                       1.1.2.3_1        --> 1.1.2.4
devel/hs-terminfo                        0.3.2.4          --> 0.3.2.5
devel/hs-test-framework                  0.6_1            --> 0.8
devel/hs-test-framework-hunit            0.2.7_2          --> 0.3.0
devel/hs-test-framework-quickcheck2      0.2.12.2_1       --> 0.3.0.1
devel/hs-text                            0.11.2.0_1       --> 0.11.2.3
devel/hs-threadscope                     0.2.1_3          --> 0.2.2
devel/hs-uniplate                        1.6.7_1          --> 1.6.10
devel/hs-unix-compat                     0.3.0.1_1        --> 0.4.0.0
devel/hs-unordered-containers            0.2.1.0_1        --> 0.2.2.1
devel/hs-uuagc                           0.9.40.3_1       --> 0.9.42.2
devel/hs-uuagc-cabal                     1.0.2.0_2        --> 1.0.4.0
devel/hs-vault                           0.2.0.0_1        --> 0.2.0.1
devel/hs-vector                          0.9.1_2          --> 0.10.0.1
devel/hs-vector-algorithms               0.5.4_1          --> 0.5.4.2
devel/hs-void                            0.5.6            --> 0.5.8
ftp/hs-curl                              1.3.7_3          --> 1.3.8
graphics/hs-cairo                        0.12.3.1_1       --> 0.12.4
lang/hs-unlambda                         0.1_6            --> 0.1.3
mail/hs-email-validate                   0.2.8_1          --> 0.3.2
mail/hs-mime                             0.3.3.2          --> 0.3.4
mail/hs-mime-mail                        0.4.1.1_2        --> 0.4.1.2
math/hs-categories                       1.0.3_1          --> 1.0.4
math/hs-comonad                          1.1.1.6_1        --> 3.0.0.2
math/hs-comonad-transformers             2.1.2            --> 3.0
math/hs-data-lens                        2.10.0_1         --> 2.10.2
math/hs-data-lens-template               2.1.5_1          --> 2.1.7
math/hs-math-functions                   0.1.1.1_2        --> 0.1.1.2 [1]
math/hs-mwc-random                       0.12.0.0_1       --> 0.12.0.1
math/hs-pointed                          2.1.0.2_1        --> 3.0.1
math/hs-semigroupoids                    1.3.4            --> 3.0.0.1
math/hs-semigroups                       0.8.3.2_1        --> 0.8.4.1
math/hs-statistics                       0.10.1.0_1       --> 0.10.2.0
math/hs-vector-space                     0.8.2            --> 0.8.6
multimedia/hs-gstreamer                  0.12.1.1_1       --> 0.12.1.2
net/hs-network                           2.3.0.13_1       --> 2.3.1.0
net/hs-network-conduit                   0.4.0.1_1        --> 0.6.1.1
net/hs-pcap                              0.4.5.1_4        --> 0.4.5.2
net/hs-sendfile                          0.7.6_1          --> 0.7.8
net/hs-simple-sendfile                   0.2.4            --> 0.2.8
net/hs-socks                             0.4.1_1          --> 0.4.2
print/hs-hscolour                        1.20.2,1         --> 1.20.3,1
security/hs-Crypto                       4.2.5_1          --> 4.2.5.1
security/hs-HsOpenSSL                    0.10.3.2         --> 0.10.3.3
security/hs-RSA                          1.2.1.0_1        --> 1.2.2.0
security/hs-SHA                          1.5.0.1_1        --> 1.6.1
security/hs-certificate                  1.2.3_1          --> 1.3.3
security/hs-clientsession                0.7.5_1          --> 0.8.0.1
security/hs-cprng-aes                    0.2.3_2          --> 0.2.4
security/hs-crypto-conduit               0.3.2_1          --> 0.4.1
security/hs-crypto-pubkey-types          0.1.1_1          --> 0.2.0
security/hs-cryptocipher                 0.3.5            --> 0.3.6
security/hs-cryptohash                   0.7.5_1          --> 0.7.9
security/hs-digest                       0.0.1.1_1        --> 0.0.1.2
security/hs-monadcryptorandom            0.4.1_1          --> 0.5
security/hs-pureMD5                      2.1.0.3_2        --> 2.1.2.1
security/hs-pwstore-fast                 2.2_2            --> 2.3
security/hs-skein                        0.1.0.7_1        --> 0.1.0.10
security/hs-tls                          0.9.5_1          --> 1.0.2
security/hs-tls-extra                    0.4.6_1          --> 0.5.0
sysutils/hs-angel                        0.3.2_1          --> 0.3.3
textproc/hs-HStringTemplate              0.6.8_2          --> 0.6.12
textproc/hs-attoparsec-conduit           0.4.0.1_1        --> 0.5.0.3
textproc/hs-attoparsec-enumerator        0.3_2            --> 0.3.1
textproc/hs-blaze-html                   0.5.0.0          --> 0.5.1.1
textproc/hs-blaze-markup                 0.5.1.0_1        --> 0.5.1.2
textproc/hs-case-insensitive             0.4.0.1_2        --> 0.4.0.3
textproc/hs-citeproc-hs                  0.3.4_1          --> 0.3.6
textproc/hs-double-conversion            0.2.0.4_2        --> 0.2.0.5
textproc/hs-highlighting-kate            0.5.1_1          --> 0.5.3.3
textproc/hs-hs-bibutils                  4.12_4           --> 4.15
textproc/hs-html-conduit                 0.0.1_1          --> 0.1.0.4
textproc/hs-hxt                          9.2.2_1          --> 9.3.1.1
textproc/hs-lhs2tex                      1.17_4           --> 1.18.1
textproc/hs-pandoc                       1.9.4.2          --> 1.9.4.5
textproc/hs-parsec                       3.1.2_1          --> 3.1.3
textproc/hs-regex-pcre-builtin           0.94.2.1.7.7_4   --> 0.94.4.3.8.31
textproc/hs-regex-posix                  0.95.1_2         --> 0.95.2
textproc/hs-stringsearch                 0.3.6.3_2        --> 0.3.6.4
textproc/hs-tagsoup                      0.12.6_2         --> 0.12.8
textproc/hs-tagstream-conduit            0.3.2_1          --> 0.5.3
textproc/hs-texmath                      0.6.0.6_1        --> 0.6.1.1
textproc/hs-xml-conduit                  0.7.0.3_1        --> 1.0.3.3
textproc/hs-xml-types                    0.3.2            --> 0.3.3
textproc/hs-xmlhtml                      0.2.0.2          --> 0.2.0.3
textproc/hs-yaml                         0.7.0.3          --> 0.8.1.1
www/hs-HTTP                              4000.2.3_1       --> 4000.2.5
www/hs-authenticate                      1.2.1.1_1        --> 1.3.2
www/hs-cookie                            0.4.0_1          --> 0.4.0.1
www/hs-gitit                             0.10.0.1         --> 0.10.0.2
www/hs-hamlet                            1.0.1.4          --> 1.1.1.1
www/hs-happstack                         7.0.0_1          --> 7.0.1
www/hs-happstack-server                  7.0.3            --> 7.1.1
www/hs-heist                             0.8.1.1          --> 0.8.2
www/hs-hjsmin                            0.1.2_1          --> 0.1.3
www/hs-http-conduit                      1.4.1.10         --> 1.8.4.3
www/hs-http-date                         0.0.2_1          --> 0.0.3
www/hs-http-server                       1_5              --> 1.0.1
www/hs-http-types                        0.6.11_1         --> 0.7.3.0.1
www/hs-path-pieces                       0.1.1_1          --> 0.1.2
www/hs-shakespeare                       1.0.0.2_1        --> 1.0.2
www/hs-shakespeare-css                   1.0.1.2_1        --> 1.0.2
www/hs-shakespeare-js                    1.0.0.3_1        --> 1.1.0
www/hs-shakespeare-text                  1.0.0.2_1        --> 1.0.0.5
www/hs-snap                              0.9.0.1          --> 0.9.2.2
www/hs-snap-core                         0.9.0            --> 0.9.2.2
www/hs-snap-server                       0.9.0            --> 0.9.2.4
www/hs-wai                               1.2.0.3          --> 1.3.0.1
www/hs-wai-app-static                    1.2.0.4          --> 1.3.0.4
www/hs-wai-extra                         1.2.0.5          --> 1.3.0.4
www/hs-wai-logger                        0.1.4_1          --> 0.3.0
www/hs-wai-test                          1.2.0.2_1        --> 1.3.0
www/hs-warp                              1.2.2            --> 1.3.5
www/hs-yesod                             1.0.1.6_1        --> 1.1.4.1
www/hs-yesod-auth                        1.0.2.1_1        --> 1.1.2
www/hs-yesod-core                        1.0.1.2_1        --> 1.1.6.1
www/hs-yesod-default                     1.0.1.1_1        --> 1.1.2
www/hs-yesod-form                        1.0.0.4_1        --> 1.2.0.1
www/hs-yesod-json                        1.0.0.1_1        --> 1.1.2
www/hs-yesod-persistent                  1.0.0.1_1        --> 1.1.0
www/hs-yesod-platform                    1.0.5            --> 1.1.5
www/hs-yesod-routes                      1.0.1.2_1        --> 1.1.1.1
www/hs-yesod-static                      1.0.0.3_1        --> 1.1.1.1
www/hs-yesod-test                        0.2.1            --> 0.3.1.1
x11-toolkits/hs-gtk                      0.12.3.1         --> 0.12.4
x11-toolkits/hs-pango                    0.12.3_1         --> 0.12.4

Removed ports (1):

textproc/hs-xml2html                     0.1.2.3_1

Approved by:	wen (maintainer) [1]
Obtained from:	FreeBSD Haskell
2012-12-20 02:23:04 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Beech Rintoul
1dc9c7cdb5 - Update to 0.4
- Change maintainer email

PR:		ports/174255
Submitted by:	Antonios Anastasiadis <anastasiadis@datalive.gr> (maintainer)
2012-12-15 17:30:16 +00:00
Matthew Seaman
24be9b1328 Trim remaining untrimmed headers on my ports
Where BUILD_DEPENDS and RUN_DEPENDS have the same value, initialise
RUN_DEPENDS from BUILD_DEPENDS
2012-12-15 09:31:58 +00:00
Wesley Shields
f184505469 Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
2012-12-12 18:48:33 +00:00
Steven Kreuzer
5ad0d8dd68 Define LICENSE 2012-12-11 22:29:34 +00:00
Bryan Drewery
643f761fc4 - Convert SINGLE OPTION DB_OVERRIDE to RADIO 2012-12-11 17:04:22 +00:00
Frederic Culot
a0e3df2835 - Update to 2.1.0 [1]
- Trim Makefile header

PR:		ports/174316 [1]
Submitted by: 	Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer)
2012-12-10 17:04:11 +00:00
Eitan Adler
a52b1a298c Revert Chris Petrik's ports to the pool. Thank you for all your work so far, and should you desire to return just let us know.
PR:		ports/174309
Submitted by:	Chris Petrik
2012-12-10 01:20:16 +00:00
Baptiste Daroussin
93a80fc8aa Add a patch to bump the version output bump by pkg -v this was forgotten in
the last release

Feature safe:	yes
2012-12-07 16:17:29 +00:00
Baptiste Daroussin
6ad5396a43 - update to 1.0.3
- changes:
  * Accept to query _https._tcp srv records
  * Fix diskspace change calculation in pkg upgrade
  * Fix pkg info -s -F apackage
  * Better ABI determination
  * Fix pkg upgrade badly returning 0 in case of failure
  * Fix build with recent clang 3.2

Feature safe:	yes
2012-12-07 11:26:51 +00:00
Bryan Drewery
6121ca946e - Update to 2.4.10.3
Changes:
    * Fix ZSH completions with PKGNG
    * Fix BASH completions with PKGNG
    * Fix upgrading ports-mgmt/pkg causing hangs on 9.1,STABLE,CURRENT

Feature safe:	yes
2012-12-07 04:07:38 +00:00
Bryan Drewery
8416505cff - Add upstream patch for fixing bash completions with PKGNG
and to respect env PORTSDIR/PKG_DBDIR

Feature safe:	yes
2012-12-06 17:46:10 +00:00
Bryan Drewery
97ddc8da06 - Update to 20121206 snapshot
Changes:
  * Minor sanity check when upgrading ports-mgmt/pkg

Feature safe:	yes
2012-12-06 16:50:43 +00:00
Romain Tartière
cc00aea64e Update to 1.0.6.
Feature safe:	yes
2012-12-06 08:48:08 +00:00
Bryan Drewery
3c6c5af5f3 - Update to 20121205 snapshot
Changes:
  * Fix hang when upgrading ports-mgmt/pkg on 9.1,
    STABLE and CURRENT

Feature safe:	yes
2012-12-06 04:03:38 +00:00
Matthew Seaman
d3805ba149 Update to 3.0
- Trim Makefile headers
 - Changes:

This is a routine bugfix release without major code modifications.
However a change to the cached data will require cache-init to be run
to update the cache contents.

    - Fix detection of ports that use options with OPTIONSng.
      Problem reported by Ion-Mihai Tetcu <itetcu@FreeBSD.org>

    - Employ 'use parent' pragma for defining inheritance

Feature safe:	  yes
2012-12-03 21:09:56 +00:00
Bryan Drewery
985edba8f6 - Update to 0af89d84d3 checkin to sync with 2.3 release
Changes:
  * jail: Add 'gjb' method to use Glen Barber's snapshots
  * bulk: Fix skipped port handling
  * ports: Allow non zfs portstrees to be created/updated/deleted
  * Bugfixes

Feature safe:	yes
2012-12-01 16:27:34 +00:00
Bryan Drewery
18fe7e5cab - Update to 2.3
- Sort PLIST_FILES and remove trailing slash

Changes:
  * Heavy parallelization improvements
  * Performance improvements
  * Non-ZFS ports trees are now supported.  See the site
    for details on how to use a local tree.
  * distclean: New script to cleanup old distfiles
  * bulk: New NO_RESTRICTED flag to clean restricted distfiles and packages
  * jail: Add 'gjb' method to use Glen Barber's snapshots
  * jail -cu: Support PARALLEL_JOBS/-J for buildworld
  * jail -cu: Enable ccache support, requires host have devel/ccache
  * New TMPFS_DATA to allow having the pool,cache and other poudriere temporary
    files be stored in memory (important if using bulk -a)
  * Fix needing pkg_install on host for pkg_install target builds
  * bulk/testport: Automatically detect dependency loops and
    deadlocked queue, which fixes "infinite loop" or "hang"
    when building
  * options: Add -c/-C to select config/config-conditional
  * testport: Fail the test if dependencies fail
  * HTML Stats page now auto refreshes every 10 seconds
  * Fix HTML Stats not being written atomically
  * bulk/testport: Add -v flag to be more verbose
  * bulk/testport: -D is now -vv
  * jail -c: Install games dist as some ports require it to build
  * Html status: Link port origins to portsmon
  * testport: SAVE_WRKDIR is now supported
  * Better FreeBSD 8.3 support
  * Many bugfixes

Feature safe:	yes
2012-12-01 16:22:57 +00:00
Bryan Drewery
18976de6d1 - Update to 20121130 snapshot
Changes:
 * Fixes ZSH/BASH completions for PKGNG

Feature safe:	yes
2012-11-30 23:06:16 +00:00
Bryan Drewery
3ef9c76002 - Update to checkin 76032fe87d
- Sort PLIST_FILES and remove trailing slash

Changes:
  * bulk/testport: Add -v flag to be more verbose
  * bulk/testport: -D is now -vv
  * jail -c: Install games dist as some ports require it to build
  * bulk/testport: Fix "impact support" not properly skipping ports
  * Html stats: Auto refresh every 10 seconds
  * Html status: Link port origins to portsmon
  * distclean: New script to cleanup old distfiles
  * DISTFILES_CACHE is now required to be set
  * testport: SAVE_WRKDIR is now supported
  * Various bug fixes
  * Better 8.3 support
  * bulk: New NO_RESTRICTED flag to clean restricted distfiles

Feature safe:	yes
2012-11-14 19:39:28 +00:00
Emanuel Haupt
13107432e8 Import an upstream patch to fix build with ccache and nullfs. While here trim
Makefile header.

PR:		173440
Approved by:	itetcu (maintainer)
Feature safe:	yes
2012-11-08 21:35:17 +00:00
Jason E. Hale
91ba83568d - Update to 1.2
While here:
- Trim Makefile header

PR:		ports/173452
Submitted by:	Martin Tournoij <martin@arp242.net> (maintainer)
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-11-07 23:17:21 +00:00
Baptiste Daroussin
310cd31280 - update to 1.0.2
- changes:
  * Add a completion for zsh
  * 1 in pkg.conf is consider as true or yes for booleans
  * Fix incremental pkg repo
  * Provide a pkgconf pkg.pc file for third party software using libpkg
  * Multiple grammar fixes
  * Several fixes in pkg create
  * Do not emit error if the deletion of a directory fails with EBUSY
  * Use isdigit(3) rather than isnumber(3)
  * Jail support is automatically disabled it /usr/include/jail.h is not present
  * Fix a regression leading to pkg install always returning 0 even when
    something wrong happened
  * Improve portability so that it now builds on DragonFly BSD

Feature safe:	yes
2012-11-06 16:32:41 +00:00
Bryan Drewery
52c4cfbbba - Update to checkin 02876f6378
Changes:
  * testport: Fix portlint using wrong PORTSDIR
  * options: Add -c/-C to select config/config-conditional
  * testport: Fail the test if dependencies fail
  * Non-ZFS ports trees are now supported.  See the site
    for details on how to use a local tree.
  * bulk -a: Greatly speedup the next_in_queue calculation,
    which keeps most builders always busy.
  * HTML Stats page now auto refreshes every 10 seconds
  * Fix HTML Stats not being written atomically
  * Misc bugfixes

Feature safe:	yes
2012-11-06 16:18:10 +00:00
Grzegorz Blach
ed1ad7e1b9 - Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
2012-11-04 13:05:04 +00:00
Bryan Drewery
ad6e9519a3 - Update to checkin 1f2d4d3281
Changes:
  * bulk/testport: Automatically detect dependency loops and
    deadlocked queue, which fixes "infinite loop" or "hang"
    when building
  * Fix error when SAVE_WRKDIR is not defined
  * testport: Ignore /etc/make.conf as leftover (fixes perl build)
  * More optimizations

Feature safe:	yes
2012-11-02 15:52:58 +00:00
Max Brazhnikov
2393c21bf5 Fix dependence on kde4-runtime
Feature safe:	yes
2012-11-02 00:17:06 +00:00
Bryan Drewery
4522cd5f2f - Fix PKGNG patch trying to call pkg(8) when not
actually using pkgng due to improper short-circuit
  logic

Submitted by:	John Hein <jhein@symmetricom.com>
Feature safe:	yes
2012-10-29 19:06:13 +00:00
Alberto Villa
04c10abf89 - Fix regression which prevented make.conf to be read.
- Bump PORTREVISION.

Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe:	yes
2012-10-27 07:36:36 +00:00
Alberto Villa
fa2a01b6a6 - Update to 0.1.5.4.
- Fix LICENSE mispelling.
- Trim Makefile header.

Fixes:
* ordering of jobs
* auto (dependency) flag for pkgng
* deadlock between OS pipes and wait()
* options detection (track changes in Port's infrastructure)
* detection of pkgng mode (aka ${OSVERSION} > 1000017)

PR:		173121
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe:	yes
2012-10-26 20:59:03 +00:00
Baptiste Daroussin
a59ff0dd78 works better with the correct distinfo
Feature safe:	yes
2012-10-26 19:13:43 +00:00