- Update to 2.2.1 - Use OptionsNG for additional options (NLS) Build logs on RedPorts: https://redports.org/buildarchive/20121013023723-11078/
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->jhale I'll take it.
There were a few changes I had to make. Could you please review/approve the attached patch? - curl should just be a LIB_DEPENDS instead of BUILD/RUN_DEPENDS - There were two USE_AUTOTOOLS lines. I removed the one that contained "aclocal" and "automake" because they are unneeded and were being overridden by the second one containing "libtool" anyways. I added "libtoolize" to fix the broken links and silence configure warnings - Added USE_PKGCONFIG because pkgconfig is implied by USE_GNOME=gkt30, but that implication will be gone soon - Removed WANT_GNOME because it is deprecated and does nothing in this port - Added a reinplace to remove configure warning "./configure: -O2: not found" - Trimmed Makefile header
Okay.Thank you ! 2012/10/14 Jason E. Hale <jhale@freebsd.org> > There were a few changes I had to make. Could you please review/approve > the > attached patch? > > - curl should just be a LIB_DEPENDS instead of BUILD/RUN_DEPENDS > - There were two USE_AUTOTOOLS lines. I removed the one that contained > "aclocal" and "automake" because they are unneeded and were being > overridden > by the second one containing "libtool" anyways. I added "libtoolize" to > fix > the broken links and silence configure warnings > - Added USE_PKGCONFIG because pkgconfig is implied by USE_GNOME=gkt30, but > that implication will be gone soon > - Removed WANT_GNOME because it is deprecated and does nothing in this port > - Added a reinplace to remove configure warning "./configure: -O2: not > found" > - Trimmed Makefile header
State Changed From-To: open->closed Committed with suggested changes. Thanks!