summaryrefslogtreecommitdiffstats
path: root/x11/gnome-desktop
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-22 02:04:43 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-22 02:04:43 +0800
commit40410cd901f21dbc48db77b498b2abe180ca2155 (patch)
tree9ad4d1fa507c5f5b2304aeaba4ecaf54b3884dd8 /x11/gnome-desktop
parent11a36b4df268b3b868ca6ad9e6330444413a1c15 (diff)
downloadmarcuscom-ports-40410cd901f21dbc48db77b498b2abe180ca2155.tar
marcuscom-ports-40410cd901f21dbc48db77b498b2abe180ca2155.tar.gz
marcuscom-ports-40410cd901f21dbc48db77b498b2abe180ca2155.tar.bz2
marcuscom-ports-40410cd901f21dbc48db77b498b2abe180ca2155.tar.lz
marcuscom-ports-40410cd901f21dbc48db77b498b2abe180ca2155.tar.xz
marcuscom-ports-40410cd901f21dbc48db77b498b2abe180ca2155.tar.zst
marcuscom-ports-40410cd901f21dbc48db77b498b2abe180ca2155.zip
Reduce the dependencies that don't need to be linked by use ltasneededhack
and truckman's patch. Bump the PORTREVISION. It has been tested and I even have ran portmaster -r startup-notification\*. I believe that it's safe, but I rather to put it in MC to be tested by the users more. Before: --------------------------------- # cat before /usr/local/lib/libstartup-notification-1.so.0: libxcb-aux.so.0 => /usr/local/lib/libxcb-aux.so.0 (0x281b2000) libxcb-event.so.1 => /usr/local/lib/libxcb-event.so.1 (0x281b5000) libxcb-atom.so.1 => /usr/local/lib/libxcb-atom.so.1 (0x281b8000) libSM.so.6 => /usr/local/lib/libSM.so.6 (0x281bc000) libICE.so.6 => /usr/local/lib/libICE.so.6 (0x281c4000) libX11.so.6 => /usr/local/lib/libX11.so.6 (0x28300000) libxcb.so.2 => /usr/local/lib/libxcb.so.2 (0x281e4000) libXau.so.6 => /usr/local/lib/libXau.so.6 (0x281fc000) libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x28417000) libpthread-stubs.so.0 => /usr/local/lib/libpthread-stubs.so.0 (0x2841c000) librpcsvc.so.5 => /usr/lib/librpcsvc.so.5 (0x2841e000) libc.so.7 => /lib/libc.so.7 (0x28090000) --------------------------------- After: --------------------------------- # cat after /usr/local/lib/libstartup-notification-1.so.0: libxcb-aux.so.0 => /usr/local/lib/libxcb-aux.so.0 (0x281b2000) libxcb-atom.so.1 => /usr/local/lib/libxcb-atom.so.1 (0x281b5000) libX11.so.6 => /usr/local/lib/libX11.so.6 (0x28300000) libxcb.so.2 => /usr/local/lib/libxcb.so.2 (0x281b9000) libc.so.7 => /lib/libc.so.7 (0x28090000) libXau.so.6 => /usr/local/lib/libXau.so.6 (0x281d1000) libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x281d4000) libpthread-stubs.so.0 => /usr/local/lib/libpthread-stubs.so.0 (0x281e2000) librpcsvc.so.5 => /usr/lib/librpcsvc.so.5 (0x281e4000) --------------------------------- PR: ports/148101 Submitted: truckman (CONFIGURE_ARGS part) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14351 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-desktop')
0 files changed, 0 insertions, 0 deletions