Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.81.6_13 26 Oct 2020 20:16:02 |
rene |
Remove expired ports:
2020-10-25 converters/zbase32: does not build with python3
2020-10-25 devel/py-PEAK-Rules: does not build with python3
2020-10-25 editors/nvi-devel: Unsupported upstream since 2015, please switch to
editors/nvi2
See https://people.freebsd.org/~rene/stuff/old-ports.txt for "unremoveable"
ports. |
1.81.6_13 27 Jul 2020 01:48:13 |
leres |
editors/nvi-devel: Deprecate in favor of editors/nvi2
nvi-devel is based on a 2015 tarchive with several port patches
while nvi2 is an active project with over 600 commits since 2011
(including a pull request I submitted just today) that currently
has no port patches.
Please let me know if nvi-devel does anything that nvi2 does not
and I will attempt to rectify. |
1.81.6_13 04 Jul 2019 16:22:16 |
leres |
editors/nvi-devel: Take maintainership. Update MASTER_SITES to use
the University of Waterloo Computer Science Club mirror (with
LOCAL/leres as a secondary) since ftp.stack.nl no longer exists.
Approved by: Approved by: johans (maintainer timeout, 3 months and 3 consecutive
timeouts), ler (mentor, implicit) |
1.81.6_13 03 Jul 2019 17:39:28 |
leres |
editors/nvi-devel: Fix DB_CREATE error and segmentation fault; add
the DB_CREATE flag when using bdb >= 4.4.
PR: 238712
Approved by: johans (maintainer timeout, 2 weeks), matthew (mentor, implicit)
Obtained from: Mac Ports
https://trac.macports.org/browser/trunk/dports/editors/nvi/files/patch-common__db.h?rev=108622 |
1.81.6_12 21 Mar 2019 17:17:49 |
leres |
For those of us who prefer vi over vim there are no good options
for editing Python code. This patch (based on one by rokuyama at
rk.phys.keio.ac.jp) that adds the EXPANDTAB option to nvi (defaults
to off) which adds an expandtab option to nvi.
PR: 235446
Approved by: johans (maintainer timeout, 6 weeks), matthew (mentor, implicit) |
1.81.6_11 21 Mar 2019 17:12:16 |
leres |
Unlike the base vi (nvi 2.1.3), nvi-devel calls flock() on a writable
file descriptor. This has the unfortunately side effect of causing
the "Text file busy" error when you edit a script in one window and
try to run it in another.
The fix is to change the initial open() just prior to calling
file_lock() in file_init() to use O_RDONLY instead of O_RDWR. This
does not impact nvi's ability to write files, nvi creates a new
file when writing.
PR: 235445
Approved by: johans (maintainer timeout, 6 weeks), ler (mentor, implicit) |
1.81.6_10 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.81.6_9 19 Nov 2016 19:51:31 |
marino |
editors/nvi-devel: Fix ports ncurses header detection
Approved by: ncurses blanket |
1.81.6_9 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.81.6_9 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
1.81.6_9 05 Feb 2016 18:37:40 |
marino |
editors/nvi-devel: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
1.81.6_9 22 Sep 2015 20:37:15 |
amdmi3 |
- Switch to options helpers
- Fix stage-qa
Approved by: portmgr blanket |
1.81.6_9 13 Jun 2015 09:10:06 |
johans |
Copied distfile to my own site to make it fetchable again
Thanks to Julian H. Stacey for the copy |
1.81.6_9 05 Apr 2015 22:20:36 |
bapt |
Mark as broken unfetchable ports |
1.81.6_9 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
1.81.6_9 15 Sep 2014 18:30:50 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
1.81.6_8 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
1.81.6_7 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.81.6_7 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.81.6_6 09 Feb 2014 16:36:35 |
johans |
- Convert USE_AUTOTOOLS=libtool to USES=libtool.
- Fix build on FreeBSD 10 where libiconv isn't used.
- Remove post-install. Not needed with staging.
PR: ports/186592
Submitted by: tijl |
1.81.6_5 29 Dec 2013 10:58:07 |
johans |
Enable stage support |
1.81.6_5 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
1.81.6_5 13 Sep 2013 14:41:22 |
bapt |
Add a missing dependency on pkgconf |
1.81.6_5 18 Jul 2013 10:30:30 |
johans |
Update MASTER_SITES and trim header |
1.81.6_5 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
1.81.6_5 16 Jun 2012 14:51:46 |
johans |
Convert to new options framework |
1.81.6_5 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.81.6_5 23 Mar 2011 15:27:01 |
mandree |
Bump USE_BDB requirement from yes to 42+, as nvi breaks with DB 4.1
probably due to BDB issue #8852, "Remove restriction that DB_TRUNCATE is
not allowed on files with subdatabases. This restriction was introduced
in 4.1.25." -- source: Berkeley DB 4.2.52 ChangeLog
nvi-devel works with db42 and db51 on 8.2-amd64.
Approved by: johans (maintainer) |
1.81.6_4 21 Mar 2011 23:25:10 |
johans |
Fix up Berkeley DB dependencies ahead of databases/db3 removal later
PR: ports/155761
Submitted by: mandree |
1.81.6_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.81.6_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.81.6_3 13 Mar 2010 20:15:38 |
johans |
- iconv should be a library dependency
Reported by: Christian Weisgerber |
1.81.6_2 13 Mar 2010 18:16:15 |
johans |
- Fix previous commit, now actually enabling wide character support
- Fix iconv support as well (the dependency was not used)
- Bump portrevision
Reported by: Christian Weisgerber |
1.81.6_2 12 Mar 2010 08:48:55 |
johans |
- Enable wide-character support by default (enabling UTF-8 text editing);
This has no effect for people who don't use wide-characters
- Bump portrevision
- Claim maintainership |
1.81.6_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.81.6_1 02 Jul 2009 19:07:20 |
mezz |
Use LTMAIN and LIBTOOL instead of hardcore. |
1.81.6_1 07 Jun 2009 13:09:30 |
itetcu |
Fix build with custom LOCALBASE.
Reported by: QATty |
1.81.6_1 17 Jun 2008 13:20:34 |
wxs |
Change to installing binaries with 'n' prefix as to not conflict with
editors/2bsd-vi. It does, however, now conflict with editors/nvi-m17n.
Remove dead MASTER_SITES.
Remove unnecessary RELENG_4 hack.
PR: ports/124547
Submitted by: Robert Wilson <hotaru@safe-mail.net> |
1.81.6 15 Jun 2008 18:45:04 |
obrien |
Upgrade to version 1.81.6. |
1.81.6 15 Jun 2008 18:44:34 |
obrien |
Upgrade to version 1.81.6. |
1.81.5_4 05 Dec 2007 00:03:50 |
linimon |
Attempt to fix build on 7.x with gcc4.2.
PR: ports/118077
Submitted by: "J.R. Oldroyd" <fbsd at opal dot com>
Approved by: portmgr (self) |
1.81.5_3 27 May 2007 03:02:25 |
kris |
BROKEN with gcc 4.2 |
1.81.5_3 27 Mar 2007 16:29:09 |
pav |
- Fix after objformat removal
Reported by: pointyhat |
1.81.5_3 04 Mar 2007 02:04:20 |
linimon |
Maintainer has had his port bit taken for safekeeping. While here,
remove stale mastersites and pet portlint.
Hat: portmgr |
1.81.5_3 22 Jan 2006 08:34:46 |
edwin |
SHA256ify
Approved by: krion@ |
1.81.5_3 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
1.81.5_3 21 May 2003 17:33:30 |
sumikawa |
No need to split bsd.ports.mk.
Reported by: Sheldon Hearn <sheldonh@starjuice.net> |
1.81.5_3 20 May 2003 22:31:54 |
sumikawa |
Make buildable on -current. |
1.81.5_2 18 May 2003 11:41:13 |
kris |
BROKEN on 5.1: does not compile |
1.81.5_2 07 Mar 2003 06:00:45 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.81.5_2 22 Aug 2002 19:13:46 |
ade |
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x |
1.81.5_1 08 Jul 2002 00:14:07 |
dd |
Something seems to have happened to the master site at www.kotnet.org,
since everything under ~skimo is returning 404s. This is probably
temporary, but host the distfile locally just in case for the time
being.
Submitted by: fenner's distfile survey |
1.81.5_1 18 Mar 2002 10:27:58 |
knu |
Bump PORTREVISION to reflect the (lib)iconv upgrade. |
1.81.5_1 18 Mar 2002 09:46:46 |
sobomax |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv. |
11 Feb 2002 00:45:45 |
dd |
Belatedly upgrade to 1.81.5. Notes: (a) patch-vi-relative has been
incorporated; (b) this now compiles on -current after libdb from databases/db3
was renamed to libdb3; (c) this now compiles on -stable (removed BROKEN since
-stable has wchar.h now); and (d) fixed plist. |
01 Aug 2001 12:56:25 |
knu |
Back out the db3 port update because some of these dependent ports had been
broken by the incompatibility between db3.2 and db3.3. |
25 Jul 2001 16:05:11 |
knu |
Reflect databases/db3's shlib version bump from 2 to 3. |
11 Jul 2001 09:49:24 |
dd |
Remove a master site due to lack of bandwidth. |
09 Jul 2001 23:33:14 |
dd |
Remove my hack and replace it with a better, more correct patch from the
vendor. |
08 Jul 2001 00:45:43 |
dd |
Add nvi-devel, the development snapshot of nvi. |