aboutsummaryrefslogtreecommitdiff
path: root/x11/xstroke
Commit message (Collapse)AuthorAgeFilesLines
* - Update bison to 2.4.1, see announcements for important changes:Johan van Selst2009-03-061-3/+12
| | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html - Take over bison maintainership - as approved by portmgr (marcus) - Add patches for ports to compile with new bison: Replace %{ .. %} with %code { .. } where required and accommodate stricter typing requirements Thanks to pav for an exp-run on pointyhat PR: ports/131640 Approved by: portmgr (pav) Notes: svn path=/head/; revision=229566
* - Fix build (needs Xtst)Pav Lucistnik2009-01-271-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=227016
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-2/+2
| | | | | | | | | | | - 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). Notes: svn path=/head/; revision=226727
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209424
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix MASTER_SITES, make fetchableTim Bishop2006-03-212-4/+2
| | | | | | | | | | | - Drop USE_REINPLACE - Drop WWW, since there doesn't appear to be an appropriate one PR: 94763 Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=157849
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149464
* - utilize USE_GETOPT_LONG and remove dependency on libgnugetopt on 5.xYen-Ming Lee2004-11-102-27/+6
| | | | Notes: svn path=/head/; revision=121305
* unbreak 4.x.FUJISHIMA Satsuki2004-06-231-1/+1
| | | | | | | Reported by: bento via vs@ Notes: svn path=/head/; revision=112057
* Chase the new location of libXft.Joe Marcus Clarke2004-03-161-1/+1
| | | | Notes: svn path=/head/; revision=104228
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* update WWWYing-Chieh Liao2003-10-191-1/+1
| | | | Notes: svn path=/head/; revision=91664
* PORTSDIR should be referred after pre.mk.FUJISHIMA Satsuki2003-07-151-2/+5
| | | | | | | | | This fixes make readmes infinite loop. Pointed and Tested by: Melvyn Sopacua <freebsd-ports@webteckies.org> Notes: svn path=/head/; revision=84913
* link gnugetopt statically.FUJISHIMA Satsuki2003-07-142-8/+26
| | | | Notes: svn path=/head/; revision=84839
* Libraries linked against changed, bump PORTREVISION.Eric Anholt2003-05-121-1/+1
| | | | Notes: svn path=/head/; revision=80854
* Un-break after Xft and XFree86 4.3 changes.Eric Anholt2003-05-123-13/+21
| | | | Notes: svn path=/head/; revision=80853
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.Eric Anholt2003-02-181-0/+2
| | | | | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus Notes: svn path=/head/; revision=75774
* Fix build with bison 1.75.Joe Marcus Clarke2002-12-021-0/+17
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=71326
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-3/+4
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* correct etc pathYing-Chieh Liao2002-05-151-0/+2
| | | | Notes: svn path=/head/; revision=59180
* add xstroke 0.5.12Ying-Chieh Liao2002-05-149-0/+89
Fullscreen gesture recognition Notes: svn path=/head/; revision=59067