FreeBSD Bugzilla – Attachment 135279 Details for
Bug 180110
[MAINTAINER] x11/libfm: Fix preserve original *.conf files, adjust deps
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libfm-1.1.0_1.patch
libfm-1.1.0_1.patch (text/plain), 1.61 KB, created by
nemysis
on 2013-06-29 23:20:00 UTC
(
hide
)
Description:
libfm-1.1.0_1.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-06-29 23:20:00 UTC
Size:
1.61 KB
patch
obsolete
>diff -ruN /usr/ports/x11/libfm/Makefile ./Makefile >--- /usr/ports/x11/libfm/Makefile 2013-06-22 16:05:41.000000000 +0200 >+++ ./Makefile 2013-06-29 23:07:58.000000000 +0200 >@@ -12,8 +12,8 @@ > > LICENSE= GPLv2 > >-LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ >- menu-cache:${PORTSDIR}/x11/menu-cache >+BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala >+LIB_DEPENDS= menu-cache:${PORTSDIR}/x11/menu-cache > > USES= pkgconfig > USE_GNOME= gnomehack gtk20 >@@ -36,8 +36,6 @@ > .include <bsd.port.options.mk> > > post-patch: >- @${REINPLACE_CMD} -e 's|^VALAC.*|VALAC=""|' \ >- ${WRKSRC}/configure > @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ > ${WRKSRC}/src/Makefile.in > @${REINPLACE_CMD} -e \ >@@ -54,14 +52,11 @@ > @(cd ${WRKDIR}/libfm-${PORTVERSION} && ${CHMOD} 755 install-sh) > > post-install: >- ${MKDIR} ${PREFIX}/etc/xdg/libfm >+ @${MKDIR} ${PREFIX}/etc/xdg/libfm > ${INSTALL_DATA} ${WRKSRC}/data/libfm.conf ${PREFIX}/etc/xdg/libfm/libfm.conf.sample > ${INSTALL_DATA} ${WRKSRC}/data/pref-apps.conf ${PREFIX}/etc/xdg/libfm/pref-apps.conf.sample >-.if ! exists(${PREFIX}/etc/xdg/libfm/libfm.conf) >- ${INSTALL_DATA} ${WRKSRC}/data/libfm.conf ${PREFIX}/etc/xdg/libfm/libfm.conf >-.endif >-.if ! exists(${PREFIX}/etc/xdg/libfm/pref-apps.conf) >- ${INSTALL_DATA} ${WRKSRC}/data/pref-apps.conf ${PREFIX}/etc/xdg/libfm/pref-apps.conf >-.endif >- >+ @[ -f ${PREFIX}/etc/xdg/libfm/libfm.conf ] || \ >+ ${INSTALL_DATA} ${WRKSRC}/data/libfm.conf ${PREFIX}/etc/xdg/libfm/libfm.conf >+ @[ -f ${PREFIX}/etc/xdg/libfm/pref-apps.conf ] || \ >+ ${INSTALL_DATA} ${WRKSRC}/data/pref-apps.conf ${PREFIX}/etc/xdg/libfm/pref-apps.conf > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 180110
: 135279