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: audio/timidity/Makefile

Number of commits found: 30

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 13 Jan 2022
21:01 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries in archivers, astro, audio

Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.

Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.

PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.

Approved by:	portmgr (implicit)
commit hash: 98f7d7db7e9bd14301b6a481ac477729c0ed6a24 commit hash: 98f7d7db7e9bd14301b6a481ac477729c0ed6a24 commit hash: 98f7d7db7e9bd14301b6a481ac477729c0ed6a24 commit hash: 98f7d7db7e9bd14301b6a481ac477729c0ed6a24 98f7d7d
Friday, 24 Sep 2021
13:11 Baptiste Daroussin (bapt) search for other commits by this committer
ncurses: partial revert 266130ce71ef2f1cd944a70789bf003da3254c29

In many places I overlooked at the problem we were trying to solve when
libncurses is split.
commit hash: d51bc0de306aafb68e7af0a6d16b261dcbd83f95 commit hash: d51bc0de306aafb68e7af0a6d16b261dcbd83f95 commit hash: d51bc0de306aafb68e7af0a6d16b261dcbd83f95 commit hash: d51bc0de306aafb68e7af0a6d16b261dcbd83f95 d51bc0d
Thursday, 23 Sep 2021
16:22 Baptiste Daroussin (bapt) search for other commits by this committer
ncurses: fix build with futur base and ports ncurses

in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.

Note this also fixes the build with ports ncurses
commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29 commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29 commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29 commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29 266130c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Thursday, 3 Nov 2016
12:21 jbeich search for other commits by this committer
audio/timidity: modernize

- Convert to option helpers
- Convert to COPYTREE_SHARE, CONFLICTS_INSTALL
- Turn goemon font into an actual option
- Use TDIR/TCONFIG variables more

Tested by:	mtree -k sha256 -cp <before> | mtree -p <after> # is silent
Original commitRevision:425205 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Saturday, 30 Jan 2016
14:54 marino search for other commits by this committer
audio/timidy: Respect LDFLAGS, document ncurses requirement
Original commitRevision:407528 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Thursday, 30 Oct 2014
11:36 amdmi3 search for other commits by this committer
- Add LICENSE
Original commitRevision:371739 
Monday, 20 Oct 2014
08:12 marino search for other commits by this committer
Add USES=alias to several ports

Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
Original commitRevision:371241 
Sunday, 6 Jul 2014
10:45 pawel search for other commits by this committer
Update CONFLICTS range, audio/timidity++ is at 2.14.0 now
Original commitRevision:360876 
Saturday, 10 May 2014
23:40 marino search for other commits by this committer
audio/timidity & guspat: Add guspat as alternative for goemon

Neither port is currently maintained

PR:		ports/177074
Submitted by:	Green Dog
Approved by:	timidity maintainer (Kevin Zheng) before he dropped it
Original commitRevision:353632 
Thursday, 6 Feb 2014
21:26 antoine search for other commits by this committer
Stage support
Original commitRevision:343154 
Monday, 27 Jan 2014
15:33 decke search for other commits by this committer
- Back to pool

PR:		ports/185556
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Original commitRevision:341415 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Wednesday, 13 Mar 2013
17:23 pawel search for other commits by this committer
- Update COMMENT, pkg-descr
- Give maintainership to submitter

PR:		ports/176831
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Original commitRevision:314098 
Wednesday, 7 Nov 2012
22:08 mi search for other commits by this committer
Undeprecate by providing an alternative location for goemon.tgz

Feature safe:	yes
Obtained from:	OpenBSD
Approved by:	portmgr (beat)
Original commitRevision:307147 
Monday, 29 Oct 2012
13:20 eadler search for other commits by this committer
It seems that the file dgguspat.zip is the one which was legally restricted, but
this file is no longer used by the port.

The TIINS MASTER_SITE (ftp://ftp.kiarchive.ru) is no longer accessible.

Trim headers

Feature safe:	yes
Original commitRevision:306610 
Tuesday, 7 Jul 2009
20:06 mva search for other commits by this committer
Fixed CONFLICTS for timidity++ 2.13

Approved by:    miwi (mentor)
Original commit
Thursday, 1 Feb 2007
20:54 rafan search for other commits by this committer
- Fix build after libmytinfo is gone.

Reported by:    kris
Original commit
Wednesday, 3 May 2006
05:14 edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
Original commit
Monday, 31 May 2004
04:30 edwin search for other commits by this committer
audio/timidity installs files with invalid uid and gid.

        audio/timidity installs some files with invalid uid and gid.
        This is caused by installing the files directly from
        an archive.  Tar with a root priviledge preserves owners
        and permissions by default.

PR:             ports/67397
Submitted by:   Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
Original commit
Wednesday, 7 Apr 2004
13:26 clement search for other commits by this committer
- tar -> ${TAR} (since we have now a bsdtar ;)
Original commit
Saturday, 11 Oct 2003
14:36 krion search for other commits by this committer
- Add CONFLICTS, because of the same item in pkg-plist

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Original commit
Thursday, 20 Feb 2003
16:49 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 26 Dec 2002
23:27 edwin search for other commits by this committer
Update WWW site.
Update redirect.
Add tags to mastersites
Noticed by: portsurvey
Original commit
Friday, 7 Jun 2002
02:21 petef search for other commits by this committer
machine/soundcard.h -> sys/soundcard.h

Submitted by:   bento
Original commit
Tuesday, 16 Jan 2001
17:33 sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
Original commit

Number of commits found: 30