diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-12 13:56:00 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-12 13:56:00 +0800 |
commit | 8937d4a98299c81b67a8f4aeeacb6cef92c2f4f0 (patch) | |
tree | 60bc5f6a59eddae19503d8e6c74d92043a791c48 /x11 | |
parent | ad64ed7ba6f216d2e877e9239ad1f34141656351 (diff) | |
download | marcuscom-ports-8937d4a98299c81b67a8f4aeeacb6cef92c2f4f0.tar marcuscom-ports-8937d4a98299c81b67a8f4aeeacb6cef92c2f4f0.tar.gz marcuscom-ports-8937d4a98299c81b67a8f4aeeacb6cef92c2f4f0.tar.bz2 marcuscom-ports-8937d4a98299c81b67a8f4aeeacb6cef92c2f4f0.tar.lz marcuscom-ports-8937d4a98299c81b67a8f4aeeacb6cef92c2f4f0.tar.xz marcuscom-ports-8937d4a98299c81b67a8f4aeeacb6cef92c2f4f0.tar.zst marcuscom-ports-8937d4a98299c81b67a8f4aeeacb6cef92c2f4f0.zip |
Try to fix x11-fm/nemo and sysutils/cinnamon-control-center. Commit r19612
removed both ports .so.X major shared libraries. That is obviously bad.
The problem seems to be USES=libtool[:keepla] related. The only way I managed
to put back those libraries is by completely removing the libtool from USES.
Because of this, c-c-c keep its .so.1 there, but x11-fm/nemo bumped the lib
to .5. To track that I updated the nemo users (x11/cinnamon and
deskutils/nemo-extensions).
This commit shoulds make cinnamon stable enough until we figure out why
libtool is breaking the major shared object installation.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19618 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cinnamon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index 571808f55..d764649ce 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -4,6 +4,7 @@ PORTNAME= cinnamon PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 |