Doesn't install with non-default LOCALBASE: http://people.freebsd.org/~amdmi3/fpc-x11-2.4.2.log Port maintainer (acm@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 How-To-Repeat: Try to install with non-default LOCALBASE
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: acm->pgollucci committer&maintainer timeout (acm ; 408 days) / last commit: 53 days ago
Responsible Changed From-To: pgollucci->freebsd-ports-bugs With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout.
Class Changed From-To: change-request->sw-bug Change class, this is a bug report, not a change request. Change Synopsis, there is no [PATCH] attached to this pr
State Changed From-To: open->feedback Is there still an issue?
* cs@FreeBSD.org (cs@FreeBSD.org) wrote: > Is there still an issue? Yes. http://people.freebsd.org/~amdmi3/fpc-x11-2.6.0.log -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Author: acm Date: Fri Aug 10 01:11:10 2012 New Revision: 302371 URL: http://svn.freebsd.org/changeset/ports/302371 Log: - Now freepascal units respect LOCALBASE PR: ports/153567 Submitted by: amdmi3 Modified: head/lang/fpc/Makefile.units Modified: head/lang/fpc/Makefile.units ============================================================================== --- head/lang/fpc/Makefile.units Fri Aug 10 00:19:27 2012 (r302370) +++ head/lang/fpc/Makefile.units Fri Aug 10 01:11:10 2012 (r302371) @@ -17,6 +17,7 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${EXT OPT=-CX MAKE_ENV+= PP=${LOCALBASE}/bin/${PPNAME} \ + FPCDIR=${LOCALBASE}/lib/${PORTNAME}/${PORTVERSION} \ FPCMAKE=${LOCALBASE}/bin/fpcmake \ FPCTARGET=${BUILDNAME} \ ARCH=${FPC_ARCH} \ _______________________________________________ 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 - Done, thanks Dmitry for your tests