summaryrefslogtreecommitdiff
path: root/sysutils/bsdadminscripts
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/bsdadminscripts: fix scripts at runtime.Rene Ladan2014-08-265-76/+3170
| | | | | | | | | | | | Previously, pkg_libchk, pkg_upgrade, and uma failed to run. Bump PORTREVISION PR: 193003 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Reviewed by: marino Notes: svn path=/head/; revision=366248
* sysutils/bsdadminscripts: fix scripts in sbin, make them executableJohn Marino2014-08-251-2/+2
| | | | | | | PR: 192979 Notes: svn path=/head/; revision=366079
* Stage sysutils/bsdadminscripts and assign maintainership to submitterJohn Marino2014-08-253-36/+54
| | | | | | | | PR: 192979 Submitted by: Carlos JPM Notes: svn path=/head/; revision=366045
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-061-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360930
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* Remove trailing whitespaces from category sysutilsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345435
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Make pkg_libchk work with ports-mgmt/pkg-develLars Engels2013-06-272-10/+10
| | | | | | | | | - Bump PORTREVISION Approved by: maintainer (implicit; discussed with ehaupt) Notes: svn path=/head/; revision=321873
* - fix NOPORTDOCS installationJason Helfman2013-03-051-5/+7
| | | | | | | | | | | | - while here tighten COMMENT and adoption of optionsNG for DOCS PR: 174590 PR: 170542 Submitted by: olivier@gid0.org Approved by: maintainer timeout, kamikaze@bsdforen.de ( 75 days ) Notes: svn path=/head/; revision=313441
* Check WITH_PKGNG through /usr/share/mk/bsd.port.mk.Emanuel Haupt2012-12-142-2/+2
| | | | | | | | Discussed with: bdrewery Approved by: maintainer (implicit) Notes: svn path=/head/; revision=308915
* Provide a patch to make pkg_libchk pkgng aware.Emanuel Haupt2012-12-143-25/+77
| | | | | | | | PR: 174387 Approved by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer, implicit) Notes: svn path=/head/; revision=308906
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Allow pkg_libchk to work from non-CSH shellsEygene Ryabinkin2011-07-182-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | /bin/sh does not set OSTYPE, so this variable is inherited from the shell from which pkg_libchk is invoked. From all standard shells in the base system, only csh and tcsh do set this variable, so when pkg_libchk is invoked from sh (that is not invoked from csh-like shell), this variable will be empty. Moreover, bash sets OSTYPE to freebsdX.Y, so grepping on output of 'readelf -e' wont work either. 'uname -s' provides much more reliable way to get the name of the operating system and all *BSD ELF ABI types inside readelf correspond to the 'uname -s': {{{ case ELFOSABI_NETBSD: return "UNIX - NetBSD"; case ELFOSABI_FREEBSD: return "UNIX - FreeBSD"; case ELFOSABI_OPENBSD: return "UNIX - OpenBSD"; }}} PR: ports/158967 Approved-by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer), erwin (mentor) Feature-safe: yes Notes: svn path=/head/; revision=277893
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - Update to 6.1.1Renato Botelho2009-05-092-4/+4
| | | | | | | | PR: ports/134396 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=233550
* - Update to 6.1Beat Gaetzi2009-05-074-16/+10
| | | | | | | | | PR: ports/134334 Submitted by: Dominic Fandrey <kamikaze AT bsdforen.de> (maintainer) Approved by: miwi (mentor) Notes: svn path=/head/; revision=233369
* - Update to 6.0Martin Wilke2009-05-013-9/+13
| | | | | | | | | | A new release featuring a binary only package updating tool, pkg_upgrade. PR: 134131 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=233033
* - Update to 5.0Philippe Audeoud2009-01-283-5/+8
| | | | | | | | PR: ports/131050 Submitted by: Dominic Fandrey <kamikaze _AT_ bsdforen.de> (maintainer) Notes: svn path=/head/; revision=227033
* - Update to 4.4.4Beech Rintoul2009-01-122-5/+5
| | | | | | | | PR: ports/130409 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=225879
* - Update to 4.4.3Martin Wilke2008-09-242-4/+4
| | | | | | | | PR: 127329 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=220623
* Update to 4.4.2Edwin Groothuis2008-05-123-103/+45
| | | | | | | | PR: ports/122727 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=212973
* - Update to4.4Martin Wilke2008-03-252-4/+4
| | | | | | | | PR: 121976 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=209814
* - Update to 4.3Martin Wilke2008-03-102-4/+7
| | | | | | | | PR: 121569 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=208756
* - Update to 4.2Martin Wilke2008-02-123-6/+6
| | | | | | | | PR: 120549 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=207096
* - Update to 4.1.1Martin Wilke2008-02-042-4/+4
| | | | | | | | PR: 120255 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=206712
* - Update to 4.1Beech Rintoul2008-02-033-11/+10
| | | | | | | | PR: ports/120222 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=206673
* - Update to 4.0Pav Lucistnik2007-12-143-8/+23
| | | | | | | | PR: ports/117533 Submitted by: Dominic Fandrey <lon_kamikaze@gmx.de> (maintainer) Notes: svn path=/head/; revision=203553
* - Update to 3.0Rong-En Fan2007-06-182-14/+46
| | | | | | | | | | | | | | | - Add new category: ports-mgmt - OPTIONS'ify PR: ports/113795 Submitted by: Dominic Fandrey <lon_kamikaze at gmx.de> (maintainer) - Use DATADIR, INSTALL_* macros Approved by: Dominic Fandrey <lon_kamikaze at gmx.de> (maintainer) Notes: svn path=/head/; revision=193756
* - Update to 2.1.4Martin Wilke2007-06-092-4/+4
| | | | | | | | PR: 113488 Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer) Notes: svn path=/head/; revision=193125
* - Update to 2.1.3Martin Wilke2007-06-042-4/+4
| | | | | | | | PR: 112363 Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer) Notes: svn path=/head/; revision=192670
* Populate a new ports-mgmt category. List of moved ports:Pav Lucistnik2007-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/portcheckout -> ports-mgmt/portcheckout devel/portlint -> ports-mgmt/portlint devel/portmk -> ports-mgmt/portmk devel/porttools -> ports-mgmt/porttools misc/instant-tinderbox -> ports-mgmt/instant-tinderbox misc/porteasy -> ports-mgmt/porteasy misc/portell -> ports-mgmt/portell misc/portless -> ports-mgmt/portless misc/tinderbox -> ports-mgmt/tinderbox security/jailaudit -> ports-mgmt/jailaudit security/portaudit -> ports-mgmt/portaudit security/portaudit-db -> ports-mgmt/portaudit-db security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port sysutils/barry -> ports-mgmt/barry sysutils/bpm -> ports-mgmt/bpm sysutils/kports -> ports-mgmt/kports sysutils/managepkg -> ports-mgmt/managepkg sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck sysutils/pib -> ports-mgmt/pib sysutils/pkgfe -> ports-mgmt/pkgfe sysutils/pkg-orphan -> ports-mgmt/pkg-orphan sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves sysutils/pkg_install -> ports-mgmt/pkg_install sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel sysutils/pkg_remove -> ports-mgmt/pkg_remove sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst sysutils/pkg_tree -> ports-mgmt/pkg_tree sysutils/portbrowser -> ports-mgmt/portbrowser sysutils/portconf -> ports-mgmt/portconf sysutils/portdowngrade -> ports-mgmt/portdowngrade sysutils/portcheck -> ports-mgmt/portcheck sysutils/portmanager -> ports-mgmt/portmanager sysutils/portmaster -> ports-mgmt/portmaster sysutils/portscout -> ports-mgmt/portscout sysutils/portsearch -> ports-mgmt/portsearch sysutils/portsman -> ports-mgmt/portsman sysutils/portsnap -> ports-mgmt/portsnap sysutils/portsopt -> ports-mgmt/portsopt sysutils/portupgrade -> ports-mgmt/portupgrade sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools sysutils/psearch -> ports-mgmt/psearch sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex sysutils/qtpkg -> ports-mgmt/qtpkg textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports Repocopies by: marcus Notes: svn path=/head/; revision=184211
* - Update to 2.1.2Martin Wilke2006-09-132-7/+11
| | | | | | | | PR: ports/103219 Submitted by: Dominic Fandrey <lon_kamikaze(at)gmx.de> (maintainer) Notes: svn path=/head/; revision=172944
* - Update to 2.1.1Martin Wilke2006-08-052-5/+5
| | | | | | | | | PR: ports/101319 Submitted by: Dominic Fandrey <lon_kamikaze(at)gmx.de> Approved by: krion (mentor) Notes: svn path=/head/; revision=169761
* - Update to 2.1Martin Wilke2006-07-224-16/+27
| | | | | | | | | PR: ports/100526 Submitted by: Dominic Fandrey <lon_kamikaze(at)gmx.de> Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=168455
* - Update to 2.0Rong-En Fan2006-07-152-4/+27
| | | | | | | | | | - Introduce WITHOUT_BUILDFLAGS knob PR: ports/100319 Submitted by: maintainer Notes: svn path=/head/; revision=167849
* - Update to 1.1Marcus Alves Grando2006-06-032-6/+5
| | | | | | | | | | - portlint(1) PR: 98233 Submitted by: maintainer Notes: svn path=/head/; revision=164252
* Add bsdadminscripts: A small collection of administration scriptsAndrew Pantyukhin2006-05-163-0/+59
PR: ports/97293 (based on) Submitted by: Dominic Fandrey <lon_kamikaze@gmx.de> Approved by: krion (mentor) Notes: svn path=/head/; revision=162547