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
non port: devel/subversion-static/Makefile
SVNWeb

Number of commits found: 12

Sat, 5 May 2018
[ 10:49 antoine search for other commits by this committer ] Original commit   Revision:469100 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Mon, 18 Dec 2017
[ 21:55 antoine search for other commits by this committer ] Original commit   Revision:456681
Mark BROKEN everywhere: fails to link

cd subversion/svn && /bin/sh
"/wrkdirs/usr/ports/devel/subversion-static/work/subversion-1.9.7/libtool"
--tag=CC --silent --mode=link cc -all-static -Werror=unknown-warning-option -O2
-pipe  -fpic -DPIC -fstack-protector -fno-strict-aliasing   -O2 -pipe  -fpic
-DPIC -fstack-protector -fno-strict-aliasing  -fstack-protector 
-L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib          
-L/usr/local/lib  -rpath /usr/local/lib  -o svn  add-cmd.lo auth-cmd.lo
blame-cmd.lo cat-cmd.lo changelist-cmd.lo checkout-cmd.lo cl-conflicts.lo
cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo copy-cmd.lo delete-cmd.lo
deprecated.lo diff-cmd.lo export-cmd.lo file-merge.lo help-cmd.lo import-cmd.lo
info-cmd.lo list-cmd.lo lock-cmd.lo log-cmd.lo merge-cmd.lo mergeinfo-cmd.lo
mkdir-cmd.lo move-cmd.lo notify.lo patch-cmd.lo propdel-cmd.lo propedit-cmd.lo
propget-cmd.lo proplist-cmd.lo props.lo propset-cmd.lo relocate-cmd.lo
resolve-cmd.lo resolved-cmd.lo revert-cmd.lo similarity.lo status-cmd.lo st
tus.lo svn.lo switch-cmd.lo unlock-cmd.lo update-cmd.lo upgrade-cmd.lo util.lo
../../subversion/libsvn_client/libsvn_client-1.la
../../subversion/libsvn_wc/libsvn_wc-1.la
../../subversion/libsvn_ra/libsvn_ra-1.la
../../subversion/libsvn_delta/libsvn_delta-1.la
../../subversion/libsvn_diff/libsvn_diff-1.la
../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/lib -laprutil-1
-ldb-5.3 -lgdbm -lexpat -L/usr/local/lib -lapr-1 -lcrypt -lpthread
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `fts5Bm25Function':
(.text+0xf936a): undefined reference to `log'

Reported by:	pkg-fallout
Sat, 9 Dec 2017
[ 00:42 linimon search for other commits by this committer ] Original commit   Revision:455813 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Mark more ports broken that fail on both armv6 and armv7.

Approved by:	portmgr (tier-2 blanket)
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Mon, 16 Jun 2014
[ 13:12 lev search for other commits by this committer ] Original commit   Revision:357986 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
  subversion port has been overhauled. Some optional parts was extracted
  to separate ports. These ports are:

  www/mod_dav_svn
    instead of option MOD_DAV_SVN.
  security/subversion-gnome-keyring
    instead of option GNOME_KEYRING.
  security/subversion-kwallet
    instead of option KDE_KWALLET.

  If you used devel/subversion with one (or more) of these non-standard
  options, you should install appropriate port after subversion upgrade.

  "mod_dontdothat" is installed unconditionally by www/mod_dav_svn
  port (it has been depended on TOOLS option), but is not activated by
  default, you may need to edit apache's configuration file.

  devel/subversion port now installs svndiff, svndiff3 and svndiff4
  commands if TOOLS option is enabled. They was skipped before.
  Official names "diff", "diff3" and "diff4" are prefixed with "svn" to
  avoid conflicts with base and other diff versions.

  All libraries and binaries are now stripped if MAINTAINER_DEBUG
  option is not selected (including all sub-ports, like bindings
  and mod_dav_svn).
Sat, 15 Feb 2014
[ 12:56 lev search for other commits by this committer ] Original commit   Revision:344380
 (1) Make possible to build subversion with db6.
 (2) Fix and STAGEfy subversion-static.
 (3) Allow not to override/deinstall modified svnserve script if it is used.

PR:		ports/185005, ports/180121, ports/181340, ports/186446, ports/186764
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Sat, 13 Jul 2013
[ 15:36 lev search for other commits by this committer ] Original commit   Revision:322938
 (1) Fix subversion-static port to use SERF.
 (2) Backport fix of issue #4383: problems with symbolic-link WC.
 (3) Backport change r1500762 (no isue # found): conflict between
     GPG Agent and other password stories.
 (4) Fix error message when Subversion is configured with BDB abd
     APR is not.

PR:		ports/179807, ports/180121, ports/180121
Submitted by:	[3] eugen@grosbein.pp.ru
Sat, 4 May 2013
[ 12:21 crees search for other commits by this committer ] Original commit   Revision:317310
Use OPTIONS_SLAVE

Submitted by:	bapt
Thu, 21 Feb 2013
[ 19:27 crees search for other commits by this committer ] Original commit   Revision:312734
Apparently OPTIONS_SET etc are Not Allowed in port Makefiles

Wrist slapped by:	bapt
Mon, 18 Feb 2013
[ 21:20 crees search for other commits by this committer ] Original commit   Revision:312528
Switch to NEON-- some have reported that SERF fails to checkout base/head.  In
any case, it is best to match the Subversion port.

Suppress OPTIONS dialog display and ignore any options set to obtain proper
slave behaviour.
Thu, 24 Jan 2013
[ 19:33 crees search for other commits by this committer ] Original commit   Revision:310942
Add slave for subversion, to build a package with no dependencies.

This can be easily installed once the package builds are back up, and makes
a fast installation of Subversion much easier.

The reason that LATEST_LINK is explicitly set is to work around the
OPTIONS / UNIQUENAME issues.

Reviewed by:	lev (but all bugs are mine)

Number of commits found: 12