1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
Commit Graph

26770 Commits

Author SHA1 Message Date
Pawel Pekala
fefdc832f1 - Update to version 0.1.52
- Add LICENSE, unmute install command

PR:		198759
Submitted by:	Anton Tornqvist <antont@inbox.lv>
2015-03-25 00:04:19 +00:00
Pawel Pekala
951b52f6ea - Update to version 1.85
- Strip executables

PR:		198755
Submitted by:	Anton Tornqvit <antont@inbox.lv>
2015-03-24 21:06:54 +00:00
Kurt Jaeger
e9ac69d875 net/tigervnc: 1.3.1 -> 1.4.3
Release-Notes:
  https://github.com/TigerVNC/tigervnc/releases/tag/v1.4.3
  - should solve longstanding issue with Ctrl-hotkeys in vncviewer
    https://github.com/TigerVNC/tigervnc/issues/8

PR:		198721
Submitted by:	Koichiro Iwao <meta+ports@vmeta.jp> (maintainer)
Requested by:	Georgy Lukyanchenko <egorxe@gmail.com>
2015-03-24 03:24:28 +00:00
Bryan Drewery
1147afe21d Need to bump revision for r382043 as well since it will change runtime behavior
for all releases.

With hat:	portmgr
2015-03-23 21:19:01 +00:00
Dimitry Andric
cb0f2ac922 Fix build of net/mpd5, after SSLv2 was disabled in base.
Approved by:	portmgr (bdrewery)
PR:		198791
2015-03-23 21:09:48 +00:00
Bryan Drewery
7f0efae484 Add CPE information.
PR:		198845
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-23 19:18:35 +00:00
Guido Falsi
c20cc7662e Due to recent changes in OpenSSL, disable SRTP support for asterisk13
by default and avoid pjsip pulling in libsrtp, otherwise a not
working package would be generated.

Add note to UPDATING to keep users informed.
2015-03-23 15:46:23 +00:00
Sunpoet Po-Chuan Hsieh
4d870480ab - Update to 0.0.2
Changes:	https://github.com/fog/fog-profitbricks/releases
2015-03-23 14:28:30 +00:00
Sunpoet Po-Chuan Hsieh
f5391afaff - Fix build with Clang 3.6.0
PR:		198437
Submitted by:	dim
Approved by:	<sten@blinkenlights.nl> (maintainer)
2015-03-22 15:44:53 +00:00
Bartek Rutkowski
882a7cd3f3 net/shadowsocks-libev: fix clang 3.6 build
PR:		198194
Submitted by:	Dimitry Andric <dim@FreeBSD.org>
2015-03-22 15:22:23 +00:00
Bartek Rutkowski
734d896f7a net/shadowsocks-libev: fix i386 builds on 8.4 and 9.3
PR:		197054
Submitted by:	Xiaoding Liu <xiaoding+freebsd@xiaoding.org>
2015-03-22 15:05:57 +00:00
Sunpoet Po-Chuan Hsieh
93eda0309f - Add py-pysocks 1.5.0
Derived from SocksiPy - a Python SOCKS module.

- UDP support
- SocksiPyHandler, courtesy e000, was also added as an example of how
  this module can be used with urllib2. See example code in sockshandler.py.
- urllib3, which powers the requests module, is working on integrating SOCKS
  proxy support based on this branch

PR:		196049
Submitted by:	<kyuupichan@gmail.com>
2015-03-22 14:59:10 +00:00
Jimmy Olgeni
cc72020008 Fix minor typos in pkg-descr files. 2015-03-22 13:22:52 +00:00
Sunpoet Po-Chuan Hsieh
0209bd6696 - Update MASTER_SITES
- Update WWW
- Bump PORTREVISION for package change
2015-03-22 10:44:04 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Sunpoet Po-Chuan Hsieh
eca614b93f - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT 2015-03-21 20:07:28 +00:00
Sunpoet Po-Chuan Hsieh
213e273f01 - Fix *_DEPENDS: version is not required by this port
- Add LICENSE [1]
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket) [1]
With hat:	perl
2015-03-21 19:55:30 +00:00
MANTANI Nobutaka
9a235821fa Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error. 2015-03-21 02:13:06 +00:00
Bryan Drewery
4cb9be5d5c Fix fallout from recent USE_GITHUB. This was missed due to MASTER_SITES
duplicating the USE_GITHUB feature incorrectly.

With hat:	portmgr
2015-03-20 19:24:24 +00:00
Bryan Drewery
69d5e85c26 Default the WRKSRC to the proper extracted name for USE_GITHUB when
GH_TAGNAME is defaulted to the new DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX
change in r381689.

This actually fixes the build for sysutils/zfstools, broken in r381704.

With hat:	portmgr
2015-03-20 07:25:43 +00:00
Baptiste Daroussin
6fdf090523 Bump revision of vnc properly 2015-03-20 07:21:20 +00:00
Baptiste Daroussin
4b5be23683 Removing font-alias was a mistake, readd it which fixes tigervnc (and more)
Pointyhat to:	bapt
Reported by:	Corey <merlincorey@hushmail.me>
2015-03-20 07:19:51 +00:00
Baptiste Daroussin
6bc7b7ce5d Rework XORG_CAT= font
Fonts are now generating the fonts.scale and fonts.dir at install time
font-alias is not needed anymore for the above reason
extract font-util and encodings out of XORG_CAT=fonts because they do not
install any fonts
make XORG_CAT=fonts use USES=fonts
2015-03-20 01:12:20 +00:00
Bryan Drewery
965611a692 Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).

With hat:	portmgr
2015-03-19 20:45:03 +00:00
Bryan Drewery
010d8c7d9a Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.

All of these ports as-is.

With hat:	portmgr
2015-03-19 18:08:25 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Mathieu Arnold
8445a2820c Add a quagga version back at 0.99.23.1. 0.99.24 seems to have some problems
with OSPFv3 on 8.4.

Sponsored by:	Absolight
2015-03-18 22:28:43 +00:00
Pawel Pekala
10b7c73d5a Update to version 5.10.2
--- 5.10.2 2015/03/13

Deal with excess bytes in HTTP response for keepalive YAZ-830

Refactor ssl_put and tcpip_put to one function YAZ-832

Refactor ssl_get and tcpip_get to one function YAZ-831

Fix SEGV yaz-client for HTTP decoding error YAZ-829

Fix buffer overflow in cmd_elements in yaz-client YAZ-828
2015-03-18 20:42:59 +00:00
Mathieu Arnold
723d568e7a Add CPE.
Sponsored by:	Absolight
2015-03-18 13:52:54 +00:00
Raphael Kubo da Costa
ccb0759749 Update Qt5 to 5.4.1.
This is probably the first time our Qt 5 ports are tracking the latest
upstream release :-)

There isn't much to report in this update, thanks to the effort spent in the
5.2->5.3 update: a lot of the work is just small plist and patch updates.
Thankfully, several patches have been upstreamed and are not needed on our
side anymore.

I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias
Berner <tcberner@gmail.com> for their help with the plist updates and
general testing.

PR:		198585
2015-03-18 09:37:42 +00:00
Baptiste Daroussin
66d0cd7032 Update to 3.5.0.31 2015-03-18 06:58:29 +00:00
Antoine Brodin
b828827f99 Use gmake instead of using rules that may or may not work depending of the
version of sys.mk
This fixes build on head after r279980
2015-03-17 22:05:36 +00:00
Guido Falsi
a1f4632d9e Update checksum files. Distfiles were rerolled.
No functional change.

Reported by:	jlh@ (via email)
2015-03-17 11:31:33 +00:00
Guido Falsi
c1fdd19c8b - Fix dependency on ocaml to avoid conflicting oringins when building
in poudriere [1]
- While here, remove an old uneeded PATCH_DEPENDS
- Bump PORTREVISION also in slave port due to changes in conflicts
  and dependencies

Submitted by:	jlh@ (via email) [1]
Approved by:	mandree (implicit, for net/unison232)
2015-03-17 09:46:23 +00:00
Cy Schubert
ed16a6398c Update to 4.3.9. 2015-03-17 05:56:28 +00:00
Dmitry Marakasov
5bb7793287 - Strip library 2015-03-16 14:08:32 +00:00
Dmitry Marakasov
4acd5cada7 - Add empty directory to plist 2015-03-15 15:38:50 +00:00
Dmitry Marakasov
7477638005 - Add empty directory to plist 2015-03-15 15:38:22 +00:00
Baptiste Daroussin
24faf6c8d2 Update to 3.5.0.30 2015-03-15 10:52:32 +00:00
Ryan Steinmetz
c70b9587a8 - Update to 4.3.2 2015-03-14 16:24:32 +00:00
Ryan Steinmetz
d5cd79d0dd - Update to 4.2.8 2015-03-14 15:41:56 +00:00
Sunpoet Po-Chuan Hsieh
58250d9e3d - Add LICENSE
- Sort RUN_DEPENDS
2015-03-14 14:57:56 +00:00
Sunpoet Po-Chuan Hsieh
7e6de2b996 - Update to 0.100001
Changes:	http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
2015-03-14 14:51:52 +00:00
Sunpoet Po-Chuan Hsieh
47e904ae1e - Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby ports
Reviewed by:	bapt
Reviews:	https://reviews.freebsd.org/D2030
2015-03-14 14:36:13 +00:00
MANTANI Nobutaka
4605595faa Fix package building error. 2015-03-14 04:22:37 +00:00
Dmitry Marakasov
31f8f016f1 - Strip library 2015-03-14 04:03:06 +00:00
Adam Weinberger
10f22ecd6d Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
  PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
  OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
  This one happens in many, many ports. I only applied it in cases where
  it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
2015-03-13 17:29:58 +00:00
Sunpoet Po-Chuan Hsieh
7aeede0519 - Update to 0.74
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/Net-GitHub/Changes
2015-03-13 14:02:44 +00:00
Sunpoet Po-Chuan Hsieh
ff744b7b57 - Update to 0.37
Changes:	http://search.cpan.org/dist/IO-Socket-IP/Changes
2015-03-13 14:02:03 +00:00
Dmitry Marakasov
8a3728c87b - Strip library 2015-03-13 13:21:28 +00:00