summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 04:17:00 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 04:17:00 +0800
commit15e54b67ea61cecb18cf998979a6d5bd9693beed (patch)
tree03c2e2a85d8aa26ed6efe55e8dffcb8470cac4fc /graphics
parent817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (diff)
downloadmarcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.gz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.bz2
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.lz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.xz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.zst
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.zip
Remove STRIP_CMD all over the place and replace it with
INSTALL_TARGET= install-strip. No bumps necessary. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19814 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/colord-gtk/Makefile4
-rw-r--r--graphics/colord/Makefile3
-rw-r--r--graphics/eog/Makefile8
-rw-r--r--graphics/gthumb/Makefile4
4 files changed, 6 insertions, 13 deletions
diff --git a/graphics/colord-gtk/Makefile b/graphics/colord-gtk/Makefile
index 7812698b0..8da9a9d53 100644
--- a/graphics/colord-gtk/Makefile
+++ b/graphics/colord-gtk/Makefile
@@ -23,6 +23,7 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-gtk-doc-html=no
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_STRIP= install-strip
post-patch:
@${REINPLACE_CMD} -e 's|-Wclobbered||g' \
@@ -32,7 +33,4 @@ post-patch:
-e 's|-Wmissing-parameter-type||g' \
${WRKSRC}/configure
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcolord-gtk.so.1
-
.include <bsd.port.mk>
diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile
index d01d1f848..df3e237ca 100644
--- a/graphics/colord/Makefile
+++ b/graphics/colord/Makefile
@@ -36,6 +36,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= USB_CFLAGS="-I/usr/include" \
USB_LIBS="-L/usr/lib -lusb"
+INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.freedesktop.ColorHelper.gschema.xml
@@ -71,7 +72,5 @@ post-patch:
post-install:
${MKDIR} ${STAGEDIR}/var/db/colord/icc
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so*
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/colord-sensors/lib*.so
.include <bsd.port.mk>
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index a02c9146e..74718ed50 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -19,14 +19,15 @@ LIB_DEPENDS= libpeas-gtk-1.0.so:${PORTSDIR}/devel/libpeas \
RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
-USE_GNOME= gnomeprefix intlhack librsvg2 gtk30 gnomedesktop3 \
- introspection:build
USES= desktop-file-utils gettext gmake libtool pathfix \
pkgconfig tar:xz
+USE_GNOME= gnomeprefix intlhack librsvg2 gtk30 gnomedesktop3 \
+ introspection:build
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.eog.enums.xml \
org.gnome.eog.gschema.xml
@@ -67,7 +68,4 @@ PLIST_SUB+= EXIFEXEMPI=""
PLIST_SUB+= EXIFEXEMPI="@comment "
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eog/plugins/lib*.so
-
.include <bsd.port.mk>
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index 4ffa3bf4a..8db74d23d 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -26,6 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-libchamplain \
--enable-librsvg
+INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.gthumb.change-date.gschema.xml \
org.gnome.gthumb.comments.gschema.xml \
@@ -84,7 +85,4 @@ WEBSERVICES_LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \
WEBSERVICES_CONFIGURE_ON= --enable-libsoup --enable-webkit2 --enable-libjson-glib
WEBSERVICES_CONFIGURE_OFF= --disable-libsoup --disable-webkit2 --disable-libjson-glib
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gthumb/extensions/lib*.so
-
.include <bsd.port.mk>