- fix typo: CONFILTCS vs. CONFLICTS - use current lowercase amule pkgname in CONFLICTS - stop altering PKGNAME, PKGNAMESUFFIX2 doesn't exist anyway - don't abuse LDLIBS for CPPFLAGS - use NO_WRKSUBDIR - install verbosely like most ports do
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
dinoex 2010-10-05 08:46:40 UTC FreeBSD ports repository Modified files: net-p2p/ed2k Makefile Log: - fix typo: CONFILTCS vs. CONFLICTS - use current lowercase amule pkgname in CONFLICTS - don't abuse LDLIBS for CPPFLAGS - use NO_WRKSUBDIR - install verbosely like most ports do PR: 150982 Submitted by: swell.k - Fix PKGNAME logic Revision Changes Path 1.4 +11 -8 ports/net-p2p/ed2k/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: open->closed committed with small chenags, thanks. regression found: CFLAGS+= was not passed if you have CFLAGS in /etc/make.conf
(subject modified for gnats) Dirk Meyer <dinoex@FreeBSD.org> writes: > regression found: > CFLAGS+= was not passed if you have CFLAGS in /etc/make.conf Did you by chance use CFLAGS= instead of CFLAGS+= in make.conf? > dinoex 2010-10-05 08:46:40 UTC > > FreeBSD ports repository > > Modified files: > net-p2p/ed2k Makefile > Log: > - fix typo: CONFILTCS vs. CONFLICTS Typo is still there. > - use current lowercase amule pkgname in CONFLICTS > - don't abuse LDLIBS for CPPFLAGS > - use NO_WRKSUBDIR > - install verbosely like most ports do > PR: 150982 > Submitted by: swell.k > - Fix PKGNAME logic It breaks CONFLICTS in amule ports even more. And remove PKGNAMESUFFIX2 if it's not defined anywhere.
dinoex 2010-10-05 18:40:58 UTC FreeBSD ports repository Modified files: net-p2p/ed2k Makefile Log: _ fix typo in CONFILTCS PR: 150982 Revision Changes Path 1.5 +1 -1 ports/net-p2p/ed2k/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"