Commit graph

1462 commits

Author SHA1 Message Date
Chin-San Huang
3ccc0f3e14 - Add missing dependency on security/libgnomesu (gnomesu)
PR:		ports/127071
Submitted by:	chinsan
Approved by:	maintainer
2008-09-06 02:47:11 +00:00
Mark Linimon
839001ad32 Catch up with master 1.604. 2008-09-06 02:24:40 +00:00
Ion-Mihai Tetcu
0417855e9b This is tinderbox 3.0.0 release with patches (see bellow).
Changes in 3.0 include:
* The www-exp module has been renamed webui, and a new web frontend has
been added called paefchen.
* All Tinderbox commands with the exception of tinderd are now performed
using the tc utility.
* The Hosts system has been removed as it was not really used, and not
really suited to the purpose of distributed builds.  The ground work has
been laid to support distributed builds, but that is not present in 3.0.
* A DISTFILE_URI config directive has been introduced to allow for
distributed distfile caches.
* The latest port fail reasons and patterns have been synced from
pointyhat.
* The total size taken by a port build (in KB) is now tracked in the
database.  This can be obtained using the command ``tc getPortTotalSize
-d DIRECTORY -b BUILD''.
* Port build logs now contain OPTIONS and environment details.
* The ``tc addPort'' command assumes a recursive add by default.  This
can be disabled by passing the -R argument.
* Port dependencies are now recorded in the database when ``tc addPort''
is called without -R.  The dependency list can be retrieved with ``tc
getDependenciesForPort -d DIRECTORY -b BUILD''.
* The ``tc tbcleanup'' command now supports pruning stale distfiles,
stale packages, and not pruning old error logs.  See the README for
command line details.
* The default update type and update host are configurable at Setup and
Upgrade time.  The default update type has been changed from CVSUP to
CSUP.
* The last_fail_reason is now exported to the postPortBuild Hook.
* Fix the build time display if a tinderbuild takes longer than 24 hours.
* Add a new command, ``tc rescanPorts'' which updates the properties of
all ports in the datastore (including dependencies).
* Display the remake count in the webui frontends.
* Hack around a potential perl-related leftover false positive.
* A new -O option has been added to addPort/rescanPorts which enables
OPTIONS, but does not run rmconfig before calling config.  This way,
existing OPTIONS can be preserved.  The default behavior is to call
rmconfig to maintain POLA.
* The webui index page has been enhanced to make it more readable, and
more powerful.
* The number of ports not built due to dependency failures has been
added to the webui's main page.
* tc processLog -v now prints the matching text to aid with false
positive identification.

PLUS:
* In webui:
- Change tinderd queue view. Field for adding new ports is the first now.
- Show target port of current build.
- miwi's RSS module
- an other patch from miwi for inc_tinderbox.php.dist which should make
setting-up the webui easier on non-standard configurations.
* Bug-fix: Add o and O to the list of valid options for addPort.
2008-09-03 12:29:01 +00:00
Wesley Shields
2b10ef9844 Add a patch to workaround a bug noticed by Doug Barton.
The new code will silently ignore MASTER_SITE_GOOGLE_CODE and
MASTER_SITE_DEBIAN_POOL unless specifically asked to sort them, in which
case an error message is printed.

Most of the patch came from Ryan Steinmetz <rpsfa@rit.edu> with small
additions by me.
2008-09-03 02:42:09 +00:00
Joe Marcus Clarke
0bf07e9500 Update to 2.10.0.
* Add a check for duplicate CATEGORIES [1]
* Be stricter when checking for --mandir and --infodir [2]
* Properly check *_DEPENDS both before and after bsd.port.pre.mk [3]

PR:		125962 [2]
		126681 [3]
Requested by:	kris [1]
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> [3]
		Renato Botelho <garga@FreeBSD.org> [2]
2008-08-24 17:16:03 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Martin Wilke
0593c95b7f - Fix a typo in gauge change checking could cause slow gauge update over slow links.
PR:		126512
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2008-08-15 11:55:17 +00:00
Dmitry Marakasov
1115f16ecf - Fix segfaults due to typo in malloc() invocation
PR:		ports/126338
Submitted by:	Shota Iwazaki <iwazaki8 at yahoo dot co dot jp>
Approved by:	Stephen Hurd <shurd at sasktel dot net> (maintainer)
Approved by:	miwi (mentor implicit)
2008-08-11 19:46:48 +00:00
Pav Lucistnik
9eb985571f - Fix build on CURRENT: don't include bsd.sys.mk at all
Submitted by:	Joseph S. Atkinson <jsatkinson@embarqmail.com>
2008-08-10 22:06:39 +00:00
Martin Wilke
c588679cc2 - Update to 2.0.3
PR:		126277
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
2008-08-06 07:58:40 +00:00
Sergey Matveychuk
9060e4a61f - Remove perl dependency. perl is not used for some time as it was before. 2008-08-03 02:23:07 +00:00
Robert Noland
1e22e237ba Update my email address to my @FreeBSD.org address.
Approved by:	garga (mentor)
2008-07-30 19:00:36 +00:00
Mark Linimon
98526b66e6 Catch up with master 1.600. This also obsoletes a portmk-only patch
that has been around for a while.
2008-07-30 09:46:17 +00:00
Doug Barton
c93d20bde6 Update for version 2.6 2008-07-28 21:26:19 +00:00
Doug Barton
09e773a456 Update to reflect the ability to specify multiple glob patterns
added in version 2.6.
2008-07-28 21:25:48 +00:00
Doug Barton
62ccec52c0 New Features
============
1. You can now specify multiple globs for directories in /var/db/pkg on the
command line (along with full names of directories/paths from /usr/ports
and/or /var/db/pkg, as before)
2. When calling check_interactive or update_port from check_for_updates
tell the user what updated version is available. [1]

Bug Fixes
=========
1. Don't set show_list to "all" for -a unless there is somthing to show
2. Add K (don't postclean) to getopts [2]

Other Improvements
==================
1. In check_dependency_files() don't let ro_opd be empty for the purpose
of the egrep expression. It works now, but it apparently violates the
spec and could case problems down the road (e.g., for bsdgrep).
2. Since the BSDPAN pseudo-ports do not exist in the ports tree there
is nothing for portmaster to do with them. Therefore ignore them when
appropriate, notifying the user when necessary. [3]

Submitted by:	Geraint Edwards <gedge@yadn.org> [1]

PR:		ports/126006 [2]
Submitted by:	ahze [2]
Pointy hat:	moi [2]

Problem pointed out by:	Bapt <baptiste.daroussin@gmail.com> [3]
PR:			ports/125428 [3]
2008-07-28 21:24:53 +00:00
Edwin Groothuis
16722c6913 Update description of pkg_tree
The example in the description of pkg_tree shows old package
	names (imake-4, XFree86-libraries).

PR:		ports/125990
Submitted by:	Carlos Santos <unixmania@gmail.com>
2008-07-28 06:37:05 +00:00
Beech Rintoul
ebd5b236b1 - Update to 2.0.2_1
- Minor fixes
- Bump PORTREVISION
- Compatible with BSD KNF

PR:		ports/125991
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
2008-07-27 19:19:22 +00:00
Xin LI
f139205c26 When doing 'update' and 'diff', use our cvs(1)'s -R feature, this would accelerate
on certain configurations.

While I'm there, make use of 'SF' macro for SourceForge mirror.

PR:	ports/116248
2008-07-27 07:40:01 +00:00
Mark Linimon
189bb010c0 Reset sergei@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2008-07-27 04:30:53 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Beech Rintoul
c46d8b0112 - Patch to ports-mgmt/portupdate-scan to deal with problems which have surfaced
recently, parsing the files /usr/ports/MOVED and /usr/ports/UPDATING. MOVED had
an extra blank line on the end for awhile, and the case of some of the UPDATING
lines have changed (e.g., Author: instead of AUTHOR:). This patch allows
portupdate-scan to tolerate these variances.

PR:		ports/125840
Submitted by:	Alex Stangl <alex@stangl.us> (maintainer)
2008-07-24 18:18:03 +00:00
Mark Linimon
2e5661c052 Catch up with master 1.598. 2008-07-22 04:33:47 +00:00
Mark Linimon
d0f364e1a1 Catch up with master 1.75. 2008-07-21 01:38:03 +00:00
Mark Linimon
5080e9cd0b Catch up with master 1.597. 2008-07-21 01:37:30 +00:00
Joe Marcus Clarke
fb129bc0ff Update to 2.9.10.
* Add some USE_GCC checks [1]
* Check to make sure pkg-descr lines do not end with CRLF [2]
* Warn against using != in assignments [2]
* Check for a valid WWW syntax in pkg-descr [2]

Requested by:	gerald [1]
		kris [2]
2008-07-20 01:09:38 +00:00
Martin Wilke
5e191d2f8d - Update to 2.0.2
PR:		125773
Submitted by:	maintainer
2008-07-19 18:23:52 +00:00
Martin Wilke
d9fcd012a2 - Update maintainer mail adress
PR:		125543
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
2008-07-17 18:48:43 +00:00
Sergey Matveychuk
71dfff7719 - Sync with ports-mgmt/portupgrade 2008-07-16 20:38:30 +00:00
Sergey Matveychuk
e78b871ce1 - Update to 2.4.6
* Many bugs was fixed
  * a new pkgdu utility shows installed packages disk usage

PR:		many
2008-07-16 20:36:49 +00:00
Wesley Shields
bd10f5f41a New port: reads the FreeBSD installed packaged DB.
PR:		ports/125197
Submitted by:	"Zane C.B." <vvelox@vvelox.net>
2008-07-14 17:12:38 +00:00
Martin Wilke
6f49fcde4a - Update to tb243_template_paefchen_v1
Submitted by:	Aron Schlesinger
Approved by:	maintainer
2008-07-12 14:12:42 +00:00
Martin Wilke
3d0108e926 - Update paefchen template [1] (fix bug in firefox3)
- Fix OPTIONS handling [2]
- Bump PORTREVISION

PR:		125470 [2]
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua> [2]
		Aron Schlesigner [1]
Approved by:	itetcu (maintainer)
2008-07-11 21:22:41 +00:00
Sergey Matveychuk
711ee0aaa5 - Update to 2.4.6
* Bugs fixes.
* A new utility - pkgdu. Display a disk usage for installed packages.
2008-07-11 11:25:16 +00:00
Alex Dupre
aa10d1c25b New feature: undefine variables.
PR:		ports/125273
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
2008-07-11 10:48:35 +00:00
Martin Wilke
0a64548c94 - Update to 2.0.1
PR:		125265
Submitted by:	Andy Kosela <andy.kosela@gmail.com> (maintainer)
2008-07-07 14:01:57 +00:00
Joe Marcus Clarke
e965ccfa52 Update to 2.9.9.
Check for misuse of the %%XXXDIR%% constructs in order to help with the QA
Tinderbox build reports.

PR:		125037
Submitted by:	leeym
2008-07-05 06:02:28 +00:00
Ion-Mihai Tetcu
8a2a324177 Don't try to patch inexistent files if WEB_EXP in not on.
PR:		ports/124929 [1], ports/124762 [2]
Submitted by:	Jona Joachim <jaj@hcl-club.lu>,
		Alex Kozlov <spam@rm-rf.kiev.ua> [2],
		lioux@ [1]
2008-07-01 20:06:20 +00:00
Sergey Matveychuk
ac88ed65ea Fix pkg-plist with NOPORTDOCS=yes 2008-07-01 16:18:48 +00:00
Sergey Matveychuk
66d4a2e48d - Update to 2.4.4 2008-07-01 14:02:54 +00:00
Mark Linimon
a721f9fd92 Catch up with master 1.595. 2008-07-01 01:22:51 +00:00
Vasil Dimov
b3b9e6ccd4 Upgrade ports-mgmt/portsearch from 1.3.1 to 1.3.2 2008-06-27 10:17:09 +00:00
Pav Lucistnik
d0cbd789a2 - Drop mention of 4.10
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2008-06-25 08:04:35 +00:00
Martin Wilke
591af05073 - Update to 2.0
PR:		124769
Submitted by:	Andy Kosela <andy.kosela@gmail.com> (maintainer)
2008-06-20 15:03:44 +00:00
Doug Barton
230aa2029d Update for version 2.5 2008-06-12 20:33:32 +00:00
Doug Barton
0eab31bb77 Bug Fixes
=========
1. Fix -a mode by moving the update of CONFIG_SEEN_LIST to after the port
has been checked for available updates. The old way worked as a side
effect to one of the things I fixed in version 2.4. This is probably
how it should have been done all along, but since the old way worked
I was hesitant to change it.

2. Now that we are using a different format for the INSTALLED_LIST,
fix the bit that always displays the list if we are using -a.
2008-06-12 20:33:04 +00:00
Doug Barton
28f12ee959 Document the potentially useful variables for rc files 2008-06-12 20:27:05 +00:00
Doug Barton
3ed25b7d18 Add "rm -rf /usr/local/lib/compat/pkg" to the list of steps to
update your ports tree after a major version upgrade
2008-06-11 20:08:16 +00:00
Doug Barton
b4445975fb Update for version 2.4 2008-06-11 19:39:29 +00:00
Doug Barton
cb20064d5b Minor New Feature
=================
Print a list of ports that will be worked on when doing multiple
ports, either from a glob or listed on the command line.

Bug Fixes
=========
1. When working multiple ports, if a port that is specified on the
command line is reached as a dependency for another port that is on
the command line (either specifically or from a glob) that port
should be rebuilt the first time through, even if it is up to date.
2. By the same token, only rebuild that dependent port once if it
was not up to date. Implement these features by keeping lists of
what needs to be, and has been built specific to the multiport
context.
3. In multiport() declare local variables to be local
4. When reading a glob pattern from the command line do not run
the multiport feature if there is only one match, just pass it on.

Minor Enhancements
==================
1. Save the list of work done using \t and \n and print with echo -e
2. Now that we are properly updating CONFIG_SEEN_LIST at the end of
the config run remove the old update to that list from
dependency_check()
2008-06-11 19:38:54 +00:00