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

5602 Commits

Author SHA1 Message Date
Jan Beich
aa2c09f705 emulators/ppsspp-devel: update to 1.0.1.866
Changes:	ee2238d...86a02fe
2015-09-05 22:49:13 +00:00
Sean Bruno
f440fa7bf3 Fix Makefile so that those who want to use this port directly can still
build.

PR:	202536
2015-09-03 18:27:44 +00:00
Sean Bruno
8005224867 Build fixes for 2.4.0
- regenerate patch-pcap
- Escape --extra-ldflags as it looks like the qemu builder is eating spaces
  or lines making it frustrating to use.

PR:	202402 202536 202864
2015-09-03 17:39:41 +00:00
Sean Bruno
a1606ef670 QEMU update to 2.4.0
- remove patch files accepted and merge upstream
- Add new vgabios-virtio
2015-09-02 16:12:36 +00:00
Sean Bruno
49cecff573 Build fix:
- Remove etc/qemu/target-x86_64.conf.sample dropped by upstream
- Add vgabios-virtio.bin
2015-09-01 17:38:29 +00:00
Dmitry Marakasov
206f6d865e - Add LICENSE
- Pet portlint
- Switch to @sample

Approved by:	portmgr blanket
2015-08-30 10:51:41 +00:00
Jan Beich
8a127a17cf Convert my ports to _VARS option helper 2015-08-28 14:57:29 +00:00
Dmitry Marakasov
1cb88c91e1 - Pet portlint, switch to options helpers
PR:		202532
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-08-27 09:09:19 +00:00
Dmitry Marakasov
f3ace4251b - Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
2015-08-26 18:26:14 +00:00
David Naylor
2c31f6524f emulators/i386-wine-devel: update to v1.7.50.
Changes:
 * Update dependency version for gecko.

PR:		202653
2015-08-26 16:12:50 +00:00
Dmitry Marakasov
e770a013a0 - Switch to USES=libarchive as suggested by stage-qa
Approved by:	portmgr blanket
2015-08-26 02:43:40 +00:00
Max Brazhnikov
c7c32639cc Convert my ports to new options helpers 2015-08-25 10:03:08 +00:00
Gerald Pfeifer
d732fb21d0 Update to Wine 1.7.50. This includes the following changes:
- New version of the Gecko engine based on Firefox 40 (via the
   wine-gecko-devel port).
 - First steps of the Direct3D 11 implementation.
 - Better font matching in DirectWrite.
 - Support for OpenMP on ARM platforms.
 - Various bug fixes.
2015-08-23 20:06:42 +00:00
Gerald Pfeifer
d57cceb0bf Update wine-gecko-devel, the Gecko Layout Engine component for wine-devel,
from version 2.36 to 2.40.  It is based on Firefo 40 now.

Approved by:	dbn (maintainer, pre-approved)
2015-08-23 20:05:49 +00:00
John Marino
0ed34d5d26 emulators/bfe: Bump revision due to option change 2015-08-22 16:47:15 +00:00
John Marino
7a4c448bd4 emulators/bfe: Change GTK default from GTK1 to GTK2
discussed-with: bapt
2015-08-22 16:42:46 +00:00
Philip M. Gollucci
5f6f0c866c remove empty pkg-plist
PR:                  201663
Submitted By:        s3erios@gmail.com
2015-08-20 18:24:56 +00:00
Philip M. Gollucci
9da2cce158 emulators/q4wine: qt4-linguist -> qt4-linguisttools, remove some dependencies
- Add LICENSE_FILE.
- USE_QT4=linguist_build -> USE_QT4=linguisttools_build.
- Use an OPTION helper for DBUS.
- Remove CONFIGURE_ARGS for NLS - they are not used.
- Gettext dependency is not used too.
- Remove USE_GCC=yes.
- Fix build with clang.
- Bump PORTREVISION.

PR:                  201863
Submitted by:        s3erios@gmail.com
Approved by:         maintainer timeout (koalative@gmail.com ; 24 days)
2015-08-18 20:02:20 +00:00
Raphael Kubo da Costa
23ee2a7d62 Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.
Instead of defining a variable that is almost always based on CONFIGURE_ENV,
just use CONFIGURE_ENV directly.

This also matches the behavior of other ports that do not use autotools (so
most ports can just worry about CONFIGURE_ENV). Additionally, the fact that
we do not use ?= means we do not have problems if another file in Uses/
needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to
USES would matter).

Ports which set CMAKE_ENV have been adjusted accordingly. In most cases,
CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being:
* databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has
                       no effect on the build system.
* devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already
                 retrieved from the CMAKE_CXX_COMPILER variable in the build
                 system.
* graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there
                        has no effect on the build system.

Reviewed by:		makc
Differential Revision:	https://reviews.freebsd.org/D3403
2015-08-18 10:51:01 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Sean Bruno
7ba60304c9 Update qemu-sbruno to track bsd-user branch on github. I *am* the
upstream of this port and maintainer notified developers on 07/17/15 to
update his ports while he is AFK.

Sync's to pre-release 2.4.0

Differential Revision:	https://reviews.freebsd.org/D3385
2015-08-16 19:13:30 +00:00
Jan Beich
c607c11360 emulators/ppsspp-devel: update to 1.0.1.809
Changes:	aae2542...ee2238d
2015-08-14 00:12:54 +00:00
David Naylor
793b7c1c65 emulators/i386-wine-devel: update to 1.7.49
* Drop support for FreeBSD 8
 * Eliminate post-package step (no longer worked, not needed)
2015-08-13 18:08:35 +00:00
Sunpoet Po-Chuan Hsieh
8c9a5f334f - Remove RG link 2015-08-13 17:39:31 +00:00
Gerald Pfeifer
9db6462428 Update to Wine 1.7.49. This includes the following changes:
- DirectWrite is now good enough for rendering text in Steam.
 - A number of Direct2D improvements.
 - Some more OpenMP functions.
 - Support for namespaces in the IDL compiler.
 - Various bug fixes.
2015-08-12 14:38:58 +00:00
David Naylor
86018eb556 emulators/i386-wine-devel: update to 1.7.48. 2015-08-11 18:51:13 +00:00
Alexander Leidinger
435ea2a95a Re-commit of
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by
      antoine)
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with the new 64 bit parts
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (antoine after some EXP-runs)
2015-08-09 19:14:13 +00:00
Gerald Pfeifer
6f1c056b33 Remove the SLAVE_PORT setting which does not have a function actually. 2015-08-07 07:56:02 +00:00
Mathieu Arnold
284038d67d Remove unneeded MASTER_SITES=GH entries.
Sponsored by:	Absolight
2015-08-04 14:26:48 +00:00
Devin Teske
f7447acc90 Move Xen Kernel menuitem to Boot Options submenu. Prevent conflict with
upcoming Boot Environment menu. The Xen Kernel is dynamically appended
after the last menuitem in the Boot Options submenu. If xen_kernel is not
defined in loader.conf(5) the Xen Kernel menuitem displays "N/A" versus
"On"/"off". While here, fix-up the pkg-message (make capitalization of
"in" vs. "In" consistent; make use of trailing ":" consistent; move a
comment out of the way of file contents, etc.).

Differential Revision:	https://reviews.freebsd.org/D2717
Reviewed by:	allanjude, bapt
Approved by:	bapt
2015-08-03 22:29:30 +00:00
Antoine Brodin
d2d7433189 Fix duplicate PKGNAME with wine-devel/wine-staging 2015-08-03 06:04:04 +00:00
Gerald Pfeifer
90f901b8db Update to Wine 1.7.48. This includes the following changes:
- Fleshed out OpenMP implementation.
 - I/O stream support in the MSVCIRT C++ runtime.
 - Support for pixel snapping in DirectWrite.
 - More support for OpenGL core contexts.
 - Various bug fixes.

(Some pkg-plist additions and one removal for the STAGING option
and hence the wine-staging port.)
2015-08-03 01:10:59 +00:00
Gerald Pfeifer
6d16166445 Move the setting of PKGNAMESUFFIX into a new block at the beginning
of this Makefile to align closer with FreeBSD Ports standards.
2015-08-03 00:57:47 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Kurt Jaeger
421607b901 emulators/dynamips-community: 0.2.12 -> 0.2.15
- Add optional argument 'format' to hypervisor commands
  - 'send_con_msg' and 'send_aux_msg'.
  - Report "X byte(s) written" on succeess.
  - String formats:
    * plain - plain string (default, old behavior)
    * base64 - base64 encoded string
- Use an auxiliary variable to record configured ram size for npe-400
- Fixed issue #49 - IOS crashes after router restart
- Fixed issue #50 - vm send_con_msg

PR:		194066
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2015-08-02 16:39:13 +00:00
Dmitry Marakasov
982e8c6a2e - Update to 4.2
- Don't hardcode version in distfile names
- Update USE_XORG
- Improve and simplify wrapper script handling
- Improve and simplify options handling

PR:		201547
Submitted by:	amdmi3
Approved by:	maintainer timeout (dk@farm.org, 2 weeks)
2015-07-30 10:28:02 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Jan Beich
e1263266dc emulators/ppsspp-devel: update to 1.0.1.791
Changes:	c27e634...73e9c3b (previous update)
Changes:	73e9c3b...aae2542
2015-07-28 02:57:11 +00:00
Kurt Jaeger
7d8375d8b7 GNS3 Converter is designed to convert old ini-style GNS3 topologies
(<=0.8.7) to the newer version v1+ JSON format for use in GNS3 v1+

The converter will convert all IOS, Cloud and VirtualBox devices
to the new format. It will also convert all QEMU based devices (QEMU
VM, ASA, PIX, JUNOS & IDS). VPCS nodes will be converted to cloud
devices due to lack of information the 0.8.7 topology files.

For topologies containing snapshots, the snapshots will also be
converted to the new format automatically.

WWW: https://github.com/GNS3/gns3-converter
2015-07-26 19:19:36 +00:00
Antoine Brodin
011dfa81be Unbreak INDEX, reverting r392921
With hat:	portmgr
2015-07-26 13:35:29 +00:00
Alexander Leidinger
3aeeb3f1bd 64 bit linuxulator support (not activated by default):
- most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (implicit, I remember blanked approval for
			linux parts loooong ago, punish me if you don't
			agree anymore)
2015-07-26 13:06:24 +00:00
Alex Kozlov
cb2472596d - Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS
Approved by: bapt (manintainer), office (bapt)
2015-07-25 10:53:11 +00:00
Jan Beich
aa96a521bc Convert my ports to target option helpers 2015-07-19 07:42:21 +00:00
David Naylor
b4c822af8d emulators/i386-wine-devel: update to 1.7.47 2015-07-18 20:16:30 +00:00
Jan Beich
ccc4c3b371 Per r390886 stop pulling unnecessary GTK+ deps in my ports 2015-07-18 17:27:59 +00:00
Tijl Coosemans
ae41dd3ad0 - Update to db4-4.7.25-19.el6_6
- Update to freetype-2.3.11-15.el6_6.1
- Update to glibc-2.12-1.149.el6_6.9
- Update to krb5-libs-1.10.3-37.el6_6
- Add symlink from /usr/lib/librt.so.1 to /lib/librt.so.1.  This shadows
  FreeBSD /usr/lib/librt.so.1 and fixes some applications (e.g. Maple)

MFH:		2015Q3
Security:	CVE-2012-5669
Security:	CVE-2013-7423
Security:	CVE-2014-6040
Security:	CVE-2014-7817
Security:	CVE-2014-9657
Security:	CVE-2014-9658
Security:	CVE-2014-9660
Security:	CVE-2014-9661
Security:	CVE-2014-9663
Security:	CVE-2014-9664
Security:	CVE-2014-9667
Security:	CVE-2014-9669
Security:	CVE-2014-9670
Security:	CVE-2014-9671
Security:	CVE-2014-9673
Security:	CVE-2014-9674
Security:	CVE-2014-9675
Security:	CVE-2015-0235
Security:	CVE-2015-1781
2015-07-15 18:35:03 +00:00
Juergen Lock
c992a31c3d Catch up with github tree - changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
2015-07-15 17:38:28 +00:00
Jan Beich
0271c4bcd6 emulators/ppsspp-devel: update to 1.0.1.757 2015-07-15 11:36:14 +00:00
Jung-uk Kim
9ce8c1bf2d Fix pre-build target to properly set environment variables. Note there is
no functional change but it is done for correctness.  Also, note the change
is merged from emulators/virtualbox-ose (r355732).
2015-07-13 21:15:50 +00:00
Dmitry Marakasov
2c069203cc - Fix fetch
Approved by:	portmgr blanket
2015-07-13 16:23:31 +00:00