notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
libzvt Library components for Zed's Virtual Terminal
2.0.1_24 x11-toolkits Deleted on this many watch lists=50 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.1_24Version of this port present on the latest quarterly branch.
Maintainer: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-04-24 16:06:14
Last Update: 2014-11-19 15:03:45
SVN Revision: 372785
People watching this port, also watch:: popt, freetype2, libglade2, libxml2
Also Listed In: gnome
License: not specified in port
WWW:
http://www.gnome.org/
Description:
libzvt is the library backend of zterm, yet another virtual terminal program. It is needed for the application side of the GNOME 2.0 desktop. WWW: http://www.gnome.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • libzvt>0:x11-toolkits/libzvt
No installation instructions:
This port has been deleted.
PKGNAME: libzvt
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bison : devel/bison
  2. gmake : devel/gmake
  3. pkgconf : devel/pkgconf
  4. x11.pc : x11/libX11
  5. intltool-extract : textproc/intltool
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. BSD.gnome.dist : misc/gnomehier
Library dependencies:
  1. libatk-1.0.so : accessibility/atk
  2. libglib-2.0.so : devel/glib20
  3. libpcre.so : devel/pcre
  4. libgtk-x11-2.0.so : x11-toolkits/gtk20
  5. libart_lgpl_2.so : graphics/libart_lgpl
  6. libpango-1.0.so : x11-toolkits/pango
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (16 items)
Collapse this list.
  1. ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/libzvt/2.0/
  2. ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/libzvt/2.0/
  3. ftp://ftp.dti.ad.jp/pub/X/gnome/sources/libzvt/2.0/
  4. ftp://ftp.kddlabs.co.jp/pub/GNOME/sources/libzvt/2.0/
  5. ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/libzvt/2.0/
  6. ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/libzvt/2.0/
  7. http://distcache.FreeBSD.org/ports-distfiles/gnome2/
  8. http://download.gnome.org/sources/libzvt/2.0/
  9. http://fr2.rpmfind.net/linux/gnome.org/sources/libzvt/2.0/
  10. http://ftp.acc.umu.se/pub/GNOME/sources/libzvt/2.0/
  11. http://ftp.gnome.org/pub/GNOME/sources/libzvt/2.0/
  12. http://linorg.usp.br/gnome/sources/libzvt/2.0/
  13. http://mirror.aarnet.edu.au/pub/gnome/sources/libzvt/2.0/
  14. http://ring.nict.go.jp/archives/X/gnome/sources/libzvt/2.0/
  15. http://www.gtlib.gatech.edu/pub/gnome/sources/libzvt/2.0/
  16. https://download.gnome.org/sources/libzvt/2.0/
Collapse this list.

Number of commits found: 56

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.1_24
19 Nov 2014 15:03:45
Revision:372785Original commit files touched by this commit
bapt search for other commits by this committer
Remove libzvt, it is not used anymore by anything in the ports tree
2.0.1_24
19 Sep 2014 18:41:06
Revision:368588Original commit files touched by this commit
tijl search for other commits by this committer
Remove old libtool patch and drop .la file
2.0.1_23
11 Jun 2014 14:50:00
Revision:357486Original commit files touched by this commit
tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.1_23
23 Apr 2014 13:25:17
Revision:351936Original commit files touched by this commit
tijl search for other commits by this committer
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.1_22
22 Apr 2014 10:02:34
Revision:351793Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
USES=libtool
2.0.1_21
20 Sep 2013 23:57:48
Revision:327785Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
2.0.1_21
02 Sep 2013 21:27:54
Revision:326092Original commit files touched by this commit
bapt search for other commits by this committer
Add an explicit dependency on pkgconf
2.0.1_21
08 Mar 2013 11:32:12
Revision:313635Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2.0.1_21
08 Mar 2013 10:51:36
Revision:313633Original commit files touched by this commit
kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2.0.1_21
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
2.0.1_20
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
2.0.1_20
02 Jul 2011 18:18:48
Original commit files touched by this commit
miwi search for other commits by this committer
- Kick MD5 support
2.0.1_20
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
2.0.1_20
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
2.0.1_19
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
2.0.1_18
20 Jan 2010 23:02:08
Original commit files touched by this commit
ed search for other commits by this committer
Unbreak libzvt on HEAD.

Use similar patches that have been used for gnome-libs and vte as well.

Approved by:    miwi (portmgr, implicit)
2.0.1_18
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
2.0.1_18
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
2.0.1_17
02 Feb 2009 01:36:16
Original commit files touched by this commit
araujo search for other commits by this committer
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
  MASTER_SITE_SUBDIR when possible.

PR:             ports/125243
Submitted by:   pgollucci
Reworked by:    myself
Tested on:      pointyhat exp-run (pav)
2.0.1_17
12 Jan 2009 22:03:39
Original commit files touched by this commit
marcus search for other commits by this committer
Correct expression to fix build.
2.0.1_17
11 Jan 2009 18:36:57
Original commit files touched by this commit
marcus search for other commits by this committer
Allow this port to build with GTK+ deprecation.
2.0.1_17
06 Jun 2008 14:16:37
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2.0.1_16
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- 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)
2.0.1_15
17 Oct 2007 10:13:01
Original commit files touched by this commit
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
2.0.1_14
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2.0.1_13
26 Mar 2007 19:56:40
Original commit files touched by this commit
mezz search for other commits by this committer
Portlint:
        -INSTALLS_SHLIB -> USE_LDCONFIG.
2.0.1_13
13 May 2006 05:00:46
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
2.0.1_13
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
2.0.1_11
23 Nov 2005 22:41:05
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256 checksums
2.0.1_11
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2.0.1_11
05 Nov 2005 05:22:06
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
2.0.1_10
12 Mar 2005 10:54:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
2.0.1_9
07 Nov 2004 22:37:47
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2.0.1_8
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
2.0.1_8
05 Apr 2004 03:31:02
Original commit files touched by this commit
marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
2.0.1_7
18 Mar 2004 14:46:32
Original commit files touched by this commit
pav search for other commits by this committer
- Add SIZE to GNOME ports

Submitted by:   trevor
2.0.1_7
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2.0.1_7
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
2.0.1_6
13 Nov 2003 12:03:59
Original commit files touched by this commit
trevor search for other commits by this committer
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
2.0.1_6
12 Jun 2003 09:46:10
Original commit files touched by this commit
adamw search for other commits by this committer
Remove REINPLACE commands that were rolled into gnomehack.
2.0.1_6
22 Apr 2003 04:56:28
Original commit files touched by this commit
marcus search for other commits by this committer
Convert to new GNOME infrastructure.
2.0.1_6
20 Apr 2003 19:54:06
Original commit files touched by this commit
marcus search for other commits by this committer
Remove USE_GNOMENG.
2.0.1_6
07 Mar 2003 06:14:08
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2.0.1_6
07 Feb 2003 18:42:25
Original commit files touched by this commit
marcus search for other commits by this committer
Update to GNOME 2.2.

This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
2.0.1_1
03 Dec 2002 04:22:41
Original commit files touched by this commit
marcus search for other commits by this committer
Make sure that gnome-pty-helper is installed setuid to root.  This fixes
a bug where commands like mesg would fail in gnome-terminal.

Approved by:    portmgr (kris)
2.0.1
20 Sep 2002 17:07:51
Original commit files touched by this commit
marcus search for other commits by this committer
GNOME has just changed the layout of their FTP site.  This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2.0.1
30 Jun 2002 22:20:44
Original commit files touched by this commit
marcus search for other commits by this committer
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
1.99999.0
15 Jun 2002 09:05:13
Original commit files touched by this commit
marcus search for other commits by this committer
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
1.117.0
12 Jun 2002 00:18:21
Original commit files touched by this commit
marcus search for other commits by this committer
Update to the latest GNOME 2 snapshot.
1.115.2
28 May 2002 16:08:26
Original commit files touched by this commit
marcus search for other commits by this committer
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
1.115.2
19 May 2002 20:16:06
Original commit files touched by this commit
marcus search for other commits by this committer
Back to betas...Update to GNOME 2.0 beta 5.
1.114.0_1
12 May 2002 06:49:02
Original commit files touched by this commit
marcus search for other commits by this committer
Update to GNOME 2.0 RC2.
1.114.0_1
02 May 2002 03:37:15
Original commit files touched by this commit
marcus search for other commits by this committer
Update to GNOME 2.0 RC 1.
1.114.0_1
30 Apr 2002 16:24:08
Original commit files touched by this commit
marcus search for other commits by this committer
Move back to share/gnome as a datadir.

The GNOME 2.0 APIs can be installed right along with the GNOME 1.4 APIs, but
the desktops will be mutually independent.  That is, you will not be
able to install gnomedesktop, for example, on the same machine as gnomecore.
However, you will be able to install the GNOME 2.0 desktop, and use all your
favorite GNOME 1.4 applications (like gaim, AbiWord, Evolution, etc.).
1.114.0
26 Apr 2002 13:52:08
Original commit files touched by this commit
sobomax search for other commits by this committer
- Update to 1.114.0 (version found in the GNOME2 beta4);
- use USE_LIBTOOL.
1.113.0
24 Apr 2002 16:05:17
Original commit files touched by this commit
marcus search for other commits by this committer
Add libzvt, the API for Zed's Virtual Terminal, the first of many components
of the GNOME 2.0 Desktop.

Reviewed by:    sobomax
Approved by:    sobomax

Number of commits found: 56