aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326485
* Unbreak the build on recent -CURRENT (after cap_rights_t type was changedAlexey Dokuchaev2013-09-061-0/+6
| | | | | | | | | from uint64_t to a structure in r255219). PR: ports/181840 Notes: svn path=/head/; revision=326460
* Fix the build with clang.Joe Marcus Clarke2013-09-051-6/+14
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=326452
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-052-3/+3
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326422
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-0/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326346
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326343
* - Add explicit pkgconfig ddependency.Guido Falsi2013-09-041-1/+1
| | | | Notes: svn path=/head/; revision=326325
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-042-2/+2
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* x11/yad: update to 0.23.0William Grzybowski2013-09-043-18/+17
| | | | | | | | | | | | | | | | - Updated from 0.22.1 to 0.23.0 - Added Makefile header - Use new options helpers - Added YAD Icon Browser option Changes: https://code.google.com/p/yad/source/browse/trunk/ChangeLog?spec=svn687&r=687 PR: ports/181790 Submitted by: Danilo EgĂȘa Gondolfo <danilogondolfo gmail.com> Notes: svn path=/head/; revision=326287
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-034-11/+6
| | | | Notes: svn path=/head/; revision=326151
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-6/+2
| | | | Notes: svn path=/head/; revision=326137
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-032-9/+3
| | | | Notes: svn path=/head/; revision=326133
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326132
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-035-27/+9
| | | | Notes: svn path=/head/; revision=326129
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-035-10/+6
| | | | Notes: svn path=/head/; revision=326122
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326111
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326109
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-6/+2
| | | | Notes: svn path=/head/; revision=326103
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-7/+3
| | | | Notes: svn path=/head/; revision=326092
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=326089
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=326088
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326070
* Pass maintainership to x11@Baptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326018
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-025-6/+6
| | | | Notes: svn path=/head/; revision=326011
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325998
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-023-4/+3
| | | | Notes: svn path=/head/; revision=325997
* Two imake related changes:Tijl Coosemans2013-09-022-4/+2
| | | | | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325992
* A bunch of cleanups and fixes.Niclas Zeising2013-09-026-9/+120
| | | | | | | | | | | | | | | | | Fix build with compiler is gccXX (where xx is for instance 46, 47) by running autoconf to generate a working configure. Use ${REINPLACE_CMD} instead of hand-rolled sed. Change regexp to work on configure.in instead of configure, since we'll autoconf configure.in anyway. Check for libutil.h alongside util.h, and make use of that if it is found. Make detection and use of gettext work with all compilers. Add locale messages to plist. Bump portrevision. Noticed by: avg (build issues) Tested by: avg Notes: svn path=/head/; revision=325979
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-1/+1
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=325978
* Change my ports to USES (gmake|perl5)Renato Botelho2013-09-026-6/+6
| | | | Notes: svn path=/head/; revision=325961
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325949
* Add missing dependencies.Niclas Zeising2013-09-011-2/+2
| | | | | | | | | | Bump portrevision (again). PR: ports/181726 Submitted by: Pawel Pekala <pawel@FreeBSD.org> Notes: svn path=/head/; revision=325923
* Remove expired ports:Rene Ladan2013-09-016-83/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained Notes: svn path=/head/; revision=325862
* Fix plist.Niclas Zeising2013-09-012-8/+17
| | | | | | | | | Bump portrevision. noticed by: QAT Notes: svn path=/head/; revision=325840
* Update to 5.22Niclas Zeising2013-08-312-5/+4
| | | | | | | While here, switch USE_GMAKE=yes to USES=gmake Notes: svn path=/head/; revision=325836
* Add explicit dependency on pkgconfBaptiste Daroussin2013-08-313-7/+5
| | | | | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325761
* Eradicate USE_GNOME=pkgconfig from x11Baptiste Daroussin2013-08-304-19/+8
| | | | | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325735
* x11/lxpanel: fix distfile fetchWilliam Grzybowski2013-08-301-1/+1
| | | | | | | | | - Fix distfile fetch Reported by: bdrewery Notes: svn path=/head/; revision=325685
* - Remove Author lineSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | Notes: svn path=/head/; revision=325620
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325562
* Update to latest GNUstep core libraries.David Chisnall2013-08-282-0/+118
| | | | | | | | | | | | | | Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt Notes: svn path=/head/; revision=325546
* Update to 0.1.0Niclas Zeising2013-08-286-45/+35
| | | | | | | | Add dependency on gperf. Fix build with out ancient gcc. Notes: svn path=/head/; revision=325522
* Remove expired ports:Rene Ladan2013-08-272-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month Notes: svn path=/head/; revision=325483
* x11/lxpanel: update to 0.6.0William Grzybowski2013-08-275-410/+4
| | | | | | | - Update to 0.6.0 Notes: svn path=/head/; revision=325461
* Add conflicts between x11/libXtrans and x11/xtrans, they install the sameNiclas Zeising2013-08-262-0/+7
| | | | | | | | | | | | | files. [1] Mark x11/libXtrans as DEPRECATED, since it is obsolteted upstream, and set removal date one month from now. Nothing in ports uses x11/libXtrans anyway. PR: ports/181512 [1] Submitted by: Gerald Pfeifer <gerald@pfeifer.com> [1] Notes: svn path=/head/; revision=325381
* Bump PORTREVISION due to iPython package name change.Jimmy Olgeni2013-08-251-1/+1
| | | | Notes: svn path=/head/; revision=325356
* - update to 2.5Baptiste Daroussin2013-08-223-52/+10
| | | | | | | | | | | - change LIB_DEPENDS to new format - remove upstreamed patch - add a dependency on the new libxkbcommon Approved by: dhn (implicit) Notes: svn path=/head/; revision=325241
* xkbcommon is a library to handle keyboard descriptions, including loading themBaptiste Daroussin2013-08-225-0/+44
| | | | | | | | | | from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications WWW: http://xkbcommon.org/ Notes: svn path=/head/; revision=325240
* Fix NVidia drivers correctly after KVA space allocation API changes inAlexey Dokuchaev2013-08-201-5/+5
| | | | | | | | | | | | recent -CURRENT (after r254025). Previously it would immediately core dump upon loading of nvidia.ko. PR: ports/181144 (fix suggested in the audit trail) Reviewed by: jhb Timeout from: jeff (no cookie) Notes: svn path=/head/; revision=325027
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-2/+2
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851