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: sysutils/sformat/Makefile

Number of commits found: 28

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
Monday, 13 Jan 2020
10:25 pkubaj search for other commits by this committer
sysutils/sformat: fix build on powerpc64

Makefile uses uname -m (which returns powerpc on powerpc64) instead of uname -p
(which correctly returns powerpc64).

PR:		243152
Approved by:	marius (maintainer)
MFH:		2020Q1 (fix build blanket)
Original commitRevision:522875 
Thursday, 31 Jan 2019
18:19 tobik search for other commits by this committer
Only append to MAKE_ENV after bsd.port.pre.mk
Original commitRevision:491748 
Thursday, 30 Nov 2017
06:13 linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

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

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Original commitRevision:455167 
Saturday, 13 May 2017
23:50 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:440860 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Wednesday, 16 Nov 2016
00:35 linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:426201 
Monday, 1 Aug 2016
17:46 antoine search for other commits by this committer
Prevent collision with getline(3)
Original commitRevision:419446 
Saturday, 30 Jul 2016
00:45 bapt search for other commits by this committer
Prevent collision with getline(3)
Original commitRevision:419291 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
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 
Thursday, 29 May 2014
11:20 miwi search for other commits by this committer
- Convert gmake,bzip2,xz to USES

Approved by:	portmgr
Original commitRevision:355686 
Wednesday, 26 Feb 2014
08:51 ehaupt search for other commits by this committer
Support staging
Original commitRevision:346150 
Friday, 20 Sep 2013
23:06 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Original commitRevision:327772 
Saturday, 13 Aug 2011
13:38 marius search for other commits by this committer
Allow to build on powerpc64.

Approved by:    netchild
Original commit
Wednesday, 9 Apr 2008
20:40 marius search for other commits by this committer
Rename fexecve() to js_fexecve() so it doesn't clash with the recently
added libc one.

Reported by:    marcus
Approved by:    netchild
Original commit
Sunday, 7 May 2006
16:39 marius search for other commits by this committer
- Allow this port to be compiled with CC set to something containing a
  path component. [1]
- Add the usual MAKE_ENV=LANG=C workaround in order to prevent problems
  from bad interactions of gmake, the Schily makefile system and certain
  locales.

Requested by:   kris [1]
Approved by:    netchild
Original commit
Saturday, 15 Apr 2006
11:35 marius search for other commits by this committer
- Use the libschily sources taken from cdrtools 2.01.01a07 instead of those
  shipping with sformat 3.5 for building sformat; the former include their
  own version of __dtoa() which is no longer externally visible with libc
  symbol versioning turned on (thus breaking the build of stock sformat).
- While here also use MASTER_SITE_LOCAL for providing a backup mirror of
  the sformat 3.5 distfile instead of using a private one.
- Fix the checksumming of sformat.dat on LP64 platforms so sformat doesn't
  erroneously complain about that file containing uncertified data there.
  Bump PORTREVISION for this.

Approved by:    netchild
Original commit
Sunday, 2 Apr 2006
14:25 marius search for other commits by this committer
- Remove obsolete USE_REINPLACE.
- Fix display of literal examples in sformat.1; bump PORTREVISION for
  this. [1]
- While at the man page remove trailing whitespace, fix spelling errors
  and adopt better for FreeBSD.

Reported by:    Alex Teclo [1]
Fix by:         ru [1]
Approved by:    netchild
Original commit
Tuesday, 25 May 2004
14:28 netchild search for other commits by this committer
- Fix installation when CC is not set to "cc". Inspired by PR 66925.
- Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9.

Submitted by:   marius
Original commit
Tuesday, 20 Apr 2004
13:49 netchild search for other commits by this committer
Use the @FreeBSD.org address of the maintainer.

Approved by:    marius
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Friday, 18 Jul 2003
10:11 netchild search for other commits by this committer
- Fix a typo in PORTREVISION. Doh!
- Manually replace included copies of config.guess and config.sub with
  versions from ${PORTSDIR}/Templates. This is necessary as the sformat
  package doesn't have a valid configure script in it's root directory
  but one in a sub-directory that is executed by the SING (Schily Is
  Not Gnu) makefile system further down the road. Therefor the port
  can't set GNU_CONFIGURE which would automatically copy the relevant
  files.
- Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg. It is a
  workaround for a (probably alumnus) bug in a SCSI-driver of NetBSD
  and the affected code doesn't get compiled on neither pre-CAM nor
  CAM versions of FreeBSD.
- Use DATADIR in pkg-plist.

Submitted by:   maintainer
Original commit
Wednesday, 4 Jun 2003
18:40 netchild search for other commits by this committer
- Fix yet another bug that might be used for a root exploit. As with the last
  bug you are only vulnerable if you locally set the sformat binary suid root.
- Respect CC already at the configure-stage of sformat else we end up running
  configure with GCC and compiling with whatever CC was set to.

Submitted by:   maintainer
Original commit
Wednesday, 21 May 2003
15:12 netchild search for other commits by this committer
Fix potential root exploit.

THE FREEBSD PORT DOES NOT SET THE SUID BIT, YOU ARE ONLY VULNERABLE IF
YOU SET IT ON YOUR OWN!

See http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2 for
more.

Submitted by:   maintainer
Original commit
Friday, 21 Feb 2003
13:28 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 2 Jan 2003
15:07 netchild search for other commits by this committer
From the submitter:
Sun format is a util for formatting/partitioning/analysis/repairing of SCSI
disks. While formatting and partitioning currently is only usefule on big-
endian systems in order to create Sun disk labels, analysis and repairing
works on either endian and are very useful to remap defect blocks when
AWRE/ARRE fail for some reason. Tested on i386 and sparc64, respawned a
disk here.

Submitted by:   marius@alchemy.franken.de
Original commit

Number of commits found: 28