| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
Reported by: dan
Pointyhat to: myself
Notes:
svn path=/head/; revision=240084
|
|
|
|
|
|
|
| |
starting with E,F
Notes:
svn path=/head/; revision=240069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/121644
Submitted by: Sergey Samitovsky <svs_at_nktv.mk.ua>
Notes:
svn path=/head/; revision=224006
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=203546
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
| |
Notes:
svn path=/head/; revision=169800
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=155415
|
|
|
|
|
|
|
| |
- mysql-administrator: simplify BROKEN message
Notes:
svn path=/head/; revision=147896
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
| |
Notes:
svn path=/head/; revision=130068
|
|
|
|
| |
Notes:
svn path=/head/; revision=121561
|
|
|
|
|
|
|
|
|
| |
Only docs was changed, no source.
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Notes:
svn path=/head/; revision=116305
|
|
|
|
| |
Notes:
svn path=/head/; revision=116091
|
|
|
|
|
|
|
| |
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=113155
|
|
|
|
|
|
|
|
| |
PR: ports/66707
Submitted by: maintainer
Notes:
svn path=/head/; revision=109259
|
|
|
|
|
|
|
|
| |
PR: ports/64673
Submitted by: maintainer
Notes:
svn path=/head/; revision=105194
|
|
|
|
|
|
|
|
| |
PR: ports/64126
Submitted by: maintainer
Notes:
svn path=/head/; revision=103741
|
|
|
|
|
|
|
|
| |
PR: ports/63799
Submitted by: maintainer
Notes:
svn path=/head/; revision=103015
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
| |
PR: ports/62296
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
Notes:
svn path=/head/; revision=99898
|
|
|
|
|
|
|
|
| |
PR: ports/62104
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
Notes:
svn path=/head/; revision=99807
|
|
|
|
|
|
|
|
| |
PR: 61644
Submitted by: maintainer
Notes:
svn path=/head/; revision=99229
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use rcNG script
- make configure script happy with CONFIGURE_TARGET
- use PORTDOCS to autoaddition docs in PLIST
PR: 61561
Submitted by: maintainer
Notes:
svn path=/head/; revision=98532
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=89836
|
|
|
|
|
|
|
|
| |
PR: 56762
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
Notes:
svn path=/head/; revision=89168
|
|
|
|
|
|
|
|
|
|
|
|
| |
- ${ECHO} -> ${ECHO_MSG}
- make portlint hapy: change spaces with tabs, change ${file}
with ${f}
PR: 55905
Submitted by: maintainer
Notes:
svn path=/head/; revision=87567
|
|
|
|
|
|
|
|
| |
PR: 53735
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
Notes:
svn path=/head/; revision=83660
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
Notes:
svn path=/head/; revision=78535
|
|
|
|
| |
Notes:
svn path=/head/; revision=76034
|
|
|
|
| |
Notes:
svn path=/head/; revision=64159
|
|
PR: 39414
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Notes:
svn path=/head/; revision=61787
|