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: textproc/rarian/Makefile

Number of commits found: 29

Tuesday, 2 Jan 2024
03:22 Don Lewis (truckman) search for other commits by this committer
textproc/rarian: Download official release tarball

Download the official release tarball instead of using USE_GITLAB.

The release tarball eliminites the need for autoreconf.

Use DISTVERSION instead of PORTVERSION for consistency with Porters
Handbook.

Remove stray USES=gnome.

Reported by:	Daniel Engberg <daniel.engberg.lists_at_pyret.net>
commit hash: 24e79b9a66e65f66a6969b258b56b04584d1208b commit hash: 24e79b9a66e65f66a6969b258b56b04584d1208b commit hash: 24e79b9a66e65f66a6969b258b56b04584d1208b commit hash: 24e79b9a66e65f66a6969b258b56b04584d1208b 24e79b9
Monday, 1 Jan 2024
21:35 Don Lewis (truckman) search for other commits by this committer
textproc/rarian: Resurrect and upgrade to 0.8.5

Rarian has moved to a new upstream site and is being maintained.

python is only needed for uploading upstream releases.
commit hash: 95665bb506b043720d7ebf1c8331ae8629a7153d commit hash: 95665bb506b043720d7ebf1c8331ae8629a7153d commit hash: 95665bb506b043720d7ebf1c8331ae8629a7153d commit hash: 95665bb506b043720d7ebf1c8331ae8629a7153d 95665bb5
Tuesday, 15 Mar 2022
13:36 Baptiste Daroussin (bapt) search for other commits by this committer
textproc/rarian: remove abandonware
commit hash: 01ded78a6d98eb472262c7aa36c820c32703a7c1 commit hash: 01ded78a6d98eb472262c7aa36c820c32703a7c1 commit hash: 01ded78a6d98eb472262c7aa36c820c32703a7c1 commit hash: 01ded78a6d98eb472262c7aa36c820c32703a7c1 01ded78
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 9 Oct 2020
20:16 0mp search for other commits by this committer
Switch MASTER_SITES to a repository, which contains FreeBSD patches

I've created a repository, which incorporates our patches into the build
system of Rarian so that we could use CONFIGURE_ARGS instead of patches and
REINPLACE_CMD's.

Also, while here, drop the patch replacing LINK with CXXLINK in the build
system of the port. It's just not needed anymore.

I'm leaving the patch modifying --version behavior as it is. It's probably
a bad idea that we decided to modify upstream behavior in the first place
but at this point it probably makes little sense to change the behavior
after so many years.
Original commitRevision:551816 
Wednesday, 7 Oct 2020
14:23 0mp search for other commits by this committer
Set LICENSE and WWW

Also, remove outdated conflicts: scrollkeeper is gone.
Original commitRevision:551648 
Sunday, 4 Oct 2020
21:35 0mp search for other commits by this committer
Clean up port's makefile

In particular:
- Remove DOCBOOK_VERSION variable, it was supposed to be removed in r377770.
- Switch to using USES=localbase

Approved by:	portmgr blanket
Original commitRevision:551466 
Friday, 8 Nov 2019
12:59 tobik search for other commits by this committer
textproc: Add missing USES={gnome,php}
Original commitRevision:517055 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Friday, 23 Jan 2015
22:50 antoine search for other commits by this committer
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
Original commitRevision:377770 
Monday, 22 Dec 2014
22:46 bapt search for other commits by this committer
Get rid of gnomehier
Original commitRevision:375281 
Monday, 1 Sep 2014
11:11 tijl search for other commits by this committer
- Convert to USES=libtool and USES=python
- Add INSTALL_TARGET=install-strip
Original commitRevision:366860 
Sunday, 3 Aug 2014
14:15 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
Original commitRevision:363904 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Saturday, 1 Mar 2014
17:57 miwi search for other commits by this committer
- Stage support
- Convert to USES
Original commitRevision:346666 
Wednesday, 19 Feb 2014
14:56 mat search for other commits by this committer
Fixup last commit.
Original commitRevision:345099 
14:45 mat search for other commits by this committer
Consolidate the docbook ports into -sgml and -xml variants.

Submitted by:	hrs (based on)
Sponsored by:	Absolight
Original commitRevision:345097 
Tuesday, 18 Feb 2014
14:50 mat search for other commits by this committer
Chase docbook cleanup dependencies.

Sponsored by:	Absolight
Original commitRevision:344900 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Saturday, 29 Oct 2011
10:03 miwi search for other commits by this committer
- Fix build on FreeBSD 10

Reported by:    pointyhat
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Tuesday, 2 Sep 2008
10:53 kwm search for other commits by this committer
Update to 0.8.1.
Original commit
Friday, 6 Jun 2008
14:05 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Monday, 24 Mar 2008
03:50 marcus search for other commits by this committer
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 29