| Summary: | FIX: kdenetwork 3.4 - Kopete doesn't work with msn | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Nicolas Blais <nb_root> |
| Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Nicolas Blais
2005-05-22 20:40:01 UTC
Responsible Changed From-To: freebsd-bugs->kde Make this a 'ports' bug and assign to KDE team. This PR was accidently sent to the wrong place (by me), and is a ports-bug problem. -- FreeBSD 6.0-CURRENT #0: Sun May 22 10:51:41 EDT 2005 root@clk01a:/usr/obj/usr/src/sys/CLK01A PGP? : http://66.130.198.54:8081/security/nb_root.asc Makefile.am's aren't used in the actual build - they're templates for the Makefile.in files, which in turn are templates for the Makefiles. Makefile.am files meant to be processed by automake, Makefile.in files are processed by configure at the end of a configure run. So in order to make your patches work, you'll have to translate the patch against Makefile.am into one for Makefile.in. On May 22, 2005 04:19 pm, you wrote: > Makefile.am's aren't used in the actual build - they're templates for the > Makefile.in files, which in turn are templates for the Makefiles. > > Makefile.am files meant to be processed by automake, Makefile.in files are > processed by configure at the end of a configure run. So in order to make > your patches work, you'll have to translate the patch against Makefile.am > into one for Makefile.in. Thanks, it is compiling right now and I'll give you an updated port if it works. -- FreeBSD 6.0-CURRENT #0: Sun May 22 10:51:41 EDT 2005 root@clk01a:/usr/obj/usr/src/sys/CLK01A PGP? : http://66.130.198.54:8081/security/nb_root.asc On May 22, 2005 04:22 pm, you wrote: > On May 22, 2005 04:19 pm, you wrote: > > Makefile.am's aren't used in the actual build - they're templates for the > > Makefile.in files, which in turn are templates for the Makefiles. > > > > Makefile.am files meant to be processed by automake, Makefile.in files > > are processed by configure at the end of a configure run. So in order to > > make your patches work, you'll have to translate the patch against > > Makefile.am into one for Makefile.in. > > Thanks, it is compiling right now and I'll give you an updated port if it > works. Done, please check : http://66.130.198.54:8081/FreeBSD/kdenetwork.tbz for an updated port. Works great, now I can go back on msn! Thanks, Nicolas. -- FreeBSD 6.0-CURRENT #0: Sun May 22 10:51:41 EDT 2005 root@clk01a:/usr/obj/usr/src/sys/CLK01A PGP? : http://66.130.198.54:8081/security/nb_root.asc State Changed From-To: open->closed Committed, thanks! |