aboutsummaryrefslogtreecommitdiffstats
path: root/x11/tycoon
Commit message (Collapse)AuthorAgeFilesLines
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup plistbapt2015-01-181-1/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Rename x11/ patch-xy patches to reflect the files they modify.adamw2014-07-306-0/+0
|
* - Add USES=libtool to x11-toolkits/xforms and bump dependent ports.tijl2014-07-011-1/+1
| | | | - Remove xforms dependency from graphics/qslim.
* - Chase x11-toolkits/xforms shlib bumpgahr2014-01-081-1/+1
| | | | | - Bump PORTREVISION - STAGE-clean here and there
* Fix build with clangpawel2013-12-213-17/+21
| | | | | PR: ports/184878 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11)
* Convert to USES=imakebapt2013-06-291-7/+3
| | | | | | Trim headers Convert emu to USES=display Remove indefinite article
* - Chase x11-toolkits/xforms shlib version bumpgahr2011-09-071-2/+2
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+1
| | | | | | | | - 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).
* Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).flz2008-07-231-1/+1
| | | | Approved by: portmgr (self)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+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)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
|
* - Add SHA256pav2005-11-261-0/+1
|
* SIZEify.trevor2004-01-301-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Fix buildpat2002-10-097-15/+18
| | | | | PR: ports/43686 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-1/+2
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* portlint: remove extra whitespaces before end of line.dirk2001-12-241-1/+1
|
* POSIX syntax for chown.dirk2001-06-041-1/+1
|
* use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.sf2000-12-317-26/+35
| | | | | | | | | pre-install -> post-build to make reinstall target working. change maintainer to ports@ due to maintainer does not have FreeBSD box anymore. PR: 23444 Submitted by: myself
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* The xforms ports is no longer an i386-only port.steve1999-06-091-4/+1
|
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.simokawa1999-01-071-1/+4
| | | | XForms has not been available for FreeBSD/alpha yet.
* Add LIB_DEPENDS to xpm.asami1998-12-221-2/+3
|
* Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so itbillf1998-12-081-3/+1
| | | | | | | works with ELF. Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured in May according to Fenner's survey.
* Mark broken for ELF because of xforms port.steve1998-09-271-1/+3
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Import tycoon, a button/drop-target manager with OffiX drag'n'drop support.fenner1997-11-2411-0/+212
PR: ports/4580 Submitted by: stephen farrell <sfarrell@healthquiz.com>