notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/subversion-static/Makefile

Number of commits found: 12

Saturday, 5 May 2018
10:49 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:469100 
Monday, 18 Dec 2017
21:55 antoine search for other commits by this committer
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
Original commitRevision:456681 
Saturday, 9 Dec 2017
00:42 linimon search for other commits by this committer
Mark more ports broken that fail on both armv6 and armv7.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:455813 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
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
Original commitRevision:394508 
Monday, 16 Jun 2014
13:12 lev search for other commits by this committer
  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).
Original commitRevision:357986 
Saturday, 15 Feb 2014
12:56 lev search for other commits by this committer
 (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
Original commitRevision:344380 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Saturday, 13 Jul 2013
15:36 lev search for other commits by this committer
 (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
Original commitRevision:322938 
Saturday, 4 May 2013
12:21 crees search for other commits by this committer
Use OPTIONS_SLAVE

Submitted by:	bapt
Original commitRevision:317310 
Thursday, 21 Feb 2013
19:27 crees search for other commits by this committer
Apparently OPTIONS_SET etc are Not Allowed in port Makefiles

Wrist slapped by:	bapt
Original commitRevision:312734 
Monday, 18 Feb 2013
21:20 crees search for other commits by this committer
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.
Original commitRevision:312528 
Thursday, 24 Jan 2013
19:33 crees search for other commits by this committer
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)
Original commitRevision:310942 

Number of commits found: 12