Created attachment 171850 [details] svn-diff_graphics_imlib2_loaders ChangeLog: Tells no significant changes. Update only for version sync with imlib2. portlint OK. Maintainer maybe resetted (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210474)
Poudriere builds OK for 103amd64 and 93amd64.
Extra comment line is not needed. Also, does it not build with clang? I'd prefer more relaxed compiler requirements if possible, like (if it actually builds with clang) .if ${CHOSEN_COMPILER_TYPE} == gcc USE_GCC= 4.9+ .endif
Extra comment line, cause of an statement of of portlint. If it is not needed should removed from portlint. But I can change it. Does not build with clang with the port (not tested with poudriere yet). ---- Poudriere builds OK with 93amd64 and 93i386.
Maintainer reset.
Created attachment 171893 [details] svn-diff_graphics_imlib2_loaders_new
Created attachment 171894 [details] svn-diff_graphics_imlib2_loaders_corr Correct maintainer.
The port has a new maintainer zeising@FreeBSD.org-
Created attachment 171955 [details] Extended patch I propose this extended patch. - Add missing xorg depends - Switch to options helpers - Switch to USES=localbase
Thanks for the patch! I'll look into this tomorrow, but from a cursory glance it looks good.
A commit references this bug: Author: zeising Date: Thu Jun 30 20:38:37 UTC 2016 New revision: 417841 URL: https://svnweb.freebsd.org/changeset/ports/417841 Log: Update o 1.4.9 Switch to use options helpers Add missing dependencies USES=localbase instead of handrolling use install-strip instead of handrolling PR: 210610 Submitted by: Dmitry Marakasov (amdmi3) Reported by: w.schwarzenfeld@utanet.at Changes: head/graphics/imlib2_loaders/Makefile head/graphics/imlib2_loaders/distinfo
Committed. Thanks for all patches!