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 |
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.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 ) |
1.2.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.5 09 Dec 2020 01:42:44 |
linimon |
Also fails to build on riscv64. |
1.2.5 02 Jul 2018 00:47:14 |
linimon |
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.2.5 30 Nov 2017 05:55:17 |
linimon |
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) |
1.2.5 26 May 2017 20:02:44 |
linimon |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.2.5 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.2.5 02 Nov 2016 22:45:14 |
mat |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.2.5 30 Aug 2016 23:38:23 |
mm |
Update devel/smake to 1.2.5 |
1.2.3 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.2.3 08 Dec 2015 18:36:25 |
amdmi3 |
- Fix for when CC contains slashes |
1.2.3 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 |
1.2.3 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
1.2.3 31 Aug 2014 17:53:38 |
ohauer |
- update MASTER_SITES (berlios is gone)
- update WWW
- sort pkg-plist |
1.2.3 12 May 2014 14:45:43 |
rene |
Mark BROKEN on i386
Submitted by: jenkins-bot via swills@ |
1.2.3 12 May 2014 09:39:59 |
rene |
- undeprecate [1]
- fix build on i386 [1]
- strip binary
PR: ports/188472
Submitted by: SATO Kuro <poyopoyo@puripuri.plala.or.jp> |
1.2.3 11 Apr 2014 07:56:56 |
bapt |
Mark as broken and deprecate |
1.2.3 26 Feb 2014 12:11:56 |
marino |
devel/smake: Last tweak of long description, I promise. |
1.2.3 26 Feb 2014 12:06:17 |
marino |
devel/smake: Translate long description into English |
1.2.3 26 Feb 2014 11:57:52 |
marino |
devel/smake: Justify long description (75 char max) |
1.2.3 26 Feb 2014 11:47:24 |
marino |
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). |
1.2.3 08 Nov 2013 01:21:21 |
eadler |
- I don't have time to look into a fix for this port. |
1.2.3 24 Oct 2013 03:31:27 |
eadler |
- Mark this port as broken on i386. I need to find a fix, but for now let
people know it won't work. |
1.2.3 22 Oct 2013 04:22:17 |
eadler |
- Convert to staging. |
1.2.3 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.2.3 16 Jul 2013 21:59:48 |
eadler |
Remove now excess verbiage.
Reviewed by: bapt |
1.2.3 06 Jul 2013 17:27:41 |
eadler |
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion. |
1.2.3 02 Mar 2013 23:56:10 |
eadler |
Update to 1.2.3 |
1.2.2 26 Jan 2013 04:19:04 |
eadler |
Fix build error with man pages
Submitted by: poyopoyo@puripuri.plala.or.jp |
1.2.2 24 Jan 2013 19:46:51 |
eadler |
Update to 1.2.2
Pet portlint
Remove extranious LICENSE_FILE |
1.2.1 06 Oct 2012 14:35:46 |
eadler |
Trim the headers in the ports I maintain. |
1.2.1 21 Aug 2011 20:51:40 |
eadler |
- change the email address I use to maintain ports
Approved by: bapt (mentor) |
1.2.1 21 Aug 2011 16:12:46 |
eadler |
- change the email address I use to maintain ports
Approved by: bapt (mentor) |
1.2.1 09 Aug 2011 22:23:43 |
sahil |
- Pass maintainership to Eitan Adler
Submitted by: Eitan Adler (on EFNet/#bsdports) |
1.2.1 09 Aug 2011 15:41:30 |
mm |
Transfer maintainer back to ports@FreeBSD.org
Approved by: maintainer (myself) |
1.2.1 23 Mar 2011 15:53:22 |
mm |
- Add LICENSE knob(s) |
1.2.1 30 May 2010 08:22:34 |
mm |
- Update to 1.2.1 |
1.2 14 Mar 2010 10:54:42 |
mandree |
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) |
1.2.a.49 21 Dec 2009 08:01:09 |
mm |
- Update to 1.2.a49
- Unbreak
PR: ports/141760
Submitted by: mandree |
1.2.a.41 28 Jul 2008 13:27:09 |
mm |
- Re-enable compile on sparc64
PR: ports/125124
Submitted by: Daniel Austin MBCS <freebsd-sparc64@dan.me.uk> |
1.2.a.41 14 May 2008 20:07:02 |
pav |
- Mark BROKEN on CURRENT: include/schily/schily.h:110: error: conflicting types
for 'fexecve'
Reported by: pointyhat |
1.2.a.41 12 Apr 2007 15:35:17 |
mm |
- 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) |
1.2.a.40 05 Apr 2007 13:19:09 |
mm |
- updated maintainer e-mail address
Approved by: garga (mentor) |
1.2.a.40 06 Feb 2007 03:03:28 |
clsung |
- Update to 1.2.a.40
PR: ports/108792
Submitted by: maintainer (Martin Matuska) |
1.2.a.38 30 Sep 2006 07:54:31 |
miwi |
- Update to 1.2.a.38
PR: ports/103755
Submitted by: Martin Matuska <martin(at)matuska.org> (maintainer) |
1.2.a.36 11 Jul 2006 02:29:21 |
clsung |
- Update of devel/smake from 1.2.a.34 to 1.2.a.36
PR: ports/100048
Submitted by: maintainer (Martin Matuska) |
1.2.a.34 24 Apr 2006 10:30:54 |
erwin |
Update to 1.2.a.34
PR: 96250
Submitted by: Martin Matuska <martin@matuska.org> (maintainer) |
1.2.a.33 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.a.33 04 Sep 2005 00:23:00 |
sem |
- Update to 1.2.a.33
PR: ports/85701
Submitted by: maintainer |
1.2.a.32 16 Jul 2005 01:01:26 |
pav |
- Update to 1.2.a.32
PR: ports/83535
Submitted by: Martin Matuska <martin@matuska.org> (maintainer) |
1.2.a.30 10 Jun 2005 15:49:04 |
lawrance |
Update to 1.2.a.30
PR: ports/82119
Submitted by: Martin Matuska <martin@matuska.org> (maintainer) |
1.2.a.23 26 Mar 2005 22:12:55 |
kris |
BROKEN on sparc64: Does not build
Approved by: portmgr (self) |
1.2.a.23 25 Feb 2005 06:52:11 |
sem |
Smake is a highly portable make program with automake features.
PR: ports/77936
Submitted by: Martin Matuska <martin (at) matuska.org> |