Commit graph

283343 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
9d4f62cc79 - Update to 2012.07.29 2012-07-30 18:23:24 +00:00
Sunpoet Po-Chuan Hsieh
44f66f5e5d - Update to 20120729 2012-07-30 18:22:50 +00:00
Michael Scheidell
d9258d62e7 - New port: p0f2 Passive OS fingerprinting tool p0f version 2 gives better 3
PR:		ports/169855
Submitted by:	Denis Pokataev <catone@cpan.org>
2012-07-30 18:16:59 +00:00
Doug Barton
ec407ff47c Add USE_PKGCONFIG= build, otherwise configure fails 2012-07-30 17:47:53 +00:00
Doug Barton
c0f3d76dc1 /usr/local/share/applications should be PLIST_DIRSTRY 2012-07-30 17:24:18 +00:00
Doug Barton
0832ea4598 Add explicit build depends on pkgconf 2012-07-30 17:23:34 +00:00
Baptiste Daroussin
407b74d9fd - update to 2.0.4
- direct download from github, stop mirroring the distfile
2012-07-30 17:18:48 +00:00
Baptiste Daroussin
277db8f7fa - update to 0.8.5
- changes:
  * Fix parsing multiline definitions which could lead to segfault [1]
  * --variable output compatibility with pkg-config has been improved
  * Fix --modversion showing sometime multiple version [2]

Reported by:	dougb [1], Adam McDougall (via private mail) [2]
2012-07-30 17:04:31 +00:00
Brooks Davis
151f1b6bb5 Upgrade to 2.3.1. [0]
Fix a few outstanding plist bugs.

PR:		ports/166509 [0]
Submitted by:	Paul Procacci <pprocacci at gmail.com> [0]
2012-07-30 16:04:39 +00:00
Niclas Zeising
f563f2bf22 Misc. fixes:
- Remove pre/post include
- No need for ARCH check since ONLY_FOR_ARCHS is used
- Use USERS/GROUPS
- Fix invalid @exec in plist causing directory to be created in the wrong
  place with pkgng

Add nogroup to GIDs since this port uses it.

PR:		ports/169984
Submitted by:	maintainer
Approved by:	kwm (mentor)
2012-07-30 15:38:16 +00:00
Niclas Zeising
7c5660124a Fix package building.
Pass maintanership to submitter

PR:		ports/169980 (minor modifications)
Submitted by:	Bryan Drewery <bryan@shatow.net>
2012-07-30 15:30:35 +00:00
Gerald Pfeifer
449f804913 Convert to the new options framework.
On the way update to the 20120728 snapshot of GCC 4.7.2.
2012-07-30 14:39:58 +00:00
Gerald Pfeifer
1e86b5a214 Convert to the new options framework.
On the way update to the 20120729 snapshot of GCC 4.8.0.
2012-07-30 12:47:27 +00:00
Ryan Steinmetz
8e1a9e3a0b - Update net/isc-dhcp41-server to 4.1-ESV-R6 [1]
- Document vulnerabilities in net/isc-dhcp41-server
- Cleanup formatting in vuxml

PR:		ports/170245 [1]
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer) [1]
Security:	c7fa3618-d5ff-11e1-90a2-000c299b62e1
2012-07-30 12:42:32 +00:00
Ryan Steinmetz
4f0b31d350 - Fix grant statement when using PgSQL [1]
- Pacify portlint

PR:		ports/170253 [1]
Submitted by:	ohauer [1]
2012-07-30 12:10:39 +00:00
Marcus von Appen
cdffcb1103 Tox as is a generic virtualenv management and test command line tool you
can use for:

* checking your package installs correctly with different Python
  versions and interpreters
* running your tests in each of the environments, configuring your test
  tool of choice
* acting as a frontend to Continuous Integration servers, greatly
  reducing boilerplate and merging CI and shell-based testing.

WWW:	http://tox.testrun.org/

PR:		ports/170022
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
2012-07-30 12:03:36 +00:00
Emanuel Haupt
c5274f9bdb configure requires ftgl 2.1.3 but we have 2.1.3~rc5 which makes configure fail.
Trick configure into thinking to require ftgl 2.0.0. While here use the new
PKG_CONFIG macro.
2012-07-30 10:29:32 +00:00
Baptiste Daroussin
ba7b51e86d Fix build with pkgconf
Reported by:	pointyhat (erwin)
2012-07-30 08:30:17 +00:00
Baptiste Daroussin
80a49985ce Fix a regression appending newline to commments
Reported by:	avilla
2012-07-30 08:25:34 +00:00
Baptiste Daroussin
bb5177b4fb Remove useless post-patch now that pkgconf mimic pkg-config version 2012-07-30 08:10:00 +00:00
Erwin Lansing
44e5916cd9 Mark BROKEN: does not build
Submitted by:	pointyhat
2012-07-30 08:07:44 +00:00
Erwin Lansing
867cd4f84c Mark BROKEN: does not build
Submitted by:	pointyhat
2012-07-30 07:33:21 +00:00
Erwin Lansing
449d2d0f7d Mark BROKEN: does not build
Submitted by:	pointyhat
2012-07-30 07:26:09 +00:00
Erwin Lansing
bed3af06e2 - Attempt to fix plist
- Pet portlint (whitespace)

Submitted by:	pointyhat
Approved by:	maintainer timeout
2012-07-30 07:17:53 +00:00
Baptiste Daroussin
8cf9526831 - update to 1.0-rc5
- changes:
  * speed improvements in pkg repo on multi core boxes
  * fix pkg upgrade proposing to downgrade dependencies
  * fix pkg2ng losing seom origin from dependencies
  * fix losing new line informations in descriptions
  * new -A option to track a new installation as automatically installed
2012-07-30 06:23:26 +00:00
Doug Barton
e9cfaef621 Use the same method for github downloads as portupgrade-devel
Thanks for the pointer:	bryan@shatow.net
2012-07-30 05:59:08 +00:00
Jason Helfman
b81b99c657 - Update to 2.4.9.6, and add DOCS option to port
-- Fix `portsdb -U` crash
-- Show new version when upgrading ports
-- Show recursive depends when upgrading
-- Respect LOCALBASE [ports/146858]
-- Fix crash on duplicated origins

PR:	ports/170266
Submitted by:	maintainer, bryan@shatow.net
2012-07-30 05:02:33 +00:00
Jason Helfman
07f5546d3f - update to 2.25.0
Selenium 2.25
* Jython 2.7 Support - Bug 3988
* EventFiringWebDriver added to Support module - Bug 2267
* Added IEDriverServer logging that can be accessed via desired capabilities
* Fixed by data being passed into find_elements - bug 3735
* Removed deprecated ChromeDriver items around desiredcapabilites in favour of chrome options
* Added default values for a number of action_chains calls

Selenium 2.24
* Removing the ctypes approach of invoking IEDriver, you will need to download the IEDriverServer from
https://code.google.com/p/selenium/downloads/list

PR:	ports/170251
Submitted by:	maintainer, douglas@douglasthrift.net
2012-07-30 04:58:01 +00:00
Mark Linimon
3a764317c4 Attempt to fix build of dri, libGL, and libdrm on tier-2 archs.
PR:		ports/169874
Submitted by:	marius, linimon
Tested on:	amd64, arm, i386, powerpc, sparc
Thanks to:	bz, andyt
2012-07-30 04:36:31 +00:00
Steve Wills
36624543ed - Update to 0.7.2
- Convert to OptionsNG

PR:		ports/170260
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	David Brooks <dab@rj45.org> (maintainer)
2012-07-30 01:13:11 +00:00
Soeren Straarup
304df214df MASTER_SITES updated + two minor items
PR:		ports/163643
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
2012-07-30 01:03:04 +00:00
Hiroki Sato
2d33b5d699 Update to 1.2.2. 2012-07-29 23:33:52 +00:00
Baptiste Daroussin
a8c3f84f55 - update to 0.8.4 which include all the changes added in 0.8.3_1 + some code
cleanups
2012-07-29 22:26:20 +00:00
Baptiste Daroussin
db838cc82a add a fix to pkg2ng preventing losing track of some dependency origins leading
to a failure of the conversion.

Reported by:	Pierre Guinoiseau (via gitub issue #314)
Tested by:	Pierre Guinoiseau
2012-07-29 22:21:30 +00:00
Dirk Meyer
719badcd53 - fix pkg-plist for option SHARED
PR:		170261
Submitted by:	Bryan Drewery
2012-07-29 21:17:24 +00:00
Koop Mast
3ff550d6ee Fix a run time issue on -CURRENT more recent than 4 months ago, when the pty(4)
device was removed from the default kernel.
2012-07-29 20:22:23 +00:00
Mikhail Teterin
71518bdb06 Remove "net" from categories. 2012-07-29 19:59:20 +00:00
Marc Fonvieille
a08fbd4447 Update to RELENG_9_1_0 version of the FreeBSD docset.
Approved by:	doceng (implicit)
2012-07-29 19:20:11 +00:00
Ruslan Makhmatkhanov
7908a65fd7 - update to 5.2.10
PR:		170221
Submitted by:	Dan Langille <dan at langille dot org> (maintainer)
2012-07-29 19:13:53 +00:00
Ruslan Makhmatkhanov
2070a47500 - update to 5.2.10
PR:		170222
Submitted by:	Dan Langille <dan at langille dot org> (maintainer)
2012-07-29 19:12:38 +00:00
Gerald Pfeifer
c49a40ef52 Include the expansion of the term HAL in HAL_DESC; it also describes
what this is.
2012-07-29 18:59:43 +00:00
Sunpoet Po-Chuan Hsieh
b9467faa97 - Use canonical name of Berkeley DB for COMMENT 2012-07-29 18:58:25 +00:00
Niclas Zeising
7761aefad2 Fix the build of xorg related ports when the base system is compiled with
clang as system compiler and cpp is clang cpp (as opposed to GNU cpp).
This is done by removing the configure test for cpp completely.  Using
clang cpp will make some manual pages as well as some scripts get slightly
wierd whitespace formatting.  However, it does not affect the function of
the scripts or the instructions in the manual pages.

PR:             ports/166373
Submitted by:   Jakub Lach <jakub_lach@mailplus.pl> (PR)
Patch by:       me (with ideas from PR and mailing list)
Tested by:      Jakub Lach <jakub_lach@mailplus.pl>, me
Approved by:    kwm (mentor)
Obtained from:  xorg staging area
2012-07-29 18:26:00 +00:00
Juergen Lock
228cdb0c0b Update to 2.1.1 . 2012-07-29 17:32:50 +00:00
Niclas Zeising
b619539ee3 Fix build with clang
PR:		ports/170067
Submitted by:	me
Approved by:	maintainer, kwm (mentor)
2012-07-29 12:42:43 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Olli Hauer
65519c8f20 - update to official version 2012-07-29 10:12:45 +00:00
Olli Hauer
dc09050fa3 - update to official release (just published) 2012-07-29 09:58:08 +00:00
Baptiste Daroussin
c75a542938 - import patches from upstream
- changes:
  * add support for --list-all
  * --version now shows pkg-config compatibility version (no need to modify
    anymore buggy configures that do check for --version instead of
    --modversion pkg-conf)
  * new --about to show the version of pkgconf

Obtained from:  pkgconf git repository
2012-07-29 09:56:03 +00:00
Dirk Meyer
b4bdcc7a48 - fix pkg-plist for option SHARED disabled 2012-07-29 08:48:53 +00:00