| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Implement tracking of remote ports: shows which ports the host is making outgoing connections to. Long time feature request.
- Bugfix: when the capture interface goes down, exit instead of busy-looping forever.
- Fix "clock error" due to machine reboot.
- SIGUSR1 now resets the time and bytes reported on the graphs page.
- Account for all IP protocols.
- Change the default ports_max to only twice the default ports_keep.
PR: 200425
Submitted by: emikulic@gmail.com (maintainer)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
|
|
|
|
| |
- while here update to staging support
PR: 186117
Submitted by: emikulic@gmail.com (maintainer)
Changes: http://unix4lyfe.org/darkstat/changelog.txt
|
|
|
|
| |
net-mgmt)
|
|
|
|
|
|
|
|
|
| |
- Update to 3.0.717
Changes: http://unix4lyfe.org/darkstat/changelog.txt
PR: ports/181277
Submitted by: Emil Mikulic <emikulic gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.0.716 [1]
- Set new upstream url (WWW)
- Trim Makefile header
- Remove MAKE_JOBS_SAFE (now default)
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Remove Author line and swtich from tab to space in pkg-descr
PR: ports/181139
Submitted by: Emil Mikulic <emikulic gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/165578
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
|
|
|
|
|
| |
PR: ports/157683
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
|
| |
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
|
|
| |
- Enable MAKE_JOBS_SAFE
PR: 144820
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
- Use PORTDOCS and remove pkg-plist
PR: ports/129450
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
|
|
|
|
| |
PR: ports/126393
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
- Update maintainer's mail
PR: ports/124413
Submitted by: Emil Mikulic <emil at cs.rmit.edu.au> (maintainer)
|
|
|
|
|
| |
PR: 116869
Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
|
|
|
|
| |
PR: 112241
Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
|
|
|
|
|
|
|
|
| |
- fix build on 4.X
PR: ports/101545
Submitted by: maintainer (Emil Mikulic)
Reviewed by: clsung
|
|
|
|
|
|
|
|
| |
- darkstat 3 is almost a complete rewrite of v2 and greatly
improves speed, features, and reliability.
PR: ports/99714
Submitted by: maintanier (Emil Mikulic)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
|
|
|
| |
address.
|
|
|
|
|
| |
<emikulic@optushome.com.au>: host mail.optusnet.com.au[211.29.132.250] said:
553 5.3.0 <emikulic@optushome.com.au>... No such user
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add WITHOUT_NLS knob [1]
- Fix libintl detection if ${LOCALBASE} != /usr/local [2]
- Use DOCSDIR in pkg-plist
PR: 59034 [1]
Submitted by: maintainer [1], sergei [2]
|
|
|
|
| |
Prodded by: kris
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/47340
Submitted by: Emil Mikulic <emikulic@optushome.com.au>
|
|
|
|
|
| |
PR: 46388
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/44805
Submitted by: mintainer
|
|
|
|
|
|
|
| |
* Add another master site..
PR: 43284
Submitted by: maintainer
|
|
|
|
|
| |
PR: 41549
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
| |
Assign maintainership to the author.
Submitted by: Emil Mikulic <emikulic@optushome.com.au>
|
| |
|
|
|