| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: 195796
Notes:
svn path=/head/; revision=376782
|
|
|
|
| |
Notes:
svn path=/head/; revision=371867
|
|
|
|
| |
Notes:
svn path=/head/; revision=363328
|
|
|
|
|
|
|
| |
- Use @sample in security/nessus
Notes:
svn path=/head/; revision=361049
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- New LIB_DEPENDS syntax.
- Staging.
- Replace gtk detection with GTK2 option.
- Mark MAKE_JOBS_UNSAFE for now. One Makefile has mutilple targets that
each call make in the same subdirectory and the Makefile in that
directory does the same with one of its subdirectories.
- Move files/nessusd.conf to files/nessusd.conf.in and add it to SUB_FILES
instead of calling sed from post-install.
- Move files/pkg-deinstall.in to pkg-deinstall and replace %%PREFIX%%
with ${PKG_PREFIX}.
- Remove scripts/move_nessus. It was used to migrate configuration data
to a new location.
PR: ports/183221
Approved by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=333529
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
|
|
|
| |
- Trim Header where applicable
Notes:
svn path=/head/; revision=315566
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=276991
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist
- Bump PORTREVISION
PR 109999
Submitted by: Udo Schweigert (maintainer)
Notes:
svn path=/head/; revision=186684
|
|
|
|
|
|
|
|
|
| |
PR: ports/105176
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
Notes:
svn path=/head/; revision=176536
|
|
|
|
|
|
|
|
| |
PR: ports/97884
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=163536
|
|
|
|
| |
Notes:
svn path=/head/; revision=162215
|
|
|
|
|
|
|
|
| |
PR: ports/94544
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=157500
|
|
|
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157004
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
|
|
|
| |
Make portlint happyer
Add SHA256
PR: 88679
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=147652
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
|
|
|
|
|
| |
PR: 87034
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Approved by: novel (mentor)
Notes:
svn path=/head/; revision=144502
|
|
|
|
|
|
|
|
| |
PR: ports/83927
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=139987
|
|
|
|
|
|
|
|
| |
PR: ports/80085
Submitted by: maintainer
Notes:
svn path=/head/; revision=133632
|
|
|
|
|
|
|
| |
Reported by: kris via pointyhat
Notes:
svn path=/head/; revision=133627
|
|
|
|
|
|
|
|
| |
PR: ports/79142
Submitted by: maintainer
Notes:
svn path=/head/; revision=133519
|
|
|
|
|
|
|
|
| |
PR: ports/77419
Submitted by: maintainer
Notes:
svn path=/head/; revision=128776
|
|
|
|
|
|
|
|
|
| |
It will fix extra files on pointyhat.
Submitted by: maintainer
Notes:
svn path=/head/; revision=124128
|
|
|
|
|
|
|
|
|
| |
- While I'm here: make rm silent
Submitted by: maintainer
Notes:
svn path=/head/; revision=123838
|
|
|
|
|
|
|
|
|
|
| |
- Fix installing of default config files
PR: ports/74938
Submitted by: maintainer
Notes:
svn path=/head/; revision=123718
|
|
|
|
|
|
|
|
| |
PR: ports/73726
Submitted by: maintainer
Notes:
svn path=/head/; revision=121207
|
|
|
|
| |
Notes:
svn path=/head/; revision=120949
|
|
|
|
|
|
|
|
| |
PR: ports/70451, ports/70452
Submitted by: maintainer
Notes:
svn path=/head/; revision=116903
|
|
|
|
|
|
|
|
|
|
|
| |
- Upgrade rc.d script to the rc-ng style; bump PORTREVISION for that.
- Add CONFLICTS.
PR: ports/69877
Submitted by: Udo Schweigert (maintainer)
Notes:
svn path=/head/; revision=116104
|
|
|
|
|
|
|
|
|
|
| |
-GTK+2 is now default and GTK1 is still optional.
PR: ports/69333
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=114587
|
|
|
|
|
|
|
|
| |
PR: ports/66052
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=108178
|
|
|
|
|
|
|
|
| |
files in ${PREFIX}/etc/nessus. Move existing files to the right places.
Bump PORTREVISION. (Also do a little bit of work on pkg-plist).
Notes:
svn path=/head/; revision=106687
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
|
| |
PR: 61755
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=98877
|
|
|
|
|
|
|
|
| |
PR: 59019
Submitted by: maintainer
Notes:
svn path=/head/; revision=94997
|
|
|
|
|
|
|
|
| |
PR: 57755
Submitted by: maintainer
Notes:
svn path=/head/; revision=90691
|
|
|
|
|
|
|
|
| |
PR: ports/57547
Submitted By: maintainer
Notes:
svn path=/head/; revision=90242
|
|
|
|
|
|
|
|
|
|
|
| |
by an australian and a japanse.
PR: ports/54441
Submitted by: maintainer
Obtained from: portsurvey
Notes:
svn path=/head/; revision=84812
|
|
|
|
|
|
|
|
| |
PR: ports/54050
Submitted by: maintainer
Notes:
svn path=/head/; revision=84220
|
|
|
|
|
|
|
|
| |
PR: ports/52635
Submitted by: maintainer
Notes:
svn path=/head/; revision=81863
|