| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Hat: portmgr
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Tested by: exp build run (erwin)
|
|
|
|
|
| |
PR: 126613
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
|
|
|
|
|
|
| |
more than one year.
Hat: portmgr
|
|
|
|
| |
Noticed by: garga
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Update csup, portsnap and portlint completion. Add completion for powerd,
freebsd-update, fetch and portaudit (from submitter) as well as zfs and
zpool (from zsh repo).
Bump PORTREVISION.
PR: ports/126457
Submitted by: baptiste.daroussin@gmail.com
|
|
|
|
| |
MAKE_ENV
|
|
|
|
| |
environment.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: ports/121254
Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
script arrived at the correct value for ZSH_NO_XOPEN, but since autoheader
did not run, it did not propagate to config.h. Add autoheader to the
USE_AUTOTOOLS list to correct this.
|
|
|
|
|
| |
PR: ports/122510
Submitted by: Jeff Blank <jfb@mr-happy.com>
|
| |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/123490
Submitted by: garga
Approved by: maintainer timeout (2 weeks)
|
|
|
|
| |
time. The patch has been submitted upstream.
|
|
|
|
| |
the old ncurses (6.2 and older).
|
|
|
|
|
| |
PR: 123326
Submitted by: bf2006a@yahoo.com
|
|
|
|
|
|
| |
<baptiste.daroussin@gmail.com>
PR: ports/122116
|
|
|
|
|
|
|
|
|
|
|
|
| |
If one need to write portable shell scripts, this one is excellent for
testing them. It is installed as jsh (job shell).
Other OpenSolaris user land tools are available in sysutils/heirloom
WWW: http://heirloom.sourceforge.net/sh.html
PR: ports/122192
Submitted by: Danijel Tasov <danielt at pilgerer.org>
|
|
|
|
| |
Security: http://www.vuxml.org/freebsd/86c05550-12c1-11dd-bab7-0016179b2dd5.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
| |
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
|
|
|
|
|
|
| |
PR: ports/121651
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout (rushani; 3 weeks)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
file browser.
Features:
* Full bash compatibility.
* Embedded visual file browser.
* Two file panels, turned on and off by pressing ^O.
* Actions and colors configured via .bashrc script.
* Run current file on pressing Enter, configurable via commander_start_file()
shell function.
* Perform an action on pressing F1-F20 keys, configurable via commander_fN()
shell functions.
WWW: http://groups.google.com/group/bashc/web/overview
|
|
|
|
|
|
|
|
|
| |
for Perl.
WWW: http://search.cpan.org/dist/Shell-Perl/
PR: ports/121142
Submitted by: Shinsuke Matsui <smatsui at karashi.org>
|
| |
|
|
|
|
| |
Submitted by: erwinbot
|
|
|
|
|
| |
PR: 120485
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
|
|
|
|
| |
Approved by: maintainer timeout, portmgr (linimon)
|
| |
|
|
|
|
| |
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
- Allow the build with spac64
PR: 119734
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
|
|
|
|
| |
Submitted by: J.A. Neitzel <jneitzel@sdf1.org> (author)
|
|
|
|
|
|
| |
Changelog: http://jneitzel.sdf1.org/osh/src/CHANGES
Submitted by: Jeffrey Allen Neitzel (author)
|
| |
|
|
|
|
|
| |
PR: 118728
Submitted by: bf <bf2006a@yahoo.com>
|
|
|
|
|
|
|
|
| |
Notes:
this update fix a crash, when stdin is closed
mksh begins to eat all of one's cpu
Approved by: portmgr (erwin,linimon)
|