Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 May 2020 06:00:59
1.0.1_1

|
yuri  |
Remove textproc/simplexml: Unfetchable
Unfetchable, an alternative upstream suggested in bug#235252 only contains the
MS C-sharp project which is unbuildable on FreeBSD
https://bitbucket.org/kberridge/simplexml/src
PR: 235252 |
04 Apr 2020 20:51:41
1.0.1_1

|
antoine  |
Deprecate ports broken for more than 6 months |
06 Nov 2019 16:26:35
1.0.1_1

|
antoine  |
Mark a few ports BROKEN (unfetchable) |
27 Jan 2019 18:19:01
1.0.1_1

|
yuri  |
textproc/simplexml: Remove unnecessary .if defined(WITH_DEBUG)
USES=cmake translates WITH_DEBUG into -DDEBUG_MODE:BOOL=ON automatically.
Approved by: portmgr blanket |
23 May 2016 18:36:52
1.0.1_1

|
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
01 Apr 2016 14:25:18
1.0.1_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
03 Sep 2015 15:44:14
1.0.1_1

|
rakuco  |
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 ) |
15 Apr 2015 08:20:28
1.0.1_1

|
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
15 Nov 2014 16:26:33
1.0.1

|
antoine  |
Cleanup plist |
03 Sep 2014 02:25:53
1.0.1

|
adamw  |
Fix build on 10+. |
01 Aug 2014 17:42:35
1.0.1

|
adamw  |
Fix build. |
20 Jan 2014 20:47:33
1.0.1

|
mat  |
* Convert to staging
* Convert to new LIB_DEPENDS format
Sponsored by: Absolight |
20 Sep 2013 23:17:32
1.0.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
27 Apr 2013 18:25:25
1.0.1

|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
22 Mar 2013 20:06:15
1.0.1

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
07 Jul 2011 09:17:32
1.0.1
|
wen  |
- Remove USE_GZIP=yes since it is default
PR: ports/157174
Submitted by: Alex kozlov <spam@rm-rf.kiev.ua>
Approved by: pav@(portmgr) |
03 Jul 2011 14:40:25
1.0.1
|
ohauer  |
-remove MD5 |
31 Aug 2010 02:04:59
1.0.1
|
amdmi3  |
A C++ XML parser library.
WWW: http://bitbucket.org/klepa/simplexml
PR: 149320
Submitted by: Konstantin Lepa <konstantin.lepa@gmail.com> |