aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Add patch in order to fix the build with gcc 4.1 and set WRKSRC accordinglyMarkus Brueffer2006-12-132-0/+29
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=179689
* Argh! Remove a debugging line.Doug Barton2006-12-132-3/+2
| | | | Notes: svn path=/head/; revision=179677
* - Fix mkntfs by providing device io module that always reads/writeMax Khon2006-12-136-84/+609
| | | | | | | | | | | blocksize-aligned blocks - Remove several now unnecessary hacks - Bump PORTREVISION Approved by: MAINTAINER Notes: svn path=/head/; revision=179674
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-133-5/+6
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* Update for version 1.10Doug Barton2006-12-132-2/+20
| | | | Notes: svn path=/head/; revision=179647
* New FeaturesDoug Barton2006-12-131-60/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============ 1. Attempt to avoid the problem of multiple background checksum processes stepping on each other trying to download the same sets of distfiles. The most pathological case for this is trying to portmaster the xorg port on a clean box with no distfiles downloaded. (Brought to my attention by George Hartzell <hartzell@alerce.com>.) 2. In cooperation with sem and skv, add three new environment variables that can potentially be used by port authors, etc. UPGRADE_TOOL contains the name of the tool being used, in this case 'portmaster'. UPGRADE_PORT is the full string for the port that we are currently upgrading, and UPGRADE_PORT_VER is just the version string part of that. 3. Collect a list of any pkg-message files that we "saw" while doing the installs, and display them all at the end when everything is done installing. (Old idea of mine, and others, most recently prompted by kris.) 4. You can now do 'portmaster .' if you are in a port directory you want to install. 5. If there is no DISTFILE information in the +CONTENTS file after an installation, add it in the manner worked out on freebsd-ports@, and documented in http://www.freebsd.org/cgi/query-pr.cgi?pr=106483. If that information is present, use it to delete the last known set of distfiles with certainty, but continue searching the "old" way until the DISTFILE stuff has been around for a while. Major Fixes =========== 1. Change the code that reads the MOVED file to recurse through the whole file. This fixes the problem of getting an "answer" to a find_moved_port() call only to find out that the "new" port has itself been moved, or deleted. This is not a major problem, but when it happens it's ugly. The fix slows down the function by about 1/2 second on my (fairly fast) box, but that function isn't called often, and it's better to be thorough. (Brought to my attention by erwin.) 2. Remove a change from the last version that caused way too many false positives from the MOVED file when there was no installed version of the port. 3. When running -e, warn the user if there are dependencies on the port, and improve the error message both here and in the same code for -s. Minor Cleanups ============== 1. Assign TMPDIR early in the script, and export it to be safe. Change occurrences of this variable to use the short form. 2. Factor some code that had been moved to a function back in line since we're down to just one caller. 3. Only print the verbose message about keeping the current version of a distfile if we're not in fact deleting all distfiles. 4. Make distfile listing more efficient by using the ALLFILES target instead of the combination of DISTFILES and PATCHFILES. Notes: svn path=/head/; revision=179645
* - Using bzip2 in pkg_create by default for a while now. Patch toMartin Wilke2006-12-1318-920/+755
| | | | | | | | | | | | | | allow removing either .tgz or .tbz temporary pkgs. - Refactor the existing patches so that we have one patch per file to ease maintenance. - Pass maintainership to submitter. - Bump PORTREVISION PR: ports/106652 Submitted by: Robert C. Noland III <rnoland@2hip.net> Notes: svn path=/head/; revision=179642
* - Forget to remove expire dateMartin Wilke2006-12-131-5/+3
| | | | | | | | | | - Fixed INSTALL_MAN PR: ports/106651 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Notes: svn path=/head/; revision=179637
* - Pass maintainership to submitterMartin Wilke2006-12-123-5/+44
| | | | | | | | | | | - Update WWW and MASTER_SITES - Remove EXPIRATION_DATE PR: ports/106590 Submitted by: Beech Rintoul <beech@alaskaparadise.com> Notes: svn path=/head/; revision=179595
* ISO Master is an open-source, graphical CD image editorMartin Wilke2006-12-128-0/+86
| | | | | | | | | | | | | | | that runs on Linux; and bkisofs, the underlying library used for reading, modifying and writing ISO images. Basically you can use this program to extract files from an ISO, add files to an ISO and create bootable ISOs. WWW: http://littlesvr.ca/isomaster/ Submitted by: Babak Farrokhi <farrokhi at FreeBSD.org> Notes: svn path=/head/; revision=179559
* - Update to 0.7Stanislav Sedov2006-12-122-5/+5
| | | | | | | | | | Changes: - Accuire sched lock when calling the is_sched_bound function. Reported by: netchild@ Notes: svn path=/head/; revision=179553
* A bunch of cosmetic changes:Vasil Dimov2006-12-123-12/+9
| | | | | | | | * remove DOCSDIR definition, it is redundant with the one in bsd.port.mk * remove @ before install commands so one can see what is installed Notes: svn path=/head/; revision=179549
* Respect PTHREAD_LIBSKevin Lo2006-12-111-0/+2
| | | | | | | Submitted by: nork Notes: svn path=/head/; revision=179464
* Fix bug in symlinked log file handling.Shaun Amott2006-12-112-5/+18
| | | | | | | | | PR: ports/104919 Submitted by: David Wood <david@wood2.org.uk> Obtained from: http://cronolog.org/patches/cronolog-missing-symlink-patch.txt Notes: svn path=/head/; revision=179449
* - Install kernel module into the /boot/modules rather then into the kernelStanislav Sedov2006-12-112-0/+4
| | | | | | | | | | default dir - Rebuild cross-reference on uninstall Reported by: Alexander Leidinger <Alexander@Leidinger.net> Notes: svn path=/head/; revision=179446
* - Update to 2.2.3Martin Wilke2006-12-103-9/+9
| | | | | | | | | PR: ports/105923 Submitted by: trasz Approved by: maintainer timeout Notes: svn path=/head/; revision=179431
* Upgrade module file-1.310-1.Jimmy Olgeni2006-12-102-2/+6
| | | | Notes: svn path=/head/; revision=179408
* Update to 1.0.1Mario Sergio Fujikawa Ferreira2006-12-105-54/+33
| | | | Notes: svn path=/head/; revision=179394
* - Update to 0.32Rong-En Fan2006-12-102-4/+4
| | | | | | | | PR: ports/106553 Submitted by: chinsan (maintainer) Notes: svn path=/head/; revision=179389
* - Enable it on amd64Gabor Kovesdan2006-12-101-1/+1
| | | | | | | | | PR: ports/105565 Submitted by: Ivan Voras <ivoras@gmail.com> Approved by: erwin (mentor), maintainer timeout Notes: svn path=/head/; revision=179375
* - Updated email address in my portsNicola Vitale2006-12-101-1/+1
| | | | | | | Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179349
* - Update to 1.39.30Martin Wilke2006-12-092-5/+4
| | | | | | | | PR: 106531 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=179303
* Only depend on netcat if we are running an older version of FreeBSDMarc G. Fournier2006-12-093-4/+7
| | | | | | | | | | that doesn't already include it ... PR: ports/106446 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=179249
* - Add port for sysutils/devcpuStanislav Sedov2006-12-096-0/+212
| | | | | | | | | | | | | | | | This kernel module provides access to i386/amd64 CPUs MSR (Model Specific Register) registers and cpuid info through /dev/cpu%d devices, where %d corresponds to cpu number. It can be used with x86info to retrive information available from MSR registers. Additionally, this module can be used to update/replace microcode of cpus. PR: ports/ports/102454 Submitted by: stas Notes: svn path=/head/; revision=179230
* - Update to 0.4.8Martin Wilke2006-12-082-6/+6
| | | | | | | | PR: ports/106473 Submitted by: "Miguel Mendez" <mmendez@energyhq.be> (maintainer) Notes: svn path=/head/; revision=179225
* - Update to 1.2Martin Wilke2006-12-082-4/+4
| | | | | | | | PR: ports/106484 Submitted by: Benjamin Lutz <benlutz@datacomm.ch> (maintainer) Notes: svn path=/head/; revision=179209
* - Update to 4.0.6Martin Wilke2006-12-082-5/+6
| | | | | | | | PR: ports/106453 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) Notes: svn path=/head/; revision=179207
* - Update to 4.18Rong-En Fan2006-12-082-6/+4
| | | | | | | | | | | - Unbreak it. It builds fine on my recent -current. PR: ports/105651 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=179186
* Add cramfs 1.1, the compressed ROM filesystem.Cheng-Lung Sung2006-12-077-0/+76
| | | | | | | | PR: ports/105993 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=179097
* - Respect X11BASERong-En Fan2006-12-061-0/+1
| | | | | | | | | PR: ports/105965 Submitted by: rafan Approved by: portmgr (linimon) Notes: svn path=/head/; revision=179024
* - Respect X11BASERong-En Fan2006-12-061-0/+1
| | | | | | | | | PR: ports/105961 Submitted by: rafan Approved by: portmgr (linimon) Notes: svn path=/head/; revision=179023
* - Update to 0.3.0Martin Wilke2006-12-068-203/+118
| | | | | | | | PR: ports/106415 Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) Notes: svn path=/head/; revision=179016
* make sure that we depend on the right varsion of mod_log_sql2Marc G. Fournier2006-12-061-2/+2
| | | | Notes: svn path=/head/; revision=178997
* WITH_CYRUS_IMAP -> WITH_CYRUS_IMAPD to make dtc port itselfMarc G. Fournier2006-12-061-2/+2
| | | | Notes: svn path=/head/; revision=178996
* According to author the driver works on 64-bit architectures (mostly amd64)Max Khon2006-12-061-2/+2
| | | | | | | | | | and on big-endian architectures too but is not officially supported there due to lack of hardware. Reflect this in COMMENT and enable the driver on amd64. Notes: svn path=/head/; revision=178994
* Update WWW to http://www.ntfs-3g.org/Max Khon2006-12-051-1/+1
| | | | | | | Requested by: Szakacsits Szabolcs Notes: svn path=/head/; revision=178985
* Well, this file is actually written by me almost from scratch.Max Khon2006-12-051-2/+2
| | | | | | | Update (c) message accordingly. Notes: svn path=/head/; revision=178982
* New port: The ntfs-3g driver is an open source, freely available read/write NTFSMax Khon2006-12-059-0/+712
| | | | | | | | | | | | driver, which provides safe and fast handling of the Windows XP, Windows Server 2003 and Windows 2000 filesystems. Almost the full POSIX filesystem functionality is supported, the major exceptions are changing the file ownerships and the access rights. WWW: http://www.linux-ntfs.org/ Notes: svn path=/head/; revision=178980
* - Update to 0.7.4Andrew Pantyukhin2006-12-052-4/+4
| | | | Notes: svn path=/head/; revision=178946
* Upgrade module: bind8-1.310-1.Jimmy Olgeni2006-12-052-1/+5
| | | | Notes: svn path=/head/; revision=178940
* start reporting 'none' devices ... it just pads the results, but thereMarc G. Fournier2006-12-053-5/+5
| | | | | | | is no harm in doing so ... Notes: svn path=/head/; revision=178939
* forgot to ready versionMarc G. Fournier2006-12-053-5/+5
| | | | Notes: svn path=/head/; revision=178937
* on FreeBSD 4x the port sysutils/bsdstats should depend on net/netcatMarc G. Fournier2006-12-053-4/+6
| | | | | | | | PR: ports/106373 Submitted by: George L. Yermulnik"<yz@yz.kiev.ua> Notes: svn path=/head/; revision=178936
* - Fix typosMartin Wilke2006-12-044-4/+4
| | | | | | | | | PR: ports/106341 Submitted by: Simon Olofsson <simon@olofsson.de> Approved by: maintainer Notes: svn path=/head/; revision=178903
* - Set LATEST_LINKMartin Wilke2006-12-044-4/+4
| | | | | | | | PR: ports/106302 Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer) Notes: svn path=/head/; revision=178901
* - Update to 2.6.1Martin Wilke2006-12-043-5/+10
| | | | | | | | PR: ports/106346 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) Notes: svn path=/head/; revision=178891
* - Update to 1.7Martin Wilke2006-12-043-4/+68
| | | | | | | | PR: ports/106344 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) Notes: svn path=/head/; revision=178890
* - Update to 20061204Martin Wilke2006-12-044-10/+22
| | | | | | | | PR: ports/106288 Submitted by: Sulev-Madis Silber <madis555@hot.ee> (maintainer) Notes: svn path=/head/; revision=178889
* cw is a non-intrusive real-time ANSI color wrapper for common unix-basedMartin Wilke2006-12-046-0/+177
| | | | | | | | | | | | | | | | | | | | command. cw is designed to simulate the environment of the commands being executed, so that if a person types 'du', 'df', 'ping', etc. in their shell it will automatically color the output in real-time according to a definition file containing the color format desired. cw has support for wildcard match coloring, tokenized coloring, headers/footers, case scenario coloring, command line dependent definition coloring, and includes over 50 pre-made definition files. WWW: http://cwrapper.sourceforge.net/ PR: ports/106291 Submitted by: Dryice Liu <dryice at dryice.name> Notes: svn path=/head/; revision=178885
* - Add a new mirrorStanislav Sedov2006-12-042-6/+1
| | | | | | | - Remove incorrect www entry Notes: svn path=/head/; revision=178846