Commit graph

1909 commits

Author SHA1 Message Date
Wesley Shields
e29ff36524 Update to 2.1.6
PR:		ports/164810
Submitted by:	Andy Kosela <akosela@andykosela.com>
2012-02-08 14:17:42 +00:00
Eitan Adler
5e49aefa6e Update to 2.1.5
Changes:

* fix bug in ftp code
* fix bug in text www browsing

PR:		ports/164797
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
2012-02-05 15:40:43 +00:00
Jason Helfman
34a815e881 Add new port: fbsdmon
Submit system and ports statistics to fbsdmon.org.
Statistics can be sent from command line, from rc script
or from periodic script.

WWW: http://fbsdmon.org/

PR: ports/164608
Submitted by: Grzegorz Blach <magik at roorback.net>
Approved by:	rene (mentor)
2012-02-04 00:56:53 +00:00
Baptiste Daroussin
e3a1eef717 - update to 1.1
Changes:
- add ARCH=i386 in make.conf on i386 jail for amd64 host [1]
- testport and bulk now uses the same package dir: ${POUDRIERE_DATA}/packages/<jailname>-<portstreename> [2]
- fix testport with pkgng
- remove an extras .txz when creating a jail > 9.0

Submitted by:	martymac[1]
Suggested by:	avilla[2]
2012-02-02 12:54:29 +00:00
Baptiste Daroussin
4f51b9d58b poudriere is a tool primarily designed to test package production on
FreeBSD. However, most people will find it useful to bulk build ports
for FreeBSD.

WWW:	http://git.etoilebsd.net/poudriere/

Of course this is pkgng aware and it support incremental upgrade of binary bulks :)
2012-01-31 21:43:34 +00:00
Dmitry Morozovsky
5c8f086ca5 Make this port compatible with user-set TMPDIR environment variable
Committed directly due to maintainer-timeout of 1 month and non-intrusive
change behaviour.

PR:	ports/163697
2012-01-30 13:54:34 +00:00
Baptiste Daroussin
df0aa973b9 Please welcome pkgng beta1.
if you want to use it please define WITH_PKGNG=yes in your /etc/make.conf
For more information read the announcement on the mailing list

With hat:		portmgr
Non-Regression test:	linimon
2012-01-30 12:39:14 +00:00
Doug Barton
d8dcc077e7 Fix plist for bash completion file. Bump PORTREVISION for it as well.
Submitted by:	sunpoet
2012-01-24 09:46:18 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Doug Barton
7d6ad43b14 Move the Bash completion file to ${PREFIX}/etc/bash_completion.d
Bump PORTREVISION for the WITH_BASH case

While here, remove the license info
2012-01-20 10:19:00 +00:00
Romain Tartière
17a205e830 Update to 1.0.4. 2012-01-15 10:36:52 +00:00
Chris Rees
dfbf2f839c Fix rc script to follow up removal of set_rcvar in HEAD
Approved by:	miwi (maintainer)
2012-01-14 16:16:08 +00:00
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Baptiste Daroussin
372972e130 share/doc/HTML/en/kports/common is a symlink, not a directory change the plist to reflect this
bump portrevision

PR:		ports/164047
Spotter by:	(pointyhat) pkgng exp-run
Submitted by:	bapt (myself)
Approved by:	Hannes <kports@soulrebel.in-berlin.de> (maintainer)
2012-01-12 13:24:27 +00:00
Olli Hauer
19fe40753d - change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
2012-01-01 16:47:41 +00:00
Emanuel Haupt
33fcf400f8 End WWW CPAN URL with a "/" 2011-12-28 08:20:20 +00:00
Mark Linimon
aa5c79b5cd Mark as broken on powerpc-9.
Hat:		portmgr
2011-12-28 06:50:57 +00:00
Joe Marcus Clarke
053aaecfb6 Update to 2.13.8.
* Complete the check for CPPFLAGS being set indirectly by checking MAKE_ENV
in addition to CONFIGURE_ENV. [1]

* Remove checks for port file headers as we are phasing them out in FreeBSD. [2]

* Check to make sure CPAN URLs end with a '/'. [3]

* Check for LDFLAGS being overridden just as we do for CPPFLAGS [4]

* Suggest += instead of = to override CPPFLAGS and LDFLAGS [4]

* Check for any overriding use of *FLAGS and suggest an alternative [4]

* Do not warn of direct command use for WX_COMPS. [5]

* Add support for named license macros when checking for order. [6]

* Make the check for the direct Apache dependency more strict. [7]

PR:		160448 [1]
		159272 [3]
		160959 [4]
		161971 [5]
		163617 [6]
		163523 [7]
Submitted by:	gjb [2]
		amdmi3 [4]
2011-12-27 01:26:34 +00:00
Eitan Adler
3352b3056f This is a ports upgrading utility for massive forced reinstalltion,
and for those who are pursuing the perfect packages environment.

WWW: http://www.mwghennndo.com/softwares/portsreinstall/

PR:		ports/154217
Submitted by:	Mamoru Sakaue <sakaue.mamoru-cmfho5lt@samurai.mwghennn.net>
2011-12-25 20:16:14 +00:00
Doug Barton
3e80fc4345 New Features
============
1. Add a feature to allow users to list files that should be
   preserved across upgrades.

Various Improvements
====================
1. Add a verbose message for cleaning WRKDIRPREFIX

2. Improve the handling of the -F option with packages, especially with
   --packages-only:

 * In update_port() do better at saying what we're launching a child to do
 * In post_first_pass() make clear that we are fetch'ing, not building,
   installing, etc.
 * In multiport() call check_fetch_only when we're done
 * In the main body add fetch'ed ports to the CUR_DEPS list so that they
   are only fetched once.

3. Various typo fixes for the man page.

Bug Fixes
=========
1. If an update fails in a child port the parent needs to source the
   $IPC_SAVE file before it bails out to make sure that various lists are
   updated in the parent.  This is particularly important for the list(s)
   of work already completed, and especially to update PM_NEEDS_UPDATE for
   the message of how to resume from the point of failure.

2. For multiple -r, don't add a port to the list of dependents to rebuild
   if it was itself specified as a -r port.

3. In parent_exit() run the code to kill background processes if we're
   called with a non-zero exit code.  That will trigger it (for example)
   where the user answers no to the confirmation prompt and is either
   using -D, or the generation of the list of valid distfiles did not
   complete.

4. Until I can revamp the way dependencies are tracked, include all 3
   forms of CONFLICTS to make sure we catch alternates.
2011-12-13 07:47:21 +00:00
Wolfram Schneider
d116a4ddc0 It turns out that perl 5.12 and later has a stronger strict rule and
refuse to run the script. The patch is pretty trivial, just adding 2
quotes around a word.

This patch is required for the upcoming FreeBSD 9 release.

Approved by:	erwin (portmgr)
2011-12-12 19:44:45 +00:00
Kris Moore
dc451a7ea8 Update to 0.9.7
Feature safe: yes
2011-12-07 20:36:38 +00:00
Jimmy Olgeni
c462b1dfb3 Take maintainership from ports@.
Chase BSD.local.dist location: it now lives in ports/Templates and
is no longer installed in /etc/mtree.

Feature safe:	yes
2011-11-29 13:48:50 +00:00
Chris Rees
ad4cbaf3e9 Make a pkg-plist for a FreeBSD port. Try to be as "automatic" as possible.
That's all it does ;-)

WWW: http://code.google.com/p/pkg-plist/

PR:		ports/162567
Submitted by:	Martin Tournoij <martin@arp242.net>
Feature safe:	yes
2011-11-24 18:15:21 +00:00
Beat Gaetzi
1475b99a3d - Update to 3.4.1
Approved by:	itetcu (maintainer, implicit)
Feature safe:	yes
2011-11-22 22:52:55 +00:00
Romain Tartière
77a59487bf Update to 1.0.3.
Feature safe:	yes
2011-11-17 22:34:43 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Cheng-Lung Sung
56ec4d19c4 - Update to 2.7
PR:		ports/162356
Submitted by:	maintainer (Matthew Seaman)
2011-11-09 02:05:20 +00:00
Sunpoet Po-Chuan Hsieh
57fdae8c40 - Update to 0.3.r52
- While I'm here, change USE_PYTHON from 2.4+ to yes

PR:		ports/162394
Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer)
2011-11-09 01:59:48 +00:00
Kris Moore
08a0c2d091 Update to 0.9.6 2011-11-07 19:31:59 +00:00
Olli Hauer
a2faad3b33 For a given port determine its dependences using any combination of the
- FETCH_DEPENDS
 - EXTRACT_DEPENDS
 - PATCH_DEPENDS
 - LIB_DEPENDS
 - BUILD_DEPENDS
 - RUN_DEPENDS

and show them as a pseudo graphical tree.
Use back references for cross-connections.

WWW: http://code.google.com/p/porttree/

PR:		ports/160007
Submitted by:	Vladimir Chukharev
2011-11-06 17:15:50 +00:00
Thomas Abthorpe
c801c7e43a - Remove BROKEN on 9.X
- Mark as IGNORE for ${OSVERSION} >= 900000 && ${OSVERSION} < 900038

PR:		ports/162205
Submitted by:	Stephen Hurd <shurd sasktel.net> (maintainer)
2011-11-04 14:16:38 +00:00
Kris Moore
5d26d7b8af Update to 0.9.5 2011-11-03 17:47:15 +00:00
Andrej Zverev
1d9eba902a - Update to 2.1.4
* fix syntax error on 9.x

PR:		ports/162158
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
2011-11-01 08:55:31 +00:00
Chris Rees
d1d2d0364d Add PORTREVISION and PORTEPOCH to Synopsis of submitted PRs.
PR:		ports/154809
Submitted by:	milki <milki@rescomp.berkeley.edu>
2011-10-30 20:29:53 +00:00
Martin Wilke
8c15deab3e - Update to 3.4
Changelog:
http://marcuscom.com/pipermail/tinderbox-list/2011-October/002347.html

Approved by:	maintainer (implicit_)
2011-10-30 06:28:11 +00:00
Koop Mast
f7d2c3ea3e Fix build on FreeBSD 10 2011-10-29 22:53:25 +00:00
Doug Barton
39f6bb61b3 Update to version 2.6. This adds GraphViz compatible output to
portdepends, plus some routine bug fixing.

- Accessor methods for array valued items now mostly return
arrays rather than array references. This makes quite a
lot of code a lot clearer.

- Add GraphViz output mode to portdepends(1). Pretty
pictures of port dependency trees.

- Remove TODO file as (a) most of the items were done and (b)
most recent changes weren't listed in there.

- Minor docco tweak to portindex reflecting currently
supported FreeBSD major versions.

- Bump VERSION to 2.6 and CACHE_VERSION to 2.5

PR:		ports/161396
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2011-10-26 21:16:25 +00:00
Beat Gaetzi
317b7dfc7f - Fix extra patches for tmpfs support
Approved by:	miwi
2011-10-25 21:24:27 +00:00
Martin Wilke
c208a13fc9 - Update to 3.4.r3
Changelog:
* Correct a mismerge of schema
* Correct some typos
* Properly add the checksum Hooks to the upgrade code
* Fix some variable initialization issues in the webui
* Allow Jails and Builds to be removed when BuildPortsQueue entries exist

Approved by:	maintainer implicit
2011-10-25 19:16:59 +00:00
Martin Wilke
11bfb14a00 - Fix a typo
Approved by:	maintainer implicit
2011-10-25 17:10:01 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Ion-Mihai Tetcu
9f2c7278d2 - bump PORTEPOCH :(
- try to fix plist

Reported by:	many
Pointyhat to:	itetcu@ (me)
2011-10-19 18:02:51 +00:00
Kris Moore
941b4b956b - Update to 0.9.4
Changes: http://wiki.pcbsd.org/index.php/PBI_Manager#Release_History
2011-10-19 16:07:12 +00:00
Dirk Meyer
004b596934 - upate to 1.70 2011-10-18 04:21:38 +00:00
Doug Barton
7ec7e2a3cf Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL=     323 40
2011-10-17 04:35:02 +00:00
Alberto Villa
0bffcfcca1 - Add dependency on qt4-gui.
- Bump PORTREVISION.
2011-10-16 22:45:18 +00:00
Ion-Mihai Tetcu
ec5f3deec9 - fix a bug in the hooks sql [1]
- temporarelly disable TMPFS optional patch

Submitted by:	beat@ [1]
2011-10-16 20:02:56 +00:00