Port details |
- swine Qt4 graphical Wine frontend
- 1.0.4_3 emulators
=1 1.0.4_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
This port expired on: 2019-03-15
- Maintainer: koalative@gmail.com
- Port Added: 2012-10-12 21:56:27
- Last Update: 2019-03-16 21:55:51
- SVN Revision: 495967
- People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
- Also Listed In: deskutils python
- License: GPLv2+
- WWW:
- http://www.swine-tool.de/
- Description:
- Swine is a graphical wine frontend, that makes it easy to install and run
Windows software on Linux systems. Swine uses a modern QT4 interface to offer
most of the Wine command-line tools to users.
WWW: http://www.swine-tool.de/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: swine
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- TIMESTAMP = 1464774402
SHA256 (dswd-Swine-1.0.4_GH0.tar.gz) = 58a31548466b213923d36c8cf73349910907f7dca7fc5caada7d36d7b0931477
SIZE (dswd-Swine-1.0.4_GH0.tar.gz) = 214009
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- python2.7 : lang/python27
- py27-qt4-xml>=4.12.1 : textproc/py-qt4-xml@py27
- linguist : devel/qt4-linguist
- Runtime dependencies:
-
- xterm : x11/xterm
- cabextract : archivers/cabextract
- icotool : graphics/icoutils
- python2.7 : lang/python27
- py27-qt4-gui>=4.12.1 : x11-toolkits/py-qt4-gui@py27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for swine-1.0.4_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake python:2.7 qt:4 shebangfix pyqt:4
- pkg-message:
- ################################################################################
Swine has been installed.
For more info about running wine on FreeBSD please see:
http://wiki.freebsd.org/Wine
FreeBSD/amd64 users:
You need to manually install Wine 32bit binary from:
https://wiki.freebsd.org/i386-Wine
This program will attempt to obtain some system information by accessing files
in procfs. You must mount procfs filesystem for this to work correctly.
This can be accomplished by adding the following line to your /etc/fstab file:
# Device Mountpoint FStype Options Dump Pass#
proc /proc procfs rw 0 0
and then, as root, executing the command:
mount /proc
Also you need passwordless sudo for mdconfig, mount_cd9660, umount commands for
work with ISO images.
################################################################################
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.4_3 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
1.0.4_3 07 Jan 2019 19:03:08 |
antoine |
Fix build with DEFAULT_VERSIONS=python=3.x |
1.0.4_3 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
1.0.4_3 22 Nov 2018 20:18:37 |
tcberner |
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714 |
1.0.4_2 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.0.4_2 01 Mar 2018 13:19:04 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH
- Switch to options helpers
Approved by: portmgr blanket |
1.0.4_1 10 Dec 2017 20:48:46 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
1.0.4_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.0.4_1 18 Feb 2017 19:48:05 |
tcberner |
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213 |
1.0.4_1 14 Jun 2016 18:18:54 |
pi |
devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix build
for those ports, unbreak:
science/veusz
math/qtiplot
emulators/swine
devel/ninja-ide
PR: 210045
Reported by: antoine
Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) |
1.0.4_1 04 Jun 2016 17:22:17 |
antoine |
Mark BROKEN: fails to stage
pyuic4 MainWindow.ui -o MainWindow.py
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/PyQt4/uic/pyuic.py", line 26, in
<module>
from PyQt4 import QtCore
ImportError: No module named sip
Reported by: pkg-fallout |
1.0.4_1 01 Jun 2016 13:15:37 |
mat |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
1.0.4_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.4_1 06 May 2015 15:27:44 |
mat |
Update ports in the [ef]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.0.4_1 27 Oct 2014 12:24:23 |
bapt |
Clean up plist |
1.0.4_1 19 Oct 2014 15:43:33 |
mva |
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit) |
1.0.4_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.0.4 16 Jun 2014 21:03:58 |
nemysis |
These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
audio/portaudio
- Pass maintainership to koalative at gmail.com
audio/portaudio2
- Pass maintainership to koalative at gmail.com
deskutils/parcellite
(Only the first 15 lines of the commit message are shown above ) |
1.0.4 26 Nov 2013 19:59:56 |
nemysis |
- Update to 1.0.4
- Change Makefile header
- Remove master sites, use GitHub=yes
- Change maintainer email to @FreeBSD.org
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
- Add DOCS Option
- Change REINPLACE_CMD
- Change pkg-message
Approved by: pawel / wg (mentors, implicit) |
1.0.3_3 22 Oct 2013 13:57:35 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
1.0.3_3 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
1.0.3_3 13 Mar 2013 05:02:11 |
beech |
- Many Makefile fixes and tweaks
- Bump portrevision
Submitted by: nemysis@gmx.ch (maintainer)
Reviewed by: maintainer |
1.0.3_2 23 Feb 2013 19:54:27 |
miwi |
- Correct desktop icon
- Bump PORTREVISION |
1.0.3_1 03 Feb 2013 18:16:55 |
makc |
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip |
1.0.3 31 Oct 2012 05:43:34 |
jgh |
- update to 1.0.3
PR: 173217
Submitted by: maintainer, nemysis@gmx.ch
Feature safe: yes |
1.0.2_2 22 Oct 2012 14:51:53 |
pawel |
- Run depend on wine only on i386 this will allow amd64 users
to install from package
- Move info addressed to amd64 users to pkg-message
- Add ONLY_FOR_ARCHS to build only on supported archs
Suggested by: makc
Approved by: maintainer via private mail
Feature safe: yes |
1.0.2_1 13 Oct 2012 16:05:29 |
pawel |
Remove unnecessary stuff that I overlooked
Reported by: makc
Feature safe: yes |
1.0.2 12 Oct 2012 22:44:11 |
pawel |
Fix silly COMMENTs caps
Feature safe: yes |
1.0.2 12 Oct 2012 21:56:10 |
pawel |
Swine is a graphical wine frontend, that makes it easy to install and run
Windows software on Linux systems. Swine uses a modern QT4 interface to offer
most of the Wine command-line tools to users.
WWW: http://www.swine-tool.de/
PR: ports/172142
Submitted by: nemysis@gmx.ch
Feature safe: yes |