| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
|
|
|
|
|
| |
- Change patch file
- Update plist
PR: ports/143183
Submitted by: Joachim Fritschi <fritschi@hrz.tu-darmstadt.de>
Approved by: maintainer (timeout > 14days), itetcu (mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
PR: 127570
Submitted by: "Frank W. Josellis" <frank@dynamical-systems.org> (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)
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
|
|
|
|
| |
- Fix build with new net/libosip
- Bump PORTREVISION
|
|
|
|
|
|
|
| |
- Use SF macro
PR: ports/120260
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
|
|
|
|
|
| |
PR: 118040
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
|
|
|
|
|
| |
PR: 99246
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
|
|
|
|
|
|
|
|
| |
- use modern USE_RC_SUBR
PR: 96054
Submitted by: Frank W. Josellis (maintainer)
Approved by: lawrance (mentor)
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
PR: ports/87661
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/80680
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
|
|
|
|
|
|
|
| |
- Patch for libosip2-2.2.x
PR: ports/79720
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
|
|
|
|
|
|
| |
Maintainer notified
Reported by: krismail
|
| |
|
|
|
|
|
|
|
| |
- Updating to version 0.5.9 [2]
PR: 73795 [1], 73840 [2]
Submitted by: leeym [1], Frank W. Josellis <frank@dynamical-systems.org> [2]
|
|
It handles registrations of SIP clients on a private IP network
and performs rewriting of the SIP message bodies to make SIP
connections possible via a masquerading firewall.
It allows SIP clients (like kphone, linphone) to work behind
an IP masquerading firewall or router.
PR: ports/72691
Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
|