Port details |
- subversion18 Version control system
- 1.8.19_2 devel
=0 1.8.19_2Version of this port present on the latest quarterly branch.
- Maintainer: lev@FreeBSD.org
- Port Added: 2015-10-15 10:30:53
- Last Update: 2018-04-20 15:38:59
- SVN Revision: 467834
- License: APACHE20
- WWW:
- http://subversion.apache.org/
- Description:
- Subversion is a version control system designed to be as similar to cvs(1)
as possible, while fixing many outstanding problems with cvs(1).
WWW: http://subversion.apache.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- subversion18>0:devel/subversion18
- No installation instructions:
- This port has been deleted.
- PKGNAME: subversion18
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1502460184
SHA256 (subversion18/subversion-1.8.19.tar.bz2) = 56e869b0db59519867f7077849c9c0962c599974f1412ea235eab7f98c20e6be
SIZE (subversion18/subversion-1.8.19.tar.bz2) = 6856860
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libapr-1.so : devel/apr1
- libsqlite3.so : databases/sqlite3
- libexpat.so : textproc/expat2
- libserf-1.so : www/serf
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for subversion18-1.8.19_2:
BDB=off: Berkeley DB support
DOCS=on: Build and/or install documentation
FREEBSD_TEMPLATE=on: FreeBSD Project log template
MAINTAINER_DEBUG=off: Build debug version
NLS=on: Native Language Support
P4_STYLE_MARKERS=on: Perforce-style conflict markers
SASL=off: SASL authentication support
SERF=on: WebDAV/Delta-V (HTTP/HTTPS) repo access module
STATIC=off: Build static version (no shared libs)
SVNSERVE_WRAPPER=off: Enable svnserve wrapper (umask setter)
TEST=off: Run subversion test suite
TOOLS=on: Install several tools
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- shebangfix cpe libtool pkgconfig shebangfix tar:bzip2 gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.19_2 20 Apr 2018 15:38:59 |
lev |
(1) Remove devel/subversion18
(2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion
(3) Rework all addons to unify versioning code.
FLAVORS is not used because it will conflict with Python FLAVORS
(4) Restore mod_dontdothat for www/mod_dav_svn |
1.8.19_2 21 Mar 2018 21:24:44 |
brnrd |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
1.8.19_1 21 Mar 2018 19:50:35 |
brnrd |
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache) |
1.8.19 11 Jan 2018 14:18:01 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
1.8.19 11 Aug 2017 14:30:24 |
lev |
Update to 1.8.19
Security: http://subversion.apache.org/security/CVE-2017-9800-advisory.txt |
1.8.17 01 Feb 2017 17:42:41 |
lev |
Fix shebang fix for new sed(1) behavior
PR: 215230
Submitted by: Xin Li <delphij@FreeBSD.org> |
1.8.17 30 Nov 2016 12:50:57 |
lev |
Update to latest version 1.8.17
Security: CVE-2016-8734 |
1.8.16 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
1.8.16 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.8.16 28 Apr 2016 15:15:55 |
lev |
Update:
devel/subversion to 1.9.4
devel/subversion18 to 1.8.16
This fix two CVEs:
http://subversion.apache.org/security/CVE-2016-2167-advisory.txt
http://subversion.apache.org/security/CVE-2016-2168-advisory.txt |
1.8.15_4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.8.15_4 19 Mar 2016 14:07:39 |
lev |
(1) Remove GNATS reference from commit template
(2) Add "Reported by:" field to commit remplate
PR: 205692, 195252 |
1.8.15_3 15 Mar 2016 12:35:56 |
rakuco |
Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).
The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:
c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp
If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail. (Only the first 15 lines of the commit message are shown above ) |
1.8.15_3 15 Dec 2015 21:02:05 |
ohauer |
- update to 1.8.15
Version 1.8.15
(15 Dec 2015, from /branches/1.8.x)
http://svn.apache.org/repos/asf/subversion/tags/1.8.15
User-visible changes:
- Client-side bugfixes:
* gpg-agent: fix crash with non-canonical $HOME (r1691928, issue #4584)
- Client-side and server-side bugfixes:
* fix a segfault with old style text delta (r1618472 et al)
- Server-side bugfixes:
* fsfs: reduce memory allocation with Apache (r1591005 et al) (Only the first 15 lines of the commit message are shown above ) |
1.8.14_3 19 Oct 2015 12:50:33 |
lev |
(1) Fix slave ports
(2) Improve apache configuration sample
PR: 203838
Submitted by: Olli Hauer <ohauer@FreeBSD.org> |
1.8.14_2 15 Oct 2015 15:13:43 |
antoine |
Fix duplicate PKGBASE
Pointy hat: lev@ |
1.8.14_2 15 Oct 2015 10:30:46 |
lev |
Copy devel/subversion to devel/subversion18 in preparation to upgrading
devel/subversion to 1.9.x. |