1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
Commit Graph

1540 Commits

Author SHA1 Message Date
Pav Lucistnik
aa952fd48f - Resolve LATEST_LINK conflict 2009-05-31 20:31:08 +00:00
Mark Linimon
e46c112701 Catch up with master 1.619. 2009-05-28 20:04:08 +00:00
Dennis Herrmann
e8a32a366d - Update to 1.2
PR:		ports/134911
Submitted by:	Marin Atanasov Nikolov <dnaeon@gmail.com> (maintainer)
2009-05-24 20:21:22 +00:00
Joe Marcus Clarke
70441c6f2c Update to 2.11.2.
* Fix a warning when PKGINSTALLVER is not defined. [1]
* Fix a false positive which can occur when install-info is used in sed
  expressions. [2]
* Add depcrecation checks for Apache macros. [3]

PR:		134000 [1]
		134614 [2]
		134610 [3]
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1]
		Lapo Luchini <lapo@lapo.it> [2]
		pgollucci [3]
2009-05-23 19:07:32 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +00:00
Ion-Mihai Tetcu
c42250053d Bring more fixes, optimizations and changes from CVS (PORTREVISION bumped):
- Add a disclaimer to the addJail usage line so that users know to use
  createJail instead.
- Trim leading and trailing spaces from the descriptions for Jails,
  Builds, and PortsTrees.
- Add /proc to the list of ignored paths.  This fixes a race condition
  which can occur when multiple builds are run in parallel.
- Run the postPortsTreeUpdate and postJailUpdate Hooks while the file
  systems are still mounted.  This has the side effect of running the
  hooks when an update fails.
- Die if the postPortsTreeUpdate Hook fails.
- Die if a port could not be added to the BuildPortsQueue.

Webui:
- Save some screen space by reducing space between top menu and content.
- Add link to RSS feed to the latest_buildports view.
- Generate RSS feeds per maintainer and add drop down menu for feeds to
  homepage.
- Make headers of columns on buildport pages clickable to sort the table.
- Rename All really Build Failures to All Failures.
- Add link to All Build Failures and All Failures on latest_buildports
  page.
- To limit the number of shown ports per page a new variable
  list_limit_nr could be set in inc_tinderbox.php. This limitation is
  disabled by default.
2009-05-11 06:19:40 +00:00
Martin Wilke
7a4e97cb9a Finds updates for FreeBSD pkgs by checking the ports index.
pkg_findupdates - Finds updated packages.
pkg_bupdate - Perform a binary packages update.

WWW: http://search.cpan.org/dist/FreeBSD-Pkgs-FindUpdates/

PR:		133404
Submitted by:	"Zane C.B." <vvelox@vvelox.net>
2009-04-30 22:47:20 +00:00
Yen-Ming Lee
77594a1f04 - update to 1.2.1
PR:		134027
Submitted by:	leeym
Approved by:	maintainer
2009-04-27 20:39:27 +00:00
Joe Marcus Clarke
3af18d3222 Update to 2.11.1.
* Fix some Perl warnings. [1]
* Fix an improper invocation of perror(). [2]
* Add some more allowed full paths. [3]
* Add a check for MAKE_JOBS_[UN]SAFE used in conjunction with NO_BUILD.
  If this is found, throw a warning. [4]

PR:		133207 [4]
Submitted by:	gerald [3]
Reported by:	pav [1]
		Vladimir Chukharev <Vladimir.Chukharev@tut.fi> [2]
2009-04-13 01:56:17 +00:00
Ion-Mihai Tetcu
c0e116cada Import an other round of changes from marcuscom cvs and bump PORTREVISION:
- Bump build_name from 72 characters to 255 characters.
- Sync latest port fail reasons and patterns with pointyhat.
- Switch to cvsup17 as default csup server
- Fix a problem where port directories where not canonicalized, and could end
up looking like dir/../otherdir.
- Save some screen space by reducing space between top menu and content in
queue view in webui.

Note that if upgrading you have to apply the canges to your database by hand.
2009-04-12 07:22:53 +00:00
Mark Linimon
d129998c86 Catch up with master 1.617. 2009-04-10 21:55:37 +00:00
Sergey Matveychuk
375ea73578 - After portversion get -F option, -v stops showing full packages names.
Fix it.
2009-04-09 11:44:48 +00:00
Max Brazhnikov
165bfe6ffb Conflicts with kports-qt4 2009-04-06 20:27:53 +00:00
Max Brazhnikov
ddf3fa7598 Connect ports-mgmt/kports-qt4 2009-04-06 20:13:14 +00:00
Max Brazhnikov
0650b64b73 Update to 0.8.1 after repocopy.
PR:		ports/130085
Submitted by:	Hannes Hauswedell (maintainer)
2009-04-06 20:11:39 +00:00
Sergey Matveychuk
6446ec02df - A patch to fix fetching of packages problem. 2009-03-31 16:03:36 +00:00
Martin Wilke
187cd65a20 - Update to 0.1.1
PR:		133147
Submitted by:	Zane C.B. <vvelox@vvelox.net> (maintainer)
2009-03-31 07:35:23 +00:00
Martin Wilke
5598d55a0d - Update to 1.2.0
PR:		133148
Submitted by:	Zane C.B. <vvelox@vvelox.net> (maintainer)
2009-03-31 07:34:13 +00:00
Ion-Mihai Tetcu
b4e398675e Pull two fixes from CVS:
- Properly check the result of getDbInfo to make sure we don't try to configure
  the database when we don't have access.
- Correct a typo which broken copyBuild for packages.
Bump PORTREVISION.
2009-03-28 10:54:23 +00:00
Ion-Mihai Tetcu
0597d4ac43 OPTIONs test fixes.
Submitted by:	wxs@
2009-03-25 18:06:29 +00:00
Ion-Mihai Tetcu
09bc6e6203 Bring in 2 fixes from cvs:
- webui: Fix misuse of TRIM function with PostgreSQL (maintianer address wron
with PG)
- Correct a corner case where cleaning up mounts may kill off processes it
shouldn't.  This occurs when you are mounting the ports tree mount via nullfs.
This fix requires that sysutils/lsof be installed on the Tinderbox host (new
OPTION).
- bump PORTREVISION
2009-03-25 15:24:52 +00:00
Mark Linimon
fd596d5089 Catch up with master 1.614. 2009-03-24 06:26:56 +00:00
Joe Marcus Clarke
7b950b9f63 Update to 2.11.0.
* Fix regexp compatibility with Perl 5.10 [1]
* Add "use warnings" to find more warnings [1]
* Use more modern Perl features as we no longer need to maintain such
  ancient backward compatibility [1]
* Add support for a list of patterns to exclude from absolute path
  checking. [2]
* Check MAINTAINER field for master/slave relationship as is done for
  COMMENT. [3]
* Add support for checking plists for files ending in .core.  These files
  may be periodically deleted during core file sweeps. [4]

NOTE: This release has more Perl warnings enabled.  If you encounter a Perl
warning, please report it.

PR:		132289 [1]
		131228 [2]
		131235 [3]
		131790 [4]
Submitted by:	skv [1]
		gerald [3]
2009-03-22 17:54:19 +00:00
Mark Linimon
f4aaa80caf Catch up with master 1.613. 2009-03-22 02:14:27 +00:00
Gabor Pali
a706fd89c5 - Update to 0.0.3
- Update MASTER_SITES

PR:		ports/132821
Submitted by:	Samy Al Bahra <sbahra (at) kerneled (dot) org> (maintainer)
Approved by:	gabor
2009-03-20 23:17:11 +00:00
Dennis Herrmann
ee2657f9cd - Update to 1.1.0
PR:	131883
Submitted by:	myself
Approved by:	maintainer timeout (two weeks), tabthorpe (co-mentor)
2009-03-12 16:37:56 +00:00
Dmitry Marakasov
d484df5b9f - Update to 2.0.7
PR:		132417
Submitted by:	Andy Kosela <akosela at andykosela dot com> (maintainer)
2009-03-11 22:46:44 +00:00
Beat Gaetzi
cd3cb63cd8 - Update to 0.3
- Update MASTER_SITES
- Update maintainers email address

PR:		ports/132384
Submitted by:	Jason Bacon <jwbacon AT tds.net> (maintainer)
Approved by:	miwi (mentor)
2009-03-10 19:44:00 +00:00
Mark Linimon
8f7449bc4f Catch up with master 1.612. 2009-03-07 07:53:56 +00:00
Ion-Mihai Tetcu
094f104aca MFD: Latest stable tinderbox release from ports-mgmt/tinderbox-devel and
add conflict with ports-mgmt/tinderbox-devel

itetcu      2009-02-26 02:11:43 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/tinderbox-devel Makefile distinfo
  Log:
  Update to 3.2 release. This release offers no changes over Release Candidate 3.
  Here is a summary of changes from Tinderbox 3.1.2 to 3.2:
  * A new tc function, ``tbversion'' has been added to print the version
  of Tinderbox.  This command relies on a ${pb}/.version file which is
  generated when the Tinderbox release distribution is created.  Be sure
  to copy this file if you copy the contents of the Tinderbox release to
  another location.
  * Log file markup support has been added.  Log files can be viewed with
  certain patterns colorized to make them easier to spot (e.g. GCC
  warnings).  Currently, the list of patterns is not easily changeable,
  but a facility to add new patterns is forthcoming.
  * A new tc function, ``copyBuild'' has been added which allows one to
  copy attributes (e.g. env files, ports, packages, etc.) from one Build
  to another.
  * Quiet tinderd if a port in the queue does not exist.
  * The log file header lines in port build logs have been reordered for
  easier (human) reading.  If this changes causes too much consternation
  for existing scripts, it can be reverted.
  * Fix a bug with Postgres in that psql wants to output space-delimited
  results by default, and this can mess up upgrades.
  * A -u argument has been added to ``addBuildPortsQueueEntry'' so that a
  username can be set for a queue entry.
  * The ``addBuildPortsQueueEntry'' command now looks up users by both
  name and ID.  This fixes a bug where tinderd doesn't send Build
  completion mail.
  * The error spit out by ``listBuildPortsQueue'' when the queue is empty
  has been removed.
  * Two new inc_tinderbox config variables have been added:
  reload_interval_latest and reload_interval_current which allow one to
  set the reload interval for the ``Current and Latest Builds'' page while
  no port is building and while a port is building respectively.
  * Some additional error checking has been added to the webui.
  * A search interface has been added for searching for ports in the
  webui.
  * Canonical PHP tags are now used instead of short tags.  This makes it
  easier to deploy Tinderbox in various configurations.
  * The tinderd queue view has been changed.  The field for adding new
  ports is now first.
  * A favicon.ico file is now shipped for the webui.
  * Some other bugs have been fixed in the webui.
  * The ``tbversion'' command usage has been added.
  * An bug in the log file parsing code which could result in fetch
  failure false positives has been fixed.
  * The search interface has been added to the top of the homepage.
  * The Delete buttons have been moved to the top of the page.
  * Some migration issues have been fixed.

  The contributors to Tinderbox 3.2's development and testing are Beat
  G_tzi, Martin Wilke, Matt, Ion-Mihai Tetcu, Frank Wall, Boris
  Samorodov, Cory R. King, and Aron Schlesinger.
2009-03-03 17:15:12 +00:00
Martin Wilke
f0e6e436b3 - Update to 20090228
PR:		132201
Submitted by:	Sulev-Madis Silber <madis555@hot.ee> (maintainer)
2009-02-28 19:45:06 +00:00
Ion-Mihai Tetcu
a4c74b09e6 Update to 3.2 release. This release offers no changes over Release Candidate 3.
Here is a summary of changes from Tinderbox 3.1.2 to 3.2:
* A new tc function, ``tbversion'' has been added to print the version
of Tinderbox.  This command relies on a ${pb}/.version file which is
generated when the Tinderbox release distribution is created.  Be sure
to copy this file if you copy the contents of the Tinderbox release to
another location.
* Log file markup support has been added.  Log files can be viewed with
certain patterns colorized to make them easier to spot (e.g. GCC
warnings).  Currently, the list of patterns is not easily changeable,
but a facility to add new patterns is forthcoming.
* A new tc function, ``copyBuild'' has been added which allows one to
copy attributes (e.g. env files, ports, packages, etc.) from one Build
to another.
* Quiet tinderd if a port in the queue does not exist.
* The log file header lines in port build logs have been reordered for
easier (human) reading.  If this changes causes too much consternation
for existing scripts, it can be reverted.
* Fix a bug with Postgres in that psql wants to output space-delimited
results by default, and this can mess up upgrades.
* A -u argument has been added to ``addBuildPortsQueueEntry'' so that a
username can be set for a queue entry.
* The ``addBuildPortsQueueEntry'' command now looks up users by both
name and ID.  This fixes a bug where tinderd doesn't send Build
completion mail.
* The error spit out by ``listBuildPortsQueue'' when the queue is empty
has been removed.
* Two new inc_tinderbox config variables have been added:
reload_interval_latest and reload_interval_current which allow one to
set the reload interval for the ``Current and Latest Builds'' page while
no port is building and while a port is building respectively.
* Some additional error checking has been added to the webui.
* A search interface has been added for searching for ports in the
webui.
* Canonical PHP tags are now used instead of short tags.  This makes it
easier to deploy Tinderbox in various configurations.
* The tinderd queue view has been changed.  The field for adding new
ports is now first.
* A favicon.ico file is now shipped for the webui.
* Some other bugs have been fixed in the webui.
* The ``tbversion'' command usage has been added.
* An bug in the log file parsing code which could result in fetch
failure false positives has been fixed.
* The search interface has been added to the top of the homepage.
* The Delete buttons have been moved to the top of the page.
* Some migration issues have been fixed.

The contributors to Tinderbox 3.2's development and testing are Beat
Gätzi, Martin Wilke, Matt, Ion-Mihai Tetcu, Frank Wall, Boris
Samorodov, Cory R. King, and Aron Schlesinger.

Add conflicts with ports-mgmt/tinderbox.

MFC after:	3 days
2009-02-26 02:11:43 +00:00
Mark Linimon
3f8859a4ae Catch up with master 1.611. 2009-02-26 01:40:07 +00:00
Ion-Mihai Tetcu
4a3cdc96e7 Connect tinderbox-devel to the build. 2009-02-16 22:27:53 +00:00
Ion-Mihai Tetcu
f993f89ac8 This port was repo-copyed from ports-mgmt/tinderbox.
Update to current stable release candidate 3.2.r3.

Repocopy by:	marcus@
Requested by:	marck@
2009-02-16 10:48:23 +00:00
Martin Matuska
7637642191 - Update USE_TK to 84 due to planned defalt tcl change 2009-02-14 21:38:09 +00:00
Pav Lucistnik
af13aa1d5a - Simplify ldconfig handling 2009-02-12 16:46:23 +00:00
Doug Barton
825c979ac5 Update for version 2.7 2009-02-05 23:16:06 +00:00
Doug Barton
782ca5da36 Update for version 2.7:
1. Document the --check-port-dbdir

2. Add a paragraph about why it's not possible for portmaster to continue
when there is an error.

3. Update the suggested alias for portmaster -L

4. Update the process of deleting and reinstalling ports to include the
new --check-port-dbdir option, and to check /var/db/pkg
2009-02-05 23:15:21 +00:00
Doug Barton
e06a996271 New Feature
===========
1. Add --check-port-dbdir to clean stale entries from /var/db/ports [1]
Since the definition of PORT_DBDIR is now used in more than one place,
add it to the initialization routine at the top.

General Improvements
====================
1. Add a 'nonfatal' option to find_moved_port() so that when it's
called in a context where we don't care about a port that has been
deleted (such as distfile listing) it doesn't exit. Add some code to
that function to tell -L that the port has been deleted.

2. Deal with ports that require user interaction to fetch by checking
first whether MASTER_SITES is empty before running 'make checksum'.
This should solve the problem of portmaster unintentionally deleting
the distfiles for java ports, inter alia. [2]

3. Improve kill_bad_children() by using process group id [3]

4. Don't call kill_bad_children() in safe_exit() without reason.

a. Implement this for the distinfo child process by flagging the first
line of the file and checking for a file with -s instead of just -e.
b. Implement this for -F mode by flagging when all the background
processes have finished.

This should result in less of those annoying 'Terminated' messages

5. Move the start of read_distinfos() until after we are sure that we
are going to try building the port.

Small Fixups
============
1. When update_contents() finds something odd when updating a port
suggest using --check-depends to clean it up.

2. In check_for_update() avoid having variables that differ only by case

3. In update_port() recurse with just the port to update [3]

4. In dependency_check() run check_interactive() for installed
versions that need updating.

5. Update copyright

Concept by:             RW <fbsd06@mlists.homeunix.com> [1]
Fix Suggested by:       ale [2]
Suggested by:           Geraint Edwards <gedge@yadn.org> [3]
2009-02-05 23:11:23 +00:00
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