non port: sysutils/bsdadminscripts/Makefile |
Number of commits found: 43 |
Friday, 24 Feb 2017
|
01:52 cpm
Drop maintainership and return them back to the pool.
|
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Tuesday, 19 Jul 2016
|
11:04 mat
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
Saturday, 16 Jan 2016
|
17:36 pawel
Remove plist target, we have eqivalent make makeplist
Submitted by: bapt
|
17:00 pawel
- Don't use deprecated @dirrm in plist generation
- Add NO_ARCH
- Use options helpers
|
Friday, 7 Nov 2014
|
22:53 pi
sysutils/bsdadminscripts: fix distviper
Adds a -H to all uses of find(1) in distviper so symlinks are handled
correctly
By default find(1) will not follow symlinks given on the command-line.
There are several places in distviper where find is used without
allowing for this.
In particular in the default mode, if PORTSDIR is a link and DISTDIR
isn't, then no distinfo files are found and all the distfiles are
deleted.
This can be fixed by either making sure that find is given directory
names that end in a "/" or with the -H option.
PR: 194567
Submitted by: rwmaillists@googlemail.com
Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
Tuesday, 26 Aug 2014
|
18:57 rene
sysutils/bsdadminscripts: fix scripts at runtime.
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
|
Monday, 25 Aug 2014
|
14:12 marino
sysutils/bsdadminscripts: fix scripts in sbin, make them executable
PR: 192979
|
08:58 marino
Stage sysutils/bsdadminscripts and assign maintainership to submitter
PR: 192979
Submitted by: Carlos JPM
|
Sunday, 6 Jul 2014
|
15:52 bapt
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr
|
Sunday, 8 Jun 2014
|
19:51 olgeni
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
Friday, 21 Feb 2014
|
13:39 ehaupt
Remove trailing whitespaces from category sysutils
|
Monday, 10 Feb 2014
|
13:54 ehaupt
According to the Porter's Handbook (5.12.2.3.) default options must be added to
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)
|
Friday, 20 Sep 2013
|
23:06 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Thursday, 27 Jun 2013
|
08:33 lme
- Make pkg_libchk work with ports-mgmt/pkg-devel
- Bump PORTREVISION
Approved by: maintainer (implicit; discussed with ehaupt)
|
Tuesday, 5 Mar 2013
|
07:40 jgh
- fix NOPORTDOCS installation
- 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 )
|
Friday, 14 Dec 2012
|
17:44 ehaupt
Check WITH_PKGNG through /usr/share/mk/bsd.port.mk.
Discussed with: bdrewery
Approved by: maintainer (implicit)
|
14:38 ehaupt
Provide a patch to make pkg_libchk pkgng aware.
PR: 174387
Approved by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer, implicit)
|
Monday, 18 Jul 2011
|
10:06 rea
Allow pkg_libchk to work from non-CSH shells
/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
|
Saturday, 22 Aug 2009
|
00:35 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Saturday, 9 May 2009
|
19:44 garga
- Update to 6.1.1
PR: ports/134396
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
|
Thursday, 7 May 2009
|
16:29 beat
- Update to 6.1
PR: ports/134334
Submitted by: Dominic Fandrey <kamikaze AT bsdforen.de> (maintainer)
Approved by: miwi (mentor)
|
Friday, 1 May 2009
|
09:35 miwi
- Update to 6.0
A new release featuring a binary only package updating tool, pkg_upgrade.
PR: 134131
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
|
Wednesday, 28 Jan 2009
|
08:49 jadawin
- Update to 5.0
PR: ports/131050
Submitted by: Dominic Fandrey <kamikaze _AT_ bsdforen.de> (maintainer)
|
Monday, 12 Jan 2009
|
21:01 beech
- Update to 4.4.4
PR: ports/130409
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
|
Wednesday, 24 Sep 2008
|
08:48 miwi
- Update to 4.4.3
PR: 127329
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
|
Monday, 12 May 2008
|
23:21 edwin
Update to 4.4.2
PR: ports/122727
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
|
Tuesday, 25 Mar 2008
|
23:01 miwi
- Update to4.4
PR: 121976
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
|
Monday, 10 Mar 2008
|
18:24 miwi
- Update to 4.3
PR: 121569
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
|
Tuesday, 12 Feb 2008
|
22:37 miwi
- Update to 4.2
PR: 120549
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
|
Monday, 4 Feb 2008
|
15:37 miwi
- Update to 4.1.1
PR: 120255
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
|
Sunday, 3 Feb 2008
|
19:25 beech
- Update to 4.1
PR: ports/120222
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
|
Friday, 14 Dec 2007
|
16:18 pav
- Update to 4.0
PR: ports/117533
Submitted by: Dominic Fandrey <lon_kamikaze@gmx.de> (maintainer)
|
Monday, 18 Jun 2007
|
06:52 rafan
- Update to 3.0
- 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)
|
Saturday, 9 Jun 2007
|
20:29 miwi
- Update to 2.1.4
PR: 113488
Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
|
Monday, 4 Jun 2007
|
07:35 miwi
- Update to 2.1.3
PR: 112363
Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
|
Monday, 5 Feb 2007
|
01:08 pav
Populate a new ports-mgmt category. List of moved ports:
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
|
Wednesday, 13 Sep 2006
|
15:02 miwi
- Update to 2.1.2
PR: ports/103219
Submitted by: Dominic Fandrey <lon_kamikaze(at)gmx.de> (maintainer)
|
Saturday, 5 Aug 2006
|
16:09 miwi
- Update to 2.1.1
PR: ports/101319
Submitted by: Dominic Fandrey <lon_kamikaze(at)gmx.de>
Approved by: krion (mentor)
|
Saturday, 22 Jul 2006
|
08:19 miwi
- Update to 2.1
PR: ports/100526
Submitted by: Dominic Fandrey <lon_kamikaze(at)gmx.de>
Approved by: krion (mentor), maintainer
|
Saturday, 15 Jul 2006
|
02:05 rafan
- Update to 2.0
- Introduce WITHOUT_BUILDFLAGS knob
PR: ports/100319
Submitted by: maintainer
|
Saturday, 3 Jun 2006
|
01:05 mnag
- Update to 1.1
- portlint(1)
PR: 98233
Submitted by: maintainer
|
Tuesday, 16 May 2006
|
09:16 sat
Add bsdadminscripts: A small collection of administration scripts
PR: ports/97293 (based on)
Submitted by: Dominic Fandrey <lon_kamikaze@gmx.de>
Approved by: krion (mentor)
|
Number of commits found: 43 |