Problems with inline and clang are because clang defaults to C99. By adding USE_CSTD=gnu89 patch-include-cgen-basic-ops.h can be removed.
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of devel/gdb, Please note that PR ports/180257 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180257 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: miwi->tijl Take my own PR.
Definitively approved! Thanks a lot Best regards, Luca
Author: tijl Date: Sat Jul 6 12:07:36 2013 New Revision: 322388 URL: http://svnweb.freebsd.org/changeset/ports/322388 Log: Problems with inline and clang are because clang defaults to C99. By adding USE_CSTD=gnu89 patch-include-cgen-basic-ops.h can be removed. PR: 180257 Approved by: luca.pizzamiglio@gmail.com (maintainer) Deleted: head/devel/gdb/files/patch-include-cgen-basic-ops.h Modified: head/devel/gdb/Makefile Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Sat Jul 6 11:51:07 2013 (r322387) +++ head/devel/gdb/Makefile Sat Jul 6 12:07:36 2013 (r322388) @@ -13,6 +13,7 @@ COMMENT= GNU GDB of newer version than c LICENSE= GPLv3 USE_BZIP2= yes +USE_CSTD= gnu89 USE_GMAKE= yes USES= iconv GNU_CONFIGURE= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed in r322388.