Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/schilybase |
Commit | Credits | Log message |
2024.03.21 28 Mar 2024 09:50:02 |
Robert Clausecker (fuz) |
devel/schilybase: update to 2024-03-21
Changelog: http://fuz.su/pub/schilytools/AN-2024-03-21.txt |
2023.09.28_1 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
2023.04.19_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2022.09.18 19 Sep 2022 15:37:34 |
Neel Chauhan (nc) 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2021.09.18_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
2021.09.18_2 07 Jul 2022 05:35:24 |
Fernando Apesteguía (fernape) Author: Robert Clausecker |
devel/schilybase: 2022 schilytools touchup
Following Jörg Schilling's death in 2021, this is a light touch up of
the port in preparation of future updates at the project's new home.
- Jörg's domains have started to run out. Change the WWW to our new
project lest they point to some unrelated site.
- Instead of building profiled libraries and then throwing them out,
have -PROFILE not build these in the first place.
- Enable symbol versioning for hardening against mismatched library
versions. While tested well on Linux, this option was never enabled
on FreeBSD due to Jörg's lack of experience with the system. Given
that the toolchain is pretty much the same, little to now issues are
to be expected.
- Relax schilybase dependency to just LIB_DEPENDS to simplify partial
upgrades. This is reasonably safe now that symbol versioning has
been enabled.
WWW: https://codeberg.org/schilytools/schilytools
ChangeLog: https://codeberg.org/schilytools/schilytools
PR: 265040
Reported by: fuz@fuz.su (maintainer) |
2021.09.18 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2021.09.01 08 Sep 2021 20:53:36 |
Bernhard Froehlich (decke) |
sysutils/cdrtools: Add CPE information
Approved by: portmgr (blanket) |
2021.07.29 30 Jul 2021 13:26:47 |
Juraj Lutter (otis) Author: Robert Clausecker |
devel/schilybase: update to 2021.07.29
- Update to 2021.07.29
- Fix related PR (Do not install broken gnutar by default)
PR: 257063
Reported by: ice@extreme.hu |
2021.06.07 01 Jul 2021 21:11:52 |
Juraj Lutter (otis) 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: (Only the first 15 lines of the commit message are shown above ) |
3.01_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.01_1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
3.01_1 25 Jul 2017 20:11:28 |
marius |
Integrate an official patch for isoinfo and mkisofs which adds directory
loop recognition in order to prevent from an endless loops that in turn
may consume all available memory.
PR: 220868 |
3.01 03 Dec 2016 13:36:11 |
dim |
Make frame pointer tracing in cdrtools(-devel) work correctly
The cdrtools ports compile and run a small program ('avoffset') after
their configuration phase, which is supposed to figure out the stack
direction, frame pointer offset to main(), and so on. This program
relies on the compiler not optimizing away certain constructs, so after
the import of clang 3.9.0 into base, it got stuck in an endless loop.
Fix it by marking a few functions as noinline, and making one particular
variable volatile.
Reported by: antoine
Approved by: marius (maintainer) |
3.01 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
3.01 29 Dec 2015 14:55:25 |
marius |
Don't depend on gettext if libiconv is part of base and cdrtools is built
without NLS support. |
3.01 29 Dec 2015 00:33:00 |
marius |
- Update to 3.01
- Fix build when `uname -m` != `uname -p` [1]
PR: 191424, 197794 [1] |
3.00_2 14 May 2015 10:15:09 |
mat |
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 |
3.00_2 19 Nov 2014 18:49:01 |
marino |
sysutils/cdrtools: Unbreak on DragonFly
The Makefile.DragonFly hack stopped working, so fix this properly.
No-op for FreeBSD. |
3.00_2 09 Nov 2014 21:17:06 |
marius |
- Update MASTER_SITES.
- Add LICENSE.
- Convert the remainder of build knobs to OPTIONS.
- Account for the fact that libiconv now may live in base, merging r348916.
- Partially merge pkg-plist modernization from r370671. |
3.00_2 29 Jul 2014 15:00:13 |
adamw |
Rename sysutils/ patch-xy patches to reflect the files they modify. |
3.00_2 28 Jun 2014 20:00:08 |
miwi |
- Fix build with Q/A tests |
3.00_2 03 Jun 2014 13:47:13 |
amdmi3 |
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket |
3.00_2 11 Mar 2014 12:50:42 |
miwi |
- Stage support
Reviewed by: antoine |
3.00_2 21 Feb 2014 13:39:38 |
ehaupt |
Remove trailing whitespaces from category sysutils |
3.00_2 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
3.00_2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
3.00_2 13 Aug 2013 14:16:30 |
marius |
Once again remove the hacks allowing this port to be compiled as part of
release builds. Since r251812, all architectures have been switched to
using makefs(8) in all active release branches instead.
Approved by: mentor (beat, implicit) |
3.00_2 05 May 2013 08:15:24 |
bapt |
Partial convert to new options framework
Fix USES+= set after .pre.mk |
3.00_2 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
3.00_2 16 Dec 2012 15:32:19 |
marius (src committer) |
Add an additional master site.
PR: 174447
Approved by: netchild |
3.00_2 20 Oct 2012 13:56:04 |
marius (src committer) |
Fix a bug preventing compilation with clang 3.1 (r156863).
PR: 172799
Approved by: netchild
Obtained from: NetBSD
Feature safe: yes |
3.00_2 08 Mar 2012 12:36:22 |
marius |
Bring back the workarounds from rev. 1.80 and 1.82 to potentially unbreak
the sparc64 release builds.
Approved by: netchild |
3.00_2 14 Jan 2012 22:27:02 |
netchild |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
3.00_1 08 Jan 2012 07:01:25 |
eadler |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
3.00_1 13 Aug 2011 13:34:50 |
marius |
- Allow to build on powerpc64. [1]
- Revert the hack allowing to cross-compile FreeBSD/i386 releases on amd64
as it caused more problems than it solved. As of r224838 all of head,
stable/8 and stable/7 are switch to use use makefs(8) instead of mkisofs(8)
so this hack is no longer necessary. [2]
PR: 159671 [1], 151486 [2], 152309 [2], probably some more for [2]
Approved by: netchild |
3.00_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.00_1 22 Sep 2010 19:51:27 |
marius |
Refine the TARGET{,_ARCH} hack to not break CC being set to something
relying on PATH.
Approved by: netchild |
3.00_1 21 Sep 2010 18:53:47 |
marius |
- Mention support for BluRay in COMMENT and pkg-descr.
- Add knobs for additionally installing cdda2{mp3,ogg}.
Requested by: upstream
Approved by: netchild |
3.00 17 Sep 2010 17:09:34 |
marius |
Add a hack allowing to building with TARGET and TARGET_ARCH set in the
environment as done by the release building scripts. The former causes
some targets in the Makefiles of the port to be overridden and the later
is added to the default COMPILE.c variable by gmake. Arguably the release
building scripts should be fixed to not set TARGET and TARGET_ARCH when
compiling the cdrtools port in case of a cross-release but for reasons
beyond me this just worked with cdrtools 2.01
Approved by: netchild |
3.00 15 Sep 2010 17:35:24 |
marius |
Update cdrtools to 3.00. For changes since 2.01 see:
ftp://ftp.berlios.de/pub/cdrecord/AN-3.00
Note that this breaks and obsoletes sysutils/cdrtools-cjk as mkisofs now
employs iconv for character conversion. Consequently USE_CDRTOOLS=cjk and
USE_CDRTOOLS together with WITH_CJK are now defunct and bsd.port.mk is
expected to be updated by portmgr@ accordingly (PR 150362).
PR: 127608, 149644
Approved by: netchild |
2.01_8 08 Feb 2010 09:15:29 |
marius |
Add CONFLICTS with cdrkit.
Submitted by: Alexander Best
Approved by: netchild |
2.01_7 12 Sep 2009 19:02:26 |
marius |
Hardcode a compiler specification file so CC can also be set to something
containing spaces.
Approved by: netchild |
2.01_7 12 May 2009 20:01:11 |
pav |
- Mark MAKE_JOBS_UNSAFE
Approved by: marius (maintainer) |
2.01_7 07 Mar 2009 16:52:54 |
marius |
Fix build with r189136.
Submitted by: das via rnoland (principle patch)
Approved by: netchild |
2.01_7 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
2.01_7 17 Jun 2008 20:35:52 |
marius |
Compile mkisofs with '-O0' only in order to work around a bug causing
its '-root' option to not work.
Reported by: Ben Korvemaker
Approved by: netchild |
2.01_6 11 Apr 2008 22:35:20 |
marius |
Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.
PR: 122620
Approved by: netchild |
2.01_6 09 Apr 2008 20:40:00 |
marius |
Rename fexecve() to js_fexecve() so it doesn't clash with the recently
added libc one.
Reported by: marcus
Approved by: netchild |
2.01_6 16 Apr 2007 17:28:53 |
ahze |
Chase libcddb libver bump |
2.01_5 03 Aug 2006 09:29:49 |
marius |
Re-grab maintainership.
Approved by: netchild |
2.01_5 24 May 2006 09:13:19 |
mich |
- Chase lib version bump to libcdio |
2.01_4 14 May 2006 11:08:52 |
lawrance |
Use SUB_FILES instead of post-patch commands.
PR: ports/97225
Submitted by: Ports Fury |
2.01_4 07 May 2006 18:52:09 |
marius |
Allow this port to be compiled with CC set to something containing a
path component.
Approved by: netchild |
2.01_4 18 Mar 2006 15:19:48 |
pav |
- Fix coredump in TOC parsing in cdda2wav
PR: ports/94554
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de>
Obtained from: cdrtools-devel |
2.01_3 18 Feb 2006 15:55:40 |
marius |
- Replace the fix to make `readcd -scanbus` work which was added in
2.01_2 with the "official" version from cdrtools 2.01.01a06.
- Patch i386-freebsd-cc.rul to allow compilation with CC set to a
compiler other than the default (as long as it doesn't include a
path component, which requires considerably changes to make work).
- Make the direct ATAPI transport of cdda2wav work again with FreeBSD
after device major numbers were abandoned; bump PORTREVISION for
this.
Approved by: netchild |
2.01_2 15 Jan 2006 17:08:04 |
anray |
Fix readcd -scanbus work.
PR: ports/91763
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de> |
2.01_1 25 Nov 2005 18:14:52 |
pav |
- Add SHA256 |
2.01_1 28 Sep 2005 06:00:43 |
linimon |
Update www site. |
2.01_1 24 Jul 2005 03:46:10 |
ahze |
- Add knob WITH_CDDB, adds cddb support.
this is also auto-detected and can not be turned off because
there is no configure knob to turn off.
- Bump PORTREVISION because libcddb just got bumped so people wont' run
in to problems with libver stuff. |
2.01 10 Jul 2005 13:48:23 |
marius |
Resign from maintainership.
Approved by: netchild |
2.01 29 Dec 2004 22:17:04 |
marius |
- Update to 2.01. For changes since 2.00.3 please see:
ftp://ftp.berlios.de/pub/cdrecord/AN-2.01
- Once again remove the patch for the configure script to disable the use
of mlockall(2) as it no longer causes negative side effects on FreeBSD
=> 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2)
as such changes are not allowed according to a comment in xconfig.h.in.
A patch for aclocal.m4 was submitted upstream but didn't get integrated.
Mkisofs 2.01 was verified to produce working FreeBSD install images for
alpha, i386, ia64 and sparc64.
Thanks to: marcel for verifying mkisofs on ia64
Approved by: netchild |
2.0.3_4 29 Aug 2004 14:40:24 |
marius |
Fix a security bug in the rscsi client code.
Approved by: netchild
Obtained from: cdrtools 2.01a38 |
2.0.3_3 07 Jun 2004 13:20:57 |
netchild |
Make usable as master port for the upcomming sysutils/cdrtools-cjk.
Submitted by: marius |
2.0.3_3 02 Jun 2004 17:16:04 |
netchild |
- Add a workaround for the problem that cdda2wav doesn't use a page
aligned buffer for the SCSI transfers in paranoia mode. [1]
- Stop the artificial separation of mkisofs from cdrtools and merge
sysutils/mkisofs into sysutils/cdrtools which brings us in line
with other distributions. The separation of mkisofs caused quite
some confusion among users as well as committers about why its
PORTVERSION was different from the cdrtools port, how to install
it, etc.
PR: 63775 [1]
Submitted by: marius |
2.0.3_2 25 May 2004 14:26:39 |
netchild |
- Fix installation when CC is not set to "cc". [1]
- Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9.
PR: 66925 [1]
Submitted by: marius |
2.0.3_2 20 Apr 2004 20:46:33 |
netchild |
erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:
Changes common to cdrtools and mkisofs:
- Delete targets for mkisofs and friends when building cdrtools and vice
versa to speed up the build of the respective port.
- Respect CC already at the configure-stage.
- Manually replace included copies of config.guess and config.sub with
versions from ${PORTSDIR}/Templates.
- Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some
manual pages also reference these.
- Add a workaround for what appears to be a problem with gmake and certain
locales on -current. [1]
Changes to cdrtools:
- Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s. (Only the first 15 lines of the commit message are shown above ) |
2.0.3_1 20 Apr 2004 13:49:29 |
netchild |
Use the @FreeBSD.org address of the maintainer.
Approved by: marius |
2.0.3_1 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
2.0.3_1 17 Mar 2004 14:34:31 |
netchild |
Give this port into the hands of Marius Strobl, he already maintains
cdrtools-devel and is willing to sync both ports as necessary.
Requested by: Marius Strobl <marius@alchemy.franken.de> |
2.0.3_1 22 Feb 2004 01:40:47 |
kris |
Don my portmgr hat and return dirk@FreeBSD.org's ports back to the
unmaintained pool. He has not committed in over a year and has been
unresponsive to emails over a similar time period. |
2.0.3_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.0.3 18 Jan 2004 18:20:17 |
eivind |
Remove mkisofs mention from comment; it disappeared from the port sometime in
1998 |
2.0.3 03 Jan 2004 07:53:43 |
edwin |
Make MAINTAINER section conditional, a slave port might want to set it.
PR: ports/58051 (related)
Submitted by: Statue <statue@freebsd.sinica.edu.tw> |
2.0.3 19 Aug 2003 16:22:06 |
netchild |
cdrtools and mkisofs:
- Add CONFLICTS for corresponding -devel ports.
mkisofs:
- Rearrange a line in the Makefile in oder to quiet portlint (3 errors/
1 warning -> 0 errors/1 warning).
PR: ports/52849
Submitted by: Marius Strobl <marius@alchemy.franken.de> |
2.0.3 06 Jul 2003 21:25:19 |
osa |
Update to 2.0.3 (maintainer timeout after 19 days)
Approved by: fjoe (mentor) (implicit) |
2.0_1 20 May 2003 20:33:44 |
oliver |
Fix a securety issue which may cause a local root exploit
(if the cdrecord binary is suid 0).
For more information about this, feel free to take a look at
http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2
Approved by: maintainer hasn't responded within 3 days, alex (mentor) |
2.0 06 Mar 2003 19:23:19 |
ade |
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly) |
2.0 11 Jan 2003 20:48:57 |
obrien |
Always use -f with ln. |
2.0 11 Jan 2003 20:16:52 |
obrien |
Unbreak mkisofs. |
2.0 11 Jan 2003 20:09:49 |
obrien |
Update to version 2.0. |
1.11.a40 11 Jan 2003 20:01:43 |
obrien |
Update to 1.11.a40 (which is really a version 2.0 alpha). |
1.11.a39 20 Dec 2002 04:37:14 |
marcel |
Always create a link from ${MACHINE_ARCH}-freebsd-cc.rul to the i386
version in the RULES directory if the build machine is not i386.
This fixes the port on ia64 because it simply wasn't enumerated.
No response: dirk@ |
1.11.a39 27 Oct 2002 19:29:12 |
dirk |
Upgrade to 1.11.a39. |
1.11.a28 19 Oct 2002 17:05:27 |
scottl |
Make the cdrecord portion of cdrtools compile. 5-CURRENT defines
_POSIX_MEMLOCK, which was causing cdrecord to think that mlockall(2)
was available. Of course the real solution is to not define
_POSIX_MEMLOCK until this is true. |
1.11.a28 14 Oct 2002 22:13:22 |
jake |
Make this compile on sparc64. Needed for make release. |
1.11.a28 04 Aug 2002 08:02:05 |
dirk |
Upgrade to cdrtools-1.11a28. |
1.11.a21 16 Apr 2002 19:02:19 |
dirk |
Upgrade to cdrtools-1.11a21. |
1.10_1 16 Apr 2002 11:42:06 |
dirk |
mkisofs and companions are in mkisofs port.
PR: ports/36009 |
25 Nov 2001 15:16:42 |
dirk |
Add WWW. |
18 Nov 2001 11:50:32 |
dirk |
Fix cdda2wav for ATAPI drives. |
20 Sep 2001 10:59:50 |
joerg |
Resurrect those parts of the original patch-ai that Joerg Schilling did not
integrate into the main source code. Otherwise, the old Plasmon 4100 CD-R
still wouldn't work. |
16 Aug 2001 10:23:24 |
dirk |
Fix typo. |
02 Aug 2001 09:55:16 |
dirk |
Upgrade to cdrtools-1.10 after repository copy from cdrecord. |