| Summary: | Abiword, Gnumeric, Shotwell and Equinox engine don't compile | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> |
| Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Piotr Kubaj
2013-03-12 12:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->gnome over to abiword maintainers. Author: kwm Date: Sun Mar 17 16:45:03 2013 New Revision: 314462 URL: http://svnweb.freebsd.org/changeset/ports/314462 Log: Fix build with glib-2.34. PR: ports/176879 Submitted by: Piotr Kubaj <pkubaj@gmail.com> Modified: head/x11-themes/gtk-equinox-engine/Makefile Modified: head/x11-themes/gtk-equinox-engine/Makefile ============================================================================== --- head/x11-themes/gtk-equinox-engine/Makefile Sun Mar 17 16:44:33 2013 (r314461) +++ head/x11-themes/gtk-equinox-engine/Makefile Sun Mar 17 16:45:03 2013 (r314462) @@ -45,6 +45,8 @@ post-patch: @${FIND} ${WRKDIR} -name 'gtkrc' -exec \ ${REINPLACE_CMD} -e 's!^include "apps/nautilus\.rc"!#&!' {} + @${FIND} ${WRKDIR} -type f -name 'gtkrc.bak' -exec ${RM} -f {} + + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/src/animation.c post-install: @${MKDIR} ${DATADIR} _______________________________________________ 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" Please update your ports. Goffice was fixed on 13th of March. And I just successfully rebuild abiword and gnumeric. Shotwell probably needs a update. I patched gtk-equinox-engine just now, thanks. Let me know if you still have problems. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/17/2013 17:51, Koop Mast wrote: > Please update your ports. Goffice was fixed on 13th of March. And I > just successfully rebuild abiword and gnumeric. Shotwell probably > needs a update. I patched gtk-equinox-engine just now, thanks. Let > me know if you still have problems. Yes, I know about Goffice. Thanks. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRRsJMAAoJEC9nKukRsfY+YJgP/RpNY99N5+dn1q73h4AWDuyE gZ+ptGcNKiXtgYYOvquopn51RDBIhULrfDKaSY/hBjB5bRAqAwRm9VDv9MRhX9VP tfjZf67bk+aLqvrdQQtqy1PnBsYBW8U9AKAOJloZVBMDlSf5Mi6tSg1sdIGds0Qx +1Cm+i+a/aGBqgRT34NlAwUC+vYzn1cI/z8ez0irXtRyVzjZwt8xD6q6+i43N/p2 E2ug/kvOyd2qzBoesJ5My1LcynSgaHGyp34e2ogb9yAV683fjVMRKpdN3J3Uwxfp u1JDMctj+JjjbVgXr59F9pyKMxyD5z+nIGQJ56zv/jL44AUcg/Y5AZSQE4QM9+Zi c9I57iDl/rpan1fvzPf1HC0MwMZigtjSYwYQhH9yaBeBK7G5HJPpSisTmC6VC3XS WIsrbGNbbmlrMSOtrNW+s+vlTQOfwgLBsdFXQbi/NZoAouGYkMxAcbE+Z7l4cinm qeCl2WObxJBh3AK6V/O5kDTO4asHhKxi4Aby5W/y7kHOgWy5A8owvP0B99Ddmw7N fCgklDrsBEbuuT91xFutkwX4khSDdkdA1HsdlfKFHnLAhweu22Jg2FaEc/XvGBe9 7Uf0foHfK0hgbcXTb9fP3DVt0KeAxktJrCsI1ephE/8fnMqXv1GmOzyvgPcIJ2Zf pp1s1qaBM3Knaz5p+kmT =YuaM -----END PGP SIGNATURE----- State Changed From-To: open->closed kwm has fixed those. |