Brian Cameron wrote: > Alfred: > > Shouldn't the patches be reported or reworked so they can go upstream? > I don't see any bugzilla bug #'s. Hi Brian,
http://bugzilla.gnome.org/show_bug.cgi?id=543369 is the bug to track the patches. The bug number is in the spec. > # owner:alfred date:2008-07-16 type:bug > # bugzilla.gnome.org 543369 > Patch1: bluefish-01-no-debug.diff > # owner:alfred date:2008-07-16 type:bug > # The root cause lies in pcre-config > # bugzilla.gnome.org 543369 > # Replace pcre-config with pkg-config > Patch2: bluefish-02-pcre-cflags.diff > > Perhaps the pcre stuff should be > "#ifdef sun" or the configure script should check if pcre is on the > system and add the #includes if so? > +if pkg-config libpcre --atleast-version=7.4 ; then > ...... > +else > + AC_MSG_ERROR(libpcre 7.4 missing please install it) > fi > The code snippet above is to check whether libpcre is on the system. > > Summary: Bluefish, a powerful editor for experienced > > web designers. > > I'd remove "experienced". Will update this. Best Regards, -Alfred
