FreeBSD Bugzilla – Attachment 210601 Details for
Bug 243255
devel/gamin: Remove gmake dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for gamin
devel-gamin.patch (text/plain), 1.88 KB, created by
Daniel Engberg
on 2020-01-10 20:36:14 UTC
(
hide
)
Description:
Patch for gamin
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2020-01-10 20:36:14 UTC
Size:
1.88 KB
patch
obsolete
>diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile >index 6c7f7a9e3d37..e94192ef5781 100644 >--- a/devel/gamin/Makefile >+++ b/devel/gamin/Makefile >@@ -1,64 +1,64 @@ > # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> > # $FreeBSD$ > # $MCom: ports/trunk/devel/gamin/Makefile 18634 2013-07-26 10:42:35Z kwm $ > > PORTNAME= gamin > PORTVERSION= 0.1.10 > PORTREVISION?= 10 > CATEGORIES?= devel > MASTER_SITES= http://people.gnome.org/~veillard/gamin/sources/ > > MAINTAINER?= ports@FreeBSD.org > COMMENT?= File and directory monitoring system > >-USES+= gettext gmake gnome libtool pathfix pkgconfig >+USES+= gettext gnome libtool pathfix pkgconfig > USE_GNOME?= glib20 > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ > --without-python > CPPFLAGS+= -DHAVE_LINUX -I${LOCALBASE}/include > LIBS+= -L${LOCALBASE}/lib > INSTALL_TARGET= install-strip > > CONFLICTS= fam-[0-9]* > > .if !defined(GAMIN_SLAVE) > OPTIONS_DEFINE= GAM_POLLER LIBINOTIFY RUN_AS_EUID > OPTIONS_DEFAULT=RUN_AS_EUID > GAM_POLLER_DESC=Use gamin's poller instead of kqueue's > LIBINOTIFY_DESC=Use libinotify as the FAM backend > RUN_AS_EUID_DESC=Drop privileges to effective user > .endif > > .include <bsd.port.options.mk> > > .if !defined(GAMIN_SLAVE) > .if ${PORT_OPTIONS:MGAM_POLLER} > CPPFLAGS+= -DUSE_GAMIN_POLLER=1 > .endif > > .if ${PORT_OPTIONS:MLIBINOTIFY} > CONFIGURE_ARGS+=--enable-inotify > LIBS+= -linotify > LIB_DEPENDS+= libinotify.so:devel/libinotify > .else > CONFIGURE_ARGS+=--disable-inotify > .endif > .endif > > .if ${PORT_OPTIONS:MRUN_AS_EUID} > CPPFLAGS+= -DRUN_AS_EUID=1 > .endif > > post-patch: > @${REINPLACE_CMD} "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/server/gam_conf.c > > .if !defined(GAMIN_SLAVE) > regression-test: build > @${ECHO_MSG} "===> Running gamin regression tests" > @(cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ > Makefile ${MAKE_ARGS} tests) > .endif > > .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 243255
: 210601 |
210602