| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=360487
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357277
|
|
|
|
|
|
|
|
| |
This seems to work as I can now link clementine-player against it and
use google-drive support
Notes:
svn path=/head/; revision=336465
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=328226
|
|
|
|
|
|
|
| |
devel part 2)
Notes:
svn path=/head/; revision=327723
|
|
|
|
|
|
|
|
|
| |
PR: ports/171641
Submitted by: Denis Generalov <gd@rambler-co.ru>
Approved by: maintainer timeout ( > 4 months)
Notes:
svn path=/head/; revision=311095
|
|
|
|
| |
Notes:
svn path=/head/; revision=276999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
| |
Submitted by: Yuri <yuri@rawbw.com> (without the pkg-plist change)
Notes:
svn path=/head/; revision=211180
|
|
|
|
|
|
|
|
|
| |
http://something.googlecode.com/files
PR: ports/121435 (related)
Notes:
svn path=/head/; revision=208538
|
|
|
|
| |
Notes:
svn path=/head/; revision=196056
|
|
|
|
| |
Notes:
svn path=/head/; revision=193591
|
|
|
|
|
|
|
|
|
|
| |
* Add copy of the distfile to the FreeBSD mirrors:
sometimes I receive a notice from fenner@ that the distfile is not fetchable,
but fetch has never failed when I tried to reproduce that. Add the mirrors
just to be on the safe side.
Notes:
svn path=/head/; revision=193396
|
|
|
|
|
|
|
|
| |
PR: ports/110914 (based on)
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Notes:
svn path=/head/; revision=188578
|
|
|
|
|
|
|
| |
* Add regression-test: target which is an alias for check:
Notes:
svn path=/head/; revision=175699
|
|
|
|
|
|
|
|
| |
Reported by: Dan Langille
Approved by: vd (well, I hope)
Notes:
svn path=/head/; revision=162867
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=162858
|
|
|
|
| |
Notes:
svn path=/head/; revision=161895
|
|
|
|
|
|
|
|
|
| |
* Remove @ prefix from the shell commands so users can see what's happening
* Rename target `tests' to `check' to conform with the software's own target
* Sync plist
Notes:
svn path=/head/; revision=161894
|
|
|
|
| |
Notes:
svn path=/head/; revision=161363
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=153954
|
|
|
|
| |
Notes:
svn path=/head/; revision=149500
|
|
|
|
|
|
|
|
| |
PR: 88592
Submitted by: Vasil Dimov <vd@datamax.bg>
Notes:
svn path=/head/; revision=147624
|
|
|
|
|
|
|
|
| |
PR: ports/85917
Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer)
Notes:
svn path=/head/; revision=142395
|
|
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
The Google SparseHash project contains several hash-map implementations in use
at Google, with different performance characteristics, including an
implementation that optimizes for space and one that optimizes for speed.
WWW: http://goog-sparsehash.sf.net
PR: ports/82696
Submitted by: Vasil Dimov <vd@datamax.bg>
Notes:
svn path=/head/; revision=138085
|