| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=281083
|
|
|
|
| |
Notes:
svn path=/head/; revision=279600
|
|
|
|
| |
Notes:
svn path=/head/; revision=273981
|
|
|
|
| |
Notes:
svn path=/head/; revision=272128
|
|
|
|
| |
Notes:
svn path=/head/; revision=272127
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=267133
|
|
|
|
| |
Notes:
svn path=/head/; revision=259612
|
|
|
|
| |
Notes:
svn path=/head/; revision=256036
|
|
|
|
| |
Notes:
svn path=/head/; revision=255742
|
|
|
|
| |
Notes:
svn path=/head/; revision=251537
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=250371
|
|
|
|
| |
Notes:
svn path=/head/; revision=248485
|
|
|
|
| |
Notes:
svn path=/head/; revision=247965
|
|
|
|
| |
Notes:
svn path=/head/; revision=240279
|
|
|
|
|
|
|
| |
Suggested by: cperciva
Notes:
svn path=/head/; revision=238431
|
|
|
|
| |
Notes:
svn path=/head/; revision=235143
|
|
|
|
|
|
|
| |
Reported by: Dmitry Marakasov
Notes:
svn path=/head/; revision=219980
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=216913
|
|
|
|
| |
Notes:
svn path=/head/; revision=213183
|
|
|
|
| |
Notes:
svn path=/head/; revision=207947
|
|
|
|
| |
Notes:
svn path=/head/; revision=206943
|
|
|
|
| |
Notes:
svn path=/head/; revision=206459
|
|
|
|
| |
Notes:
svn path=/head/; revision=202989
|
|
|
|
| |
Notes:
svn path=/head/; revision=202987
|
|
|
|
| |
Notes:
svn path=/head/; revision=201175
|
|
|
|
| |
Notes:
svn path=/head/; revision=200775
|
|
|
|
| |
Notes:
svn path=/head/; revision=200406
|
|
|
|
| |
Notes:
svn path=/head/; revision=195887
|
|
|
|
|
|
|
| |
Suggested by: pav
Notes:
svn path=/head/; revision=194303
|
|
|
|
|
|
|
| |
Approved by: pav (portmgr)
Notes:
svn path=/head/; revision=194302
|
|
|
|
| |
Notes:
svn path=/head/; revision=193930
|
|
|
|
| |
Notes:
svn path=/head/; revision=193631
|
|
these main topics in minds:
* Security
* Reliability
* Efficiency
* Configurability
* Extendibility
MeTA1 consists of five main modules of which only one runs as root:
* mcp: the main control program is similar to inetd(8):
it starts all other MeTA1 modules and watches over their execution.
mcp runs as root in order to bind to port 25 and to change the uid
of the processes it starts.
* smtps: the SMTP server receives e-mails.
* smtpc: the SMTP client sends e-mails.
* smar: the address resolver provides lookups in various maps
including DNS for mail routing.
* qmgr: the queue manager controls the flow of e-mails through the
SMTP servers and clients.
Notes:
svn path=/head/; revision=193169
|