[Bug 195724] New: [exp-run] Remove USES=libtool:oldver

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 5 22:39:54 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195724

            Bug ID: 195724
           Summary: [exp-run] Remove USES=libtool:oldver
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Infrastructure
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: tijl at FreeBSD.org

Created attachment 150248
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150248&action=edit
patch

There are only 32 ports left with USES=libtool:oldver so it's time to eliminate
it.  The patch bumps PORTREVISION on all dependent ports except the ports that
depend on these ports:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.  The
ports install a symlink with the old library version.

The patch also removes the devel/pcre dependency from USE_GNOME=glib20.  It
causes over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this should
not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list