| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: bsam@ (via email)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
variables at Makefile
- Install the existing rc.d script (define USE_RC_SUBR at Makefile)
- Define the command_interpreter variable at the rc.d script (stop and status commands need it)
- Create needed directories at trytond_prestart (rc.d script) with appropriate gid and launch install once
- Rename option OPENSSL -> PYOPENSSL
- Make use of configuration and sample file (both for the port and for the package)
PR: 171716
Submitted by: bsam@, Matthias Petermann <matthias@d2ux.net>(via Email)
|
|
|
|
|
|
|
|
| |
- Improve Makefile by use PORTVERSION:R
Submitted by: Matthias Petermann <matthias@d2ux.net> (via Email) [1]
Reviewed by: dougb@ [1]
Thanks to: danfe@ [2]
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Convert to new option framework
PR: 170365 [1]
Submitted by: Matthias Petermann <matthias@d2ux.net> [1]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: mentors(implicit)
|
|
|
|
|
|
| |
- Update my mail address to FreeBSD
Approved by: mentors(implicit)
|
|
|
|
|
| |
PR: 138404
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|