Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2014 20:51:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194669] [maintainer] centos-6.5 editors/sublime3 update (fix gtk2 dependency, add desktop file)
Message-ID:  <bug-194669-13-haI6e9Qdls@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194669-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194669-13@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=194669

--- Comment #16 from miguelmclara@gmail.com ---
Thanks for the hint... 

Funny thing using vim to edit the make file I somehow got spaces after
"do-install:" Using sublime to edit it fixed it.

Probably related with tabspaces I guess... Anyway:

portlint 
WARN: Makefile: [21]: possible direct use of command "strip" found. use
${STRIP_CMD} instead. 
WARN: Makefile: [46]: possible use of "${CHMOD}" found. Use @(owner,group,mode)
syntax or @owner/@group operators in pkg-plist instead.
WARN: Makefile: Consider defining LICENSE.
0 fatal errors and 3 warnings found.


abotu [21] I'm using:
STRIP=  # don't strip linux binaries.

Should I use STRIP_CMD?

AS for CHMOD I'm really not sure what else to do... (using @mode in plist
doesn't seem to work with pkg-static)


check-plist ends in (full log: http://filebin.ca/1iNkVoZSGRnY):
====> Compressing man pages (compress-man)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)



make stage-qa
====> Running Q/A tests (stage-qa)

Only output I get was that!

-- 
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-194669-13-haI6e9Qdls>