| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: ale (maintainer)
Notes:
svn path=/head/; revision=319886
|
|
|
|
| |
Notes:
svn path=/head/; revision=317519
|
|
|
|
|
|
|
|
| |
PR: ports/176105
Submitted by: Spil <spil.oss@gmail.com>
Notes:
svn path=/head/; revision=317485
|
|
|
|
|
|
|
| |
Approved by: ale
Notes:
svn path=/head/; revision=316853
|
|
|
|
|
|
|
|
|
| |
to calling /bin/hostname if available
Approved by: ale (maintainer)
Notes:
svn path=/head/; revision=316456
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=310554
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=303632
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
Notes:
svn path=/head/; revision=300207
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=293831
|
|
|
|
| |
Notes:
svn path=/head/; revision=290859
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
| |
Notes:
svn path=/head/; revision=284634
|
|
|
|
|
|
|
|
| |
Approved by: portmgr
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=284139
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- switch to use USER/GROUP [1]
- allow custom pidfile
- replace CONFLICTS with CONFLICTS_INSTALL
PR: ports/143384
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Feature safe: yes
Notes:
svn path=/head/; revision=268788
|
|
|
|
|
|
|
|
| |
PR: ports/153690
Submitted by: Tom Judge <tom@tomjudge.com>
Notes:
svn path=/head/; revision=267547
|
|
|
|
|
|
|
| |
Submitted by: davidxu
Notes:
svn path=/head/; revision=263610
|
|
|
|
|
|
|
| |
Submitted by: koitsu, ed
Notes:
svn path=/head/; revision=262152
|
|
|
|
|
|
|
|
| |
PR: ports/149748
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Notes:
svn path=/head/; revision=259897
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=249937
|
|
|
|
| |
Notes:
svn path=/head/; revision=247607
|
|
|
|
| |
Notes:
svn path=/head/; revision=246837
|
|
|
|
| |
Notes:
svn path=/head/; revision=244584
|
|
|
|
| |
Notes:
svn path=/head/; revision=243334
|
|
|
|
|
|
|
|
|
| |
- wait for mysql to be responsive at startup
Feature safe: yes
Notes:
svn path=/head/; revision=242018
|
|
|
|
| |
Notes:
svn path=/head/; revision=240409
|
|
|
|
| |
Notes:
svn path=/head/; revision=238317
|
|
|
|
| |
Notes:
svn path=/head/; revision=238155
|
|
|
|
| |
Notes:
svn path=/head/; revision=235622
|
|
|
|
| |
Notes:
svn path=/head/; revision=235413
|
|
|
|
| |
Notes:
svn path=/head/; revision=233812
|
|
|
|
|
|
|
| |
Approved by: ale (maintainer, private e-mail)
Notes:
svn path=/head/; revision=230972
|
|
|
|
| |
Notes:
svn path=/head/; revision=229456
|
|
|
|
| |
Notes:
svn path=/head/; revision=228509
|
|
|
|
|
|
|
|
|
| |
to the slave port, to move it before the inclusion of bsd.port.pre.mk.
Approved by: maintainer
Notes:
svn path=/head/; revision=226291
|
|
|
|
|
|
|
|
| |
PR: ports/129979
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Notes:
svn path=/head/; revision=224945
|
|
|
|
| |
Notes:
svn path=/head/; revision=222965
|
|
|
|
|
|
|
| |
- Fix my.cnf search path
Notes:
svn path=/head/; revision=221400
|
|
|
|
| |
Notes:
svn path=/head/; revision=219320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/81915
Submitted by: David Marshall <marshall@chezmarshall.com>
Notes:
svn path=/head/; revision=217836
|
|
|
|
| |
Notes:
svn path=/head/; revision=217548
|
|
|
|
| |
Notes:
svn path=/head/; revision=206533
|
|
|
|
|
|
|
| |
Reported by: many
Notes:
svn path=/head/; revision=205955
|
|
|
|
| |
Notes:
svn path=/head/; revision=203204
|
|
|
|
| |
Notes:
svn path=/head/; revision=202982
|
|
|
|
|
|
|
|
|
|
| |
- add WITHOUT_THR_ALARM knob to reduce kernel contention [2]
(use it only if you understand the drawback)
Submitted by: stas [1], kris [2]
Notes:
svn path=/head/; revision=201073
|
|
|
|
| |
Notes:
svn path=/head/; revision=195463
|