Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.1_2 27 Oct 2024 06:30:17 |
Zsolt Udvari (uzsolt) Author: matt |
misc/lifelines: Update MASTER_SITES and WWW
While I'm here pet portclippy, portfmt and swith to DISTVERSION.
PR: 282040
Approved by: submitter is maintainer |
3.1.1_2 24 Feb 2024 20:43:13 |
Muhammad Moinur Rahman (bofh) |
misc/lifelines: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
3.1.1_1 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 ) |
3.1.1_1 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
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 ) |
3.1.1_1 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 ) |
3.1.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.1_1 23 Jul 2019 05:57:35 |
tobik |
misc/lifelines: Unbreak build as user
checking for bison... bison -o y.tab.c
LifeLines requires GNU Bison to compile src/interp/yacc.y.
===========================================================================
=======================<phase: build >============================
===> Building for lifelines-3.1.1_1
gmake[1]: Entering directory
'/wrkdirs/usr/ports/misc/lifelines/work/lifelines-3.1.1'
gmake[1]: Makefile: No such file or directory
The configure script cannot cope with any value for YACC that is
not "bison -y" and just exits with an error (and exit status 0, so
the build continues and fails in the next phase when it cannot find
Makefile) when it is a different value. Set it to "bison -y"
explicitly.
This will fix building as user, but it is not clear why we do not
see this failure when building as root. |
3.1.1_1 27 Mar 2019 12:01:47 |
bofh |
misc/lifelines: Bump PORTREVISION on last commit
Reported by: david@catwhisker.org |
3.1.1 27 Mar 2019 00:12:55 |
bofh |
misc/lifelines: Fix "person" entries show extraneous "Y" in DATE fields
- Fix patch files
- Modernize with OPTIONS
PR: 208698
Submitted by: matt@gsicomp.on.ca
Reported by: david@catwhisker.org
Approved by: matt@gsicomp.on.ca |
3.1.1 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
3.1.1 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
3.1.1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
3.1.1 08 Apr 2016 12:24:00 |
marino |
misc/lifelines: Return USES=ncurses (removed by r411920) |
3.1.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.1.1 26 Mar 2016 10:33:14 |
riggs |
Update to upstream version 3.1.1
Changeset includes:
- Fix to UTF-8 string handling (handling in upstream version 3.1.1)
- Move from SF to GH
- MAKE_JOBS_UNSAFE=yes (parallel builds are not reliable at the moment)
- Comments on special DOCS handling for this port
PR: 208090
Submitted by: matt@gsicomp.on.ca (maintainer) |
3.0.62_1 02 Feb 2016 23:51:24 |
marino |
misc/lifelines: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
3.0.62_1 23 Oct 2015 13:09:11 |
danfe |
- Improve wide character (UTF-8) support, define LICENSE (MIT)
- Convert to option helpers and thus cleanup Makefile; running `make
package OPTIONS_UNSET=DOCS -DBATCH' will produce a docless package
without any pre-staging-era hacks in the Makefile
PR: 203098
Submitted by: dhw
Approved by: maintainer |
3.0.62 11 Oct 2014 22:15:54 |
jhale |
- Convert USE_BZIP2 to USES
- Use OPTIONS_SUB
- Cleanup plist
Approved by: portmgr blanket |
3.0.62 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
3.0.62 15 Feb 2014 21:40:31 |
rakuco |
- Update to 3.0.62 [1]
- Support staging
PR: ports/186801 [1]
Submitted by: Matt Emmerton <matt@gsicomp.on.ca> (maintainer) |
3.0.51_1 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) |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
3.0.51_1 04 Jun 2013 14:32:59 |
bapt |
WITHOUT_NLS -> PORT_OPTIONS:MNLS
NOPORTDOCS -> PORT_OPTIONS:MDOCS |
3.0.51_1 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
3.0.51_1 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
3.0.51_1 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
3.0.51_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.0.51_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
3.0.51 27 Aug 2009 13:03:17 |
araujo |
- Update to 3.0.51.
PR: ports/138053
Submitted by: Sylvio Cesar <scjamorim___bsd.com.br>
Approved by: Matt Emmerton <matt___gsicomp.on.ca> |
3.0.50_3 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
3.0.50_3 05 Apr 2009 08:07:48 |
itetcu |
- use SF macro
- fix plist with -DNOPORTOCS
- install man pages irrespective of NOPORTDOCS
- use some dirrmtry in plist for locate dirs that might contain files istalled
by other ports
- bump PORTREVISION
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMails |
3.0.50_2 21 Aug 2008 06:18:49 |
rafan |
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 ) |
3.0.50_2 06 Jun 2008 13:45:40 |
edwin |
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) |
3.0.50_1 20 Mar 2008 09:51:43 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
3.0.50_1 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
3.0.50 09 Mar 2007 12:20:26 |
rafan |
No matter ncursesw from ports or base (OSVERSION >= 700033), it's in
search path. This also fix build after inclusion ncursesw in current. |
3.0.50 01 Jul 2006 17:29:02 |
clsung |
- Update to 3.0.50
PR: ports/99673
Submitted by: chinsan <chinsan dot tw_AT_gmail dot com>
Approved by: maintainer (Matt Emmerton) |
3.0.46.1 26 Jan 2006 04:19:05 |
kris |
Don't remove system directories |
3.0.46.1 22 Jan 2006 12:59:47 |
edwin |
SHA256ify
Approved by: krion@ |
3.0.46.1 22 Jan 2006 02:28:45 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.0.46.1 14 Oct 2005 04:04:25 |
mnag |
Update to 3.0.46.1
PR: 87402
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Approved by: Matt Emmerton <matt@gsicomp.on.ca> (maintainer) |
3.0.37.2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
3.0.37.2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
3.0.37.2 11 Jul 2004 10:22:46 |
krion |
Support WITHOUT_NLS |
3.0.37.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.0.37.2 14 Feb 2004 14:32:13 |
krion |
- Update to version 3.0.37.2
PR: ports/62809
Submitted by: Hubert Tournier <hubert@frbsd.org>
Approved by: maintainer |
3.0.6_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
3.0.6 21 Feb 2003 12:48:19 |
knu |
De-pkg-comment. |
3.0.6 14 Jan 2003 04:47:19 |
kris |
Add missing file |
20 Nov 2001 23:29:38 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
30 Sep 2001 09:51:57 |
markp |
Updated to 3.06. |
08 Oct 2000 05:01:16 |
asami |
Convert category misc to new layout. |
04 Sep 2000 15:38:52 |
sobomax |
New port for the lifelines family tree package. Note that this port is the
database core & data entry app only. Reports will follow in a separate
package, since they are updated more frequently. |