Index: head/devel/fossil/Makefile =================================================================== --- head/devel/fossil/Makefile (revision 417038) +++ head/devel/fossil/Makefile (revision 417039) @@ -1,39 +1,41 @@ # $FreeBSD$ PORTNAME= fossil PORTVERSION= 1.35 +PORTREVISION= 1 DISTVERSIONPREFIX= src- PORTEPOCH= 2 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ MAINTAINER= bapt@FreeBSD.org COMMENT= DSCM with built-in wiki, http interface and server, tickets database LICENSE= BSD2CLAUSE PLIST_FILES= bin/fossil HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_OPENSSL= yes USE_RC_SUBR= fossil MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= JSON FUSE STATIC OPTIONS_DEFAULT= JSON WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} JSON_DESC= JSON API support FUSE_DESC= Enable fossil fusefs command JSON_CONFIGURE_ON= --json STATIC_CONFIGURE_ON= --static FUSE_CONFIGURE_OFF= --disable-fusefs FUSE_LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs -FUSE_CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib +FUSE_CFLAGS= -I${LOCALBASE}/include +FUSE_LDFLAGS= -L${LOCALBASE}/lib post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fossil .include Index: head/devel/fossil/files/patch-autosetup_cc.tcl =================================================================== --- head/devel/fossil/files/patch-autosetup_cc.tcl (nonexistent) +++ head/devel/fossil/files/patch-autosetup_cc.tcl (revision 417039) @@ -0,0 +1,11 @@ +--- autosetup/cc.tcl.orig 2016-06-14 11:10:39 UTC ++++ autosetup/cc.tcl +@@ -501,6 +501,8 @@ proc cctest {args} { + if {!$opts(-link)} { + set tmp conftest__.o + lappend cmdline -c ++ } else { ++ lappend cmdline {*}[get-define LDFLAGS] + } + lappend cmdline {*}$opts(-cflags) {*}[get-define cc-default-debug ""] + Property changes on: head/devel/fossil/files/patch-autosetup_cc.tcl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property