| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
| |
h/typedefs.h:27: error: redefinition of typedef 'bit'
h/UNIX.h:173: error: previous declaration of 'bit' was here
MFH: 2021Q1
|
|
|
|
|
|
|
|
|
|
| |
By defining BUILD_WRKSRC, it's possible to remove MAKEFILE, pre-patch, and
pre-configure.
While here, remove unnecessary ALL_TARGET and clean up the do-install
target.
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unnecessary variables such as USE_REINPLACE
- Define ETCDIR and use it throughout the port
- Use OPT_VARIABLE instead of if statements with PORT_OPTIONS:MOPT
- Sort variables and targets
- Sort pkg-plist and remove unnecessary @dir uses
- Define DOCS and EXAMPLES options for completeness
- Instal manuals under share/man
Approved by: portmgr blanket
|