summaryrefslogtreecommitdiff
path: root/sysutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-1074-70/+37
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* o Update to 0.2 fixing typo: use pid instead of parent pid whereMario Sergio Fujikawa Ferreira2002-11-092-3/+9
| | | | | | | appropriate Notes: svn path=/head/; revision=69800
* Update to 20021109.Akinori MUSHA2002-11-094-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overall: - Allow a regular expression or glob pattern against origins as pkgname glob pattern. For example, the following commands work as expected now: pkg_glob 'lang/*' portupgrade lang/ruby pkg_info ':(japanese|chinese|korean)/' - Use install(1) instead of cp(1) and chmod(1) to install modified data files such as +CONTENTS. pkgdb(1): - Add a new option --autofix, which is a shorthand of --auto --fix (-aF). portupgrade(1): - Allow specifying a directory after -L. - Auto-fix dependencies before creating a package. PR: ports/41383 Submitted by: Vivek Khera <khera@kciLink.com> pkgtools.conf(5): - Add a new configuration variable ALT_PKGDEP, which defines alternative dependencies, used by pkgdb -F/-aF. This makes yet another step forward to eliminate the need for manual pkgdb -F's. Notes: svn path=/head/; revision=69776
* lang/fpc needed perl to complete its install, the others are renamingEdwin Groothuis2002-11-081-2/+3
| | | | | | | | | of PERL to REINPLACE_CMD Noticed on: bento Notes: svn path=/head/; revision=69762
* Fix Build on -CURRENTTilman Keskinoz2002-11-081-0/+79
| | | | | | | | PR: 42504 Submitted by: Eirik Nygaard <eirikn@bluezone.no> Notes: svn path=/head/; revision=69752
* o New port pkill version 0.1: NetBSD's pgrep and pkill: find orMario Sergio Fujikawa Ferreira2002-11-086-0/+54
| | | | | | | | | | | | | | | | | | | | signal processes matching criteria o Based on current NetBSD's pgrep(1) and pkill(1) with the following differences: 1) -STABLE version does not support filtering by session ID since this information is only available in kernel space. -CURRENT supports this. 2) Added -M and -N flags following ps(1). Therefore, drop additional privileges (drop_privs) if any of those flags are defined. 3) kvm access without sgid o Items (2) and (3) are based on jmallett code sent to me for inspiration. :) Great thanks to jmallett for that. Obtained from: NetBSD CVS (original pkill/pgrep code) Notes: svn path=/head/; revision=69724
* Apply a hot-fix against a bug where portupgrade(1)/pkgdb(1) leaveAkinori MUSHA2002-11-082-2/+10
| | | | | | | | | | temporary files ($TMPDIR/+CONTENTS*). Bump PORTREVISION for that. Modify the IGNORE message that is shown when pkg_create(1) is found to be too old. Notes: svn path=/head/; revision=69723
* update to 1.6Edwin Groothuis2002-11-082-2/+2
| | | | | | | | PR: ports/44869 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=69713
* Update to 0.5.5Mario Sergio Fujikawa Ferreira2002-11-083-2/+5
| | | | Notes: svn path=/head/; revision=69702
* Remove unnecessary dependency on libglade, I introduced with the lastTilman Keskinoz2002-11-071-1/+1
| | | | | | | | | | revision PR: 43685 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=69695
* Convert to bsd.gnomeng.mkTilman Keskinoz2002-11-071-6/+4
| | | | | | | Unbreak by not building included gettext Notes: svn path=/head/; revision=69664
* Update modules: bind8-1.030-1, firewall-1.030-2, squid-1.030-1.Jimmy Olgeni2002-11-072-2/+7
| | | | Notes: svn path=/head/; revision=69641
* Use PORTCOMMENT.Cy Schubert2002-11-072-1/+2
| | | | Notes: svn path=/head/; revision=69632
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-074-4/+2
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-0666-33/+66
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update to 20021106.Akinori MUSHA2002-11-064-4/+8
| | | | | | | | | | | | | | | | | overall: - Make these work with ruby 1.7. portupgrade(1): - Get portupgrade -s to work again. - Synchronize the failure reason guesser with the latest "processlogs" script. - Rename -g/--go-on to -k/--keep-going, on the (vague) analogy of make(1). Notes: svn path=/head/; revision=69576
* Use PORTCOMMENT variable instead of pkg-comment file.Oliver Braun2002-11-056-3/+3
| | | | | | | | | PR: ports/44937,ports/44938,ports/44939,ports/44940,ports/44941, ports/44942,ports/44943,ports/44944,ports/44945 Submitted by: maintainer Notes: svn path=/head/; revision=69545
* C++ fixes for -CURRENT/GCC3.Christian Weisgerber2002-11-055-1/+81
| | | | | | | | PR: 44463 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=69524
* port requires pod2man -> USE_PERL5=yesEdwin Groothuis2002-11-051-6/+8
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69497
* Half of these ones missed yesterday while converting to USE_REINPLACE.Edwin Groothuis2002-11-041-1/+2
| | | | | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-) Notes: svn path=/head/; revision=69475
* Update to version 1.030, with sshd and firewall module patches.Jimmy Olgeni2002-11-042-25/+6
| | | | Notes: svn path=/head/; revision=69454
* PERL -> REINPLACEEdwin Groothuis2002-11-046-9/+16
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | | | and USE_PERL5 in some places Noticed by: bento Notes: svn path=/head/; revision=69432
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+3
| | | | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento Notes: svn path=/head/; revision=69429
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69424
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69423
* PERL -> REINPLACE, Add USE_PERL5=yes tooEdwin Groothuis2002-11-041-1/+3
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69422
* Use PORTCOMMENT.Eric Melville2002-11-032-1/+1
| | | | Notes: svn path=/head/; revision=69366
* * Update to MASTER_SITE_ISCDoug Barton2002-11-032-2/+4
| | | | | | | * Move pkg-comment into the Makefile Notes: svn path=/head/; revision=69336
* shlock doesn't actually need perl, only inn does. Since the dependencyDoug Barton2002-11-031-0/+196
| | | | | | | test was breaking builds on -current systems without perl, remove it all. Notes: svn path=/head/; revision=69335
* Update modules: bind8-1.020-6, file-1.020-4, lpadmin-1.020-6,Jimmy Olgeni2002-11-022-11/+17
| | | | | | | | mysql-1.020-2, net-1.020-5, quota-1.020-3, status-1.020-4, usermin-1.020-4. Notes: svn path=/head/; revision=69311
* Whitespace change to get a cleaner diff when updating modules.Jimmy Olgeni2002-11-021-4/+8
| | | | Notes: svn path=/head/; revision=69310
* Issue a patch release 20021103, which fixes a bug where pkgdb -FAkinori MUSHA2002-11-024-4/+6
| | | | | | | failed to delete a stale @pkgdep. (harmless except it didn't work) Notes: svn path=/head/; revision=69306
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizeAlan Eldridge2002-11-011-2/+2
| | | | | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along.... Notes: svn path=/head/; revision=69249
* Repair sysutils/pib, make Aleksandr A. Babaylov the new maintainer.Edwin Groothuis2002-11-013-3/+82
| | | | | | | | | PR: ports/22399,ports/24493,ports/44323 Submitted by: PM Lashley <patl@phoenix.volant.org>,Mark Rowlands <mark.rowlands@minmail.net>,Aleksandr A. Babaylov <babolo@aaz.links.ru> Approved by: msmith@FreeBSD.org,Aleksandr A. Babaylov <babolo@aaz.links.ru> Notes: svn path=/head/; revision=69240
* Changed MAINTAINER to my FreeBSD address.Alan Eldridge2002-11-011-2/+2
| | | | Notes: svn path=/head/; revision=69236
* Update to 20021101. Since there have been many changes, there couldAkinori MUSHA2002-11-014-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | possibly be a couple of bugs. Make sure to do your backups as always, and have fun. :) overall, pkgdb(3): - The DEPORIGIN information is fully supported. Most stale dependencies are automatically fixed based on that. Hinted by: sobomax - Disregard a package if it has a file named "+IGNOREME" in the package directory. PR: ports/41237 Hinted by: Jerry Murdock <j@jerrymurdock.com>, and some others pkgdb(1): - Add a new option -a/auto, used with -F/--fix, which turns on automatic mode, in which pkgdb(1) only fixes discrepancies that can be fixed 100% obviously and securely, and leaves the others. - Make pkgdb(1) less verbose when -v is not specified. portupgrade(1): - Time the whole session also. Requested by: nork - Fix a bug in shellwords() where it wrongly interprets \ in '...' as meta-character. This bug or maybe feature was inherited from Perl's shellwords.pl / Text::ParseWords. Reported by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> - The DEPORIGIN information is fully supported. It fixes DEPORIGIN when a package is upgraded with a different port using -o/--origin, and "pkgdb -aF" is automatically called at closing. This makes portupgrade a tad slower but greatly reduces the "pkgdb -F" annoyance. - Fix a race where it rarely failed in updating the pkgdb after installation and the user had to run "pkgdb -fu". - Do not redirect stderr to /dev/null when calling portsclean -L. Now the pkgdb updater's indicator is displayed properly. - Synchronize the build failure checker with the latest version of ports/Tools/portbuild/scripts/processlogs. - Do not bother with +REQUIRED_BY files when they are mechanically generated from @pkgdep information by pkgdb(1). pkg_fetch(1): - Try .tgz first on FreeBSD 4.x and prior. Although .tbz is smaller, there are few sites that prepare .tbz packages for FreeBSD 4.x. pkgtools.conf(5) - Prepare a new constant OS_PKGBRANCH, which is set to a release/branch name that is suitable for specifying a FTP packages directory, and make pkg_site_mirror() use it. PR: ports/43265 Submitted by: Andriy Gapon <avg@icyb.net.ua> portsclean(1): - Suggest using libchk(1) to help manually clean out lib/compat/pkg. - Improve messages. Use the word "shadow" to say that a library hides another one with the same name. Notes: svn path=/head/; revision=69229
* Update to 1.2.9Patrick Li2002-10-304-9/+32
| | | | | | | | PR: ports/44743 Submitted by: maintainer Notes: svn path=/head/; revision=69176
* Remove a bogus PKGNAMEPREFIX. This is an application called rlogview,Akinori MUSHA2002-10-291-1/+0
| | | | | | | not ruby-rlogview that looks like a library. Notes: svn path=/head/; revision=69103
* Undo damage done by check if the SED could have been replaced by aEdwin Groothuis2002-10-292-2/+1
| | | | | | | REINPLACE. Thanks to Patrick Li for spotting this. Notes: svn path=/head/; revision=69073
* Unbreak build of sysutils/lcdprocEdwin Groothuis2002-10-293-6/+22
| | | | | | | | PR: ports/44213 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=69072
* - Add missing dependencyYing-Chieh Liao2002-10-282-0/+9
| | | | | | | | | | | - Add pkg-message - Bump portrevision PR: 44043 Submitted by: maintainer Notes: svn path=/head/; revision=69045
* Use single info-file instead of multiple files.Cy Schubert2002-10-282-5/+3
| | | | | | | Submitted by: demon Notes: svn path=/head/; revision=69038
* Add extra directoryKris Kennaway2002-10-281-0/+1
| | | | Notes: svn path=/head/; revision=69006
* Add missing info filesKris Kennaway2002-10-281-0/+5
| | | | Notes: svn path=/head/; revision=68991
* make it compilable on -CURRENT, againHajimu UMEMOTO2002-10-271-0/+15
| | | | Notes: svn path=/head/; revision=68949
* make it compilable on -CURRENT, againHajimu UMEMOTO2002-10-271-0/+15
| | | | Notes: svn path=/head/; revision=68947
* Upgrade to 1.11.a39.Dirk Froemberg2002-10-278-16/+16
| | | | Notes: svn path=/head/; revision=68944
* Add gtk-imonc, a gtk based client to control an one disc fli4l router.Oliver Braun2002-10-267-0/+100
| | | | | | | | PR: 44503 Submitted by: Steffen Vogelreuter <steffen@vogelreuter.de> Notes: svn path=/head/; revision=68888
* o Update to 0.5.3Mario Sergio Fujikawa Ferreira2002-10-263-11/+15
| | | | | | | | | o Update WWW tag in DESCR Submitted by: HIYAMA Takeshi <cbc06942@pop06.odn.ne.jp> Notes: svn path=/head/; revision=68878