Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Suggested by: danfe
|
|
- Add EXAMPLES option
Submitted by: Leonardo Brondani Schenkel <leonardo@schenkel.net> [1]
|
|
- Simplify Makefile
- Take maintainership
|
|
|
|
Ports require time and TLC which I no longer have.
|
|
|
|
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)
|
|
|
|
|
|
editors)
|
|
- Move sections to pet portlint
|
|
Reviewed by: bapt
|
|
Reviewed by: kwm
|
|
- Incorporate patches from nano into nano-devel
- Other misc. fixes
|
|
|
|
- Move LICENSE to appropriate place
- Teach portscout that only even versions count
|
|
Pointyhat to: eadler
Feature safe: yes
|
|
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
- 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
|
|
Approved by: bapt (mentor)
|
|
Approved by: bapt (mentor)
|
|
PR: ports/152481
Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer)
|
|
PR: ports/149483
Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer)
|
|
PR: ports/148497
Submitted by: Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
|
|
PR: 147235
Submitted by: Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
|
|
|
|
PR: ports/146018
Submitted by: Eitan Adler <EitanAdlerList gmail.com> (maintainer)
Security: CVE-2010-1160
Security: CVE-2010-1161
|
|
PR: 143789
Submitted by: Eitan Adler <EitanAdlerList@gmail.com>(Maintainer)
|
|
PR: ports/143009
Submitted by: Eitan Adler <EitanAdlerList@gmail.com> (maintainer)
|
|
PR: 141419
Submitted by: Eitan Adler <EitanAdlerList@gmail.com> (maintainer)
|
|
PR: 141049
Submitted by: Eitan Adler <eitanadlerlist@gmail.com>
|
|
PR: 138320
Submitted by: Andrew Brampton <brampton@gmail.com>
|
|
|
|
PR: 128038
|
|
|
|
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)
|
|
PR: 126495
Submitted by: mm
|
|
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)
|
|
|
|
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
|
|
* Fix a potential segfault after justifying text marked from the bottom up.
|
|
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.
|
|
- Support additional keys on some terminals.
- Minor documentation updates.
* Enable UTF-8 support if ncursesw is available in the base system.
|