aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Remove code remnants that test for 3.X and earlier releases of FreeBSD.Mark Linimon2006-06-234-24/+1
| | | | | | | | | | The bsd.*.mk architecture has not supported these antique releases for quite some time. Hat: portmgr Notes: svn path=/head/; revision=166082
* Chase checksum. The following files were modified:Jimmy Olgeni2006-06-222-3/+4
| | | | | | | | | | | | | | | | | | | | | * file/FileManager.java, file/FileManager.class, file/file.jar Do not try to use String.replaceAll (available from 1.4 on) in replace_str. * miniserv.pl Fix for Windows backslash characters in path. * net/freebsd-lib.pl, net/macos-lib.pl, net/netbsd-lib.pl, net/openbsd-lib.pl Comment changed (host.conf -> nsswitch.conf) * syslog/module.info os_support setting changed (redhat-linux related) Notes: svn path=/head/; revision=166042
* Update to 20060622:Sergey Skvortsov2006-06-223-9/+10
| | | | | | | | * add support for FreeBSD 6.x * drop support for FreeBSD 4.x, 5.x Notes: svn path=/head/; revision=166037
* Add fpc-utmp , free Pascal unit to gather information from the utmpRenato Botelho2006-06-212-0/+19
| | | | | | | | | | file. PR: ports/98681 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Notes: svn path=/head/; revision=165960
* Add fpc-syslog , free Pascal interface to the system logger.Renato Botelho2006-06-212-0/+19
| | | | | | | | PR: ports/98676 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Notes: svn path=/head/; revision=165959
* ports/aaccli fails to install on 6.x [patch]Edwin Groothuis2006-06-211-4/+8
| | | | | | | | | | | | The POST-INSTALL script of the binary package tries to execute MAKEDEV which is a no-op on 5.x, but nonsense on 6.x and above: PR: ports/99237 Submitted by: Helge Oldach <aacclijun06@oldach.net> Notes: svn path=/head/; revision=165910
* Upgrade to version 1.210.Jimmy Olgeni2006-06-202-9/+5
| | | | Notes: svn path=/head/; revision=165835
* Upgrade to version 1.280.Jimmy Olgeni2006-06-202-17/+5
| | | | Notes: svn path=/head/; revision=165834
* Switch to my @FreeBSD.org address.Shaun Amott2006-06-191-1/+1
| | | | | | | Approved by: ahze (mentor) Notes: svn path=/head/; revision=165799
* Upgrade to 1.5, which fixes a small braino in the new code toDoug Barton2006-06-192-3/+2
| | | | | | | | delete distfiles for old ports with the -o option, or that have been moved. Notes: svn path=/head/; revision=165786
* Update for version 1.4Doug Barton2006-06-191-8/+8
| | | | Notes: svn path=/head/; revision=165784
* Bump to 1.4 for new versionDoug Barton2006-06-191-1/+1
| | | | Notes: svn path=/head/; revision=165783
* New features:Doug Barton2006-06-192-62/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============= 1. Add -b option to make a backup package of the installed port 2. Add -g option to make a package of the new port 3. Add -o option to replace an installed port with a new port from a different location (e.g., portmaster -o emulators/linux_base-fc4 linux_base) The second argument can also be specified as the name of the installed port (e.g., linux_base-8-8.0_15) 4. Add -s option to detect no-longer-needed dependencies, and offer the user a choice to delete them. General improvements: ===================== 1. Update usage() to reflect reality, and organize it better 2. Switch to using DEPORIGIN to detect missing dependency tracking, which provides dramatically fewer false positives, and more useful tools to fix actual problems 3. Factor out more common code into functions 4. Only pay attention to +REQUIRED_BY files for dependency tracking if they are > 0 bytes 5. Simplify option parsing 6. Make whitespace more consistent in -a message 7. Only grep for dependencies if we're upgrading an installed port 8. If using -o, or a port moved, try to find the names of the old distfiles, and offer the user the choice to remove all of the, or prune the stale ones. Bug fixes: ========== 1. Fix the PATH if a user is using ccache 2. Handle the case where there is no ORIGIN in a +CONTENTS file 3. Ignore errors in the tail of fetchlog, since if the file is gone we'll exit the loop anyway Notes: svn path=/head/; revision=165782
* - Roll back to stable 2.1.1 version.Sergey Matveychuk2006-06-1912-144/+54
| | | | | | | I'd like to wait a repocopy but marcus seems will unaccessible for a week. Notes: svn path=/head/; revision=165774
* - Fix parameter in DBM.open(). It caused the message:Sergey Matveychuk2006-06-194-2/+52
| | | | | | | Rebuilding the pkgdb <format:dbm_hash> in /var/db/pkg ... can't convert String into Integer Notes: svn path=/head/; revision=165761
* - Real fix of the last problem.Sergey Matveychuk2006-06-196-26/+40
| | | | Notes: svn path=/head/; revision=165753
* Adding port sysutils/p5-Filesys-Statvfs, Perl extension for statvfs() andAaron Dalton2006-06-195-0/+55
| | | | | | | | | | | fstatvfs(). PR: ports/98249 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit) Notes: svn path=/head/; revision=165750
* Adding port sysutils/p5-Filesys-Df, Perl extension for filesystem space.Aaron Dalton2006-06-195-0/+50
| | | | | | | | | PR: ports/98249 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit) Notes: svn path=/head/; revision=165748
* - Work around for a bug in options parser.Sergey Matveychuk2006-06-194-2/+26
| | | | | | | | | The bug caused count -D twice and look at it as -DD Reported in: ports@ Notes: svn path=/head/; revision=165741
* - Add a note to pkg-message about existing /boot/splash file being replaced.Alejandro Pulver2006-06-181-0/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=165718
* - Disable 'make config' feature. It should be implemented another way.Sergey Matveychuk2006-06-184-6/+24
| | | | | | | Now it's PITA if many ports affected. Notes: svn path=/head/; revision=165700
* - Quick fix: change 'make config' with 'make config-conditional'.Sergey Matveychuk2006-06-184-0/+24
| | | | | | | | | It's exactly I meant. Reported by: Larry Rosenman <ler at lerctr.org> Notes: svn path=/head/; revision=165695
* - Update to 2.1.4Sergey Matveychuk2006-06-184-8/+8
| | | | | | | | | | | | | | | | | | | | | * Add -e (--emit-summaries) option and show summary messages only when the option defined or verbose mode is on. [1] * Allow origins in ALT_PKGDEP. This announced in pkgtools.conf but did not work really. [2] * Run 'make config' before all operations unless -j (--jet-mode) option specified. [3] * Add lock on operations with pkgdb.db. Now you can safe run a few portupgrade(1). * Incorrectly calculated upgrade time when it is more 24 hours. [4] * Other fixes and impovements. PR: ports/99086 [4] Reported by: Doug Poland <doug at polands.org> [3,4] Requested by: many [1] Submitted by: skv [2] Notes: svn path=/head/; revision=165690
* This is a boot splash image changer for FreeBSD.Alejandro Pulver2006-06-176-0/+127
| | | | | | | | | | | | See the post-installation message for instructions. WWW: http://mato.gamato.org/freebsd/ PR: ports/93218 Submitted by: Martin Otto <gamato@pobox.sk> Notes: svn path=/head/; revision=165671
* Update to 6.1.5Martin Wilke2006-06-172-4/+4
| | | | | | | | | PR: ports/97689 Submitted by: TAOKA Fumiyoshi <fmysh _at_ iijmio-mail.jp> Approved by: krion (mentor) Notes: svn path=/head/; revision=165616
* Obey conventions and change my mail to @FreeBSD.org addressMartin Wilke2006-06-161-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=165605
* wdfs is a WebDAV filesystem with special features for accessingPav Lucistnik2006-06-165-0/+52
| | | | | | | | | | | | Subversion repositories. It uses Fuse and Neon. WWW: http://noedler.de/projekte/wdfs/ PR: ports/98890 Submitted by: Gyorgy Teubel <tgyurci@freemail.hu> Notes: svn path=/head/; revision=165582
* - Update to 1.2.9Yen-Ming Lee2006-06-163-12/+17
| | | | | | | | | PR: 98255 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=165540
* Update to 9Emanuel Haupt2006-06-152-4/+4
| | | | Notes: svn path=/head/; revision=165529
* Reset ralf@akk.org due to several months of inactivity, no response to email,Mark Linimon2006-06-141-1/+1
| | | | | | | | | and some maintainer-timeouts. Hat: portmgr Notes: svn path=/head/; revision=165462
* Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response toMark Linimon2006-06-141-1/+4
| | | | | | | | | email, and various maintainer-timeouts. Hat: portmgr Notes: svn path=/head/; revision=165459
* Back out last change. It was caused by me running with Mk/ stuck in theAlexander Kabaev2006-06-141-1/+0
| | | | | | | | | past through use of stricky tag. Pointed out by: pav Notes: svn path=/head/; revision=165456
* Upgrade to 4.0.6.Oliver Braun2006-06-142-4/+4
| | | | Notes: svn path=/head/; revision=165451
* Minimal fixup to make REINPLACE_CMD visible to the Makefile.Alexander Kabaev2006-06-141-0/+1
| | | | Notes: svn path=/head/; revision=165442
* Fix plist.Martin Wilke2006-06-142-2/+7
| | | | | | | | Submitted by: Kris mail Approved by: krion (mentor) Notes: svn path=/head/; revision=165440
* - Change MASTER_SITES. The project is hosted on SourceForge now.Sergey Matveychuk2006-06-142-4/+4
| | | | Notes: svn path=/head/; revision=165391
* Reset andrew@ugh.net.au due to multiple timeouts.Mark Linimon2006-06-148-15/+6
| | | | Notes: svn path=/head/; revision=165380
* - Use USE_GSTREAMER=python to depend on py-gstreamerMichael Johnson2006-06-131-5/+3
| | | | Notes: svn path=/head/; revision=165322
* - Update to 0.7 (now uses gstreamer 0.10)Michael Johnson2006-06-133-16/+16
| | | | Notes: svn path=/head/; revision=165321
* Users keep reporting problems with update files on MASTER_SITES:Jimmy Olgeni2006-06-121-1/+1
| | | | | | | move them to MASTER_SITE_LOCAL. Notes: svn path=/head/; revision=165258
* - primarily a bug fix releaseIon-Mihai Tetcu2006-06-123-9/+9
| | | | | | | | | | | | | | - The bconsole "reload" command should now work properly - untested fix to eliminate the scheduling problems during daylight savings time change - manual released under the GNU Free Documentation License (FDL) - Fixed a race condition on dual processor machines PR: ports/98855 Submitted by: maintainer Notes: svn path=/head/; revision=165232
* - Fix spelling in MakefileAndrej Zverev2006-06-121-2/+2
| | | | | | | | PR: ports/98393 Submitted by: Richard Tector <richard@tector.org.uk> Notes: svn path=/head/; revision=165231
* Update MASTER_SITESMartin Wilke2006-06-121-1/+2
| | | | | | | | | PR: ports/97813 Submitted by: miwi Approved by: krion (mentor), maintainer timeout Notes: svn path=/head/; revision=165208
* Remove useless patchesMartin Wilke2006-06-123-47/+0
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=165195
* Update to 2.1Martin Wilke2006-06-122-5/+5
| | | | | | | | | PR: ports/97801 Submitted by: miwi Approved by: krion (mentor), maintainer timeout Notes: svn path=/head/; revision=165185
* - Update to 1.39Pav Lucistnik2006-06-1218-44/+463
| | | | | | | | PR: ports/98847 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=165182
* Use the correct mtree when you change the prefix, for example:Jeremy Messenger2006-06-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | Incorrect: (before) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (after) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ Notes: svn path=/head/; revision=165166
* USE_PERL_RUN -> USE_PERL5_RUNEdwin Groothuis2006-06-111-1/+1
| | | | Notes: svn path=/head/; revision=165157
* - Update to 1.0.2Marcus Alves Grando2006-06-115-32/+41
| | | | | | | | | | | | - Update WWW - Take maintainership - portlint(1) PR: 97560 Submitted by: Stefan Pauly <stefan___fh-mainz.de> Notes: svn path=/head/; revision=165145
* Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mkErwin Lansing2006-06-111-1/+0
| | | | | | | | | | | and these ports build fine without it. My guess is that it was added by someone as an opposite to USE_BZIP2 and other people copied it. Remove it once and for all. With hat: portmgr Notes: svn path=/head/; revision=165142