non port: misc/kcd/Makefile |
SVNWeb
|
Number of commits found: 47 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b832da1 (Only the first 10 of 349 ports in this commit are shown above. )
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 8 Dec 2016
|
[ 19:52 tijl ] (Only the first 10 of 551 ports in this commit are shown above. )
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Mon, 4 Jan 2016
|
[ 08:36 amdmi3 ]
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
|
Tue, 14 Jan 2014
|
[ 20:23 antoine ]
- Fix build with clang
- Stage support
PR: ports/185692
Submitted by: KATO Tsuguru
|
Fri, 20 Sep 2013
|
[ 20:50 bapt ] (Only the first 10 of 491 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
|
Wed, 31 Jul 2013
|
[ 14:36 az ] (Only the first 10 of 18 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Mon, 25 Mar 2013
|
[ 04:30 eadler ] (Only the first 10 of 30 ports in this commit are shown above. )
Cleanup unmaintained ports in the misc category:
- Trim Header
- Convert to OptionsNG
- Prefer DISTNAME to DISTFILES
- Reorder variables
- Fix comments (don't include leading article)
- @unexec rm must not cause failure
- Tabs, not spaces
- Single space for WWW
- Pet portlint
- etc.
In a few cases the option DOCS was used to control installation into EXAMPLEDIR.
I opted to keep the existing logic of the port in these cases.
Reviewed by: koobs, ashish
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Fri, 2 Sep 2011
|
[ 01:18 sylvio ]
- Update to 7.15.0
- Add License
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Mon, 27 Oct 2008
|
[ 15:59 tabthorpe ]
- Reassign to ports
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Fri, 6 Jun 2008
|
[ 13:45 edwin ] (Only the first 10 of 134 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sun, 16 Dec 2007
|
[ 19:40 tabthorpe ]
- Update to 7.14.0
- Unbreak
|
Thu, 15 Nov 2007
|
[ 02:29 tabthorpe ]
- Mark as BROKEN across the board.
Approved by: portmgr (erwin)
|
Wed, 7 Nov 2007
|
[ 11:53 tabthorpe ]
- Mark as BROKEN on 8.X
Approved by: portmgr (linimon)
|
Mon, 5 Nov 2007
|
[ 16:28 tabthorpe ]
- Mark as BROKEN on Freebsd 8.X and AMD64
Reviewed by: miwi@
Approved by: portmgr (pav)
|
Thu, 23 Aug 2007
|
[ 04:00 tabthorpe ] (Only the first 10 of 58 ports in this commit are shown above. )
- change maintainer address on ports I maintain
Approved by: clsung (mentor)
|
Wed, 1 Aug 2007
|
[ 09:34 miwi ]
- Unbreak under HEAD
PR: 115095
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
|
Tue, 24 Jul 2007
|
[ 09:48 miwi ]
- Update to 7.6.2
- Pass maintainership to submitter
PR: 114845
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
|
Sat, 11 Mar 2006
|
[ 01:19 kris ]
Mark IGNORE on 7.x: the configure script attempts to force a memory
allocation failure by using setrlimit(RLIMIT_DATA, ...) and doing malloc,
except malloc no longer uses sbrk() to allocate memory so this ends up
running the entire machine out of swap.
Approved by: portmgr (implicit)
|
Wed, 16 Nov 2005
|
[ 21:30 edwin ]
Welcome misc/kcd-devel, which is version 7.11.x
Backout misc/kcd, which is version 7.6
Suggested by: KATO Tsuguru <tkato432@yahoo.com>
|
Tue, 15 Nov 2005
|
[ 07:37 edwin ]
Update to 7.11.0
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sun, 28 Mar 2004
|
[ 16:42 krion ]
- Update to version 7.6.0
PR: ports/64857
Submitted by: Ports Fury
|
Wed, 4 Feb 2004
|
[ 04:36 marcus ] (Only the first 10 of 312 ports in this commit are shown above. )
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
|
Fri, 23 Jan 2004
|
[ 18:12 trevor ] (Only the first 10 of 314 ports in this commit are shown above. )
Now gettext 0.12.1 is gettext-old.
|
Tue, 26 Aug 2003
|
[ 20:25 marcus ] (Only the first 10 of 173 ports in this commit are shown above. )
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
|
Mon, 25 Aug 2003
|
[ 05:41 marcus ] (Only the first 10 of 175 ports in this commit are shown above. )
Chase the libintl.so shared lib version.
|
Fri, 11 Jul 2003
|
[ 05:12 daichi ]
update misc/kcd: 6.4.2 -> 7.0.0
PR: 54326
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Thu, 24 Apr 2003
|
[ 00:52 naddy ]
Update to version 6.4.2
PR: 51058
Submitted by: Ports Fury
|
Thu, 20 Feb 2003
|
[ 18:46 knu ] (Only the first 10 of 172 ports in this commit are shown above. )
De-pkg-comment.
|
Wed, 20 Nov 2002
|
[ 12:55 ijliao ]
upgrade to 6.4.1
PR: 45441
Submitted by: Ports Fury
|
Tue, 22 Oct 2002
|
[ 06:14 ijliao ]
fix build
PR: 44350
Submitted by: Ports Fury
|
Sat, 5 Oct 2002
|
[ 21:56 kris ]
BROKEN: Does not compile
|
Thu, 1 Aug 2002
|
[ 16:22 ade ] (Only the first 10 of 191 ports in this commit are shown above. )
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
|
Sat, 8 Jun 2002
|
[ 18:42 ijliao ]
upgrade to 6.0.0
PR: 38999
Submitted by: Ports Fury
|
Tue, 12 Jun 2001
|
[ 13:17 markp ]
Updated to 5.0.3.
|
Thu, 16 Nov 2000
|
[ 13:14 tg ]
Depend on ncurses.5 after the upgrade of devel/ncurses.
|
Mon, 21 Aug 2000
|
[ 21:54 dannyboy ]
Update to version 5.0.2.
|
Sun, 20 Aug 2000
|
[ 11:21 will ]
Update to 5.0.1.
|
Wed, 14 Jun 2000
|
[ 14:21 sobomax ] (Only the first 10 of 72 ports in this commit are shown above. )
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
|
Number of commits found: 47 |