Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2014 17:18:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194057] dns/powerdns version bump
Message-ID:  <bug-194057-13-UwvnM6iA8d@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194057-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194057-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194057

--- Comment #20 from Ralf van der Enden <tremere@cainites.net> ---
I know how the previous patch included more than just the patch for the port.

I use the porttools (ports-mgmt/porttools) to generate the diff, but since
moving to poudriere I'm using GIT, where as before I used SVN.

Apparently running git status and git diff anywhere in a working copy, will
generate a status or diff for the entire tree. 'git status .' and 'git diff .'
does have the expected result, so I made changes in my local util_diff
(/usr/local/share/porttools).

Hopefully the new patch is sufficient.

To comment further on the PGSQL thing from the buildlogs... this is part of the
diff.

-PGSQL_USE=             PGSQL=YES
-PGSQL_LOCAL_USE=       PGSQL=server
+PGSQL_USE=             USES+= pgsql

I ran a 'grep -i use_pgsql' on dns/powerdns, but nothing came up. 'make -V
USE_PGSQL' does show 'pgsql', but doesn't if I remove the USES+= pgsql.

It has to be in bsd.databases.mk or Uses/pgsql.mk somewhere, but I can't locate
it.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194057-13-UwvnM6iA8d>