aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* Sync dports patches on 3 unmaintained portsJohn Marino2014-05-051-0/+1
| | | | | | | | | * audio/esperanza * x11-wm/qlwm * games/tinymux Notes: svn path=/head/; revision=352992
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-8/+8
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Remove expired ports:Rene Ladan2014-05-045-289/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher 2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14 2014-04-30 net/asterisk14: Broken and unsupported 2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg 2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile 2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef 2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef 2014-05-01 net/py-spreadmodule: Depends on expired net/spread 2014-05-01 net/p5-Spread-Message: Depends on expired net/spread 2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread 2014-05-01 net/p5-Spread-Session: Depends on expired net/spread 2014-05-01 sysutils/wmmemload: Broken 2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 x11-wm/stumpwm: Broken for more than 4 months 2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8. 2014-05-01 net/pchar: Obsolete, abandoned 2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts Notes: svn path=/head/; revision=352941
* Fix pkg-plist when built without GNOMEBarbara Guida2014-05-012-3/+6
| | | | | | | | | | | While here: - Fix a misspelled option in a test - Strip binaries PR: ports/189014 Notes: svn path=/head/; revision=352745
* Explicitly set libX11 dependency to fix build.Jung-uk Kim2014-05-012-3/+8
| | | | Notes: svn path=/head/; revision=352720
* Fix packaging with pkg_install by workarounding a pkg_install bugBaptiste Daroussin2014-04-302-35/+6
| | | | | | | | | | | While here: - s/disable-kde3/disable-kde/ - Remove .la files, they are useless here Reported by: bar Notes: svn path=/head/; revision=352671
* - Update to version 0.6.0 [1]Pawel Pekala2014-04-243-16/+5
| | | | | | | | | | | - Use options subs PR: ports/187793 [1] Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=352018
* Explicitly set libXext dependency to fix build after r351936.Jung-uk Kim2014-04-232-1/+12
| | | | Notes: svn path=/head/; revision=351966
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-2311-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - Update to 1.14Pietro Cerutti2014-04-237-10/+134
| | | | | | | - Track new repository on github Notes: svn path=/head/; revision=351919
* Fix options helpers conversionAntoine Brodin2014-04-221-1/+1
| | | | Notes: svn path=/head/; revision=351869
* Fix buildBaptiste Daroussin2014-04-221-1/+1
| | | | | | | Reported by: swills (jenkins) Notes: svn path=/head/; revision=351841
* Fix LIB_DEPENDSBaptiste Daroussin2014-04-221-1/+1
| | | | | | | Reported by: jenkins Notes: svn path=/head/; revision=351840
* Support stageBaptiste Daroussin2014-04-221-10/+4
| | | | Notes: svn path=/head/; revision=351773
* Support stageBaptiste Daroussin2014-04-221-20/+7
| | | | | | | Use options helpers Notes: svn path=/head/; revision=351772
* USES=tar:bzip2 libtoolBaptiste Daroussin2014-04-222-4/+9
| | | | | | | Strip binaries Notes: svn path=/head/; revision=351771
* Support stageBaptiste Daroussin2014-04-221-7/+5
| | | | | | | Modernize Notes: svn path=/head/; revision=351770
* Support stageBaptiste Daroussin2014-04-222-7/+4
| | | | | | | Monernize Notes: svn path=/head/; revision=351769
* Support stageBaptiste Daroussin2014-04-221-7/+5
| | | | | | | Strip binaries Notes: svn path=/head/; revision=351768
* Support stageBaptiste Daroussin2014-04-222-46/+24
| | | | | | | Cleanup a bit (this ports deserves either more love or death) Notes: svn path=/head/; revision=351766
* Support stageBaptiste Daroussin2014-04-221-4/+3
| | | | | | | Modernize Notes: svn path=/head/; revision=351764
* Support stageBaptiste Daroussin2014-04-221-14/+10
| | | | Notes: svn path=/head/; revision=351763
* Support stageBaptiste Daroussin2014-04-221-3/+2
| | | | Notes: svn path=/head/; revision=351762
* Support stageBaptiste Daroussin2014-04-222-4/+17
| | | | | | | Allow packaging as a user Notes: svn path=/head/; revision=351761
* Support stageBaptiste Daroussin2014-04-221-3/+2
| | | | | | | modernize Notes: svn path=/head/; revision=351758
* Support stageBaptiste Daroussin2014-04-222-11/+12
| | | | | | | modernize Notes: svn path=/head/; revision=351757
* Support stageBaptiste Daroussin2014-04-222-17/+14
| | | | | | | Modernize Notes: svn path=/head/; revision=351756
* Support stageBaptiste Daroussin2014-04-222-20/+11
| | | | | | | Use @sample Notes: svn path=/head/; revision=351754
* Support stageBaptiste Daroussin2014-04-221-6/+5
| | | | Notes: svn path=/head/; revision=351752
* Mark as broken: does not build with any modern compilerBaptiste Daroussin2014-04-221-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=351751
* These ports are no longer used or cared for.Rusmir Dusko2014-04-215-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports with my help. misc/lxde-common - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com misc/xdg-menu - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Add DOCS Option - Break lines around 80 characters - Change pkg-plist, remove mtree sysutils/lxinput - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com sysutils/lxtask - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Remove TODO from DOCS sysutils/lxterminal - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11/florence - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils - Remove not needed MAN1 from Makefile x11/libfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree x11/lxde-meta - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11/lxmenu-data - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, remove mtree x11/lxpanel - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Strip libraries - Change pkg-plist, add missing x11/menu-cache - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - USES pathfix instead of USE_GNOME gnomehack - Strip library x11-fm/pcmanfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree, add missing x11-themes/lxde-icon-theme - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes - Change pkg-plist, remove mtree x11-wm/lxmed - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11-wm/lxsession - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11-wm/obapps - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Add DOCS Option - Change Desktop entry file x11-wm/obmenu - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Break lines around 80 characters Notes: svn path=/head/; revision=351711
* Remove expired ports:Rene Ladan2014-04-1817-606/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/) Notes: svn path=/head/; revision=351531
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-1612-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Fix buildPietro Cerutti2014-04-152-2/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=351333
* . Don't statically link libexecinfo.a. This doesn't appear to be necessaryGreg Lewis2014-04-151-27/+0
| | | | | | | | and actually breaks the build on 10.x where libexecinfo.a is part of the base rather than a port. Notes: svn path=/head/; revision=351305
* . Don't use inline on functions that are intended to be used in multipleGreg Lewis2014-04-1310-0/+170
| | | | | | | | | | | files. This fixes compilation with clang. My understanding is that the C99 standard treats inline methods as having static linkage by default. This is different from the GNU C definition of inline, which is why this compiled with gcc. Notes: svn path=/head/; revision=351234
* . Don't try to represent a unicode literal in a character literal. In thisGreg Lewis2014-04-131-3/+14
| | | | | | | | case just use the decimal literal. . Add $FreeBSD$. Notes: svn path=/head/; revision=351232
* Update to 3.5.5Renato Botelho2014-04-112-3/+3
| | | | Notes: svn path=/head/; revision=350922
* Support stageBaptiste Daroussin2014-04-101-6/+5
| | | | Notes: svn path=/head/; revision=350845
* Update to 2.5.0Niclas Zeising2014-04-063-6/+6
| | | | | | | | PR: ports/188283 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> Notes: svn path=/head/; revision=350341
* Update to 3.5.4Renato Botelho2014-04-022-3/+3
| | | | Notes: svn path=/head/; revision=349912
* - Stage supportAntoine Brodin2014-04-011-13/+9
| | | | | | | | | | - Do not remove a directory belonging to BSD.local.dist mtree on uninstall Reported by: poudriere With hat: portmgr Notes: svn path=/head/; revision=349882
* - Update to 1.0.14Pietro Cerutti2014-03-312-4/+5
| | | | Notes: svn path=/head/; revision=349715
* Finish stage supportAntoine Brodin2014-03-301-1/+1
| | | | Notes: svn path=/head/; revision=349610
* Update to 3.5.3Renato Botelho2014-03-302-6/+4
| | | | Notes: svn path=/head/; revision=349604
* - Bump port revision after the latest libiconv commit becauseTijl Coosemans2014-03-296-86/+102
| | | | | | | | | | | | | | | | | | | | | | locale_charset() is used when the ICONV option is enabled. [1] - Remove X_CFLAGS from CONFIGURE_ENV. Not needed. - Remove --mandir=${MANPREFIX}/man from CONFIGURE_ARGS. Redundant. - Patch configure directly instead of configure.ac+autoconf. - Prevent rebuilding manpages with --disable-mandoc. - USES=tar:bzip2. - Missing dependencies: USES=perl5, USE_XORG=xcursor xinerama xrender sm. - Restore default options from before OPTIONSng conversion. - Use OPTIONS_SUB=yes. - Staging. - Specify --without-iconv-library when empty(ICONV_LIB) to force libc iconv. - New LIB_DEPENDS syntax. - Remove remnants of OPTIONSng conversion: WITHOUT_GTK and WITHOUT_GNOME. - Use --disable-gtk instead of --disable-gtktest. Reported by: kib [1] Notes: svn path=/head/; revision=349573
* - Stage supportRoman Bogorodskiy2014-03-291-7/+5
| | | | | | | | - Use new style LIB_DEPENDS syntax - Add desktop-file-utils and shared-mime-info to USES Notes: svn path=/head/; revision=349544
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andGabor Pali2014-03-292-2/+2
| | | | | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=349475
* - Stage supportAntoine Brodin2014-03-282-21/+15
| | | | | | | - Remove support for deprecated NOPORTDATA Notes: svn path=/head/; revision=349470
* Remove x11-wm/fvwm2-i18n. It was a slave port of x11-wm/fvwm2 with theTijl Coosemans2014-03-283-27/+0
| | | | | | | MULTIBYTE option enabled, but this option has been removed many years ago. Notes: svn path=/head/; revision=349439