Commit graph

1500 commits

Author SHA1 Message Date
Beat Gaetzi
72329eb351 Update my email address to @FreeBSD.org.
Approved by:	miwi (mentor)
2009-01-28 23:25:21 +00:00
Max Brazhnikov
08ceca4c55 Change maintainer email address.
Add optional dependency on kdesu (from KDE-3 or 4) or sysutils/gksu.

PR:		ports/130086
Submitted by:	Hannes Hauswedell <freebsd at soulrebel.in-berlin.de> (maintainer)
Approved by:	miwi (implicit)
2009-01-24 19:38:36 +00:00
Ion-Mihai Tetcu
94582fae34 - don't patch non-existent files if WITHOUT_WEBUI is defined
- bump PORTREVISION
2009-01-20 23:12:38 +00:00
Florent Thoumie
171c05ce03 Remove wrapper configuration file at deinstall. 2009-01-20 13:19:36 +00:00
Joe Marcus Clarke
0aa3e2b9c0 Fix some typos in the CONFIGURE_ENV section.
Submitted by:	gerald
2009-01-19 06:58:42 +00:00
Joe Marcus Clarke
76229fb04e Update to 2.10.2.
* Loosen the error around USE_ANT and do-build [1]
* Add a check for CFLAGS and CXXFLAGS in CONFIGURE_ENV [2]
* Add a check for Fortran flags in CONFIGURE_ENV [3]

PR:             128482 [2]
Requested by:   Dominic Fandrey <kamikaze@bsdforen.de> [1]
                gerlad [3]
Submitted by:   amdmi3 [2]
2009-01-18 18:49:58 +00:00
Mark Linimon
571f122214 Catch up with master 1.608. 2009-01-18 01:21:48 +00:00
Mark Linimon
bae7323cc6 Catch up with master 1.607. 2009-01-12 01:34:11 +00:00
Mark Linimon
ebf5e5bcf1 Catch up with master 1.606. 2009-01-11 17:48:33 +00:00
Pav Lucistnik
dd28440c64 - Remove portsnap port, it's now integrated into the base system 2009-01-07 21:34:27 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Ion-Mihai Tetcu
7a12c47927 Bring in new features and bugfixes from CVS:
- Remove the listBuildPortsQueue error when there are no ports in the queue.
- Teach sendBuildCompletionMail how to lookup a user by both name and ID.
  This will fix the problem where tinderd doesn't send build completion
  mail.
- Add a -u argument to addBuildPortsQueueEntry to set a user name of a
  queue entry.
- Introduce 2 inc_tinderbox config vars, reload_interval_latest and
  reload_interval_current which allow to set the reload interval for
  "Current And Latest Builds" page while no port is building and while
  a port is building respectively.
- Use the canonical PHP tag instead of short tags to make Tinderbox more
  flexible in where it can be deployed.
- Introduce logfile markup support. The data base stores regular
  expressions for things you like to flag in build logs (e.g. GCC
  warnings indicating missing prototypes). The frontend parse the
  logs and colorize matching lines. If a port failed to build the
  port_fail_pattern is automatically highlighted. The frontend
  allow you to toggle the display of line numbers and toggle which
  patterns are highlighted.
  To enable the logfile markup create the logfile_patterns table (see
  the last table in scripts/sql/schema.[mysql|pgsql].pre) and load the default
  patterns from scripts/sql/values.lp into the newly created table.

Bump PORTREVISION.
2008-12-27 20:29:35 +00:00
Florent Thoumie
bf1f4ba7ad Update ports-mgmt/pkg_install to 20080708 snapshot. 2008-12-25 16:53:26 +00:00
Martin Wilke
b9994d2e7c - Update to 0.3
- Fix pkg-descr

PR:		129828
Submitted by:	Antonios Anastasiadis <antonakis@gmail.com> (maintainer)
2008-12-22 22:30:33 +00:00
Martin Wilke
7a0abc2df9 - Update to 0.2
PR;		129608
Submitted by;	Antonios Anastasiadis <antonakis@gmail.com> (maintainer)
2008-12-14 13:29:45 +00:00
Martin Wilke
cd70e8e55a xps (eXquisite Port Seeker) is a tool that searches the ports
INDEX file and shows the ports that match the given criteria.

WWW:	http://www.crucible.gr:5555/

PR:		129420
Submitted by:	Antonios Anastasiadis <antonakis@gmail.com>
2008-12-07 15:06:51 +00:00
Simon L. B. Nielsen
ad0cd568d7 Remove entry 2de14f7a-dad9-11d8-b59a-00061bc2ad93 (Multiple
Potential Buffer Overruns in Samba) which is duplicated from
vuln.xml.  I don't know why this entry is duplicated here, but I
suspect it's related to portaudit.txt.

By removing the entry from here, the entry in vuln.xml should
just be used instead.

PR:		ports/129240
Reported by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2008-11-30 21:54:20 +00:00
Pav Lucistnik
ad90673e7d - Update to 2.0.5
PR:		ports/129017
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
2008-11-20 15:18:30 +00:00
Sergei Kolobov
6e14ce83ab - Take maintainership
Approved by:	gabor
2008-11-19 21:47:06 +00:00
Ion-Mihai Tetcu
b037c7be3b Update to 3.1.2 with the following fixes and minor changes:
* Don't cleanup WRKDIR until after the postPortBuild Hook has run.
* Fix resetBuild in a nullfs environment.
* Fix a regression in the version path.
* Correct a tinderd typo which masked a diagnostic message.
* Show last 30 ports per page in "Current and Latest Builds" page.
(webui)
* When sorting by "Last Build Attempt" in list build page sort
descending -- latest built first. (webui)

The main contributor and tester of this release was Ion-Mihai Tetcu.

(Remove local patches incorporated upstream)
2008-11-16 21:38:54 +00:00
Ion-Mihai Tetcu
41cf60b3f7 Mark broken, to many annoying bugs in this release.
3.1.2 should be out soon.
2008-11-15 10:37:48 +00:00
Ion-Mihai Tetcu
5512daa0dc Don't install .orig file resulting from patching.
Prompted by:	QAT
2008-11-12 20:44:25 +00:00
Ion-Mihai Tetcu
304b27f0a4 Actually add the patch to fix database migration from 3.0.0[_n] forgotten in
previous commit.
2008-11-12 20:35:31 +00:00
Ion-Mihai Tetcu
90e76efd65 Fix database migration from 3.0.0[_n] and bump PORTREVISION.
Prompted by:	garga@'s question about an webui error on IRC
2008-11-12 20:34:10 +00:00
Ion-Mihai Tetcu
a689ee9d7e Update to 3.1.1 - Bug fix and feature release.
This release brings many bug fixes and some new features, particularly with the
webui frontend:
    * The tinderd.sh rc.d script has been renamed tinderd, and modernized.
	See the README for more details.
    * A tinderd_debug option has been added to the tinderd rc.d script to
	control whether or not to write output to /dev/null.
    * Add a new tinderd config option, TINDERD_LOGFILE. When this is set, all
	tinderbuild output from a tinderd cycle will be appended to this
	logfile. By default, the logfile is /dev/null.
    * Reintroduce user permissions functionality in the webui from 2.x.
    * Add RSS support for the latest_buildports view (webui).
    * Add buttons to tinderd queue view to remove all or all built entries from
	the queue (webui).
    * Automatically set rootdir and wwwrooturi variable (webui).
    * Show target port of current build (webui).
    * Fix a slew of Postgres upgrade and install bugs. Note: not all upgrade
	bugs have been fixed. The schema changes in 3.1 may need to be applied
	manually to Postgres databases.
    * Fix a case where a failed build could lead to false-positive leftovers.
    * Fix a regression where the wrong module name was used. This broke tinderd
	configuration.
    * Prevent dereferencing a null value in the Build Ports Queue code when a
	port is no longer associated to a Build.
    * Fix rescanPorts' command line arguments, and allow it to be invoked as a
	shell command.
    * Use the installed Jail's /usr/share/mk directory when doing a make
	distribution. This fixes a Jail build of 7.X on recent -CURRENT.
    * Add -k to the conig-recursive command so that it doesn't die if one
	chooses to skip a port.
    * Don't make it fatal if the rm of the directory fails in cleanDir. This
	may very well fail if the target is a mount point.
    * Some setup steps in the README have been clarified.

!!!NOTE!!!This release includes a schema change, so be sure to run the
following before using 3.1:

./tc Upgrade

The contributors to this release are Beat Gätzi, Ion-Mihai Tetcu, Aron
Schlesinger, Alexander Logvinov, Wesley Shields, Martin Wilke, and Boris
Samorodov.

Local patches:
- install a favicon for the webui
- show last 30 ports per page in "Current and Latest Builds" page (webui)
- when sorting by "Last Build Attempt" in list build page sort descending --
latest built first (webui)

PR:		ports/128785 (based on)
Submitted by:	bsam@
2008-11-12 15:58:29 +00:00
Wesley Shields
5a59d0e070 Update to 0.0.2.1
PR:		ports/128651
Submitted by:	Samy Al Bahra <sbahra@kerneled.org> (maintainer)
2008-11-08 04:58:10 +00:00
Wesley Shields
fc5805c46b Update to 20081104. It incorporates the local patch put in place a while
ago.
2008-11-07 20:44:48 +00:00
Wesley Shields
d39855f825 - Add @exec lines so the register script is called when the package is used.
- Bump PORTREVISION.

Submitted by:	sbahra@kerneled.org (maintainer, private mail)
2008-11-05 23:36:46 +00:00
Jeremy Chadwick
2c8ba55ce1 Porte provides a simple, fast and efficient interface to searching
FreeBSD ports index fields. It also has a simple statistics mode which
allows collecting frequency statistics for these fields.

WWW: http://www.kerneled.org/

Submitted by:	sbahra on EFnet #bsdports
2008-11-05 01:46:11 +00:00
Joe Marcus Clarke
8fa2d4b219 Correct a typo.
Reported by:	amdmi3
2008-10-22 22:04:38 +00:00
Joe Marcus Clarke
05eccf3545 Update to 2.10.1
* Allow WWW URLs which start with "https://" [1]
* Warn on possible improper use of @dirrm[try] [2]

PR:		127128 [1]
		127081 [2]
Submitted by:	Tomoyuki Sakurai <cherry@trombik.org> [2]
2008-10-21 22:38:14 +00:00
Dmitry Marakasov
a35804c46f - Update to 1.1
PR:		127921
Submitted by:	Marin Atanasov <dnaeon at gmail dot com> (maintainer)
2008-10-13 13:20:12 +00:00
Peter Pentchev
523b049d63 Add the pkg_add_it-1.0 utility for easy interactive package selection.
PR:		127883
Submitted by:	Marin Atanasov <dnaeon@gmail.com>
2008-10-06 14:49:28 +00:00
Dmitry Marakasov
ea6723045b - Fix commandline arguments handling (again) 2008-09-24 14:56:17 +00:00
Dmitry Marakasov
dabcf362bb - Fix commandline arguments handling for some cases (actualy any case when two or more flags are used simultaneously like port submit -m update -d .orig)
PR:		100771
Submitted by:	HASHI Hiroaki <hashiz at tomba dot meridiani dot jp>
2008-09-23 13:36:17 +00:00
Martin Wilke
393d586d0f - Update to 2.0.4
PR:		127203
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
2008-09-08 07:58:23 +00:00
Ion-Mihai Tetcu
6238fbb602 - remove unexisting dirs from plsit
- bump PORTREVISION

PR:		ports/127177
Submitted by:	Sunpoet Po-Chuan Hsieh
2008-09-07 22:29:28 +00:00
Ion-Mihai Tetcu
9eae387a56 - fix PGSQL support [1]
- use strftime like in 2.x [1]
- install rc script in system etc/rc.d
- bump PORTREVISION

Prompted by:	makc@ [1]
Obtained from:	marcoscom CVS [1]
2008-09-07 07:41:41 +00:00
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