aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* symports reads through your ports tree and generates a tree usingtabthorpe2009-06-244-0/+37
| | | | | | | symlinks for all categories - not just the "real" ones. PR: ports/135683 Submitted by: Eitan Adler <EitanAdlerList gmail.com>
* Download portaudit database from http://portaudit.FreeBSD.org/ insteadsimon2009-06-214-5/+5
| | | | | | | | | | | | | | | | | | of http://www.FreeBSD.org/ports/portaudit/. This is primarily done to work around bug in lighttpd on www.FreeBSD.org where If-Modified-Since isn't handled correctly possibly resulting in users behind web proxies getting an outdated version of the portaudit database. Bump portaudit version number. Big thanks to the reporter for the detailed PR with good information about reproducing the issue. PR: www/134505 Reported by: Christian Ullrich <chris@chrullrich.net> Prodding by: remko, Christian Ullrich
* A simple utility to show the package name and versiondhn2009-06-185-0/+79
| | | | | | | | | | | | whose port version is different from it. The utility uses /usr/ports/INDEX-{__FreeBSD__}.db The file can be generated by using bundled pver_dbgen WWW: http://www.csie.nctu.edu.tw/~weiyu/#msgbox=page/program.html PR: ports/135669 Submitted by: Wei-Yu Chen <weiyu.csie@gmail.com>
* Catch up with master 1.620.linimon2009-06-041-4/+6
|
* - Resolve LATEST_LINK conflictpav2009-06-011-0/+2
|
* Catch up with master 1.619.linimon2009-05-291-0/+21
|
* - Update to 1.2dhn2009-05-253-14/+10
| | | | | PR: ports/134911 Submitted by: Marin Atanasov Nikolov <dnaeon@gmail.com> (maintainer)
* Update to 2.11.2.marcus2009-05-242-6/+34
| | | | | | | | | | | | | | * 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]
* Chase libgmp and bump PORTREVISION.ale2009-05-132-2/+4
|
* Bring more fixes, optimizations and changes from CVS (PORTREVISION bumped):itetcu2009-05-1124-44/+1140
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Finds updates for FreeBSD pkgs by checking the ports index.miwi2009-05-015-0/+47
| | | | | | | | | | 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>
* - update to 1.2.1leeym2009-04-282-5/+6
| | | | | | PR: 134027 Submitted by: leeym Approved by: maintainer
* Update to 2.11.1.marcus2009-04-132-6/+20
| | | | | | | | | | | | | * 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]
* Import an other round of changes from marcuscom cvs and bump PORTREVISION:itetcu2009-04-1210-17/+257
| | | | | | | | | | | | - 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.
* Catch up with master 1.617.linimon2009-04-111-9/+5
|
* - After portversion get -F option, -v stops showing full packages names.sem2009-04-092-1/+11
| | | | Fix it.
* Conflicts with kports-qt4makc2009-04-071-1/+2
|
* Connect ports-mgmt/kports-qt4makc2009-04-071-0/+1
|
* Update to 0.8.1 after repocopy.makc2009-04-077-75/+80
| | | | | PR: ports/130085 Submitted by: Hannes Hauswedell (maintainer)
* - A patch to fix fetching of packages problem.sem2009-04-012-0/+12
|
* - Update to 0.1.1miwi2009-03-312-4/+4
| | | | | PR: 133147 Submitted by: Zane C.B. <vvelox@vvelox.net> (maintainer)
* - Update to 1.2.0miwi2009-03-312-4/+4
| | | | | PR: 133148 Submitted by: Zane C.B. <vvelox@vvelox.net> (maintainer)
* Pull two fixes from CVS:itetcu2009-03-283-1/+47
| | | | | | | - 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.
* OPTIONs test fixes.itetcu2009-03-261-2/+2
| | | | Submitted by: wxs@
* Bring in 2 fixes from cvs:itetcu2009-03-253-7/+55
| | | | | | | | | | - 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
* Catch up with master 1.614.linimon2009-03-241-2/+43
|
* Update to 2.11.0.marcus2009-03-232-31/+48
| | | | | | | | | | | | | | | | | | | | | | | * 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]
* Catch up with master 1.613.linimon2009-03-221-0/+24
|
* - Update to 0.0.3pgj2009-03-214-10/+10
| | | | | | | | - Update MASTER_SITES PR: ports/132821 Submitted by: Samy Al Bahra <sbahra (at) kerneled (dot) org> (maintainer) Approved by: gabor
* - Update to 1.1.0dhn2009-03-132-4/+4
| | | | | | PR: 131883 Submitted by: myself Approved by: maintainer timeout (two weeks), tabthorpe (co-mentor)
* - Update to 2.0.7amdmi32009-03-124-14/+31
| | | | | PR: 132417 Submitted by: Andy Kosela <akosela at andykosela dot com> (maintainer)
* - Update to 0.3beat2009-03-112-6/+7
| | | | | | | | | - Update MASTER_SITES - Update maintainers email address PR: ports/132384 Submitted by: Jason Bacon <jwbacon AT tds.net> (maintainer) Approved by: miwi (mentor)
* Catch up with master 1.612.linimon2009-03-071-8/+6
|
* MFD: Latest stable tinderbox release from ports-mgmt/tinderbox-devel anditetcu2009-03-044-3877/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* - Update to 20090228miwi2009-03-012-7/+5
| | | | | PR: 132201 Submitted by: Sulev-Madis Silber <madis555@hot.ee> (maintainer)
* Update to 3.2 release. This release offers no changes over Release Candidate 3.itetcu2009-02-262-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Catch up with master 1.611.linimon2009-02-261-4/+4
|
* Connect tinderbox-devel to the build.itetcu2009-02-171-0/+1
|
* This port was repo-copyed from ports-mgmt/tinderbox.itetcu2009-02-165-3893/+37
| | | | | | | Update to current stable release candidate 3.2.r3. Repocopy by: marcus@ Requested by: marck@
* - Update USE_TK to 84 due to planned defalt tcl changemm2009-02-151-2/+2
|
* - Simplify ldconfig handlingpav2009-02-132-6/+2
|
* Update for version 2.7dougb2009-02-061-1/+1
|
* Update for version 2.7:dougb2009-02-061-11/+36
| | | | | | | | | | | | 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
* New Featuredougb2009-02-061-44/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =========== 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]
* Update my email address to @FreeBSD.org.beat2009-01-291-1/+1
| | | | Approved by: miwi (mentor)
* Change maintainer email address.makc2009-01-258-10/+114
| | | | | | | | 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)
* - don't patch non-existent files if WITHOUT_WEBUI is defineditetcu2009-01-214-2/+4
| | | | - bump PORTREVISION
* Remove wrapper configuration file at deinstall.flz2009-01-202-0/+9
|
* Fix some typos in the CONFIGURE_ENV section.marcus2009-01-192-5/+6
| | | | Submitted by: gerald
* Update to 2.10.2.marcus2009-01-192-9/+61
| | | | | | | | | | | * 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]
* Catch up with master 1.608.linimon2009-01-181-2/+2
|
* Catch up with master 1.607.linimon2009-01-121-21/+0
|
* Catch up with master 1.606.linimon2009-01-121-27/+47
|
* - Remove portsnap port, it's now integrated into the base systempav2009-01-087-146/+0
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-074-29/+5
|
* Bring in new features and bugfixes from CVS:itetcu2008-12-286-0/+7742
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Update ports-mgmt/pkg_install to 20080708 snapshot.flz2008-12-262-4/+4
|
* - Update to 0.3miwi2008-12-233-7/+10
| | | | | | | - Fix pkg-descr PR: 129828 Submitted by: Antonios Anastasiadis <antonakis@gmail.com> (maintainer)
* - Update to 0.2miwi2008-12-142-4/+4
| | | | | PR; 129608 Submitted by; Antonios Anastasiadis <antonakis@gmail.com> (maintainer)
* xps (eXquisite Port Seeker) is a tool that searches the portsmiwi2008-12-074-0/+34
| | | | | | | | | 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>
* Remove entry 2de14f7a-dad9-11d8-b59a-00061bc2ad93 (Multiplesimon2008-12-012-46/+0
| | | | | | | | | | | | 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>
* - Update to 2.0.5pav2008-11-202-220/+220
| | | | | PR: ports/129017 Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
* - Take maintainershipsergei2008-11-201-1/+1
| | | | Approved by: gabor
* Update to 3.1.2 with the following fixes and minor changes:itetcu2008-11-1710-104/+8
| | | | | | | | | | | | | | | * 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)
* Mark broken, to many annoying bugs in this release.itetcu2008-11-152-0/+4
| | | | 3.1.2 should be out soon.
* Don't install .orig file resulting from patching.itetcu2008-11-132-0/+2
| | | | Prompted by: QAT
* Actually add the patch to fix database migration from 3.0.0[_n] forgotten initetcu2008-11-132-0/+28
| | | | previous commit.
* Fix database migration from 3.0.0[_n] and bump PORTREVISION.itetcu2008-11-132-0/+2
| | | | Prompted by: garga@'s question about an webui error on IRC
* Update to 3.1.1 - Bug fix and feature release.itetcu2008-11-1220-222/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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@
* Update to 0.0.2.1wxs2008-11-084-10/+8
| | | | | PR: ports/128651 Submitted by: Samy Al Bahra <sbahra@kerneled.org> (maintainer)
* Update to 20081104. It incorporates the local patch put in place a whilewxs2008-11-083-64/+5
| | | | ago.
* - Add @exec lines so the register script is called when the package is used.wxs2008-11-064-0/+4
| | | | | | - Bump PORTREVISION. Submitted by: sbahra@kerneled.org (maintainer, private mail)
* Porte provides a simple, fast and efficient interface to searchingkoitsu2008-11-059-0/+119
| | | | | | | | | 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
* Correct a typo.marcus2008-10-232-2/+3
| | | | Reported by: amdmi3
* Update to 2.10.1marcus2008-10-222-5/+10
| | | | | | | | | * 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]
* - Update to 1.1amdmi32008-10-132-4/+4
| | | | | PR: 127921 Submitted by: Marin Atanasov <dnaeon at gmail dot com> (maintainer)
* Add the pkg_add_it-1.0 utility for easy interactive package selection.roam2008-10-064-0/+49
| | | | | PR: 127883 Submitted by: Marin Atanasov <dnaeon@gmail.com>
* - Fix commandline arguments handling (again)amdmi32008-09-242-7/+7
|
* - Fix commandline arguments handling for some cases (actualy any case when ↵amdmi32008-09-232-1/+91
| | | | | | | 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>
* - Update to 2.0.4miwi2008-09-082-8/+9
| | | | | PR: 127203 Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
* - remove unexisting dirs from plsititetcu2008-09-084-6/+2
| | | | | | | - bump PORTREVISION PR: ports/127177 Submitted by: Sunpoet Po-Chuan Hsieh
* - fix PGSQL support [1]itetcu2008-09-0712-2/+212
| | | | | | | | | - 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]
* - Add missing dependency on security/libgnomesu (gnomesu)chinsan2008-09-061-1/+2
| | | | | | PR: ports/127071 Submitted by: chinsan Approved by: maintainer
* Catch up with master 1.604.linimon2008-09-061-15/+73
|
* This is tinderbox 3.0.0 release with patches (see bellow).itetcu2008-09-0318-746/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Add a patch to workaround a bug noticed by Doug Barton.wxs2008-09-032-0/+58
| | | | | | | | | 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.
* Update to 2.10.0.marcus2008-08-252-144/+164
| | | | | | | | | | | | * 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]
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-212-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Fix a typo in gauge change checking could cause slow gauge update over ↵miwi2008-08-152-2/+2
| | | | | | | slow links. PR: 126512 Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
* - Fix segfaults due to typo in malloc() invocationamdmi32008-08-122-1/+2
| | | | | | | 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)
* - Fix build on CURRENT: don't include bsd.sys.mk at allpav2008-08-111-0/+13
| | | | Submitted by: Joseph S. Atkinson <jsatkinson@embarqmail.com>
* - Update to 2.0.3miwi2008-08-063-43/+131
| | | | | PR: 126277 Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
* - Remove perl dependency. perl is not used for some time as it was before.sem2008-08-032-2/+0
|
* Update my email address to my @FreeBSD.org address.rnoland2008-07-311-1/+1
| | | | Approved by: garga (mentor)
* Catch up with master 1.600. This also obsoletes a portmk-only patchlinimon2008-07-301-5/+7
| | | | that has been around for a while.
* Update for version 2.6dougb2008-07-291-1/+1
|
* Update to reflect the ability to specify multiple glob patternsdougb2008-07-291-4/+5
| | | | added in version 2.6.
* New Featuresdougb2008-07-291-24/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============ 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]
* Update description of pkg_treeedwin2008-07-281-7/+18
| | | | | | | | 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>
* - Update to 2.0.2_1beech2008-07-283-67/+110
| | | | | | | | | - Minor fixes - Bump PORTREVISION - Compatible with BSD KNF PR: ports/125991 Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
* When doing 'update' and 'diff', use our cvs(1)'s -R feature, this would ↵delphij2008-07-272-2/+22
| | | | | | | | | | accelerate on certain configurations. While I'm there, make use of 'SF' macro for SourceForge mirror. PR: ports/116248
* Reset sergei@ due to maintainer-timeouts and no response to email.linimon2008-07-271-1/+1
| | | | Hat: portmgr
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-1/+2
| | | | MAKE_ENV
* - Patch to ports-mgmt/portupdate-scan to deal with problems which have surfacedbeech2008-07-252-6/+9
| | | | | | | | | | 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)
* Catch up with master 1.598.linimon2008-07-221-35/+15
|
* Catch up with master 1.75.linimon2008-07-211-8/+74
|
* Catch up with master 1.597.linimon2008-07-211-31/+63
|
* Update to 2.9.10.marcus2008-07-202-4/+52
| | | | | | | | | | * 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]
* - Update to 2.0.2miwi2008-07-203-325/+381
| | | | | PR: 125773 Submitted by: maintainer
* - Update maintainer mail adressmiwi2008-07-183-3/+6
| | | | | PR: 125543 Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
* - Sync with ports-mgmt/portupgradesem2008-07-171-1/+2
|
* - Update to 2.4.6sem2008-07-174-28/+6
| | | | | | | * Many bugs was fixed * a new pkgdu utility shows installed packages disk usage PR: many
* New port: reads the FreeBSD installed packaged DB.wxs2008-07-155-0/+34
| | | | | PR: ports/125197 Submitted by: "Zane C.B." <vvelox@vvelox.net>
* - Update to tb243_template_paefchen_v1miwi2008-07-124-12/+12
| | | | | Submitted by: Aron Schlesinger Approved by: maintainer
* - Update paefchen template [1] (fix bug in firefox3)miwi2008-07-126-10/+34
| | | | | | | | | | - 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)
* - Update to 2.4.6sem2008-07-114-4/+7
| | | | | * Bugs fixes. * A new utility - pkgdu. Display a disk usage for installed packages.
* New feature: undefine variables.ale2008-07-113-4/+6
| | | | | PR: ports/125273 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* - Update to 2.0.1miwi2008-07-073-10/+15
| | | | | PR: 125265 Submitted by: Andy Kosela <andy.kosela@gmail.com> (maintainer)
* Update to 2.9.9.marcus2008-07-052-3/+9
| | | | | | | | Check for misuse of the %%XXXDIR%% constructs in order to help with the QA Tinderbox build reports. PR: 125037 Submitted by: leeym
* Don't try to patch inexistent files if WEB_EXP in not on.itetcu2008-07-026-0/+10
| | | | | | | 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]
* Fix pkg-plist with NOPORTDOCS=yessem2008-07-022-10/+10
|
* - Update to 2.4.4sem2008-07-013-28/+4
|
* Catch up with master 1.595.linimon2008-07-011-0/+30
|
* Upgrade ports-mgmt/portsearch from 1.3.1 to 1.3.2vd2008-06-272-4/+4
|
* - Drop mention of 4.10pav2008-06-251-3/+1
| | | | Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* - Update to 2.0miwi2008-06-204-519/+68
| | | | | PR: 124769 Submitted by: Andy Kosela <andy.kosela@gmail.com> (maintainer)
* Update for version 2.5dougb2008-06-131-1/+1
|
* Bug Fixesdougb2008-06-131-6/+14
| | | | | | | | | | | | ========= 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.
* Document the potentially useful variables for rc filesdougb2008-06-131-3/+49
|
* Add "rm -rf /usr/local/lib/compat/pkg" to the list of steps todougb2008-06-121-1/+2
| | | | update your ports tree after a major version upgrade
* Update for version 2.4dougb2008-06-121-1/+1
|
* Minor New Featuredougb2008-06-121-7/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | ================= 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()
* - Update ports-mgmt/pkg_install to 20080530.flz2008-06-102-6/+14
| | | | - Add wrapper support (on by default).
* Honor NOPORTDOCS.linimon2008-06-082-1/+3
| | | | Reminded by: ionbot
* Catch up with master 1.593.linimon2008-06-081-0/+8
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0610-7/+10
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - update to 1.0.5leeym2008-06-063-4/+6
| | | | | | | | - add WWW in pkg-descr PR: 124295 Submitted by: leeym Approved by: maintainer
* Update for version 2.3dougb2008-06-051-1/+1
|
* Update for version 2.3:dougb2008-06-051-15/+26
| | | | | | | | | | 1. A glob pattern on the command line now updates all ports that match 2. Clarify that we rebuild the port(s) on the command line by default 3. Document -K option 4. Note the move of /etc/portmaster.rc -> /usr/local/etc/portmaster.rc 5. Document that you need to look in the script to find values to place in the *rc files. TODO: List potentially useful variables 5. Fix the Xr for sudo
* New Featuresdougb2008-06-051-146/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =========== 1. By popular demand, change the command line behavior of 'portmaster blah*' to update all ports in /var/db/pkg which match the glob. 2. Add the -K flag to avoid cleaning the work directory after the build.[1] Bug Fixes ========= 1. Instead of /etc/portmaster.rc we should be reading /usr/local/etc/portmaster.rc.[2] Begin introducing support for that. 2. If using the -n option, don't try to fetch the distfiles.[3] 3. When I added the optimization to only run 'make -V CONFLICTS' if it existed in the Makefile I neglected to unset the value of $conflicts in the script between ports.[4] 4. I ran into a port which set VERBOSE to a value that it needed to use in its build process, and since I was using the -v option for portmaster (which sets VERBOSE=yes) the build failed. To work around this, prefix the variable names for common English words (VERBOSE, FORCE, BUILDING) with PM_. 5. To aid future debugging (as in 4. above) change the values of flag variables to something meaningful instead of just "yes." 6. Automatically handle the case where the parent port has MOVED instead of asking the user to re-run portmaster with the right options. Submitted by: pav [1] Submitted by: Miroslav Lachman 000.fbsd@quip.cz [2] Submitted by: Jiawei Ye <leafy7382@gmail.com> [3] PR: ports/124271 [4] Submitted by: James Kelly <jjk@tilted.net> [4]
* - Update to 2.0.1, this update fixed the functionality of psearchlwhsu2008-06-042-4/+4
| | | | | | PR: ports/124226 (based on the patch) Submitted by: Yi-Huan Chan <yhchan AT csie.nctu.edu.tw> Approved by: Benjamin Lutz <mail AT maxlor.com> (maintainer)
* Update to 2.4.3.itetcu2008-06-0314-22/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If all goes well, this will be the last 2.x release before a 3.0 major release. The 2.4.3 release is primarily aimed at fixing bugs, but a few small features have been added: * Treat the -u argument to sendBuildCompletionMail as a username rather than an arbitrary database ID. Also, do better error checking in case a user has not been defined in the datastore. * Add -b <build name> support to the listBuildPortsQueue command. * Add a new tc command, getPortLastBuiltStatus to get a port's last status. * Properly quote the UPDATE_CMD argument in the *PortsTreeUpdate hooks. * Add a new tbkill.sh tool to terminate a running tinderbuild. * Add a new tinderbuild option, -norebuild, which will prevent tinderbuild from forcing a rebuild of any packages specified on the command line. * Add the build platform and release level to the logs. * Add support for listing total ports per Build in the www-exp frontend. * Some other minor bugs have been fixed. Plus 3 local (port) patches: * in "Current and Latest Builds" (?action=latest_buildports) increase the number of ports displayed from 20 to 30 * in ports built for a build view (?action=list_buildports&build=something) when sorting is done by Last Build Attempt sort descending (latest build first). * in build logs, add: [1] - building for: (ie: "6.3-STABLE amd64") - Makefile ident: (ie: "$FreeBSD: ports/ports-mgmt/tinderbox/Makefile,v 1.41 2008/05/19 20:00:16 itetcu Exp $") - prefixes: (ie: "LOCALBASE=usr/local X11BASE=usr/local") - NO* env vars: (ie: "NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes") This release would not have been possible without the contributions of Alexander Loginov, miwi, Chess Griffin, itetcu, Dmitriy Kirhlarov, Robert Gogolok, and ade. - Fix a few typos in pkg-message. [2] PR: ports/123957 [2] Submited by: Wen heping <wenheping@gmail.com> [2], idea from miwi@'s patch for HEAD [1]
* - Update to 2.0miwi2008-06-022-9/+6
| | | | | | | - Update maintainer mail adress PR: 124192 Submitted by: Benjamin Lutz (maintainer)
* Remove ports-mgmt/newportsversioncheck in favour of portscout.edwin2008-05-276-87/+0
|
* Add patch to fix SQL schema typo.shaun2008-05-262-0/+7
|
* Update to current -STABLE (2.4.X) snapshot.itetcu2008-05-204-8/+10
|
* Remove the ports-mgmt/instant-tinderbox port since its design doesn'tedwin2008-05-073-85/+0
| | | | work anymore with the more fine-grained approach of USE_ everywhere.
* This takes the FreeBSD port's index file and makes it into a easy to use hash.itetcu2008-05-065-0/+34
| | | | | PR: ports/122050 Submitted by: Zane C, Bowers <vvelox at vvelox.net>
* Fix a typo.olgeni2008-05-011-1/+1
|
* - Increase read buffer to avoid SEGV when reading INDEXrafan2008-04-262-2/+2
| | | | | | | | - Bump PORTREVISION PR: ports/122799 Submitted by: Conrad J. Sabatier <conrads at cox.net> Approved by: Seth Kingsley <sethk at meowfishies.com> (maintainer)
* Catch up with master 1.592.linimon2008-04-201-28/+30
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-8/+10
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Catch up to master 1.591.linimon2008-04-121-83/+57
|
* Remove local changes that crept in.linimon2008-04-121-6/+5
|
* Catch up to master 1.73 and 1.74 changes.linimon2008-04-121-3/+3
|
* Update ports-mgmt/pkg_install to a new snapshot (20080411).flz2008-04-112-4/+4
| | | | | Changes include: - package {,de}registration optimization.
* - Updating ports-mgmt/pkg_install to a newer snapshot (20080407).flz2008-04-095-42/+31
| | | | | - Silence a few warnings. - Remove support for very old versions of FreeBSD.
* - Update to 2.1clsung2008-04-082-4/+4
| | | | | | | | | | | - This is a routine bug fix release. - New features: can now process the output from portsnap as part of maintaining a local INDEX file. See http://www.infracaninophile.co.uk/portindex/index.xhtml for more information. PR: ports/122546 Submitted by: maintainer
* - Fix runtime warnings/errorspav2008-04-041-0/+5
| | | | | | PR: ports/116628 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer timeout (hrs; 6 months)
* Retire ports-mgmt/pkg_install-devel. This has been long abandoned.flz2008-03-319-236/+0
|
* Catch up with master 1.588 (comments only).linimon2008-03-301-2/+2
|
* - add Aron Schlesinger www-exp layout and make it the default since: it looksitetcu2008-03-308-58/+108
| | | | | | | | | better, it works better in opera, it provides a slightly better usability and it's more FreeBSDish - fetch all DISTFILES from my server for simplicity - bump PORTREVISION for plist changes Prompted by: miwi@'s tindy :-)
* - Update to 1.7.3miwi2008-03-262-4/+3
| | | | | PR: 122090 Submitted by: Andy Kosela <andy.kosela@gmail.com> (maintainer)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-2/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Update to 20080320:stefan2008-03-263-26/+101
| | | | | | | | | Implement a "visual" mode, where the user is given the complete list of leaf packages inside his editor. He can then remove packages by removing the lines in the file, save and exit. The now missing packages will then be removed. PR: 121910 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
* Sort every mirror list in bsd.sites.mk.wxs2008-03-254-0/+43
| | | | | | Output is suitable for inclusion into make.conf. Approved by: garga (mentor)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Pass maintainership back to rnoland - he's back online.wxs2008-03-241-1/+1
| | | | | | Sorry about this and welcome back! Approved by: garga (implicit)
* Update to 2.9.8.marcus2008-03-232-18/+19
| | | | | | | | | | | * Use the actual Makefile when checking for pre-defined sites. This allows us to catch things that rely on port variables. [1] * USE_GETOPT_LONG is now obsolete, and should not be suggested. [2] * Check for cases where X_DEPENDS = ${Y_DEPENDS} which can result in adding unwanted dependencies. PR: 121664 [1] Suggested by: pav [2]
* - Sync patches with ports-mgmt/portupgrade portsem2008-03-212-0/+24
|
* Reset maintainer due to bouncing mails.wxs2008-03-211-1/+1
| | | | | | | Discussed with pav. Submitted by: miwi on IRC Approved by: garga (mentor)
* Update for version 2.2dougb2008-03-201-1/+1
|
* New Implementationdougb2008-03-201-21/+17
| | | | | | | | | | | | | | | | | | | | | | | | | ================== The previous code tried to handle moved ports in much the same way as it handled replacing a port with the -o option, but this would sometimes create problems if we are deep in a dependency graph. So rather than re-implement only a portion of the -o code, use the whole thing instead. We accomplish this by either exec'ing ourselves with the proper -o options if we are in the dependency tree, or by asking the user to restart with the proper -o options if they specified the moved port on the command line. The latter is necessary to avoid having to duplicate all the "initialize the parent process" code. This allows me to simplify the code in a few places since -o is now the only special case. Bug Fixes ========= 1. Don't try to derive $portdir from $upg_port if using -o 2. Don't try to build a port with an +IGNOREME file if we are doing the dependent ports in -r mode Minor tweak: Add some whitespace after a warning message
* In the example about using portmaster to do a complete re-install ofdougb2008-03-201-2/+2
| | | | | | | | | your ports, I had: pkg_delete * which works for me because of a local bash completion, but doesn't work for most users. So, correct that to be: pkg_delete '*' instead.
* Add support for FreeBSD 7.0-STABLE and 8.0-CURRENT.cy2008-03-062-8/+12
| | | | Approved by: Maintainer: Seth Kingsley <sethk@meowfishies.com>
* - add ports-mgmt/portupgrade as a dependency as it used to be pulled intmclaugh2008-03-051-1/+1
| | | | | | by pkg_cutleaves but no longer is. Approved by: linimon
* Update to 1.7.2.bsam2008-03-042-2/+1
| | | | | PR: 121299 Submitted by: Andy Kosela <andy.kosela at gmail.com> (maintainer)
* - Remove code that gather not installed depends. It makes more problemssem2008-02-122-4/+14
| | | | | | than solves. Discussed with: pav
* - Fix a crash that caused sometimes when -R option specified.sem2008-02-112-0/+14
| | | | Reported by: pav
* - Upgrade both ports to 2.4.3sem2008-02-115-41/+8
| | | | | | | | | | | | * Change a legacy part of code for gathering dependecies. It fixes situation when some depends ports could be updated even when it was up-to-date. As a result I added another check for -R option. * Fix a wrong condition in portsclean. Now -L option works again. * Change a semantic for -q option. Now it means 'quiet'. Don't show a message when -N specified and there is an already installed package. (Made for DesktopBSD). Reported by: pav, Peter Hofer (DesktopBSD)
* - When -o specifised, gather depends for specified origin.sem2008-02-102-0/+33
| | | | | | - Just ignore a package if there is no port directory exists. A correct way for users is to place the ports in HOLD_PKGS in pkgtools,conf, but they did not. So it makes my life a little easy.
* - Update to 2.4.2.sem2008-02-073-24/+4
| | | | | | | * Many bugs fixed (thanks to all reporters). * Semantic for -c and -C has changed. -c runs 'make config-conditional' and -C 'make config' (forced config). * All ports now runs under portupgrade/portinstall control.
* - Update to 1.0.6beech2008-02-072-37/+5
| | | | | | | - Fixes integrated upstream, now builds in C. PR: ports/120326 Submitted by: Diego_Rocha <diegorocha1987@gmail.com> (maintainer)
* - Update to 0.2miwi2008-02-042-3/+3
| | | | | PR: 120251 Submitted by: Alex Stangl <alex@stangl.us> (maintainer)
* - Update to 2.4.2sem2008-02-043-38/+4
| | | | Minor bugs was fixed. Thanks to all reporters!
* A work around for HOLD_PKGS that did not work.sem2008-02-012-0/+34
| | | | Noted by: NAKAJI Hiroyuki
* Update for the 2.1 versiondougb2008-01-301-1/+1
|
* 1. Add explanatory text about some issues that have caused confusion:dougb2008-01-301-14/+46
| | | | | | | | | | | | a. If you specify a glob pattern in /var/db/pkg, there will always be a prompt, even with the -u flag. b. Try to discourage people from using -u, it doesn't seem to do what people expect it to do. c. You cannot upgrade sudo with PM_SU_CMD if sudo is your PM_SU_CMD 2. s/Dq/Qq/ 3. Add .Ev tags to environment variables
* Cosmetic fix for the code: Only expand the $FreeBSD tag oncedougb2008-01-301-3/+3
| | | | | Bug fix: If using the combination -aiG, don't run the interactive mode test in the build phase, use the one that's already in check_for_updates()
* - Update to 1.0.5beech2008-01-292-10/+20
| | | | | | | - Patch to make port respect prefix. PR: ports/120106 Submitted by: Diego Rocha <diegorocha1987@gmail.com> (maintainer)
* - Update to 2.4.1sem2008-01-293-37/+4
| | | | A bugs fix release
* - Fix a function namesem2008-01-282-0/+33
| | | | | | | - When in task list is a port with IGNORE, portupgrade fails. Just ignore it now. Reported by: Gerard <gerard@seibercom.net>, Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Update to 2.4.0sem2008-01-272-4/+4
| | | | | | | | | | | * many bug fixes * now all dependencies run under portupgrade control * run 'make config-conditional' and 'make config' with -c and -C options PR: ports/116830, ports/115249 Reported by: clemens fischer <ino-news@spotteswoode.dnsalias.org>, KOMATSU Shinichiro <koma2@lovepeers.org>, and other
* lsknobs is a simple sh(1) script designed to help configuremiwi2008-01-245-0/+157
| | | | | | | | ports knobs and options by listing them together with their status (either enabled or not). It uses portconf for knobs. PR: ports/116127 Submitted by: Gabriel Linder <linder.gabriel at gmail.com>
* Upgrade to 0.7.4.shaun2008-01-243-4/+6
|
* Update for version 2.0dougb2008-01-242-40/+213
|
* The code for this 2.0 version has been totally reorganized, anddougb2008-01-241-1375/+1701
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in several cases totally rewritten. I am also glad to say that all of the advertised features now work as advertised. :) The most exciting new feature is the completely new dependency updater. I finally took the time to write the line-oriented version of update_contents() that I wanted to write in the first place, so no more sed, and no more warnings sent to $PAGER. This version relies entirely on exact matches to DEPORIGIN to do its work, so it's 100% reliable. So what else is new? A lot of micro-optimizations have been done to eliminate duplicated work, avoid using external commands when not necessary, etc. There are also some not-so-micro optimizations, which means that this version is noticably faster. Totally new features: 1. --check-depends, which as described above calls the new functions to parse existing +CONTENTS files for dependency data, uses that data to update +REQUIRED_BY, and updates the +CONTENTS files. These same routines are also used for updating ports. 2. A "fetch only" feature (-F) that will go get distfiles for new versions of installed ports by default, and can also be used to get the files for all of your installed ports, or certain branches by using the -aft options. 3. An option to hide the build and install process by saving it to a log (-H). These logs are deleted on successful install, and saved if the update process aborts. 4. We now keep track of all the ports that get updated or installed in a given invocation, and print the list at the very end of the process. 5. There is now a little "map" to show you where you are in the process of the form "parent >> child >> grandchild >> etc." 6. Support for running as an unprivileged user (via sudo) has been added. See the man page for details on how to configure this. Improved features: 1. When showing the pkg-message/+DISPLAY files at the end of the process, all files are grouped together and spit out to $PAGER (or just cat if -u). If there is an error, there is a pause first (unless -u). 2. There is now much more sanity checking on user input so that we can bail out early if there is a problem. 3. The error messages have been completely re-done to be more informative, and many of them include helpful suggestions on how to fix the problems. 4. In the expunge (-e) feature, if there is dependency data for the port you want to delete we now offer you the chance to delete that instead of just aborting. (Use at your own risk!) 5. The "save old shared libs" feature (-w) is now a lot more efficient, only runs ldconfig when it has to, and uses /etc/rc.d/ldconfig. 6. The /var/db/pkg/*/+IGNOREME file now has more functions associated with it. See the man page for details. 7. When using the -L feature, there is a warning printed if the port has been set to FORBIDDEN, DEPRECATED, BROKEN, or IGNORE. 8. If you have a real /usr/X11R6 directory (not a symlink) this is added to the PATH. Otherwise it's assumed that LOCALBASE == X11BASE. 9. Backup packages of existing ports are now saved to /usr/ports/packages/portmaster-backup, and left there if -b is used. This way you can create backup packages of a port without disturbing existing packages with the same version. There are numerous other things that are not user-visible which have been cleaned, polished, made more efficient, etc.
* - Update version to 1.13.araujo2008-01-103-16/+10
| | | | | | | | - Update master site and maintainer's mail address. PR: ports/119381 Submitted by: Kim Naim Lesmer <knl@bitflop.com> (maintainer) Approved by: stas (mentor, implicit)
* - A patch from HEAD: when gcc installed, some libraries may be conflictedsem2008-01-082-0/+20
| | | | | | | | | with system ones. portsclean -Li ask to remove them. No removes by default, but we don't want an user remove system libraries just press 'y' in portscleanup -Li. PR: ports/116830 Reported by: clemens fischer <ino-news at spotteswoode.dnsalias.org>
* pkg_cleanup finds packages that are not requested by any other installedpav2008-01-046-0/+389
| | | | | | | | | | | | package and lets you decide for each one if you want to keep it or delete it. It also allows viewing the pacakge comment and description. This program is essentially a clone of pkg_rmleaves except that it shows the comment and description of packages and does not support GUI dialog(1) implementations. PR: ports/117782 Submitted by: Stephen Hurd <shurd@sasktel.net>
* Update for version 1.27dougb2008-01-041-1/+1
|
* Restore the canonical order of installing run-depends before the parentdougb2008-01-041-11/+10
|
* Fix typo in pkg-descrarved2008-01-031-1/+1
| | | | | PR: 117223 Submitted by: Jed Clear
* - Update to 2.4.2miwi2007-12-318-62/+8
| | | | | | | | | | | | | | * Add support for FreeBSD 8.X. * Fix a database query bug. * Ensure the .env files are properly read and export when building the Makefile and database entries. * Use the C locale when calculating build times. * Do not die if a Build's log directory is missing when running tbcleanup. This release comes with a rawenv change, so make sure you copy rawenv.dist to rawenv to get the latest variables. PR: 118854 Submitted by: miwi Approved by: itetcu (maintainer timeout)
* - Update to 1.7.1miwi2007-12-283-36/+26
| | | | | PR: 119001 Submitted by: Andy Kosela <andy.kosela@gmail.com> (maintainer)
* - Fix portaudit -Fq to actually be quiet. [1]simon2007-12-272-18/+6
| | | | | | | | | | - Remove support for FreeBSD older than 4.11 and 5.3. - Remove conditional dependency on bzip2 which I can't really see how could be activated automatically. Reported by: "J. Martin Petersen" <jmp@alvorlig.dk> [1] PR: ports/117845 [1] With hat: maintainer / secteam
* Quick bump to 2.9.7.marcus2007-12-162-4/+4
| | | | | | | Allow comments to start with a '[' (e.g. [X]Emacs). PR: 117832 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
* Update to 2.9.6.marcus2007-12-162-28/+30
| | | | | | | | | | | | | | | * Allow the @stopdaemon plist directive. [1] * Fix a typo when checking for proper use of DOCSDIR. [2] * USE_JAVA is okay to use after including bsd.port.pre.mk. [3] * Properly check for extra items in the PATCH_SITES section. [4] * Replace all instances of "IFF" with "If and only if" to be clearer for non-English speaking, non-math geeks. [5] PR: 116907 [3] 116698 [4] 116218 [5] Reported by: rafan [1] Submitted by: lwhsu [2]
* - Update to 1.0.4miwi2007-12-162-7/+5
| | | | | PR: 118095 Submitted by: Diego <diegorocha1987@hotmail.com> (maintainer)
* - connect pkg_search to the buildmiwi2007-12-151-0/+1
| | | | | Submitted by: erwin Pointyhat to: chinsan
* - Add portupdate-scan to the buildmiwi2007-12-151-0/+1
| | | | Submitted by: erwin
* portupdate-scan simplifies dealing with /usr/ports/UPDATING when you have somiwi2007-12-154-0/+469
| | | | | | | | | | | | | many ports installed that it is difficult to know which sections are relevant. It reads /usr/ports/UPDATING, attempting for each block to determine whether the affected ports are installed. It omits blocks that do not apply. It handles wildcards and other special cases, however it cannot handle all variants of phrases used on the APPLIES: line. In uncertain cases, it errs on the side of reporting. PR: ports/117991 Submitted by: Alex Stangl <alex at stangl.us>
* - Update to 1.7miwi2007-12-133-6/+17
| | | | | PR: 118057 Submitted by: Andy Kosela <andy.kosela@gmail.com> (maintainer)
* Update for version 1.26dougb2007-12-131-1/+1
|
* New Featuresdougb2007-12-131-2/+5
| | | | | | | | | | | | | | | | | ===========+ 1. If an +IGNOREME file is present for a package that has a new version, let the user know. 2. Use printf to display BROKEN/FORBIDDEN/IGNORE messages so that multi-line messages with embedded newlines will display properly. Typo Fix ======== Fix two typos in the "it's interactive" message ... on the same line ... in two consecutive words. A new personal record. I did run through the rest of the script with aspell and didn't notice anything else, but who knows?
* Add pkg_search 1.2, a nifty script searching the ports database.chinsan2007-12-133-0/+32
| | | | | PR: ports/118397 Submitted by: Matthias Schmidt
* Catch up with master 1.589:linimon2007-11-021-4/+4
| | | | Approved by: portmgr (self)
* Update for version 1.25dougb2007-10-311-1/+1
| | | | Approved by: portmgr (marcus)
* Small bug fixesdougb2007-10-311-3/+6
| | | | | | | | | | | | | | =============== 1. In delete_all_distfiles(), $distdir already contains a trailing slash 2. Only print the "no new versions" message for -L, not -l Big bug fix =========== 1. cd back to the port directory before trying to run 'make install' pointy_hat_supply++ Approved by: portmgr (marcus)
* Update for version 1.24dougb2007-10-301-1/+1
|
* These changes are the result of some regression testing, plus a topdougb2007-10-301-35/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to bottom read through prompted by a user reporting bug #1 below. Fortunately I only found that one additional instance of forgetting to virtualize a value we derive from bsd.port.mk, but I did find and fix a few more things as well. Bug Fixes ========= 1. Virtualize an occurrence of $distdir instead of using $pd/distfiles 2. Make all variables in read_distinfos() local 3. When specifying multiple ports on the command line, the test for PARENT_PID to start read_distinfos() would always fail, so start it in the initial PARENT_PID block instead. This also implies pulling the DI_FILES creation up into that same block. Non-Functional Changes ====================== 1. Adjust whitespace in the code, and the script output in a few places 2. Use a shell expansion instead of sed to trim multiple results 3. Remove one redundant error check 4. Replace the name find_contents_distfiles() with find_dl_distfiles() since the info is not in +CONTENTS anymore 5. Add/update comments to the existing code Small changes to actual behavior ================================ 1. When dealing with unrecorded dependencies pipe the results to 'less -F' 2. Minor optimization: In read_distinfos(), check to see if we're upgrading an existing port, and if so do that port first so we're sure the right distfiles will be in DI_FILES even if the function doesn't complete before the port is done building/installling 3. Add a message to -L to indicate when there are no new versions 4. Move the checks for run-depends after installation of the parent port so that if a run-depends port has a build-depends on the parent, it will work. This is a supported, but apparently not recommended configuration. To make this work do the install with -DNO_DEPENDS so that we can take charge of the run-depends installs.
* - Fix buildmiwi2007-10-272-0/+4
| | | | | Submitted by: pointyhat via pav Approved by: common sense
* - Mark BROKEN: touches filesystem before make installpav2007-10-261-1/+3
| | | | | | - While here, fix typo in COMMENT Reported by: pointyhat
* - Add support for FreeBSD 8.X.miwi2007-10-256-0/+50
| | | | | | | - Bump PORTREVISION Approved by: maintainer via irc Obtained from: marcuscom cvs
* - Make this port self-contained.stefan2007-10-214-19/+478
| | | | | | - Update to the latest version. The only change is accepting 'yes' as valid input where previously only a 'y' was accepted. (Patch by Feargal Reilly <feargal@fbi.ie>)
* Update for version 1.23dougb2007-10-211-1/+1
|
* Two small bug fixesdougb2007-10-211-2/+3
| | | | | | | | | | | | =================== 1. When I changed how the MOVED file was treated in version 1.19 I accidentally typed a literal /usr/ports/. Change that to the variable for PORTSDIR as it should be. [1] 2. When using the --show-work feature and the port has no dependencies, exit immediately instead of recursing. Submitted by: Jason C. Wells <jcw@highperformance.net> [1]
* Migration from bison 1.x to 2.xade2007-10-172-4/+26
| | | | | PR: 117086 Tested by: -exp runs
* Fix braino.linimon2007-10-172-2/+2
| | | | Hat: portmgr
* Update for version 1.22dougb2007-10-151-1/+1
|
* Bug Fixesdougb2007-10-151-31/+50
| | | | | | | | | | | | | | ========= 1. For all values derived from bsd.port.mk, assert that they are not empty. This helps prevent problems when running 'find $value ...' 2. Don't try to append to the master list of distfiles if we're using -D Refinements for /var/db/ports/$name/distfiles ============================================= 1. Only create a distfiles file if the port has distfiles 2. Delete the distfiles list and try to delete PORT_DBDIR when we pkg_delete. (The latter will fail if there is an options file present.) 3. Define the distfiles list even if we are using -D
* Reset .@babolo.ru due to maintainer-timeouts and no response to email.linimon2007-10-121-2/+2
| | | | Hat: portmgr
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onlinimon2007-10-072-0/+2
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* Spelling fix.edwin2007-10-051-1/+1
|
* - Update to 1.6.1miwi2007-10-052-4/+4
| | | | | PR: 116705 Submitted by: Andy Kosela <andy.kosela@gmail.com> (maintainer)
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-042-8/+0
|
* Incorporate changes from master 1.588.linimon2007-10-041-25/+46
|
* Add missing pkgsearch portedwin2007-10-031-0/+1
|
* Improve examples.ale2007-10-031-0/+1
|
* Bump PORTVERSION for latest commit.ale2007-10-021-1/+1
|
* Update for version 1.21dougb2007-10-021-1/+1
|
* New Featuresdougb2007-10-021-37/+75
| | | | | | | | | | | | | | | | | | | | | | | | | ============ 1. Switch to saving distfile info in /var/db/ports/$name/distfiles ala PR http://www.freebsd.org/cgi/query-pr.cgi?pr=106483 2. Keep track of distfiles we've already examined so we won't have to do them again (or print the "keeping" message for -v more than once). This has more benefit the more distfiles a port has. 3. Add all distfiles for the new port to DI_FILES after install. This only makes a difference in a few cases, but it's easy to do. Bug Fixes ========= 1. Make sure that $distdir always has a trailing slash in case it is a symlink. [1] 2. In delete_stale(), test whether or not a file is in the _current_ distfile list to make sure that it is not auto_deleted by mistake. [1] 3. When building DI_FILES, only use lines starting with MD5 to avoid adding every file > 1 time. 4. Only run read_distinfos() when we really need it. [1] Inspired by ... PR: ports/116298 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* - Update to 0.2.7.araujo2007-09-273-15/+40
| | | | | | | | | - Fixed the Ignore trailing slash in port globs. - Optionally narrow selected ports by grepping the pkg-descr files. PR: ports/116512 Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at> (maintainer) Approved by: stas (mentor)
* Add another anti-foot-shooting measure that will be necessary for finishinglinimon2007-09-271-0/+4
| | | | the work on bsd.perl.mk.
* [NEW PORT]sysutils/pkgsearch : find your packagesedwin2007-09-273-0/+49
| | | | | | | | | | | pkgsearch find packages in ports in any place from your computer , and find also packages installeds in your system, pkgsearch use c++, boost and sqlite3 for search packages more fast and is compiled with cmake PR: ports/116404 Submitted by: "Diego Rocha" <diegorocha1987@gmail.com>
* The patch has now been incorporated into the mainstream file.linimon2007-09-261-270/+0
|
* Add a test to detect ports that do not not set USE_PERL5 (or derivatives),linimon2007-09-261-0/+270
| | | | | PERL_CONFIGURE, PERL_MODBUILD, or the upcoming WANT_PERL. This patch is currently being tested on the cluster.
* Throw the switch that only includes bsd.perl.mk if the port reallylinimon2007-09-251-4/+5
| | | | | | requires it. This is guaranteed to break quite a number of ports; email linimon if you find one. This patch is currently being tested on pointyhat to help identify them.
* Catch up with master 1.586.linimon2007-09-251-7/+0
|