Date: Wed, 21 Jan 2015 12:15:40 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 196947] [new port] devel/py-pcre: Python PCRE Library Message-ID: <bug-196947-21822-6ZdXNBgI80@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196947-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-196947-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196947 --- Comment #3 from Maxim Filimonov <che@bein.link> --- > output of portlint -AC Here it is: % portlint -AC FATAL: Makefile: [5]: use a tab (not space) after a variable name FATAL: Makefile: [6]: use a tab (not space) after a variable name FATAL: Makefile: [9]: use a tab (not space) after a variable name FATAL: Makefile: [11]: use a tab (not space) after a variable name FATAL: Makefile: [12]: 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: [19]: use a tab (not space) after a variable name WARN: Makefile: [17]: possible direct use of command "python" found. use ${PYTHON_CMD} instead. WARN: Makefile: possible direct use of "CFLAGS += -I/usr/local" found. if so, use ${PREFIX} or ${LOCALBASE}, as appropriate. WARN: Makefile: PORTVERSION/DISTVERSION is set externally to this port's Makefile, but this port is not configured as a slave port. WARN: Makefile: CATEGORIES is set externally to this port's Makefile, but this port is not configured as a slave port. FATAL: Makefile: extra item "PORTVERSION " placed in the MAINTAINER section. FATAL: Makefile: extra item "CATEGORIES " placed in the MAINTAINER section. FATAL: Makefile: extra item "LICENSE " placed in the MAINTAINER section. WARN: Makefile: MAINTAINER is set externally to this port's Makefile, but this port is not configured as a slave port. FATAL: Makefile: COMMENT has to be there. FATAL: Makefile: extra item "MAINTAINER " placed in the LICENSE section. WARN: .git: dotfiles are not preferred. If this file is a dotfile to be installed as an example, consider importing it as "dot.git". FATAL: .git/refs/tags: empty directory should be removed. FATAL: .git/branches: empty directory should be removed. FATAL: .git/objects/info: empty directory should be removed. FATAL: work: be sure to cleanup the working directory before committing the port. 18 fatal errors and 6 warnings found. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196947-21822-6ZdXNBgI80>