1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

1521 Commits

Author SHA1 Message Date
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
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