aboutsummaryrefslogtreecommitdiff
path: root/x11/metisse
Commit message (Collapse)AuthorAgeFilesLines
* - Drop GLX_X86 from OPTIONS_DEFINE (forgotten in r309016)Alexey Dokuchaev2012-12-161-1/+1
| | | | | | | - Do not reassign GH_PROJECT to its default value Notes: svn path=/head/; revision=309018
* - Move GLX_X86 over to OPTIONS_DEFINE_i386Alexey Dokuchaev2012-12-161-3/+5
| | | | | | | - Correct RPLAY description while I'm here Notes: svn path=/head/; revision=309016
* - Trim Makefile header per new bylawsAlexey Dokuchaev2012-11-161-37/+33
| | | | | | | | | | | - Convert to the new OPTIONS framework - Remove explicit shlib versions from LIB_DEPENDS - Relinquish maintainership Feature safe: yes Notes: svn path=/head/; revision=307473
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+14
| | | | Notes: svn path=/head/; revision=297915
* - Resurrect, undeprecate, and update to the most recent version, 0.4.1Alexey Dokuchaev2011-11-196-0/+555
| | | | | | | | | | | | | | | | | | - Since most patches were integrated upstream, rebase remaining two to our standards and drop custom PATCH_STRIP - Define LICENSE (GPLv3), augment OPTIONS - Reduce number of local hacks (Mandriva legacy) - Add some missing X.org components to USE_XORG - Rearrange MAN1 entries so they occupy fewer lines - Do not pass CPPFLAGS and LDFLAGS to CONFIGURE_ENV explicitly (not needed since PR ports/157936) - Utilize USE_GNOME=gnomehack, sort USE_* knobs, etc. - Augment port description (include more text from upstream) Feature safe: yes Notes: svn path=/head/; revision=286086
* Remove most expired ports:Rene Ladan2011-04-1810-1506/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-17 cad/tclspice: has been broken for more than a year 2011-04-17 comms/hcfmdm: does not compile on 7.X or higher 2011-04-17 databases/mysqlcc: has been broken for almost a year 2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/lamson: has been broken for a half year 2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer 2011-04-17 devel/djgpp-gcc: has been broken for half a year 2011-04-17 devel/gauche-sdl: has been broken for a year 2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up 2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer 2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer 2011-04-17 graphics/libvisual-plugins: has been broken for 3 years 2011-04-17 japanese/roundcube: has been broken for almost a year 2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer 2011-04-17 lang/u++: has been broken for over a half year 2011-04-17 lang/pugs: has been broken for over a year 2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer 2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer 2011-04-17 math/R-cran-igraph: has been broken for over a half year 2011-04-17 misc/ftree: has been broken for over a half year 2011-04-17 multimedia/katchtv: has been broken for a half year 2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year 2011-04-17 multimedia/banshee-mirage: has been broken for over a half year 2011-04-17 net-p2p/trackerbt: has been broken for a half year 2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer 2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer 2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer 2011-04-17 net/penguintv: has been broken for a half year 2011-04-17 news/openftd: has been broken for almost a year 2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer 2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer 2011-04-17 science/elmer-fem: has been broken for over a year 2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer 2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer 2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer 2011-04-17 security/f-protd: has been broken for over a year 2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer 2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer 2011-04-17 www/bricolage: has been broken for a half year 2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year 2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year 2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year 2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year 2011-04-17 x11/metisse: has been broken for over a half year Notes: svn path=/head/; revision=272897
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Mark ports that have been broken for six month or more, or never compiled onPav Lucistnik2011-03-171-0/+2
| | | | | | | 7.X and up, for removal in one month Notes: svn path=/head/; revision=271083
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Mark BROKEN: does not compile (after X.org 7.5 import)Pav Lucistnik2010-05-121-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=254214
* - fix build for png-1.4.1Dirk Meyer2010-04-021-0/+20
| | | | Notes: svn path=/head/; revision=252039
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Chase the fribidi shared lib bump.Joe Marcus Clarke2009-08-221-1/+1
| | | | Notes: svn path=/head/; revision=240112
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Python is now an indirect dependency, so remove the knob. USE_PYTHON needs toPav Lucistnik2009-02-102-18/+8
| | | | | | | | | stay in the Makefile to provide needed defines. Bump PORTREVISION. Reported by: pointyhat Notes: svn path=/head/; revision=228010
* - Fix packagingPietro Cerutti2008-09-112-3/+11
| | | | | | | | | - UNBREAK Approved by: portmgr (erwin) Notes: svn path=/head/; revision=220333
* - Mark BROKEN: does not packagePav Lucistnik2008-08-151-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=218634
* Fix pkg-plist.Alexey Dokuchaev2008-07-231-2/+1
| | | | | | | Reported by: QA Tindy Notes: svn path=/head/; revision=217387
* - Unbreak and undeprecate (add missing USE_XORG)Alexey Dokuchaev2008-07-231-7/+5
| | | | | | | | | - Augment master sites per portlint(1) - Do not patch things during extract stage - Fix regexp to be more accurate Notes: svn path=/head/; revision=217385
* - This port has been BROKEN for more than 6 months. It will be removed unlessPav Lucistnik2008-06-191-0/+2
| | | | | | | | | fixed in next two months. With hat: portmgr Notes: svn path=/head/; revision=215228
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+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
* - Mark BROKEN: Does not compilePav Lucistnik2007-09-291-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=200339
* - Fix the build on amd64 (and possibly other 64-bit archs) [1]Alexey Dokuchaev2007-08-203-2/+436
| | | | | | | | | | | | - Unbreak by adding missing entries to pkg-plist [2] - Add another small cosmetic fix from Mandriva [3] - Bump PORTREVISION Reported by: pointyhat via pav [1,2] Obtained from: Mandriva SRPM [1,3] Notes: svn path=/head/; revision=197950
* BROKEN: Incomplete pkg-plistKris Kennaway2007-07-281-0/+2
| | | | Notes: svn path=/head/; revision=196521
* - Fix the build with GCC 4.2 on i386 [1]Alexey Dokuchaev2007-07-031-2/+5
| | | | | | | | | - Reindent comments for better reading Reported by: pointyhat via pav [1] Notes: svn path=/head/; revision=194794
* Use PYTHON_SITELIBDIR macro, we will not be stuck with python 2.4 forever.Alexey Dokuchaev2007-06-281-3/+3
| | | | | | | Noticed by: pav Notes: svn path=/head/; revision=194383
* Fix plist.Alexey Dokuchaev2007-06-281-3/+3
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=194381
* Try to pass Freshports sanity check.Alexey Dokuchaev2007-06-041-1/+2
| | | | | | | Submitted by: gabor Notes: svn path=/head/; revision=192730
* Welcome Metisse, an experimental X desktop with neat OpenGL features. ItAlexey Dokuchaev2007-06-048-0/+1042
consists of a virtual X server called Xmetisse, a special version of FVWM, and a FVWM module FvwmCompositor. Also, it comes with two custom themes, courtesy of Mandriva Linux, and some of their patches (adopted for our build environment). Please note that this software is considered experimental to date. Testing in various environments (KDE/GNOME desktops, 64-bit arches, etc.) is highly appreciated. There are some patches floating around, but let's see if they are really required for us instead of blindly committing them. Notes: svn path=/head/; revision=192718