Most build magic is replaced by WRKSRC/mktool since 0.9.1 so there is no need to pass anything via MAKE_ENV. Also, altering SHLIB_MAJOR variable have no effect on build but it's trivial to fix MAKE_ARGS= LIBVERS=${SHLIB_MAJOR}.${PORTVERSION:R:E}.${PORTVERSION:E} How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/libmba-0.9.1.log # -lexpat is unused since 0.9.1 $ ldd libmba.so.0 /usr/local/lib/libmba.so.0: libutil.so.9 => /lib/libutil.so.9 (0x801217000) libc.so.7 => /lib/libc.so.7 (0x800852000)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
miwi@FreeBSD.org writes: > State-Changed-From-To: open->closed > State-Changed-By: miwi > State-Changed-When: Sun Jan 15 07:02:58 UTC 2012 > State-Changed-Why: > Committed. Thanks! Where? According to freshports.org the last commit was 23 Sep 2011. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=162593
State Changed From-To: closed->open seems i've closed this per accident.
miwi 2012-04-11 03:18:52 UTC FreeBSD ports repository Modified files: devel/libmba Makefile Log: - Respect CC/CFLAGS - Drop unused cruft PR: 162593 Submitted by: Jan Beich <jbeich@tormail.net> Revision Changes Path 1.25 +6 -17 ports/devel/libmba/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"