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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/smake/Makefile

Number of commits found: 48

Monday, 19 Sep 2022
15:37 Neel Chauhan (nc) search for other commits by this committer Author: Robert Clausecker
devel/schilybase: update to 2022-09-18

 - point MASTER_SITES to new upstream
 - split bosh from sysutils/schilyutils into new port shells/bosh
   - stop installing pfbosh, a SunOS-only feature
   - install jsh as jbosh to avoid a conflict
   - patch shell names in man pages
 - point WWW to subproject-specific sites if available
 - misc/schilytools: deprecate man2html component
 - devel/schilybase: add missing file to pkg-plist
 - make test suite work better
   - do not pass INS_*BASE/DESTDIR to smake tests
   - account for devel/sccs placing files in /tmp
   - make sh/tests/common/test-common find bosh after
     we patched out the hardlink to sh
   - Test suite passes on armv7 except for archivers/star.
     Will have to investigate further.
 - sysutils/schilyutils: add vctags command
   I forgot about that one when I made the port initially.
   The ctags link is not installed to avoid conflicts.

Changelog: http://fuz.su/pub/schilytools/AN-2022-09-18.txt

PR:	266475
commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e e69a181
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, 1 Jul 2021
21:11 Juraj Lutter (otis) search for other commits by this committer Author: Robert Clausecker
misc/schilytools: Consolidate old schily's tools

- Update and consolidate schily's tools into more reasonable state
- Transfer maintenance to Robert Clausecker <fuz@fuz.su>

From Robert Clausecker <fuz@fuz.su> (new maintainer):

In 2018, Jörg Schilling consolidated all his projects into the
schilytools project and stopped providing new separate releases for the
individual projects (such as cdrtools, smake, star, and ved).  Hence,
the FreeBSD ports of these projects have been stuck on outdated versions
for years.

With this changeset, the schilytools are added to the ports collection
as a collection of 10 ports:

    devel/schilybase (libraries)
    archivers/star
    devel/sccs
    devel/smake
    devel/sunpromake
    editors/ved
    net/rscsi (split out from cdrtools for security reasons)
    sysutils/cdrtools
    sysutils/schilyutils (command line helpers, shells)
    misc/schilytools (meta port for all of these)

Where appropriate, I've tried to keep existing patches and conventions
in tact.  Some options have been renamed to more appropriate names,
others have been added or removed.  The schilytools have been patched
not to install binaries with the same name as system binaries, though
some man pages with such names remain.

The split into slave ports largely follows the OpenCSW packages provided
by the author.  Some differences are present:

 * strar has been moved from schilyutils to star
 * rscsi has been moved from cdrtools into a package on its own as it
   needs to be installed setuid to function.
 * mountcd is a Solaris only program and is not shipped
 * man2html is not shipped as it's already available in textproc/man2html
 * cdrecord, cdda2wav, and readcd are only installed setuid root if the
   user specifically requests so using a non-default option

This changeset unobsoletes the editors/ved port.

This changeset obsoletes the sysutils/cdrtools-devel port as schilytools
provide a newer version than the old development version shipped therein.

This changeset overwrites the following ports, the maintainers have
previously been informed via PR and direct email but haven't responded.
They have also been added as reviewers to this changeset.

    archivers/star (mm@freebsd.org)
    devel/smake (no maintainer)
    sysutils/cdrtools (marius@freebsd.org)
    sysutils/cdrtools-devel (marius@freebsd.org)

PR:		256467
Differential Revision:	https://reviews.freebsd.org/D30669
commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 2a40da7
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
Wednesday, 9 Dec 2020
01:42 linimon search for other commits by this committer
Also fails to build on riscv64.
Original commitRevision:557326 
Monday, 2 Jul 2018
00:47 linimon search for other commits by this committer
Mark various ports broken on mips64 and, where appropriate, mips.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:473692 
Thursday, 30 Nov 2017
05:55 linimon search for other commits by this committer
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:455165 
Friday, 26 May 2017
20:02 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "???".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441814 
Wednesday, 2 Nov 2016
22:45 mat search for other commits by this committer
Cleanup no longer needed CHMOD usage after r424898.

PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:425174 
Tuesday, 30 Aug 2016
23:38 mm search for other commits by this committer
Update devel/smake to 1.2.5
Original commitRevision:421136 
Tuesday, 8 Dec 2015
18:36 amdmi3 search for other commits by this committer
- Fix for when CC contains slashes
Original commitRevision:403335 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Sunday, 31 Aug 2014
17:53 ohauer search for other commits by this committer
- update MASTER_SITES (berlios is gone)
- update WWW
- sort pkg-plist
Original commitRevision:366803 
Monday, 12 May 2014
14:45 rene search for other commits by this committer
Mark BROKEN on i386

Submitted by:	jenkins-bot via swills@
Original commitRevision:353829 
09:39 rene search for other commits by this committer
- undeprecate [1]
- fix build on i386 [1]
- strip binary
PR:		ports/188472
Submitted by:	SATO Kuro <poyopoyo@puripuri.plala.or.jp>
Original commitRevision:353790 
Friday, 11 Apr 2014
07:56 bapt search for other commits by this committer
Mark as broken and deprecate
Original commitRevision:350894 
Wednesday, 26 Feb 2014
11:47 marino search for other commits by this committer
devel/smake: Unbreak smake to see what happens

This port was originally marked as broken on i386 only.  It always worked
without modification on dports.  Later when eadler@ released the port
without fixing i386, he marked it completely broken although it builds on
amd64.  He did not post the error messages encountered on i386 in the
commit message adding BROKEN_i386 or BROKEN and thus all smake error logs
have cycled off.

Remove BROKEN definition and let the cluster start building smake again
so we can see if it's really broken or not (and if so, how).
Original commitRevision:346195 
Friday, 8 Nov 2013
01:21 eadler search for other commits by this committer
- I don't have time to look into a fix for this port.
Original commitRevision:333172 
Thursday, 24 Oct 2013
03:31 eadler search for other commits by this committer
- Mark this port as broken on i386.  I need to find a fix, but for now let
people know it won't work.
Original commitRevision:331458 
Tuesday, 22 Oct 2013
04:22 eadler search for other commits by this committer
- Convert to staging.
Original commitRevision:331220 
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 
Tuesday, 16 Jul 2013
21:59 eadler search for other commits by this committer
Remove now excess verbiage.

Reviewed by:	bapt
Original commitRevision:323129 
Saturday, 6 Jul 2013
17:27 eadler search for other commits by this committer
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
Original commitRevision:322403 
Saturday, 2 Mar 2013
23:56 eadler search for other commits by this committer
Update to 1.2.3
Original commitRevision:313309 
Saturday, 26 Jan 2013
04:19 eadler search for other commits by this committer
Fix build error with man pages

Submitted by:	poyopoyo@puripuri.plala.or.jp
Original commitRevision:310998 
Thursday, 24 Jan 2013
19:46 eadler search for other commits by this committer
Update to 1.2.2
Pet portlint
Remove extranious LICENSE_FILE
Original commitRevision:310943 
Saturday, 6 Oct 2012
14:35 eadler search for other commits by this committer
Trim the headers in the ports I maintain.
Original commitRevision:305369 
Sunday, 21 Aug 2011
20:51 eadler search for other commits by this committer
- change the email address I use to maintain ports

Approved by:    bapt (mentor)
Original commit
16:12 eadler search for other commits by this committer
- change the email address I use to maintain ports

Approved by:    bapt (mentor)
Original commit
Tuesday, 9 Aug 2011
22:23 sahil search for other commits by this committer
- Pass maintainership to Eitan Adler

Submitted by:   Eitan Adler (on EFNet/#bsdports)
Original commit
15:41 mm search for other commits by this committer
Transfer maintainer back to ports@FreeBSD.org

Approved by:    maintainer (myself)
Original commit
Wednesday, 23 Mar 2011
15:53 mm search for other commits by this committer
- Add LICENSE knob(s)
Original commit
Sunday, 30 May 2010
08:22 mm search for other commits by this committer
- Update to 1.2.1
Original commit
Sunday, 14 Mar 2010
10:54 mandree search for other commits by this committer
Upgrade from alpha49 to final smake 1.2 release.

Suggested by: Joerg Schilling (upstream maintainer)
PR: ports/142422
Approved by: mm@ (maintainer, by email)
Approved by: miwi@ (mentor)
Original commit
Monday, 21 Dec 2009
08:01 mm search for other commits by this committer
- Update to 1.2.a49
- Unbreak

PR:             ports/141760
Submitted by:   mandree
Original commit
Monday, 28 Jul 2008
13:27 mm search for other commits by this committer
- Re-enable compile on sparc64

PR:             ports/125124
Submitted by:   Daniel Austin MBCS <freebsd-sparc64@dan.me.uk>
Original commit
Wednesday, 14 May 2008
20:07 pav search for other commits by this committer
- Mark BROKEN on CURRENT: include/schily/schily.h:110: error: conflicting types
for 'fexecve'

Reported by:    pointyhat
Original commit
Thursday, 12 Apr 2007
15:35 mm search for other commits by this committer
- update to 1.2.a.41
- minor changes to PR

PR:             ports/111402
Submitted by:   bf <bf2006a@yahoo.com>
Reviewed by:    mm
Approved by:    garga (mentor)
Original commit
Thursday, 5 Apr 2007
13:19 mm search for other commits by this committer
- updated maintainer e-mail address

Approved by:    garga (mentor)
Original commit
Tuesday, 6 Feb 2007
03:03 clsung search for other commits by this committer
- Update to 1.2.a.40

PR:             ports/108792
Submitted by:   maintainer (Martin Matuska)
Original commit
Saturday, 30 Sep 2006
07:54 miwi search for other commits by this committer
- Update to 1.2.a.38

PR:             ports/103755
Submitted by:   Martin Matuska <martin(at)matuska.org> (maintainer)
Original commit
Tuesday, 11 Jul 2006
02:29 clsung search for other commits by this committer
- Update of devel/smake from 1.2.a.34 to 1.2.a.36

PR:             ports/100048
Submitted by:   maintainer (Martin Matuska)
Original commit
Monday, 24 Apr 2006
10:30 erwin search for other commits by this committer
Update to 1.2.a.34

PR:             96250
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
Original commit
Sunday, 4 Sep 2005
00:23 sem search for other commits by this committer
- Update to 1.2.a.33

PR:             ports/85701
Submitted by:   maintainer
Original commit
Saturday, 16 Jul 2005
01:01 pav search for other commits by this committer
- Update to 1.2.a.32

PR:             ports/83535
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
Original commit
Friday, 10 Jun 2005
15:49 lawrance search for other commits by this committer
Update to 1.2.a.30

PR:             ports/82119
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
Original commit
Saturday, 26 Mar 2005
22:12 kris search for other commits by this committer
BROKEN on sparc64: Does not build

Approved by:    portmgr (self)
Original commit
Friday, 25 Feb 2005
06:52 sem search for other commits by this committer
Smake is a highly portable make program with automake features.

PR:             ports/77936
Submitted by:   Martin Matuska <martin (at) matuska.org>
Original commit

Number of commits found: 48