1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

322584 Commits

Author SHA1 Message Date
Kubilay Kocak
9e190ba5dc devel/buildbot: Enable STAGE support and modernise
- Enable STAGE support
- Enable AUTOPLIST support
- Deprecate easy_install target
- Remove OPTIONSFILE override

Requested by:	bapt
2014-01-28 07:47:57 +00:00
Baptiste Daroussin
6e1ef4b943 Support stage
use bsdtar to extract zip
use autoplist
2014-01-28 07:47:43 +00:00
Baptiste Daroussin
2805432ec3 Support stage 2014-01-28 07:44:39 +00:00
Baptiste Daroussin
58812bc25f Support stage
Add DOCS option
USE_GMAKE->USES=gmake
2014-01-28 07:43:51 +00:00
Baptiste Daroussin
fa6aa0f5c8 Support stage
Fix shebang
2014-01-28 07:39:39 +00:00
Baptiste Daroussin
d88da1e856 Support stage 2014-01-28 07:33:56 +00:00
Baptiste Daroussin
a2073fe882 Support stage
Be less creative about DOCS installation
Add NLS and DOCS options
2014-01-28 07:32:19 +00:00
Martin Wilke
d169182964 - Fix packaging
Reported by:	deckebot
2014-01-28 04:48:10 +00:00
Dmitry Marakasov
6270f9f8ae - Keep category Makefiles sorted 2014-01-28 03:25:28 +00:00
Dmitry Marakasov
cc72379d5c - Keep category Makefile sorted 2014-01-28 03:07:49 +00:00
Li-Wen Hsu
1af8930d8e - Update to 1.2.1
- Fix Python 3 support
2014-01-28 03:07:11 +00:00
Dmitry Marakasov
02860edcd7 - Bring back hosted directory for games to be placed into 2014-01-28 02:58:32 +00:00
Dmitry Marakasov
478f0e1e73 Simon Tatham's Portable Puzzle Collection is a set of popular puzzle
games for one player including Black Box, Bridges, Cube, Dominosa,
Fifteen, Filling, Flip, Galaxies, Guess, Inertia, Keen, Light Up,
Loopy, Magnets, Map, Mines, Net, Netslide, Pattern, Pearl, Pegs,
Range, Rectangles, Same Game, Signpost, Singles, Sixteen, Slant,
Solo, Tents, Towers, Twiddle, Undead, Unequal, Unruly and Untangle.

WWW: http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
2014-01-28 02:33:50 +00:00
Baptiste Daroussin
182c1841b2 Support stage
Add DOCS options
Use options helpers
2014-01-28 00:25:23 +00:00
Baptiste Daroussin
06b6434190 Support stage by injecting the ${DESTDIR} support in Makefiles thought configure script
Add DOCS options
USE_GMAKE -> USES=gmake
2014-01-28 00:17:56 +00:00
Antoine Brodin
864284545c Stage support 2014-01-28 00:16:57 +00:00
Baptiste Daroussin
177c914d31 Support stage
Convert to PYDISTUTILS_AUTOPLIST
Cosmetic changes
2014-01-28 00:13:11 +00:00
Baptiste Daroussin
5e6756d7fa Support stage
Use shebangfix
2014-01-28 00:10:08 +00:00
Brooks Davis
33428cd370 Attempt to add back support for scan-build.[1]
Change ccc-analyzer's default compiler to clang.[2]

Install unwind.h.[3]

PR:		ports/185733 [1], ports/183802 [2], ports/186173 [3]
2014-01-28 00:04:46 +00:00
Baptiste Daroussin
3c2cd70068 Support stage 2014-01-28 00:04:20 +00:00
Baptiste Daroussin
4a50daf649 Support stage
Use shebangfix
Remove support for the nonexisting cvsnt
Add dependency on cvs
2014-01-28 00:02:29 +00:00
Stephen Montgomery-Smith
fd81a40c98 - Update to 1.3.0. 2014-01-27 23:58:30 +00:00
Baptiste Daroussin
62fd0f550d Support stage 2014-01-27 23:57:31 +00:00
Mathieu Arnold
21a74701f7 Convert to staging.
Sponsored by:	Absolight
2014-01-27 23:49:28 +00:00
Baptiste Daroussin
baf092517a Support stage
Cosmectic changes
2014-01-27 23:47:37 +00:00
Baptiste Daroussin
09911bfe3a Support stage
Add docs and examples options
Use pkg-plist
2014-01-27 23:45:36 +00:00
Baptiste Daroussin
9cb8ca204e Support stage 2014-01-27 23:37:59 +00:00
Baptiste Daroussin
7569f6baf9 Support stage 2014-01-27 23:35:56 +00:00
Baptiste Daroussin
59793d1642 Support stage 2014-01-27 23:34:22 +00:00
Baptiste Daroussin
b3e93674a6 Support stage
Add a DOCS option
Fix shebangs
2014-01-27 23:33:18 +00:00
Baptiste Daroussin
5bbc87c519 Do not overwrite MAKE_ENV when WITH_DEBUG is defined 2014-01-27 23:30:12 +00:00
Baptiste Daroussin
881d45a661 Add DONTSTRIP to MAKE_ENV to prevent install(1) from stripping the binaries when WITH_DEBUG is set 2014-01-27 23:23:50 +00:00
Dmitry Marakasov
f7a6aa6f45 - Update to 0.4.9.3 2014-01-27 23:16:41 +00:00
Matthew Seaman
0970b9204b rt42-4.2.1_3, which appears only on the 2014Q1 branch, should also be
counted as not vulnerable.
2014-01-27 23:10:10 +00:00
Mathieu Arnold
4e1984284b - Convert to staging
- New format lib_depends
- Fix an option, the logic had been reversed two years ago when converting to optionsng.

Sponsored by:	Absolight
2014-01-27 23:06:21 +00:00
Rene Ladan
30a5132038 Document vulnerabilities in www/chromium < 32.0.1700.102
Obtained from:	http://googlechromereleases.blogspot.nl/
2014-01-27 23:01:11 +00:00
Mathieu Arnold
b765405ad0 Add two new options helpers:
${OPT}_${TYPE}_DEPENDS_OFF=<something> will automatically add:
${TYPE_DEPENDS}+=<something> in case OPT is 'off'

${OPT}_${FLAG}_OFF=<something> will automatically add:
${FLAG}+=<something> in case OPT is 'off'

With hat:	portmgr
Sponsored by:	Absolight
2014-01-27 22:53:24 +00:00
Matthew Seaman
71c9c356da Formatting fixes
Submitted by:	remko
2014-01-27 22:46:38 +00:00
Dmitry Marakasov
99bf10c175 - Update to 2.0.1
- Add LICENSE
- Switch to cmake
2014-01-27 22:19:40 +00:00
Mathieu Arnold
df38d53440 Convert to staging.
Sponsored by:	Absolight
2014-01-27 22:15:27 +00:00
Mathieu Arnold
2f72c77e78 - Convert to staging
- Rename patches to follow makepatch naming.

Sponsored by:	Absolight
2014-01-27 21:56:04 +00:00
Baptiste Daroussin
7dad680ae3 Use again package-noinstall now that is works
Tested by:	smh
2014-01-27 21:54:50 +00:00
Lars Engels
096517dd7b Update to 4
Noticed by:	nox
2014-01-27 21:53:59 +00:00
Juergen Lock
faee3db96b - Update devel/cxxtools and www/tntnet to 2.2.1 and stagify them.
- Update www/vdr-plugin-live to 0.3.0 with patches merged from the
  git 0.3.0 branch.  (stagifying the vdr ports left for later.)
- Use new LIB_DEPENDS syntax.
- Rewrite NOPORTDOCS.
2014-01-27 21:50:45 +00:00
Thierry Thomas
4ab70118ac Fix an implicit declaration of the exit function.
PR:		ports/178251
Submitted by:	Chad Slater <chad.slater (at) gmail.com>
Approved by:	maintainer time-out (8 months)
2014-01-27 21:46:48 +00:00
Guido Falsi
47ea1bbf39 Convert to staging
Approved by:	jlaffaye (maintainer)
2014-01-27 21:30:25 +00:00
Baptiste Daroussin
9f2ea862b9 Fix make package-recursive
Keep the ugly way for non staged ports
and properly build the package for staged ports

Tested by:	smh
2014-01-27 21:23:49 +00:00
Max Brazhnikov
c07908cbe3 Add new port audio/opusfile:
Library for decoding .opus files, including seeking support.

WWW: http://www.opus-codec.org/

PR:		ports/177370
Submitted by:	RyoTa SimaMoto <liangtai.s16 at gmail.com>
2014-01-27 21:21:51 +00:00
Max Brazhnikov
4e652d7e20 Add new port audio/libsidplayfp:
Libsidplayfp is a fork of sidplay2 born with the aim to improve the quality
of emulating the 6581, 8580 chips and the surrounding C64 system in order
to play SID music better.

WWW: http://sourceforge.net/projects/sidplay-residfp

PR:		ports/185218
Submitted by:	RyoTa SimaMoto <liangtai.s16 at gmail.com>
2014-01-27 21:20:21 +00:00
Mathieu Arnold
cfef5c2376 Suppor staging.
Sponsored by:	Absolight
2014-01-27 21:18:21 +00:00