The port lang/gprolog is restricted to the i386 arch by ONLY_FOR_ARCHS. Fix: There is a newer version of gprolog available. Ports currently has 1.3.0 while 1.3.1 exists. The configure.in of 1.3.1 has: x86_64*bsd*) AC_DEFINE(M_x86_64_bsd);; while 1.3.0 does not. By upgrading to version 1.3.1 and modifying the ports Makefile to define CONFIGURE_TARGET, lang/gprolog builds successfully on 8.0-RELEASE-p1 amd64. Please see attached patch. Patch attached with submission follows: How-To-Repeat: from a machine running amd64 FreeBSD... # cd /usr/local/lang/gprolog # make install clean ===> gprolog-1.3.0 is only for i386, while you are running amd64. *** Error code 1 Stop in /usr/ports/lang/gprolog. #
Responsible Changed From-To: freebsd-ports-bugs->vs Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: vs->freebsd-ports-bugs Maintainer was reset. To submitter: would you be interested in becoming the new maintainer?
To linimon: sure.
State Changed From-To: open->analyzed Submitter is willing to become new maintainer.
Hi Nathan, lang/gprolog has been updated to 1.3.1 in the meantime. If you're still interested, could you send an updated patch against the current version with your changes for amd64 and you as the new maintainer? Best regards, Stefan
State Changed From-To: analyzed->feedback Awaiting submitter's feedback.
Responsible Changed From-To: freebsd-ports-bugs->stefan Take.
stefan 2010-06-25 13:05:33 UTC FreeBSD ports repository Modified files: lang/gprolog Makefile Log: Make it build on amd64, too, by adjusting CONFIGURE_TARGET. PR: 141440 Submitted by: Nathan Smoot <putwastehere@gmail.com> Feature safe: yes Revision Changes Path 1.28 +2 -1 ports/lang/gprolog/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks! (Maintainer NOT changed due to feedback timeout, though.)
stefan 2010-06-26 12:02:08 UTC FreeBSD ports repository Modified files: lang/gprolog Makefile pkg-plist Log: - Fix plist with NOPORTDOCS/NOPORTEXAMPLES. [1] - Update MAINTAINER. [2] PR: ports/141440 [2] Submitted by: Nathan Smoot <n.smoot@gmail.com> [2] Patch by: swell.k@gmail.com [1] Feature safe: yes Revision Changes Path 1.29 +16 -5 ports/lang/gprolog/Makefile 1.10 +0 -66 ports/lang/gprolog/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"