1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

345316 Commits

Author SHA1 Message Date
Kurt Jaeger
9a0b188467 net-mgmt/nfdump: fix permissions & review pkg-descr
PR:		192595
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
2014-08-11 20:20:51 +00:00
Bryan Drewery
759281b0d7 - Fix 'make check-plist' incorrectly considering all installed packages as
run dependencies if the port being checked has no RUN_DEPENDS. This could
  cause false-positive "Possibly owned by dependency" warnings.

With hat:	portmgr
2014-08-11 20:20:23 +00:00
Olli Hauer
4d6d20cd7a - fix package name s/subversion18/subversion/
Thanks to jkim@ for the notice!
2014-08-11 20:19:40 +00:00
Antoine Brodin
c963a33de8 Fix plist with NLS 2014-08-11 20:18:20 +00:00
Adam Weinberger
38ec20b411 Ensure that DATADIR exists before attempting to fetch the data files
into it. Also, make the script more robust and ask fewer questions in
adverse conditions.

PORTREVISION bump.

PR:		192597
Submitted by:	mandree
2014-08-11 20:16:28 +00:00
Yen-Ming Lee
38ba0624f5 - update to 1.32 2014-08-11 20:05:02 +00:00
Antoine Brodin
be32c6a03f fix 2014-08-11 20:02:41 +00:00
William Grzybowski
a4f92da84b graphics/ocrfeeder: update to 0.8
PR:		192478
Submitted by:	Ports Fury
2014-08-11 19:57:08 +00:00
Xin LI
ad8c50b6b6 Update to 3.9.2.
PR:		ports/192465
Submitted by:	maintainer
2014-08-11 19:52:11 +00:00
Adam Weinberger
476b9e8a8c Add dns/dnshistory. It caches DNS lookups into a BDB database. It's designed
to be used with awffull.

Provide a means for storing a history of DNS/Name changes for the IP Addresses
extracted from web log files. The major target being that multiple analyses of
older log files do not require re-lookups of IP Address to FQDNs, and
additionally maintain the accuracy of the lookup as it was then and not as it
is now.

WWW: http://www.stedee.id.au/dnshistory
2014-08-11 19:51:17 +00:00
Tijl Coosemans
43b663a1cf - Don't build example programs that aren't installed
(examples/CMakeLists.txt also contains an error (include should be
  include_directories on line 5) [1])
- Remove DOCS option
- Fix PYTHON option when it is disabled

Reported by:	Mike Harding <mvharding@gmail.com> [1]
2014-08-11 19:35:46 +00:00
Olli Hauer
4a58875105 - update to 1.7.18
- remove dead options check

User-visible changes:
  - Client-side bugfixes:
    * guard against md5 hash collisions when finding cached credentials
        (r1550691, r1550772, r1600909)
    * ra_serf: properly match wildcards in SSL certs. (r1615211, 1615219)
    * ra_serf: ignore the CommonName in SSL certs where there are Subject Alt
        Names (r1565531, r1566503, r1568349)

Developer-visible changes:
  - General:
    * fix ocassional failure in checkout_tests.py test 12. (r1496127)
    * disable building ZLib's assembly optimizations on Windows.

MFC after:	2014Q3
Security:	CVE-2014-3522
		CVE-2014-3528
2014-08-11 19:26:46 +00:00
Kris Moore
d5356412b9 - Add missing depend on gstreamer-soup
- Bump PORTREV
2014-08-11 19:18:38 +00:00
Cy Schubert
3f3d079487 Update 4.2.7p455 --> 4.2.7p457 2014-08-11 19:10:32 +00:00
Ryan Steinmetz
4221067e37 - INSERT URL HERE 2014-08-11 19:06:36 +00:00
Kurt Jaeger
0d6f80f03e misc/fxload: change maintainer
Approved by:	wkoszek (old maintainer), Uffe Jakobsen <uffe@uffe.org> (new)
2014-08-11 19:00:16 +00:00
Olli Hauer
1f3b846ed6 - update to 1.3.7
with hat apache@

Approved by:	lev@ (implicit)
MFH:		2014Q3
Security:	CVE-2014-3504
		69048656-2187-11e4-802c-20cf30e32f6d
2014-08-11 18:58:29 +00:00
Olli Hauer
67688b393f - document serf CVE-2014-3504
MFH:		2014Q3
2014-08-11 18:52:33 +00:00
Olli Hauer
809ba9c35b - document subversion CVE-2014-3522, CVE-2014-3528
MFH:		2014Q3
2014-08-11 18:42:37 +00:00
Matthias Andree
bbfe5de965 Fix build as unprivileged user again, adding patch-man__Makefile.am.
Approved by:	portmgr (blanket "just fix it" approval)
2014-08-11 18:41:31 +00:00
Kurt Jaeger
64f11677cb net/tightvnc: allow null authentication
PR:		182474
Submitted by:	peter@rulingia.com
Approved by:	meta@vmeta.jp (maintainer timeout)
2014-08-11 18:33:10 +00:00
Kurt Jaeger
49171edd5c New port: devel/libosmo-abis
This is a library containing common/shared code regarding the A-bis
interface between BTS and BSC. It implements drivers for mISDN and DAHDI
based E1 cards, as well as some A-bis/IP dialects.

WWW: http://openbsc.osmocom.org/trac/wiki/libosmo-abis

PR:		191878
Submitted by:	Nikola Kolev <koue@chaosophia.net>
2014-08-11 18:22:49 +00:00
Kurt Jaeger
9fc27559c6 devel/libosmocore: fix DOCS option build hook
PR:		191877
2014-08-11 18:14:07 +00:00
Kurt Jaeger
79c3df0c9f devel/libosmocore: cleanup port
- fix build dependencies
- make DOCS optional and default-off
- now builds on 8.4 and 9.1

PR:		191877
Submitted by:	Nikola Kolev <koue@chaosophia.net>
2014-08-11 18:08:33 +00:00
Antoine Brodin
1c76210ba3 Finish stage support 2014-08-11 17:42:43 +00:00
Adam Weinberger
36dbd96bef Install the bundled documentation, sample configuration files, instructions,
flags, and parsing scripts. Add an NLS option. Add LICENSE.
2014-08-11 17:42:14 +00:00
Antoine Brodin
8c5b79937d Finish stage support 2014-08-11 17:36:52 +00:00
Adam Weinberger
e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00
Adam Weinberger
c66fafa193 Remove :oldver from GeoIP's USES=libtool. This allows the port to install
the proper shlib version, and removes libGeoIP.la.
2014-08-11 17:04:17 +00:00
Tijl Coosemans
13e9223889 - Switch back to CFLAGS/LDFLAGS to fix configure in py-libimobiledevice
after r364564 [1]
- Convert to USES=libtool

Reported by:	antoine [1]
2014-08-11 16:52:38 +00:00
Adam Weinberger
75c3c5e394 Update to 1.4. Add DOCS option. 2014-08-11 16:27:51 +00:00
Frederic Culot
0246f583d1 - Update to 1.7004 [1]
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/App-cpanminus/Changes
PR:		ports/192045 [1]
Submitted by:	rsimmons0@gmail.com
Approved by:	kuryiama@ (maintainer timeout, >14 days)
2014-08-11 16:16:23 +00:00
Rene Ladan
01c0c30161 Remove expired port:
2014-07-23 security/termlog: Fails to build with new utmpx, unstaged, maintainer timeout
2014-08-11 16:15:11 +00:00
Frederic Culot
12000b3d1e - Update to 0.47
Changes:	http://search.cpan.org/dist/YAML-LibYAML/Changes
PR:		ports/192547 (based on)
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2014-08-11 16:08:22 +00:00
Dmitry Marakasov
77e14cc054 - Switch to USES=libtool, drop .la files
- Strip libraries
- Fix upstream docs and examples installation
2014-08-11 15:28:31 +00:00
Dmitry Marakasov
629cd267c7 - Remove USE_AUTOTOOLS=libtool, not needed
- Strip binaries
2014-08-11 15:26:44 +00:00
Adam Weinberger
85dea296d2 This port has been deprecated in favour of Email::Stuffer by the author.
Mark it deprecated, and set the expiration date to 2 months from now.
2014-08-11 14:54:57 +00:00
Adam Weinberger
fc0f02ebbc Pass maintainership to most recent submitter. 2014-08-11 14:47:51 +00:00
Adam Weinberger
05dd9a8697 Update to 3.3b.
PR:		191467
Submitted by:	Marco Steinbach
2014-08-11 14:39:51 +00:00
William Grzybowski
88fd19ea34 games/py-fife: fix build without docs
PR:		192492
Submitted by:	arcade b1t name (with changes)
2014-08-11 14:29:26 +00:00
Emanuel Haupt
23aa59aba1 Update to 0.061 2014-08-11 14:19:33 +00:00
John Marino
3223307d0a Reset maintainer on www/moodle24
An open PR has kept this port from a maintainer reset back in July, but
the PR has been open since May

Approved by:	portmgr (implicit, NOT_STAGED)
2014-08-11 14:04:25 +00:00
Tijl Coosemans
49108186e8 comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample

Reported by:	sbruno [1]
2014-08-11 13:59:47 +00:00
John Marino
2355fc7299 Reset maintainer on www/autoindex2
A PR in place since May prevented this port from being reset in July.
The PR still hasn't been processed, and only 2 weeks remain for staging.

Approved by:	portmgr (implicit, NOT_STAGED)
2014-08-11 13:59:41 +00:00
John Marino
906f3ef24c emulators/mupen64plus: Reset maintainer
All the slave ports have already been reset, but a PR that still hasn't
been processed spared this one.

Approved by:	portmgr (implicit, NOT_STAGED)
2014-08-11 13:55:44 +00:00
William Grzybowski
b145d57d75 devel/py-pika: update to 0.9.14
PR:		191875
Submitted by:	olgeni
Approved by:	maintainer (timeout)
2014-08-11 13:47:15 +00:00
John Marino
8b6f16b94f Reset maintainer on lang/sbcl
There's been a staging PR in place since June that prevent a maintainer
reset back in June.

Approved by:	portmgr (implicit, NOT_STAGED)
2014-08-11 13:46:43 +00:00
William Grzybowski
96e3a83e21 games/glest-data: support stage
PR:		192564
Submitted by:	christian.mangin gmail com (with changes)
2014-08-11 13:40:52 +00:00
William Grzybowski
45091479d9 games/glest: support stage [1]
- Use options sub
- Remove useless pre/post include
- Finish to convert to options ng

PR:		192565
Submitted by:	christian.mangin gmail com [1]
2014-08-11 13:34:39 +00:00
John Marino
673e3faa80 Reset maintainer on www/zerowait-httpd
There's been a staging PR in place since May that prevent a maintainer
reset back in July.

Approved by:	portmgr (implicit, NOT_STAGED)
2014-08-11 13:34:05 +00:00