| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Approved by: portmgr (implicit)
|
| |
|
|
|
|
|
|
|
|
| |
- Unbreak and unexpire
- Stage support
PR: ports/186982
Submitted by: Johannes 5 Joemann
|
| |
|
|
|
|
| |
net)
|
|
|
|
|
|
| |
/usr/bin/ld: cannot find -lstdc++_p
Reported by: pkg-fallout
|
|
|
|
| |
Submitted by: bcallah@FreeBSD.org
|
|
|
|
|
| |
- Reset maintainer due to lack of input.
- Clean up other constructs while here
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
- Change BUILD_DEPENDS= to BUILD_DEPENDS+= so that different options don't
negate each other.
- Set maintainer.
PR: ports/163584
Submitted by: Anthony Chavez <acc@hexadecagram.org>
|
| |
|
|
|
|
|
|
|
| |
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
|
|
|
|
|
| |
PR: ports/146281
Submitted by: Dan Lukes <dan@obluda.cz>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Regrettably, I have no free time for the foreseeable future which
I can commit directly to these aspects of FreeBSD work, due to
a demanding new role elsewhere.
I am able to review patches from time to time, but regrettably cannot
be directly involved in engineering work beyond this w/o it being
directly involved in day-to-day effort.
Thank you for your understanding.
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
Unbreak for -CURRENT as RTF_LLINFO is ifdef'd.
QA note: VRRP files do not appear to get installed
as part of the 1.6 release.
PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=131941
Submitted by: Radim Kolar
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Submitted by: pav
|
| |
|
| |
|
|
|
|
|
|
| |
The xorp port will now log to /var/log/xorp_rtrmgr.log by default, and
the xorp_rtrmgr process will be run under daemon(8) to detach it from
the controlling terminal.
|
|
|
|
|
| |
PR: ports/116367
Submitted by: Radim Kolar
|
| |
|
|
|
|
|
| |
PR: 108905
Submitted by: Nick Barkas
|
|
|
|
|
| |
PR: 108628
Submitted by: Boris Samorodov
|
|
|
|
| |
differences vs i386).
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
answer to the problem of wrapping the rtrmgr is needed. This only fixes
the issues described by the submitter and is not complete.
Submitted by: Claus Endres
PR: ports/105055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Expand %%PREFIX%% in the rc script.
Create the group 'xorp' when the package is installed.
Fix the snmpd configure check and MIB module installation.
Fix the pkg-plist.
Note that as the XORP automake install target does not adhere to
hier(7), it may be desirable to specify PREFIX when building and/or
installing the port.
PR: ports/103879
Submitted by: Benjamin Black <ben@layer8.net>
|
|
|
|
| |
script.
|
|
|