| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/167353
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
|
|
|
|
|
| |
PR: ports/155806
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
|
| |
PR: 132154
Submitted by: Marcin Cieslak <saper at SYSTEM dot PL>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
| |
PR: ports/63009
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use DATADIR/DOCSDIR/PORTSDOC
- SIZEify port
- make portlint happy
* chord2html, cwish, demoniac
- kill pkg-plist
PR: 61027
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
|
|
|
|
| |
(Part 1)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
PR: 43943
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
|
|
|
|
|
| |
PR: 36706
Submitted by: Tilman Linneweh <tilman@arved.de>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
o Fix port Makefile breakage in example/calc preventing calc from
being installed
PR: 29321
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>,
bento
|
| |
|
| |
|
|
|
|
|
| |
They are now going against their ?10? year tradition of source tarball
naming. So who knows, is this even version "1.4.0", or is it "1.4"?
|
| |
|
| |
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
|
| |
|
|
|
|
| |
cleans up empty directories on deinstall.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Converted p5* to use MASTER_SITE_PERL_CPAN
|
|
|
|
| |
Misc variable reordering, cleaning up, etc.
|
| |
|
|
|