freebsd-ports/x11-toolkits
Raphael Kubo da Costa fddced02a6 Use a smarter strategy to avoid building src/qml and src/qmldevtools.
Simply patching src/src.pro to remove those directories from the build does
not work in all cases. If an older version of qt5-quick is installed, their
.pri files in mkspecs/modules will be picked up, and in the end when linking
programs such as tools/qmltestrunner something like this happens:

  c++ [...] -Wl,-rpath-link,/usr/local/lib -o ../../bin/qmltestrunner
            -L${WRKSRC}/lib -lQt5QuickTest [...]

The -rpath-link linker option will make ${LOCALBASE}/lib take precedence in
directory lookups, so when the newly-built libQt5QuickTest.so asks for
libQt5Quick.so in its DT_NEEDED section the older version installed in
${LOCALBASE}/lib will be used instead of the one that has just been built.
If the new version has symbols the older one does not (Qt releases are
backwards, not forwards, compatible), the build will fail.

So instead of patching src/src.pro, we let the configuration process proceed
without any patching so that the local .pri files are created in
${WRKSRC}/mkspecs and the Makefiles are created in a way that -rpath-link is
not passed to the linker anymore. We only need to symlink the existing
libraries built by lang/qt5-qml (this is similar to what we do with qtbase
ports to avoid rebuilding tools such as qmake and moc), and then change the
Makefiles in src/qml and src/qmldevtools so that nothing gets built.

This might even be a solution for other ports that got .pro patches in
r372179, since depending on which parts depend on which the same thing could
happen in the future.

I'm not bumping PORTREVISION because the resulting binaries will not change
and this only fixes the build where it was broken before.

PR:		194870
2014-11-12 11:34:38 +00:00
..
attica Convert a bunch of USE_BZIP2 to USES=tar:bzip2 2014-07-29 18:41:15 +00:00
bakery Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
blt Patch configure to use ${CC} instead of ld to link the two shared objects it 2014-09-21 15:36:25 +00:00
bwidget - Update to 1.9.8 2014-09-10 15:38:30 +00:00
c++-gtk-utils Remove @dirrm's from my ports plists 2014-10-13 22:08:27 +00:00
elementary Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
flowcanvas - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
fltk Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
fltk-devel - Update to snapshot 10370 2014-10-10 12:46:46 +00:00
fox14 Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
fox16 Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
fox17 Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
fpc-gnome1 Cleanup plist 2014-11-10 23:10:23 +00:00
fpc-gtk1 Cleanup plist 2014-11-10 23:10:23 +00:00
fpc-gtk2 Cleanup plist 2014-11-10 23:10:23 +00:00
fpc-xforms Cleanup plist 2014-11-10 23:10:23 +00:00
fxscintilla Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
gai - Use canonical @FreeBSD.org email 2014-09-30 02:34:33 +00:00
gal2 - Fix missing library problems when the linker enforces explicit linking 2014-08-26 14:06:08 +00:00
gal2-reference
gdl Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work 2014-07-23 10:28:03 +00:00
girara - Update to 0.2.3 2014-10-17 13:05:54 +00:00
gnocl - Convert to new LIB_DEPENDS format 2014-05-12 10:50:39 +00:00
gnome-pty-helper Remove USES=pathfix (already set by master port) 2014-09-19 18:39:00 +00:00
gnome-sharp20 Remove gnomepanel dependancy, the requirement was removed from gnome-sharp. 2014-10-02 13:23:11 +00:00
gnomemm Remove all space characters from Makefile assignments. 2014-06-08 19:51:27 +00:00
gnustep-back Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
gnustep-gui Remove now useless @exec 2014-09-03 06:14:57 +00:00
granite Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
gstreamer-plugins-pango Bump portrevision after changes in gstreamer-plugins master port 2014-04-25 12:46:45 +00:00
gstreamer1-plugins-pango Update gstreamer 1.0 ports to version 1.2.4. 2014-04-23 14:22:47 +00:00
gtk-sharp-beans Convert a bunch of USE_BZIP2 to USES=tar:bzip2 2014-07-29 18:41:15 +00:00
gtk-sharp10 Let pkg deal with empty directories 2014-09-02 23:18:23 +00:00
gtk-sharp20 - Drop .la files, no dependees require them 2014-08-29 09:18:13 +00:00
gtk12 devel/glib12 x11-toolkits/gtk12: 2014-09-13 15:11:27 +00:00
gtk20 Remove CONFIGURE_ARGS=--enable-explicit-deps. This option adds 2014-08-28 10:58:25 +00:00
gtk20-reference
gtk30 Use @rmtry 2014-09-02 23:16:33 +00:00
gtk30-reference
gtkada Remove @dirrm from my www and x11-toolkits ports 2014-10-16 11:05:42 +00:00
gtkada3 Remove @dirrm from my www and x11-toolkits ports 2014-10-16 11:05:42 +00:00
gtkdatabox - Drop .la files, no dependees require them 2014-08-19 18:54:01 +00:00
gtkextra2 - Drop .la files, no dependees require them 2014-08-19 19:04:23 +00:00
gtkglarea2 Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
gtkglext Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
gtkglextmm Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
gtkimageview - USES=libtool pathfix 2014-07-01 15:21:22 +00:00
gtkmathview - Add USES=libtool and bump dependent ports 2014-09-02 15:05:37 +00:00
gtkmm20 When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
gtkmm20-reference Convert GMAKE to MAKE_CMD 2014-06-25 05:35:31 +00:00
gtkmm24 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
gtkmm24-reference Convert GMAKE to MAKE_CMD 2014-06-25 05:35:31 +00:00
gtkmm30 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
gtkmm30-reference Convert GMAKE to MAKE_CMD 2014-06-25 05:35:31 +00:00
gtksourceview Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
gtksourceview-reference
gtksourceview2 Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
gtksourceview2-reference
gtksourceview3 When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
gtksourceview3-reference
gtksourceviewmm3 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
hippo-canvas - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
hs-GLURaw Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-GLUT Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-gtk Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-gtk2hs Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-gtkglext Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-gtksourceview2 Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-OpenGL Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-OpenGLRaw Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-pango Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-vte Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-wx Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-wxc Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-wxcore Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
hs-wxdirect Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
irrlicht x11-toolkits/irrlicht: Fix DEBUG option, missing linker symbols 2014-11-02 18:15:19 +00:00
itk Allow staging as a regular user 2014-08-25 16:41:00 +00:00
iwidgets Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 17:14:33 +00:00
lesstif - fix order in USES 2014-08-03 16:19:17 +00:00
libbonoboui When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
libbonoboui-reference
libgdiplus Update to 3.8. 2014-10-21 08:30:48 +00:00
libgnomeprintui When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
libgnomeprintuimm Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
libgnomeui - USES=libtool:keepla tar:bzip2. 2014-05-07 11:46:29 +00:00
libgnomeui-reference
libgnomeuimm26 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
libgtksourceviewmm Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
libpanelappletmm Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
libsexy - Drop .la files, no dependees require them 2014-08-29 09:48:42 +00:00
libsexymm Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
libunique3 - Drop .la files, no dependees require them 2014-08-25 11:04:15 +00:00
libwnck Update to 2.30.7 2014-06-30 18:50:52 +00:00
libwnck-reference
libwnck3 Add libwnck3. The gtk3 version of libwnck. 2014-06-30 19:23:01 +00:00
libXaw When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
libxaw3dxft USES=libtool pathfix tar:bzip2 2014-06-30 21:28:26 +00:00
libxfce4gui - Fix pkg-plist 2014-06-28 12:44:27 +00:00
libXmu When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
libXt When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
libzvt Remove old libtool patch and drop .la file 2014-09-19 18:41:06 +00:00
linux-c6-gtk2 Upgrade CentOS to 6.6 2014-11-11 13:06:39 +00:00
linux-c6-openmotif Upgrade CentOS to 6.6 2014-11-11 13:06:39 +00:00
linux-c6-pango Upgrade CentOS to 6.6 2014-11-11 13:06:39 +00:00
linux-c6-qt47-x11 Upgrade CentOS to 6.6 2014-11-11 13:06:39 +00:00
linux-c6-tk85 Upgrade CentOS to 6.6 2014-11-11 13:06:39 +00:00
linux-f10-blt Update CentOS base to 6.5, add userland ports 2014-09-22 10:40:00 +00:00
linux-f10-gtk2 Update CentOS base to 6.5, add userland ports 2014-09-22 10:40:00 +00:00
linux-f10-openmotif Update CentOS base to 6.5, add userland ports 2014-09-22 10:40:00 +00:00
linux-f10-pango Update CentOS base to 6.5, add userland ports 2014-09-22 10:40:00 +00:00
linux-f10-qt45 Update CentOS base to 6.5, add userland ports 2014-09-22 10:40:00 +00:00
linux-f10-tk85 Update CentOS base to 6.5, add userland ports 2014-09-22 10:40:00 +00:00
movingmotif - Remove old libtool patch 2014-09-19 18:43:15 +00:00
mowitz Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while 2014-07-05 00:06:55 +00:00
mygui - Drop @dirrm* from plist 2014-09-22 15:09:10 +00:00
neXtaw Add DOCS option to the remaining staged ports where PORTDOCS appears 2014-07-16 03:34:56 +00:00
nucleo Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
ocaml-lablgtk2 Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
open-motif Convert a bunch of EXTRACT_SUFX=... into USES=tar:... 2014-07-29 19:11:51 +00:00
otk Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
p5-Alien-wxWidgets Reset maintainership 2014-10-17 10:23:34 +00:00
p5-Glade2 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Gnome2 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Gnome2-Canvas Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Gnome2-VFS Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Gtk devel/glib12 x11-toolkits/gtk12: 2014-09-13 15:11:27 +00:00
p5-Gtk2 Remove duplicate line from plist 2014-08-07 21:44:29 +00:00
p5-Gtk2-Chmod
p5-Gtk2-Ex-Dialogs
p5-Gtk2-Ex-FormFactory
p5-Gtk2-Ex-PodViewer
p5-Gtk2-Ex-Simple-List
p5-Gtk2-Ex-Utils
p5-Gtk2-GladeXML Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Gtk2-Html2 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Gtk2-ImageView Modernize LIB_DEPENDS 2014-07-13 22:49:19 +00:00
p5-Gtk2-PathButtonBar
p5-Gtk2-TrayIcon Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Pango Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Prima - Update to 1.40 2014-09-09 14:43:47 +00:00
p5-Tk Replace some occurences of mach with PERL_ARCH (and a couple of other small noop fixes.) 2014-11-07 13:51:10 +00:00
p5-Tk-Action
p5-Tk-Autoscroll
p5-Tk-ColourChooser
p5-Tk-Contrib
p5-Tk-CursorControl
p5-Tk-Date
p5-Tk-DKW
p5-Tk-DynaTabFrame
p5-Tk-Enscript
p5-Tk-FileDialog
p5-Tk-FontDialog x11-toolkits/p5-Tk-FontDialog: take maintainership 2014-06-12 21:20:34 +00:00
p5-Tk-GBARR
p5-Tk-Getopt Remove some duplicate lines from plist (or duplicate plist) 2014-08-25 16:44:07 +00:00
p5-Tk-HistEntry
p5-Tk-JComboBox
p5-Tk-ResizeButton
p5-Tk-Role-Dialog
p5-Tk-Role-HasWidgets
p5-Tk-Splashscreen
p5-Tk-Sugar
p5-Tk-TableMatrix Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Tk-ToolBar
p5-Tk-WaitBox - Update cad/p5-GDS2 to 3.28. 2014-09-14 15:38:23 +00:00
p5-Wx Reset maintainership 2014-10-17 10:23:34 +00:00
p5-Wx-Perl-ProcessStream Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
pango Remove CONFIGURE_ARGS=--enable-explicit-deps. This option adds 2014-08-28 10:58:25 +00:00
pango-reference
pangomm Add USES=libtool and INSTALL_TARGET=install-strip 2014-09-01 17:50:26 +00:00
pangox-compat Add USES=libtool 2014-08-29 22:18:38 +00:00
pangoxsl - Convert to USES=libtool 2014-06-30 20:31:31 +00:00
phat - Add USES=libtool 2014-06-30 20:30:34 +00:00
plib - Add LICENSE 2014-11-01 08:33:59 +00:00
pure-gtk Support stage 2014-04-22 09:57:15 +00:00
pure-tk Support stage 2014-04-22 09:54:33 +00:00
py-fltk - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-gnome-desktop - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-gnome-extras - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-gnome2 - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-gtk2 - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-gtkglext - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-gtksourceview - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-gui - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-kivy Fix x11-toolkits/py-kivy due to cython update. 2014-10-04 08:19:00 +00:00
py-kiwi - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-Pmw - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-qt4-gui Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
py-sexy - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-SquareMap - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-tkinter Modernize python 2014-08-29 14:45:45 +00:00
py-tktreectrl - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-traitsbackendwx - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-traitsgui - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-vte - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-wax - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-wxPython-common x11-toolkits/py-wxPython-common: fix python compile to use non-stage path 2014-07-05 21:54:02 +00:00
py-wxPython28 - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-wxPython28-common Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
py-wxPython28-unicode Introduce x11-toolkits/py-wxPython30 2014-07-05 18:22:32 +00:00
py-wxPython30 - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
py-xlib - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/, 2014-10-19 18:16:15 +00:00
qt4-declarative Remove @dirrm and @dirrmtry entries from the Qt ports. 2014-10-23 21:35:14 +00:00
qt4-gui Remove @dirrm and @dirrmtry entries from the Qt ports. 2014-10-23 21:35:14 +00:00
qt4pas Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
qt5-declarative Update Qt5 ports to 5.3.2. 2014-11-05 09:39:21 +00:00
qt5-gui Update Qt5 ports to 5.3.2. 2014-11-05 09:39:21 +00:00
qt5-quick Use a smarter strategy to avoid building src/qml and src/qmldevtools. 2014-11-12 11:34:38 +00:00
qt5-quickcontrols Update Qt5 ports to 5.3.2. 2014-11-05 09:39:21 +00:00
qt5-widgets Update Qt5 ports to 5.3.2. 2014-11-05 09:39:21 +00:00
qtada Remove @dirrm from my www and x11-toolkits ports 2014-10-16 11:05:42 +00:00
qwt5 Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
qwt5-designerplugin Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
qwt6 Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
qwt6-designerplugin Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
rep-gtk2 - Convert USE_XZ to USES 2014-06-03 01:22:17 +00:00
rubygem-gdk3 x11/rubygem-gnome2: update to 2.2.3 2014-11-12 02:02:59 +00:00
rubygem-gtk2 x11/rubygem-gnome2: update to 2.2.3 2014-11-12 02:02:59 +00:00
rubygem-gtk3 x11/rubygem-gnome2: update to 2.2.3 2014-11-12 02:02:59 +00:00
rubygem-gtksourceview2 x11/rubygem-gnome2: update to 2.2.3 2014-11-12 02:02:59 +00:00
rubygem-gtksourceview3 x11/rubygem-gnome2: update to 2.2.3 2014-11-12 02:02:59 +00:00
rubygem-pango x11/rubygem-gnome2: update to 2.2.3 2014-11-12 02:02:59 +00:00
rubygem-poppler x11/rubygem-gnome2: update to 2.2.3 2014-11-12 02:02:59 +00:00
rubygem-vte x11/rubygem-gnome2: update to 2.2.3 2014-11-12 02:02:59 +00:00
scintilla - Update scintilla and scite to 3.5.1 2014-10-10 16:24:00 +00:00
sdl_pango Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
shared-desktop-ontologies Convert a bunch of USE_BZIP2 to USES=tar:bzip2 2014-07-29 18:41:15 +00:00
skinlf
slingshot Rename x11-*/ patch-xy patches to reflect the files they modify. 2014-07-29 16:36:06 +00:00
soqt Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
SoXt Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
swt Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
swt-devel Fix build on freebsd 8 2014-10-17 16:54:44 +00:00
termit Remove @dirrm's from my ports plists 2014-10-13 22:08:27 +00:00
tile
tix Remove indefinite articles and trailing periods from COMMENT, plus 2014-08-08 08:42:44 +00:00
tk-wrapper
tk84 Canonicalize a few LICENSE_PERMS 2014-08-22 07:20:30 +00:00
tk85 Retire MANCOMPRESSED. 2014-09-18 12:31:24 +00:00
tk86 - Update Tcl/Tk 8.6 to 8.6.2 2014-08-29 14:19:55 +00:00
tkdnd - Update to 2.7 2014-10-07 14:59:39 +00:00
tkshape Remove indefinite articles and trailing periods from COMMENT, plus 2014-08-08 08:42:44 +00:00
tktable Remove indefinite articles and trailing periods from COMMENT, plus 2014-08-08 08:42:44 +00:00
tktray
tktreectrl Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
unique Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2". 2014-05-13 11:54:53 +00:00
v Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
vdk - Drop .la files, no dependees require them 2014-08-25 17:30:04 +00:00
viewklass Remove USE_AUTOTOOLS 2014-09-24 19:01:45 +00:00
vte When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
vte-reference
vte3 Convert to USES=libtool and INSTALL_TARGET=install-strip 2014-09-01 16:05:20 +00:00
vtkfox Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
wmapp
wxgtk28 Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
wxgtk28-common
wxgtk28-contrib
wxgtk28-contrib-common
wxgtk28-unicode
wxgtk28-unicode-contrib
wxgtk30 - Update to 3.0.2 2014-10-07 15:01:29 +00:00
Xaw3d - fix MASTER_SITES 2014-11-09 16:29:07 +00:00
xbae Convert to USES=libtool. 2014-06-30 18:13:11 +00:00
xforms Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
xmhtml - Update devel/libtool and devel/libltdl to version 2.4.2.418 2014-10-05 18:01:19 +00:00
xview Fix build errors related to stage and pkg-plist consistency. 2014-06-27 04:53:37 +00:00
xview-clients Support stage. Update to new LIB_DEPENDS. 2014-06-10 05:09:09 +00:00
Makefile Remove eel and ports that use it. 2014-10-03 10:53:39 +00:00