FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 12:09 PM GMT
Port details
xf86-input-magictouch 1.0.0.5_7 x11-drivers on this many watch lists=6 search for ports that depend on this port
Ignore IGNORE: needs xf86_ansic.h which doesn't exist with recent xserver
X.Org magictouch input driver
Maintained by: x11@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 May 2007 03:28:46
License: not specified in port
This package contains the X.Org xf86-input-magictouch driver.
CVSWeb : Sources : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11/randrproto, x11/inputproto, x11-servers/xorg-server, x11/xproto, x11/libXi, devel/libtool, devel/pkg-config
Required To Run: x11-servers/xorg-server, x11/xproto, x11/libXi, devel/pkg-config
There are no ports dependent upon this port

To install the port: cd /usr/ports/x11-drivers/xf86-input-magictouch/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cs.cuhk.edu.hk/pub/X11/individual/driver/
ftp://ftp.unicamp.br/pub/X11/releases/individual/driver/
ftp://ftp.ntua.gr/pub/X11/X.org/individual/driver/
http://ring.nict.go.jp/archives/X/opengroup/individual/driver//
http://ring.riken.jp/archives/X/opengroup/individual/driver//
ftp://ftp.task.gda.pl/mirror/ftp.x.org/pub/individual/driver/
ftp://ftp.sunet.se/pub/X11/ftp.x.org/individual/driver/
ftp://ftp.mirrorservice.org/sites/ftp.x.org/pub/individual/driver/
ftp://sunsite.uio.no/pub/X11/individual/driver/
http://xorg.freedesktop.org/individual/driver/
http://xorg.freedesktop.org/releases/individual/driver/
ftp://ftp.x.org/pub/individual/driver/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xorg/driver/

Number of commits found: 12

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.0.0.5_7
miwi search for other commits by this committer
- Get Rid MD5 support
25 Feb 2011 16:52:50
Original commit files touched by this commit  1.0.0.5_7
miwi search for other commits by this committer
- Please welcome Xorg 7.5.1

The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.

I would like to thank:

        Beat Gaetzi
        Dima Panov
        Koop Mast
        Eitan Adler
        and all Testers.

PR:             ports/147646
                ports/148035
                ports/148744
                ports/150223
                ports/152889
                ports/154457
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.0.0.5_6
ade search for other commits by this committer
Sync to new bsd.autotools.mk
01 May 2010 11:41:07
Original commit files touched by this commit  1.0.0.5_6
miwi search for other commits by this committer
- Update to Xorg 7.5

The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:

http://www.x.org/releases/X11R7.5/

A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.

For updating try

portupgrade -af \*
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Feb 2010 15:25:33
Original commit files touched by this commit  1.0.0.5_5
rnoland search for other commits by this committer
Chase xorg-server update and bump driver PORTREVISIONS.
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.0.0.5_4
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
07 May 2009 19:42:40
Original commit files touched by this commit  1.0.0.5_4
rnoland search for other commits by this committer
Chase xserver update with driver port bumps.
04 Apr 2009 04:05:11
Original commit files touched by this commit  1.0.0.5_3
rnoland search for other commits by this committer
Chase the Xorg server update and bump ports that depend on it.
23 Jan 2009 16:28:36
Original commit files touched by this commit  1.0.0.5_2
flz search for other commits by this committer
- 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).
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.0.0.5_2
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 14:10:29
Original commit files touched by this commit  1.0.0.5_2
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)
19 May 2007 20:32:57
Original commit files touched by this commit  1.0.0.5_1
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}.

Number of commits found: 12

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight69
new month139

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.094 seconds.