Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20240617 09 Sep 2024 19:11:12 |
Alexey Dokuchaev (danfe) |
devel/plan9port: unbreak, update, and undeprecate the port (+)
- Fix the conflict with badly named kcmp(2) syscall introduced in
recent FreeBSD-CURRENT/14.1
- Update to the latest GitHub commit, shorten the GH_TAGNAME, and
merge two installation targets into one (which still begs for a
further pre/post-stage separation and cleanup)
Fixes: d846b489087a
PR: 278145 |
20220913 08 Sep 2024 17:31:49 |
Daniel Engberg (diizzy) |
devel/plan9port: Deprecate and set expiration date to 2024-11-30
Fails to build, unmaintained in tree and outdated |
20220913 27 May 2024 07:04:03 |
Mathieu Arnold (mat) |
devel/plan9port: drop maintainership
via email to ports@ |
20220913 01 Dec 2022 11:04:16 |
Fernando ApesteguÃa (fernape) Author: Felix Hanley |
devel/plan9port: Update to 20220913.
Submitter becomes maintainer. Already maintainer of several ports.
PR: 268075
Reported by: felix@userspace.com.au |
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) |
20200816 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 ) |
20200816 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20200816 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20200816 22 Oct 2020 15:44:13 |
pkubaj |
devel/plan9port: fix build on GCC architectures
Actually respect CC.
MFH: 2020Q4 (fix build blanket) |
20200816 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
20200816 20 Aug 2020 08:08:06 |
tobik |
devel/plan9port: Update to newest commit
Changes: https://github.com/9fans/plan9port/compare/4650064aa757c217fa72f8819a2cf67c689bcdef...1f098efb7370a0b28306d10681e21883fb1c1507 |
20200330 21 Jun 2020 23:18:31 |
tobik |
devel/plan9port: Partially revert r539609
Adding CC9 to LOCAL.config breaks the build.
http://package19.nyi.freebsd.org/data/121amd64-default-build-as-user/539679/logs/plan9port-20200330.log
Pointy hat: pkubaj |
20200330 19 Jun 2020 14:00:17 |
pkubaj |
devel/plan9port: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-misleading-indentation"
cc1: error: unrecognized command line option "-Wno-stringop-truncation"
cc1: error: unrecognized command line option "-Wno-stringop-overflow"
cc1: error: unrecognized command line option "-Wno-format-truncation"
MFH: 2020Q2 (fix build blanket) |
20200330 29 May 2020 00:17:08 |
emaste |
devel/plan9port: add BUILD_DEPENDS as:devel/binutils
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
PR: 205250
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
20200330 28 Apr 2020 22:44:48 |
tobik |
devel/plan9port: Update to newest commit
Should build fine on aarch64 now.
Changes: https://github.com/9fans/plan9port/compare/e995a0c101863688d5f14649ae3de45a7c43789c...4650064aa757c217fa72f8819a2cf67c689bcdef |
20190619 31 Oct 2019 08:59:55 |
tobik |
Add missing USES to my ports |
20190619 05 Aug 2019 09:13:12 |
tobik |
devel/plan9port: Update to latest commit
- Convert pkg-message to UCL and only show it on install |
20180205 21 Jun 2018 23:52:37 |
linimon |
Mark as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
20180205 09 Mar 2018 13:39:33 |
tobik |
devel/plan9port: Update to latest commit
- Cleanup and simplify the port
- Remove all no-op REINPLACE_CMD
- Add a plist
- Update pkg-descr and WWW
- Take maintainership
- Install dictionary and thesaurus files for dict(1)
- Install data files for scat(1)
- Copy pkg-message from the OpenBSD port |
20170723 17 Aug 2017 18:06:43 |
swills |
devel/plan9port: Update to 20170723
PR: 221191
Submitted by: kdrakehp@zoho.com |
20170210 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
20170210 13 Apr 2017 17:13:33 |
ak |
- Fix build
Reported by: pkg-fallout (via linimon) |
20170210 13 Apr 2017 14:56:45 |
linimon |
Now failing to build everywhere (amd64, i386, armv6). |
20170210 25 Mar 2017 22:42:36 |
ak |
- Update MASTER_SITES: move from Google Code to GitHub to unbreak the port
- Update to 20170210 snapshot
PR: 217603
Submitted by: kdrakehp@zoho.com |
20140306_5 03 Mar 2017 16:00:20 |
mat |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight |
20140306_5 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
20140306_5 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
20140306_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20140306_5 05 Jan 2016 16:05:15 |
jhale |
- Fix staging after r405099
While here:
- Remove @dirrm
- Use new method of dealing with permissions and empty dirs
- Remove .hgignore and .hgtags
- Bump PORTREVISION due to plist change
MFH: 2016Q1 |
20140306_4 02 Jan 2016 23:04:57 |
rakuco |
Fix WRKSRC after r404834.
The top-level directory in the tarball is now called "plan9port" instead of
"plan9". This fixes `make patch':
===> Missing license file for LUCENT in
/wrkdirs/usr/ports/devel/plan9port/work/plan9/LICENSE
Thanks to antoine for poking me. |
20140306_4 30 Dec 2015 11:38:38 |
rakuco |
Switch to a working MASTER_SITE and reroll distinfo.
The difference in contents is all in the .hg directory. |
20140306_4 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
20140306_4 01 Oct 2015 09:32:42 |
amdmi3 |
- Switch to options helpers
- Add missing run-depend on rc used by some installed scripts
- Fix shebangs |
20140306_3 02 Oct 2014 19:50:45 |
glebius |
Fix memory leak in last revision.
Approved by: bapt (blanket) |
20140306_2 02 Oct 2014 19:11:08 |
glebius |
Use getifaddrs(3) instead of kvm(3) to access ifnet statistics. Fixes
current breakage on head and future ones.
Approved by: bapt (blanket) |
20140306_1 07 Sep 2014 14:15:06 |
danfe |
Stagify the port properly: previously, binaries would embed ${STAGEDIR}
references in them. |
20140306 08 Jul 2014 04:36:32 |
danfe |
Update to snapshot 20140306 and stagify. |
20130907 04 Jul 2014 12:06:07 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
20130907 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
20130907 13 Sep 2013 09:06:18 |
danfe |
- Update to snapshot as of 20130907
- Respect CC, unbreak on recent -CURRENT
Reported by: pkg-fallout |
20130320 02 Sep 2013 08:56:07 |
danfe |
- Convert old-school USE_GMAKE and USE_PERL5_* to modern USES
- Perform some minor cleanups whenever appropriate
Submitted by: az |
20130320 25 Jun 2013 11:10:28 |
danfe |
Use openpty() for pts allocation, just like other *BSD and Linux |
20130320 20 Jun 2013 06:47:38 |
danfe |
- Unbreak on -CURRENT (10.x): their linker script (bin/9l) employs silly
`uname -r` check which did not cover FreeBSD versions >9
- Clean up Makefile slightly while here |
20130320 13 Jun 2013 07:11:41 |
danfe |
Update to version 20130320. |
20120820 25 Aug 2012 16:09:29 |
danfe |
Update to version 20120820. |
20110901 24 Jun 2012 21:53:38 |
dougb |
s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated. |
20110901 10 Nov 2011 05:38:32 |
linimon |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr |
20110901 02 Sep 2011 02:00:40 |
danfe |
- Update to version 20110901
- Add LICENSE (Lucent Public License Version 1.02)
- Join some adjacent short lines |
20100223 02 Sep 2011 01:13:55 |
danfe |
Reword a bit and reformat. |
20100223 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
20100223 01 Apr 2010 10:46:03 |
linimon |
Also fails on ia64.
Hat: portmgr |
20100223 22 Mar 2010 05:54:19 |
linimon |
Mark as broken on sparc64: fails to install.
Hat: portmgr |
20100223 11 Mar 2010 15:37:04 |
danfe |
Improve on text. |
20100223 23 Feb 2010 21:29:44 |
danfe |
Reformat, fix couple of grammar nits, and reword for better readability.
Feature safe: yes |
20100223 23 Feb 2010 21:27:36 |
danfe |
- Update to the most recent snapshot to date, and unbreak on newer versions
of FreeBSD
- Remove architecture restrictions; it supports at least i386 and amd64 now,
so let's give others a chance
- Remove defunct distfile site
- Perform minor Makefile cleanup
Based on PR: ports/144034
Feature safe: yes |
20080909_1 23 Feb 2010 17:42:31 |
danfe |
Beautify port description.
Feature safe: yes |
20080909_1 29 Dec 2009 10:25:55 |
miwi |
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src
PR: ports/136065 ports/127469
Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>
- Early identify port CONFLICTS
PR: 137855
Submitted by: Piotr Smyrak <smyru@heron.pl>
- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.
Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.
Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)
- Fix some whitespaces
Tested with: exp-run |
20080909_1 14 Dec 2009 23:10:55 |
danfe |
In preparation to the update:
- Canonicalize Makefile header
- Rephrase COMMENT
- Take maintainership |
20080909_1 14 Dec 2009 19:57:14 |
thierry |
Release maintainership.
Thanks Serge for maintaining these ports all these years!
PR: (private mail)
Submitted by: Serge Gagnon <serge.gagnon.1 (at) ulaval.ca> |
20080909_1 13 Jun 2009 20:37:14 |
erwin |
Mark BROKEN on 8.x: does not build. |
20080909_1 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
20080909 11 Oct 2008 15:23:58 |
miwi |
- Update to 20080909
PR: 127885
Submitted by: Serge Gagnon <serge.gagnon.1@ulaval.ca> (maintainer) |
20080409_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
20080409 16 Apr 2008 09:56:49 |
clsung |
- Update to 20080409
PR: ports/122809
Submitted by: maintainer (Serge Gagnon) |
20071208 25 Dec 2007 11:06:25 |
lwhsu |
- Update to 20071208
- Change maintainer's email adress
PR: ports/118667
Submitted by: Serge Gagnon <serge.gagnon AT b2b2c.ca> (maintainer) |
20070223_1 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
20070223_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20070223 07 Mar 2007 12:49:22 |
miwi |
- Respect X11BASE
PR: 109931
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer) |
20070223 01 Mar 2007 10:07:54 |
miwi |
- Update to 20070223
PR: 109614
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer) |
20060629 04 Aug 2006 12:34:50 |
erwin |
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006 |
20060629 01 Jul 2006 14:59:59 |
novel |
Update to 20060629.
PR: 99646
Submitted by: Serge Gagnon (maintainer) |
20060511 11 May 2006 18:05:30 |
mnag |
- Update to 20060511
PR: 97135
Submitted by: maintainer |
20060507 09 May 2006 02:58:06 |
mnag |
- Update to 20060507
- UnBROKEN on 4.X
- Install initial plumbing rule (install-user:)
PR: 96960
Submitted by: maintainer |
20060402 05 May 2006 21:13:20 |
mnag |
- Fix build dependency
PR: 96837
Submitted by: maintainer |
20060402 05 May 2006 17:47:21 |
mnag |
* plan9port
- Update to 20060402
- Remove RESTRICTED field since the author got a permission
- Remove USE_PERL5
- Mark as BROKEN on 4.x
* LEGAL
- Remove plan9port entry
PR: 95316
Submitted by: maintainer |
20060214 18 Feb 2006 01:27:11 |
mnag |
- Update to 20060207
PR: 93346
Submitted by: maintainer |
20060207 08 Feb 2006 18:09:09 |
tdb |
- Update to 20060207
PR: 93004
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer) |
20060131 02 Feb 2006 21:20:59 |
garga |
- Update to 20060131
PR: ports/92664
Submitted by: maintainer |
20060127 28 Jan 2006 10:30:55 |
tdb |
- Update to 20060127
PR: 92430
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer) |
20060117 18 Jan 2006 19:11:46 |
mnag |
Update to 20060117
PR: 91924
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer) |
20060112 12 Jan 2006 22:31:30 |
tdb |
- Update to 20060112
- Fix typo in pkg-message.in
PR: 91718
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer) |
20060107 08 Jan 2006 12:34:44 |
edwin |
Update port: devel/plan9port to 20060107
- Update to 20060107
- Remove files/patch-src-cmd-eqn-e.h and
files/patch-src-lib9-fmt-plan9.h
(It has been incorporated in the software by the author)
PR: ports/91478
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> |
20060101 06 Jan 2006 15:45:21 |
hrs |
- Update to 20060101[*].
- Fix package building. The previous version generates a broken
package which does not includes charlib directory.
- Fix build on 4.x.
Submitted by: Serge Gagnon (serge.gagnon at b2b2c dot ca) (maintainer)[*] |
20051231 01 Jan 2006 00:11:02 |
pav |
- Update to 20051231
PR: ports/91150
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer) |
20051228 30 Dec 2005 05:07:46 |
pav |
This is a port of the bulk of the Plan 9 software build environment to
Unix.
This port tries to reproduce the Plan 9 build environment as faithfully
as possible, providing u.h and libc.h, and blithely redefining tokens
such as open, dup, and accept in order to provide implementations that
better mimic the Plan 9 semantics. The result is a more complicated and
less Unix-friendly environment, but Plan 9 programs can typically be
compiled with little or no changes.
PR: ports/90997
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> |