notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: textproc/ctpp2/files/patch-CMakeLists.txt
SVNWeb

Number of commits found: 5

Thu, 3 Sep 2015
[ 15:44 rakuco search for other commits by this committer ] Original commit   Revision:395972 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Uses/iconv.mk: Set iconv-related CMake variables.

The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.

This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.

r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 17 Oct 2013
[ 13:50 vg search for other commits by this committer ] Original commit   Revision:330643
- Added depends by gcc because clang doesn't build
- Fixed find libiconv on 10.x

Approved by:	eadler, osa, rm (mentros, implicit)
Mon, 1 Oct 2012
[ 18:35 rm search for other commits by this committer ] Original commit   Revision:305138
- update to 2.8.2
- optionify the port
- chase the update in dependend ports:
  - textproc/py-pyctpp2
  - www/cas

while here:
- trim Makefile header
- tab -> space change in pkg-descr:WWW

PR:		170610
Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by:	maintainer timeout (> 1 month)
Sun, 7 Sep 2008
[ 00:19 glarkin search for other commits by this committer ] Original commit 
- Fixed handling of GCC -mtune switch on various combinations
  of ARCH and OSVERSION

Reported by:    pointyhat
Approved by:    beech, itetcu (mentors, implicit)
Fri, 29 Aug 2008
[ 20:18 glarkin search for other commits by this committer ] Original commit 
- Updated ctpp2 to version 2.3.5
- Fixed ctpp2 build problem for amd64

- Updated p5-HTML-CTPP2 to version 2.3.6 and unbreak
- Added BUILD_DEPENDS to get correct version of ctpp2 to avoid
  compilation errors in Perl module

PR:             ports/126331
Submitted by:   Andrei V. Shetuhin <reki at reki dot ru> (maintainer)
Approved by:    beech (mentor, implicit)

Number of commits found: 5