<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/barnyard2, branch release/12.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-07T08:09:01Z</updated>
<entry>
<title>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>urn:sha1:cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
</entry>
<entry>
<title>all: Remove all other $FreeBSD keywords.</title>
<updated>2021-04-06T14:31:13Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T14:21:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=135fdeebb99c3569e42d8162b265e15d29bd937d'/>
<id>urn:sha1:135fdeebb99c3569e42d8162b265e15d29bd937d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>security/barnyard2: Remove reference of stale documentation</title>
<updated>2021-01-26T22:42:24Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2021-01-26T22:42:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c3f33dd457f6f32d7b228f8d991193a798ce636e'/>
<id>urn:sha1:c3f33dd457f6f32d7b228f8d991193a798ce636e</id>
<content type='text'>
PR:		251625
Submitted by:	danmcgrath.ca@gmail.com
</content>
</entry>
<entry>
<title>security/barnyard2: remove optional dependency on expired security/broccoli</title>
<updated>2021-01-02T14:46:45Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2021-01-02T14:46:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9fe0f1c1b78ebabb84ae8b9acfe01322b16b0b1f'/>
<id>urn:sha1:9fe0f1c1b78ebabb84ae8b9acfe01322b16b0b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql</title>
<updated>2019-11-15T10:12:08Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2019-11-15T10:12:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=581cac9416d38f70a9e5c680d9751230bd43cbc4'/>
<id>urn:sha1:581cac9416d38f70a9e5c680d9751230bd43cbc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>security/barnyard2: Cleanup</title>
<updated>2019-10-05T10:51:34Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2019-10-05T10:51:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5c2cb6d5767d62e2e52b02127ff303451b8b5e11'/>
<id>urn:sha1:5c2cb6d5767d62e2e52b02127ff303451b8b5e11</id>
<content type='text'>
- Drop nop WANT_PGSQL_VER
- Spell TCL_DESC correctly (there is no OPTIONS_DESC)
- No need to include bsd.port.options.mk in this port
</content>
</entry>
<entry>
<title>security/barnyard2: Spell ODBC_CONFIGURE_WITH correctly</title>
<updated>2019-09-18T09:29:53Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2019-09-18T09:29:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b79c1d3b95c5b049fb99e6a0427e5a2614656df3'/>
<id>urn:sha1:b79c1d3b95c5b049fb99e6a0427e5a2614656df3</id>
<content type='text'>
The option now actually activates the ODBC code paths but the port
fails to build with it.  The code seems to lack full support for
it in a couple of places, so mark the ODBC option as broken for
now.

spo_database.c:3547:3: error: use of undeclared identifier 'result'
result = 0;
^
spo_database.c:3841:41: warning: incompatible pointer types passing 'SQLINTEGER *' (aka 'int *') to parameter of type 'SQLLEN *' (aka 'long *') [-Wincompatible-pointer-types]
if(SQLRowCount(data-&gt;u_statement, &amp;data-&gt;u_rows) == SQL_SUCCESS)
^~~~~~~~~~~~~
/usr/local/include/sql.h:768:44: note: passing argument to parameter 'RowCount' here
SQLLEN *RowCount);
^
spo_database.c:3849:33: error: use of undeclared identifier 'result'
result = 0;
^
1 warning and 2 errors generated.

PR:		240237
Approved by:	bofh (maintainer timeout, 17 days)
</content>
</entry>
<entry>
<title>Convert to UCL &amp; cleanup pkg-message (categories s)</title>
<updated>2019-08-14T12:16:12Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2019-08-14T12:16:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38'/>
<id>urn:sha1:bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>security/barnyard2: Undeprecate BRO option</title>
<updated>2019-02-14T11:50:56Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2019-02-14T11:50:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d0589a1497c3bc7a9f47ecbe853a62453c8fe168'/>
<id>urn:sha1:d0589a1497c3bc7a9f47ecbe853a62453c8fe168</id>
<content type='text'>
PR:		235723
Submitted by:	leres
</content>
</entry>
</feed>
