non port: editors/nvi-devel/Makefile |
Number of commits found: 53 |
Monday, 27 Jul 2020
|
01:48 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.
 |
Thursday, 4 Jul 2019
|
16:22 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)
 |
Wednesday, 3 Jul 2019
|
17:39 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
 |
Thursday, 21 Mar 2019
|
17:17 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)
 |
17:12 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)
 |
Thursday, 8 Dec 2016
|
19:23 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.
 |
Saturday, 19 Nov 2016
|
19:51 marino
editors/nvi-devel: Fix ports ncurses header detection
Approved by: ncurses blanket
 |
Wednesday, 2 Nov 2016
|
22:45 mat
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Monday, 8 Aug 2016
|
13:46 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
 |
Friday, 5 Feb 2016
|
18:37 marino
editors/nvi-devel: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
 |
Tuesday, 22 Sep 2015
|
20:37 amdmi3
- Switch to options helpers
- Fix stage-qa
Approved by: portmgr blanket
 |
Saturday, 13 Jun 2015
|
09:10 johans
Copied distfile to my own site to make it fetchable again
Thanks to Julian H. Stacey for the copy
 |
Sunday, 5 Apr 2015
|
22:20 bapt
Mark as broken unfetchable ports
 |
Monday, 15 Sep 2014
|
18:30 amdmi3
- Drop .la files, no dependees require them
Approved by: portmgr blanket
 |
Thursday, 21 Aug 2014
|
22:50 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)
 |
Tuesday, 29 Jul 2014
|
18:41 adamw
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
 |
Wednesday, 23 Apr 2014
|
13:25 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).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
 |
Sunday, 9 Feb 2014
|
16:36 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
 |
Sunday, 29 Dec 2013
|
10:58 johans
Enable stage support
 |
Friday, 20 Sep 2013
|
16:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
 |
Friday, 13 Sep 2013
|
14:41 bapt
Add a missing dependency on pkgconf
 |
Thursday, 18 Jul 2013
|
10:30 johans
Update MASTER_SITES and trim header
 |
Saturday, 27 Apr 2013
|
08:50 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
 |
Saturday, 16 Jun 2012
|
14:51 johans
Convert to new options framework
 |
Friday, 23 Sep 2011
|
22:26 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
 |
Wednesday, 23 Mar 2011
|
15:27 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)
 |
Monday, 21 Mar 2011
|
23:25 johans
Fix up Berkeley DB dependencies ahead of databases/db3 removal later
PR: ports/155761
Submitted by: mandree
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Saturday, 13 Mar 2010
|
20:15 johans
- iconv should be a library dependency
Reported by: Christian Weisgerber
 |
18:16 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
 |
Friday, 12 Mar 2010
|
08:48 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
 |
Sunday, 2 Aug 2009
|
19:36 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
 |
Thursday, 2 Jul 2009
|
19:07 mezz
Use LTMAIN and LIBTOOL instead of hardcore.
 |
Sunday, 7 Jun 2009
|
13:09 itetcu
Fix build with custom LOCALBASE.
Reported by: QATty
 |
Tuesday, 17 Jun 2008
|
13:20 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>
 |
Sunday, 15 Jun 2008
|
18:44 obrien
Upgrade to version 1.81.6.
 |
Wednesday, 5 Dec 2007
|
00:03 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)
 |
Sunday, 27 May 2007
|
03:02 kris
BROKEN with gcc 4.2
 |
Tuesday, 27 Mar 2007
|
16:29 pav
- Fix after objformat removal
Reported by: pointyhat
 |
Sunday, 4 Mar 2007
|
02:04 linimon
Maintainer has had his port bit taken for safekeeping. While here,
remove stale mastersites and pet portlint.
Hat: portmgr
 |
Wednesday, 21 May 2003
|
17:33 sumikawa
No need to split bsd.ports.mk.
Reported by: Sheldon Hearn <sheldonh@starjuice.net>
 |
Tuesday, 20 May 2003
|
22:31 sumikawa
Make buildable on -current.
 |
Sunday, 18 May 2003
|
11:41 kris
BROKEN on 5.1: does not compile
 |
Friday, 7 Mar 2003
|
06:00 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Thursday, 22 Aug 2002
|
19:13 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
 |
Monday, 8 Jul 2002
|
00:14 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
 |
Monday, 18 Mar 2002
|
10:27 knu
Bump PORTREVISION to reflect the (lib)iconv upgrade.
 |
09:46 sobomax
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
 |
Monday, 11 Feb 2002
|
00: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.
 |
Wednesday, 1 Aug 2001
|
12:56 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.
 |
Wednesday, 25 Jul 2001
|
16:05 knu
Reflect databases/db3's shlib version bump from 2 to 3.
 |
Wednesday, 11 Jul 2001
|
09:49 dd
Remove a master site due to lack of bandwidth.
 |
Sunday, 8 Jul 2001
|
00:45 dd
Add nvi-devel, the development snapshot of nvi.
 |
Number of commits found: 53 |