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: multimedia/schroedinger/Makefile

Number of commits found: 30

Thursday, 30 Jun 2022
19:39 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-03-31 multimedia/schroedinger: Abandoned legacy video codec, upstream is
dead and last release was back in 2012.
2022-06-30 emulators/kcemu: Depends on expired multimedia/schroedinger
2022-06-30 multimedia/ccextractor: Depends on expired multimedia/schroedinger
commit hash: 50a70465fca2cd59c2fd3e72d358bddc372afc96 commit hash: 50a70465fca2cd59c2fd3e72d358bddc372afc96 commit hash: 50a70465fca2cd59c2fd3e72d358bddc372afc96 commit hash: 50a70465fca2cd59c2fd3e72d358bddc372afc96 50a7046
Thursday, 10 Feb 2022
23:47 Daniel Engberg (diizzy) search for other commits by this committer
multimedia/schroedinger: Mark BROKEN (unfetchable), set expiration date to
2022-03-31

Website is no longer available, upstream is long dead and last release
was back in 2012

PR:		261225
commit hash: 2280deb868cb866be66466b5681442e1a5d0e9ab commit hash: 2280deb868cb866be66466b5681442e1a5d0e9ab commit hash: 2280deb868cb866be66466b5681442e1a5d0e9ab commit hash: 2280deb868cb866be66466b5681442e1a5d0e9ab 2280deb
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
Sunday, 24 Sep 2017
18:49 sunpoet search for other commits by this committer
Update LICENSE
Original commitRevision:450511 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
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 
Wednesday, 25 Mar 2015
17:36 marino search for other commits by this committer
multimedia category: Remove $PTHREAD_LIBS

approved by:	PTHREAD blanket
Original commitRevision:382254 
Tuesday, 2 Dec 2014
03:23 amdmi3 search for other commits by this committer
- Drop .la files from multimedia/dirac and multimedia/schroedinger
- Bump dependent ports as .so versions have changed
- While here, remove @dirrm* from plists and add missing empty directory to
plist of multimedia/lives

Approved by:	portmgr blanket
Original commitRevision:373737 
Tuesday, 8 Jul 2014
10:27 amdmi3 search for other commits by this committer
- Switch to USES=libtool
- Strip libraries
Original commitRevision:361214 
Thursday, 17 Oct 2013
21:09 madpilot search for other commits by this committer
- Convert to staging
- Convert to new LIB_DEPENDS format
- Don't duplicate lib depends with build depends
- Use space for WWW line in pkg-descr
Original commitRevision:330675 
Friday, 20 Sep 2013
21:49 mm search for other commits by this committer
Returning maintainership on my multimedia ports to ports@freebsd.org
Original commitRevision:327750 
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Monday, 2 Sep 2013
06:20 bapt search for other commits by this committer
Add an expicit dependency on pkgconf
Original commitRevision:325939 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Tuesday, 16 Oct 2012
09:28 jhale search for other commits by this committer
- Prevent linking to -lpthread directly
- Remove LICENSE_FILE_GPLv2 and LICENSE_FILE_LGPL20 since these licenses
  are in Templates/Licenses
- Bump PORTREVISION since installed files will be affected
- Trim Makefile header

PR:		ports/170509
Submitted by:	myself
Approved by:	maintainer timeout (5 weeks)
		makc, avilla (mentors, implicit)
Feature safe:	yes
Original commitRevision:305959 
Wednesday, 25 Jan 2012
10:11 mm search for other commits by this committer
Update multimedia/schroedinger to 1.0.11
Original commit
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
07:40 miwi search for other commits by this committer
- Fix build with FreeBSD 10
Original commit
Wednesday, 23 Mar 2011
15:53 mm search for other commits by this committer
- Add LICENSE knob(s)
Original commit
Monday, 22 Nov 2010
14:18 mm search for other commits by this committer
- Explicitly depend on orc >= 0.4.10

PR:             ports/151899
Submitted by:   Pawel Pekala <c0rn@o2.pl>
Original commit
Monday, 11 Oct 2010
13:51 mm search for other commits by this committer
- Update schroedinger to 1.0.10
Original commit
Wednesday, 24 Mar 2010
18:44 mm search for other commits by this committer
- Update schroedinger to 1.0.9
- Bump library version
Original commit
Saturday, 29 Aug 2009
10:07 mm search for other commits by this committer
- Fix MASTER_SITES

Reported by: pointyhat (miwi)
Original commit
Wednesday, 12 Aug 2009
07:35 mm search for other commits by this committer
- Mark port MAKE_JOBS_SAFE for SMP compilation
Original commit
Tuesday, 11 Aug 2009
21:53 mm search for other commits by this committer
- Move gstreamer plugin into separate port (multimedia/gstreamer-schroedinger)
- Take maintainership
- Bump PORTREVISION
Original commit
Saturday, 8 Aug 2009
10:04 kwm search for other commits by this committer
Fix build after recent Gstreamer update.

Submitted by:   pointhat (via pav)
Original commit
Wednesday, 6 May 2009
00:12 amdmi3 search for other commits by this committer
- Update to 1.0.7

PR:             133948
Submitted by:   Paul <onemda at gmail dot com>
Original commit
Thursday, 25 Sep 2008
18:44 amdmi3 search for other commits by this committer
- Add gstreamer support & fix build when gstreamer is present

PR:             127624
Submitted by:   "Eric L. Chen" <d9364104 at mail dot nchu dot edu dot tw>
Improved by:    me
Original commit
Tuesday, 19 Aug 2008
15:14 miwi search for other commits by this committer
- Update to 1.0.5
- Pass maintainership to ports@

PR:             126573
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Original commit
Saturday, 14 Jun 2008
18:46 lwhsu search for other commits by this committer
Add schroedinger 1.0.3, high-speed Dirac codec.

PR:             ports/124575
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit

Number of commits found: 30