| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ftp)
|
|
|
|
|
|
|
|
| |
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me)
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
|
|
|
| |
- Chase shlib version bump for dependant ports
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 138405
Submitted by: myself
Approved by: Artyom Nosov <chip-set@mail.ru> (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/128892
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: Artyom Nosov <chip-set@mail.ru> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Tested by: exp build run (erwin)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
- Add an entry to UPDATING
|
|
|
|
|
| |
Reported by: pointyhat
Pointy hat to: beech
|
|
|
|
|
| |
Reported by: pointyhat via pav
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
|
| |
- Makefile cleanup
PR: ports/119761
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: Artyom Nosov <chip-set@mail.ru> (maintainer),
linimon (mentor)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
| |
There's a new version of wput out there, 0.5
PR: ports/75085
Submitted by: Pasi Hirvonen <psh@iki.fi>
Approved by: ".::ChiP::." <chip-set@mail.ru>
|
| |
|
|
|
|
|
| |
PR: ports/71777
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
| |
(it's a sad thing if you can't even do "cvs delete" in your ports
directory without loosing all kinds of important files)
Noticed by: eik
|
|
|
|
| |
Noticed by: kris / pointyhat
|
|
|
|
|
|
| |
PR: ports/68684
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: ChiP <chip-set@mail.ru>
|
|
|
|
|
| |
PR: ports/63926
Submitted by: maintainer
|
|
|
|
| |
and a minor bug fix was made to the source.
|
|
|
|
|
| |
PR: 61223
Submitted by: Nosov Artem <chip-set@mail.ru> (maintainer)
|
|
wput is a tiny program that looks like wget and does as the
name suggests exactly the opposite: it uploads files or
recursivly whole directories to a ftp-server and supports
resuming.
PR: 60032
Submitted by: Nosov Artem <chip-set@mail.ru>
|