| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
|
|
|
|
| |
With hat: portmgr-secretary
|
|
|
|
|
|
|
|
|
|
| |
- Move IPFILTER / PF OPTIONS into OPTIONS_RADIO because port does
not build if both are selected [2]
PR: 197412
Submitted by: fidaj@ukr.net [1]
Reviewed by: riggs [2]
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
| |
|
|
|
|
|
|
|
| |
USE_GMAKE -> USES=gmake
Use options helpers
Add DOCS option
No need to strip twice the binary
|
|
|
|
| |
ftp)
|
|
|
|
|
|
| |
- Convert to a new OPTIONS format
Feature safe: yes
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
| |
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
| |
Reported by: dan
Pointyhat to: myself
|
|
|
|
| |
starting with E,F
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: ports/121644
Submitted by: Sergey Samitovsky <svs_at_nktv.mk.ua>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
A patch is taken from http://www.opennet.ru/openforum/vsluhforumID12/4446.html.
- Add support pf(4) firewalls.
A patch is taken from http://www.clearchain.com/wiki/Frox_&_PF
Submitted by: Cor Hilbrink (2Complex) <cor(at)2complex.nl>
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
| |
|
|
|
|
|
|
|
| |
- Fix pkg-message
- Remove redundant code from a startup script
- Install a sample config in EXAMPLESDIR instead of PREFIX/etc
- Refine pkg-descr a little
|
|
|
|
| |
- mysql-administrator: simplify BROKEN message
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
| |
|
|
|
|
|
|
| |
Only docs was changed, no source.
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
| |
|
|
|
|
| |
Approved by: krion (mentor)
|
|
|
|
|
| |
PR: ports/66707
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/64673
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/64126
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/63799
Submitted by: maintainer
|
|
|
|
| |
(Part 2)
|
|
|
|
|
| |
PR: ports/62296
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
|
|
|
|
| |
PR: ports/62104
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
|
|
|
|
| |
PR: 61644
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- use rcNG script
- make configure script happy with CONFIGURE_TARGET
- use PORTDOCS to autoaddition docs in PLIST
PR: 61561
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
o Fixed running from inetd which was broken by the
0.7.8-->0.7.9 changes
PR: 57370
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
|
|
|
|
| |
PR: 56762
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- ${ECHO} -> ${ECHO_MSG}
- make portlint hapy: change spaces with tabs, change ${file}
with ${f}
PR: 55905
Submitted by: maintainer
|
|
|
|
|
| |
PR: 53735
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
|
|
|
|
|
|
|
|
| |
* Move from minium build to maximum (change WITH_ to WITHOUT_) by default
* Allow to build with local-cache and virus-scan features
* make startup script more smarter
PR: 50674
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
| |
|
| |
|
|
PR: 39414
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|