ports/146193: update diff for lang/qore
Max Brazhnikov
makc at freebsd.org
Fri May 14 05:09:18 UTC 2010
On Thu, 13 May 2010 16:17:10 +0000, B. Estrade wrote:
> Um....portlint says, "looks fine". What is wrong with what I
> submitted?
try portlint -A and you'll get:
WARN: /home/makc/dev/ports/lang/qore/pkg-plist: [3]: installing shared
libraries, please define USE_LDCONFIG as appropriate
WARN: /home/makc/dev/ports/lang/qore/pkg-plist: [4]: installing shared
libraries, please define USE_LDCONFIG as appropriate
FATAL: /home/makc/dev/ports/lang/qore/pkg-plist: [5]: unpacked man file qore.1
listed. must be gzipped.
FATAL: Makefile: [8]: use a tab (not space) after a variable name
FATAL: Makefile: [9]: use a tab (not space) after a variable name
FATAL: Makefile: [10]: use a tab (not space) after a variable name
FATAL: Makefile: [11]: use a tab (not space) after a variable name
FATAL: Makefile: [13]: use a tab (not space) after a variable name
FATAL: Makefile: [14]: use a tab (not space) after a variable name
FATAL: Makefile: [16]: use a tab (not space) after a variable name
FATAL: Makefile: [18]: use a tab (not space) after a variable name
WARN: Makefile: manpage for chapter 1 should be listed in MAN1, even if
compression is not necessary.
WARN: Makefile: MAN1 will help you compressing manual page in chapter "1".
9 fatal errors and 4 warnings found.
Actually, after fixing all these errors and warnings, you'll find that the
patch for your port should change only PORTVERSION and distinfo, and maybe add
new dependencies. However, if port depends on ssl libraries, it should set
"USE_OPENSSL= yes" (see ${PORTSDIR}/Mk/bsd.port.mk for details) instead
adding dependency on openssl port. You don't need dependency on bz2 also,
since it is already included in the base distribution.
Max
More information about the freebsd-ports-bugs
mailing list