diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-12 23:29:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-12 23:29:37 +0800 |
commit | 4cb8aa2cbc52a616e4f442310a09cc5f408303f3 (patch) | |
tree | 88f5fc59ca92cb0cc696d418e8dff349c265467f /x11-fm | |
parent | 98e780c1c7270e84b6fb00c8eb4bdb03e6702f80 (diff) | |
download | freebsd-ports-gnome-4cb8aa2cbc52a616e4f442310a09cc5f408303f3.tar.gz freebsd-ports-gnome-4cb8aa2cbc52a616e4f442310a09cc5f408303f3.tar.zst freebsd-ports-gnome-4cb8aa2cbc52a616e4f442310a09cc5f408303f3.zip |
Fix problems with missing libs when the linker enforces explicit linking
(ports that are dependencies of other ports)
net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS
sysutils/deltup: simplify patch by using MAKE_ARGS
x11-fm/rox-filer: convert to USES=shared-mime-info
x11-wm/emerald: remove PTHREAD_LIBS
PR: 192062
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-filer/Makefile | 10 | ||||
-rw-r--r-- | x11-fm/rox-filer/pkg-plist | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 4ab0876b9d34..091d78c1147f 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -2,7 +2,7 @@ PORTNAME= rox-filer PORTVERSION= 2.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm gnome MASTER_SITES= SF/rox/rox/${PORTVERSION} DISTNAME= rox-filer-${PORTVERSION} @@ -17,16 +17,14 @@ PLIST_SUB+= LOCALBASE=${LOCALBASE} USE_AUTOTOOLS= autoconf213 USE_XORG= x11 sm xaw xproto USE_GNOME= atk gconf2 glib20 gnomevfs2 gtk20 libglade2 libidl libxml2 orbit2 pango -USES= gmake pkgconfig tar:bzip2 -HAS_CONFIGURE= yes - -.include <bsd.port.pre.mk> +USES= gmake pkgconfig shared-mime-info tar:bzip2 CONFIGURE_ENV= APP_DIR=${WRKSRC}/ROX-Filer CONFIGURE_ARGS= --enable-rox --with-platform=FreeBSD CONFIGURE_WRKSRC= ${WRKSRC}/ROX-Filer/src BUILD_WRKSRC= ${CONFIGURE_WRKSRC} ALL_TARGET= +LIBS+= -lm post-configure: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ @@ -48,4 +46,4 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${WRKSRC}/rox.xml ${STAGEDIR}${PREFIX}/share/mime/packages -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-fm/rox-filer/pkg-plist b/x11-fm/rox-filer/pkg-plist index 2ea154bcb823..d9297a83a331 100644 --- a/x11-fm/rox-filer/pkg-plist +++ b/x11-fm/rox-filer/pkg-plist @@ -207,5 +207,3 @@ share/mime/packages/rox.xml @dirrm apps/ROX-Filer/Help @dirrm apps/ROX-Filer @dirrmtry apps -@exec %%LOCALBASE%%/bin/update-mime-database %%LOCALBASE%%/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %%LOCALBASE%%/share/mime |