Commit graph

73 commits

Author SHA1 Message Date
Eitan Adler
98e2e496ce - Pet portlint
- Move LICENSE to appropriate place
- Teach portscout that only even versions count
2013-03-01 19:12:55 +00:00
Eitan Adler
5142898fc9 oops, committed from the wrong directory.
Pointyhat to: eadler
Feature safe: yes
2012-10-20 15:19:15 +00:00
Eitan Adler
50f616c0d6 Convert to OptionsNG
Feature safe:	yes
2012-10-20 15:16:20 +00:00
Eitan Adler
d95db58136 Trim the headers in the ports I maintain. 2012-10-06 14:35:45 +00:00
Eitan Adler
4233c12f7b Don't support pre 7.1 anymore. 2012-06-10 15:32:53 +00:00
Martin Wilke
fa53475acd - Another index fix 2011-11-07 06:38:17 +00:00
Martin Wilke
3cabe21a2d - Get rid FreeBSD 6 support 2011-11-07 04:24:55 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Eitan Adler
e1f907bc92 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 20:51:40 +00:00
Eitan Adler
74db235785 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 16:12:46 +00:00
Pav Lucistnik
4ab2569ad7 - Update to 2.2.6
PR:		ports/152481
Submitted by:	Eitan Adler <lists@eitanadler.com> (maintainer)
2010-12-02 14:28:52 +00:00
Sahil Tandon
19b774338d - Update to 2.2.5
PR:		ports/149483
Submitted by:	Eitan Adler <lists@eitanadler.com> (maintainer)
2010-08-10 03:00:02 +00:00
Sahil Tandon
b12c404764 - Update maintainer's email address
PR:		ports/148497
Submitted by:	Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
2010-07-11 18:41:15 +00:00
Martin Wilke
f49a9118be - Add licence
PR:		147235
Submitted by:	Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
2010-06-05 19:59:12 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Thomas Abthorpe
242cc9e91c - Update to 2.2.4
PR:		ports/146018
Submitted by:	Eitan Adler <EitanAdlerList gmail.com> (maintainer)
Security:	CVE-2010-1160
Security:	CVE-2010-1161
2010-04-26 17:45:24 +00:00
Martin Wilke
c766b0f0b4 - Update to 2.2.3
PR:		143789
Submitted by:	Eitan Adler <EitanAdlerList@gmail.com>(Maintainer)
2010-02-12 14:19:58 +00:00
Wen Heping
37325c0699 - Update to 2.2.2
PR:		ports/143009
Submitted by:	Eitan Adler <EitanAdlerList@gmail.com> (maintainer)
2010-01-20 12:52:16 +00:00
Martin Wilke
3176ade167 - Update to 2.2.1
PR:		141419
Submitted by:	Eitan Adler <EitanAdlerList@gmail.com> (maintainer)
2009-12-13 14:39:52 +00:00
Christian Weisgerber
fe4b4311a2 Update to 2.2.0 and pass maintainership to Eitan Adler.
PR:		141049
Submitted by:	Eitan Adler <eitanadlerlist@gmail.com>
2009-12-01 16:47:20 +00:00
Christian Weisgerber
73c5e38ae7 Fix segfault on 8.0.
PR:		138320
Submitted by:	Andrew Brampton <brampton@gmail.com>
2009-08-30 15:26:48 +00:00
Christian Weisgerber
5f72e5ca89 Mark MAKE_JOBS_SAFE for parallel building. 2009-03-25 16:24:14 +00:00
Christian Weisgerber
109d169aec Update to 2.0.9: translation updates.
PR:		128038
2008-10-13 15:03:09 +00:00
Christian Weisgerber
bbc8912585 Update to 2.0.8, which incorporates some small bug fixes. 2008-08-25 17:59:01 +00:00
Rong-En Fan
741aa71483 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Christian Weisgerber
2e18770cbc Fix pkg-plist if WITHOUT_NLS is set (there are no french man pages).
PR:		126495
Submitted by:	mm
2008-08-14 19:50:27 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Christian Weisgerber
7e2975a083 Update to 2.0.7, which has miscellaneous bug fixes and translation updates. 2008-01-15 17:01:38 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Christian Weisgerber
cce1cd1464 Update to 2.0.6. Changes in this release:
* Fix a potential segfault after justifying text marked from the bottom up.
2007-04-27 15:01:13 +00:00
Christian Weisgerber
a6a7099f88 Update to 2.0.5. Changes in this release:
This release fixes problems (including a segfault) when trying to
open or save a file in a directory beginning with "~" that isn't a home
directory. A problem where an unnamed file could be saved over an existing
filename with no warning was fixed. Opening directories or device files is
properly disallowed from "include" commands in nanorc files. A misleading
prompt is no longer displayed when trying to save in restricted mode with
the mark on. More keys are properly supported. This release also improves
several color syntaxes to highlight trailing whitespace, and adds yet more
minor documentation updates.
2007-04-23 14:52:36 +00:00
Christian Weisgerber
eea81c262a * Update to 2.0.4. Changes in this release:
- Support additional keys on some terminals.
  - Minor documentation updates.

* Enable UTF-8 support if ncursesw is available in the base system.
2007-04-09 16:10:14 +00:00
Christian Weisgerber
48627b4406 Update to 2.0.3: cosmetic changes only. 2007-01-31 20:48:39 +00:00
Christian Weisgerber
8b971d9594 Remove message catalog directory.
Submitted by:	kris	(pointyhat)
2007-01-14 18:26:40 +00:00
Christian Weisgerber
92c993f066 Update to 2.0.2, which brings miscellaneous bug fixes. 2006-12-21 22:59:22 +00:00
Christian Weisgerber
cb29051679 Update to 2.0.1. Improvements and new features:
* Improved color syntax highlighting
* Copy text without cutting
* Verbatim input mode
* Repeat last seach without confirmation (Meta-W)
* Spell check/replace selected text only
* Indent marked text
* Move to beginning/end of paragraph
* Search within the file browser
* Mixed file format auto-conversion
2006-12-15 21:02:12 +00:00
Edwin Groothuis
b3bcb8e257 Remove USE_REINPLACE from all categories starting with E 2006-05-07 10:55:47 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Christian Weisgerber
767c10ddfa Update to 1.2.5. From the change log:
This release includes fixes for segfault during filename completion,
  justify on systems without regex.h, hangs when the input stream
  goes away, and scrolling beyond COLS.  Included are some new
  keyboard sequences.
2005-05-20 21:36:52 +00:00
Kirill Ponomarev
037281d66e Support WITHOUT_NLS 2004-07-11 10:03:33 +00:00
Christian Weisgerber
861dd3b526 * Update to 1.2.4. Changes in this release: various bug fixes.
* Fix regular expressions in nanorc.sample; pointed out by Jacek Wotka.
2004-06-30 22:38:45 +00:00
Christian Weisgerber
08b7bf3ed2 Expand $SYSCONFDIR in man pages.
Obtained from:	Robert Nagy <thuglife@bsd.hu> via OpenBSD
2004-04-01 01:27:29 +00:00
Christian Weisgerber
d005297cae Add mirror site. 2004-03-07 20:52:11 +00:00
Christian Weisgerber
45b1972986 Update to 1.2.3.
This release includes many fixes, including converting file formats,
the suspend handler, and the ever popular replace function.   New
features include more Pico compatibility in the file browser.
2004-02-20 21:52:12 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Christian Weisgerber
0a34781d29 Fix fatal memory allocation bug. 2003-10-06 13:36:39 +00:00
Christian Weisgerber
92ac20e627 Oops, clean up examples directory. 2003-10-04 23:15:35 +00:00
Christian Weisgerber
b59a0333ef Install nanorc.sample.
Requested by:	Adam McLaurin <adam.mclaurin@gmx.net>
2003-10-04 23:07:39 +00:00
Christian Weisgerber
085ef14711 - update to 1.2.2
- mark as BROKEN on -CURRENT
- use INFO

Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-10-02 14:51:47 +00:00