[Bug 194669] [maintainer] centos-6.5 editors/sublime3 update (fix gtk2 dependency, add desktop file)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 24 20:51:53 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194669

--- Comment #16 from miguelmclara at 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.


More information about the freebsd-ports-bugs mailing list