non port: devel/google-sparsehash/Makefile |
SVNWeb
|
Number of commits found: 28 |
Wed, 14 Sep 2016
|
[ 15:59 mat ] (Only the first 10 of 353 ports in this commit are shown above. )
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
|
Tue, 1 Sep 2015
|
[ 16:20 amdmi3 ] (Only the first 10 of 47 ports in this commit are shown above. )
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Mon, 15 Sep 2014
|
[ 15:35 sbruno ]
Fixup templates and remove gcc dependency in this port.
Side effect, allows compilation on armv6.
PR: 193218
Submitted by: demon@FreeBSD.org
Reviewed by: bdrewery (mentor)
Approved by: maintainer timeout
|
Tue, 15 Jul 2014
|
[ 14:36 adamw ] (Only the first 10 of 25 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Thu, 3 Jul 2014
|
[ 23:57 adamw ] (Only the first 10 of 47 ports in this commit are shown above. )
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
|
Tue, 10 Jun 2014
|
[ 07:39 olgeni ] (Only the first 10 of 388 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
Sat, 14 Dec 2013
|
[ 18:03 sbruno (src committer) ]
Update google-sparsehash to use gcc 4.8+
This seems to work as I can now link clementine-player against it and
use google-drive support
|
Wed, 25 Sep 2013
|
[ 00:54 bdrewery ] (Only the first 10 of 179 ports in this commit are shown above. )
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 17:04 bapt ] (Only the first 10 of 482 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Mon, 28 Jan 2013
|
[ 03:37 vanilla ]
Upgrade to 2.0.2.
PR: ports/171641
Submitted by: Denis Generalov <gd@rambler-co.ru>
Approved by: maintainer timeout ( > 4 months)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 13 Apr 2008
|
[ 18:03 vd ]
Upgrade devel/google-sparsehash from 0.8 to 1.1
Submitted by: Yuri <yuri@rawbw.com> (without the pkg-plist change)
|
Thu, 6 Mar 2008
|
[ 22:19 edwin ] (Only the first 10 of 39 ports in this commit are shown above. )
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related)
|
Sun, 22 Jul 2007
|
[ 12:13 vd ]
Upgrade devel/google-sparsehash from 0.7 to 0.8
|
Fri, 15 Jun 2007
|
[ 15:24 vd ]
Fix typo in MASTER_SITES.
|
Wed, 13 Jun 2007
|
[ 16:28 vd ]
Forced commit to note that the last commit message should read:
"Upgrade devel/google-sparsehash from 0.6 to 0.7"
Spotted by: "Vanilla I. Shu" <vanilla@fatpipi.cirx.org>
|
[ 14:27 vd ]
* Upgrade devel/google-sparsehash from 0.4 to 0.5
* 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.
|
Tue, 27 Mar 2007
|
[ 19:40 vd ]
Upgrade devel/google-sparsehash from 0.5 to 0.6
PR: ports/110914 (based on)
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
Tue, 31 Oct 2006
|
[ 06:12 vd ]
* Upgrade devel/google-sparsehash from 0.4 to 0.5
* Add regression-test: target which is an alias for check:
|
Sat, 20 May 2006
|
[ 11:28 flz ]
- Fix latest commit.
Reported by: Dan Langille
Approved by: vd (well, I hope)
|
[ 08:18 vd ]
Fix build on 4.x
Reported by: kris
|
Wed, 10 May 2006
|
[ 07:09 vd ]
* Update from 0.3 to 0.4
* 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
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Fri, 20 Jan 2006
|
[ 06:12 vd ] (Only the first 10 of 13 ports in this commit are shown above. )
Change my email address to the @FreeBSD one
Approved by: garga (mentor)
|
Tue, 8 Nov 2005
|
[ 19:38 arved ]
Update to 0.3
PR: 88592
Submitted by: Vasil Dimov <vd@datamax.bg>
|
Sat, 10 Sep 2005
|
[ 22:16 pav ]
- Silence configure target warning
PR: ports/85917
Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer)
|
Tue, 28 Jun 2005
|
[ 01:17 jylefort ]
Add google-sparsehash.
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>
|
Number of commits found: 28 |