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/files/patch-Makefile.in

Number of commits found: 9

Monday, 8 Jan 2024
17:01 Lev A. Serebryakov (lev) search for other commits by this committer
devel/subversion: and devel/subversion-lts update to latest release 1.14.3.

Thank you, Yasuhito FUTATSUKI.
commit hash: 00b7792f81c8d022411553ccbcb50707777dbf81 commit hash: 00b7792f81c8d022411553ccbcb50707777dbf81 commit hash: 00b7792f81c8d022411553ccbcb50707777dbf81 commit hash: 00b7792f81c8d022411553ccbcb50707777dbf81 00b7792
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Tuesday, 2 Jun 2020
13:36 lev search for other commits by this committer
  Update subversion to new version 1.14.0.

  1.14.0 is LTS, but `devel/subversion-lts' is still 1.10.x, because it
  allows to build `devel/py-subversion' with Python 2.7.

  `devel/py-subversion' will be built with Python 3.5+ for version 1.14.0.
Original commitRevision:537554 
Thursday, 15 Oct 2015
10:43 lev search for other commits by this committer
  Update devel/subversion to 1.9.2.

PR:		203713
Submitted by:	Peter Wemm <peter@FreeBSD.org>
Original commitRevision:399335 
Sunday, 2 Feb 2014
16:40 ohauer search for other commits by this committer
- fix apache module building (r341335 regression) [1]
- add all necessary KDE dependencies to KDE_KWALLET (r331808 regression) [2]
- fix shebank (the old way!)  [3]

PR: ports/186167 , Tang Jianfeng <tangjfn@gmail.com> [1]
PR: ports/186361 , PeterK <fbsdq@peterk.org> [1]
PR: ports/185494 , Raphael Kubo da Costa <rakuco@FreeBSD.org> [2]
PR: ports/184295 , Matthias Andree <mandree@FreeBSD.org> [3]

Approved by:	lev (implicit)
Original commitRevision:342334 
Tuesday, 5 Nov 2013
22:05 ohauer search for other commits by this committer
- update to version 1.8.4
- add stage support

Version 1.8.4
 User-visible changes:
  - Client- and server-side bugfixes:
    * fix assertion on urls of the form 'file://./' (r1516806)
    * stop linking against psapi.dll on Windows (r1534102)
    * translation updates for Swedish

  - Client-side bugfixes:
    * revert: fix problems reverting moves (issue #4436)
    * update: fix assertion when file external access is denied (issue #4422)
    * merge: reduce network connections for automatic merge (r1468980 et al)
    * merge: fix path corruption during reintegration (r1523666)
    * mergeinfo: fix crash (r1519955)
    * ra_serf: verify the result of xml parsing (r1501199 et al)
    * ra_serf: improve error messages during commit (r1526439)
    * ra_local: fix error with repository in Windows drive root (r1518184)
    * fix crash on windows when piped command is interrupted (r1522892)
    * fix crash in the crash handler on windows (r1532023)
    * fix assertion when upgrading old working copies (r1520529)

  - Server-side bugfixes:
    * hotcopy: cleanup unpacked revprops with '--incremental' (r1512300 et al)
    * fix OOM on concurrent requests at threaded server start (r1527103 et al)
    * fsfs: improve error message when unsupported fsfs format found (r1534158)
    * fix memory problem in 3rd party FS module loader (r1519615 et al)

 Developer-visible changes:
  - General:
    * allow compiling against serf 1.3 and later on Windows (r1517123)

  - Bindings:
    * javahl: canonicalize path for streaFileContent method (r1524869)

Approved by:	lev@ (explicit)
Original commitRevision:332916 
Wednesday, 19 Jun 2013
21:57 lev search for other commits by this committer
  (1) Fix mod_Dav_svn installation.
  (2) Add TOOLS instead of MOD_DONTDOTHAT and SVNAUTHZ_VALIDATE, but disable
      installation of diffX tools.

PR:		ports/179728 [1]
Original commitRevision:321339 
Sunday, 16 Oct 2011
14:31 lev search for other commits by this committer
  Update subversion to 1.7.0.

  Make FreeBSD patches to be port's options and remove separated port.

  Rename patches to more sane names.

  Add devel/subversion16 port, for people, who need old version.

  Mark ports, which could not be built with subversion 1.7.x, as
  conflicting with new subversion.
Original commit
Monday, 11 Apr 2011
00:04 avilla search for other commits by this committer
- Add dependency on kdebase4-runtime when KWallet support is built.
- Fix build with KDE_WALLET when KDE 3 is installed. [1]
- Bump PORTREVISION.

This completes my previous commit and fixes KDE_WALLET option.

PR:             156302 [1]
Submitted by:   Axel Gonzalez <loox@e-shell.net> [1]
Approved by:    lev (maintainer, implicit)
Original commit

Number of commits found: 9