Port details |
- v C++ GUI development framework for X11 and Microsoft Windows
- 1.90_7 x11-toolkits
=1 1.90_7Version of this port present on the latest quarterly branch.
- DEPRECATED: Dead upstream, unmaintained and no consumers
This port expired on: 2021-06-23
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2021-06-27 14:49:43
- Commit Hash: 1785eb2
- Also Listed In: devel graphics
- License: not specified in port
- WWW:
- http://vgui.sourceforge.net/
- Description:
- V is a C++ GUI and application development framework for X-windows and
Microsoft Windows. It allows you to develop GUI applications that are
source-code compatible under X11 and Microsoft Windows 3.x/95, that have
the same look-and-feel under both environments. It does not require any
special X toolkits or Windows DLL's to be installed (it uses the standard
toolkits on both environments).
Full documentation, many code examples, and the V toolkit for Windows
systems is available at the V web site:
WWW: http://vgui.sourceforge.net/
- ¦ ¦ ¦ ¦
- 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: vgui
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (v-1.90.tar.gz) = c6eacb3b3463e60522d8756abf7c39d30753b595bc110453d40f5f082f69ce40
SIZE (v-1.90.tar.gz) = 1334360
SHA256 (v-1.90a-patch.tar.gz) = 799614292df0df2117ac196eb75b95042d6021ec8249603e61fcfa66abb817ee
SIZE (v-1.90a-patch.tar.gz) = 5970
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- xmu.pc : x11-toolkits/libXmu
- xaw7.pc : x11-toolkits/libXaw
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- xmu.pc : x11-toolkits/libXmu
- xaw7.pc : x11-toolkits/libXaw
- Library dependencies:
-
- libGLU.so : graphics/libGLU
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vgui-1.90_7:
OPENGL=on: 2D/3D rendering support via OpenGL
===> Use 'make config' to modify these settings
- Options name:
- x11-toolkits_v
- USES:
- compiler dos2unix gmake xorg gl xorg
- pkg-message:
- For install:
- Full documentation, many code examples, and the V toolkit for Windows
systems is available at the V web site:
http://objectcentral.com/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.90_7 27 Jun 2021 14:49:43 |
Rene Ladan (rene) |
*/*: Remove expired ports:
2021-06-23 x11-toolkits/v: Dead upstream, unmaintained and no consumers |
1.90_7 18 May 2021 14:57:15 |
Jan Beich (jbeich) |
x11-toolkits/v: deprecate abandonware |
1.90_7 18 May 2021 14:57:14 |
Jan Beich (jbeich) |
x11-toolkits/libXaw: update to 1.0.14
Changes: https://lists.x.org/archives/xorg-announce/2021-March/003077.html
PR: 255773
Reported by: portscout
Approved by: zeising
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D30205 |
1.90_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.90_7 08 Dec 2019 16:49:03 |
sunpoet |
Add PKGNAMESUFFIX to avoid PKGBASE conflict with lang/v
- While I'm here, sort PLIST |
1.90_7 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.90_7 14 Aug 2019 12:25:52 |
mat |
Convert to UCL & cleanup pkg-message (categories x) |
1.90_7 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
1.90_6 25 Aug 2018 13:54:31 |
tobik |
x11-toolkits/v: Fix build with Clang 6
vchkboxc.cxx:43:4: error: constant expression evaluates to 255 which cannot be
narrowed to type 'char' [-Wc++11-narrowing]
0xff, 0x0f, 0x03, 0x0c, 0x05, 0x0a, 0x09, 0x09, 0x91, 0x08, 0x61, 0x08,
^~~~
vchkboxc.cxx:43:4: note: insert an explicit cast to silence this issue
0xff, 0x0f, 0x03, 0x0c, 0x05, 0x0a, 0x09, 0x09, 0x91, 0x08, 0x61, 0x08,
^~~~
static_cast<char>( )
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/v-1.90_6.log |
1.90_6 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.90_5 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
1.90_5 28 Jan 2015 01:08:44 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
1.90_5 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.90_4 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.90_3 18 Nov 2013 22:02:54 |
bapt |
Convert from USE_DOS2UNIX to USES=dos2unix
While here stagify |
1.90_3 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
1.90_3 31 Jul 2013 12:01:01 |
danfe |
- Unbreak parallel (-jX) builds by calling make(1) correctly and adding
missing target dependencies
- Remove check for alpha: unfortunately it'd EOLed long time ago
- Provide an OPTION for OpenGL support, default to on
- Move WRKSRC where it belongs, mute MKDIR's, pad pkg-message output
- Use canonical form of sf.net URL in port description |
1.90_3 13 Jul 2013 13:11:03 |
bapt |
Mark jobs unsafe |
1.90_3 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
1.90_3 11 Apr 2011 19:54:35 |
ade |
Update to GNU make 3.82 after numerous -exp runs. |
1.90_3 22 Aug 2009 00:39:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
1.90_3 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
1.90_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.90_2 25 Mar 2008 22:44:48 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.90_1 31 Jul 2007 20:34:39 |
arved |
Fix build on 64bit platforms |
1.90_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.90 24 Nov 2006 22:24:24 |
miwi |
- Respect X11BASE
PR: ports/105831
Submitted by: trasz |
1.90 11 Mar 2006 10:12:57 |
pav |
- Unbreak on 5.X
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Approved by: portmgr (marcus) |
1.90 07 Mar 2006 08:41:19 |
pav |
- Update to 1.90
- Unbreak
PR: ports/94063
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Approved by: portmgr (erwin) |
1.19_1 25 Nov 2005 19:33:59 |
pav |
- Add SHA256 |
1.19_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.19_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.19_1 17 Mar 2005 16:42:31 |
skv |
Reset maintainer to ports@FreeBSD.org
Approved by: portmgr (krion) |
1.19_1 03 Mar 2005 00:44:41 |
pav |
- Fix fetch
- Make this build a little further |
1.19_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.19_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.19 13 Nov 2003 12:03:59 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
1.19 04 Jun 2003 22:43:38 |
kris |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
1.19 18 May 2003 09:39:32 |
kris |
BROKEN on 5.1: bad C++ |
1.19 07 Mar 2003 06:14:08 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
05 Feb 2001 16:49:18 |
olgeni |
Batch of style fixes for x11-toolkits. |
11 Nov 2000 10:30:05 |
kris |
Remove directory on deinstall |
08 Oct 2000 11:23:49 |
asami |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 08:03:53 |
asami |
Convert category x11-toolkits to new layout. |
12 Jun 2000 23:01:26 |
asami |
Remove @exec ranlib's. Since pkg_add doesn't change the timestamp, these are
not necessary (even if the linker cares about the timestamp -- I'm not sure if
it does). |