aboutsummaryrefslogtreecommitdiff
path: root/x11/xgrab
Commit message (Collapse)AuthorAgeFilesLines
* Add USE_XORG=xaw. Not clear how this was building successfully before.Adam Weinberger2014-09-092-1/+11
| | | | | | | While here, include stdlib.h to quiet warnings about exit. Notes: svn path=/head/; revision=367770
* Rename x11/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-293-2/+1
| | | | Notes: svn path=/head/; revision=363352
* Support stageBaptiste Daroussin2013-12-132-4/+2
| | | | Notes: svn path=/head/; revision=336393
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Two imake related changes:Tijl Coosemans2013-09-021-3/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* Use the new USES=display:buildBaptiste Daroussin2013-06-141-5/+4
| | | | | | | While here fix build with recent clang Notes: svn path=/head/; revision=320907
* - Trim Makefile headerAntoine Brodin2013-06-021-7/+4
| | | | | | | - Unbreak with clang Notes: svn path=/head/; revision=319720
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Unbreak because we found the problem (thx to stas@)Martin Wilke2010-05-011-2/+0
| | | | Notes: svn path=/head/; revision=253501
* - Mark BROKEN with upcoming xorg 7.5Martin Wilke2010-05-011-0/+2
| | | | Notes: svn path=/head/; revision=253498
* Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,Mark Linimon2008-11-291-1/+1
| | | | | | | | | and no commit activity for 3 months. Hat: portmgr Notes: svn path=/head/; revision=223517
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-5/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add missing font dependency to fix build while package buildingKris Kennaway2006-10-151-1/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=175329
* Allow build on package clusterKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=171980
* SHA256ify (manually checked)Edwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154312
* Fix package building by adding a dependency on Xvfb in theKris Kennaway2005-01-011-0/+3
| | | | | | | | | | PACKAGE_BUILDING case. The package build scripts then DTRT and ensure this is running at build-time so a DISPLAY is available. Approved by: portmgr (self) Notes: svn path=/head/; revision=125629
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-6/+3
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Change BROKEN to IGNORE when no X session is present. Will only affectMark Linimon2004-05-161-1/+1
| | | | | | | | | the build cluster. Approved by: maintainer Notes: svn path=/head/; revision=109290
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* Move USE_IMAKE before .include <bsd.port.pre.mk>Jean-Marc Zucconi2003-11-091-1/+2
| | | | Notes: svn path=/head/; revision=93570
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77047
* Add a build dependency on xrdb.Jean-Marc Zucconi2002-05-221-1/+8
| | | | Notes: svn path=/head/; revision=59717
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37994
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}Jimmy Olgeni2001-01-311-1/+1
| | | | | | | files. Notes: svn path=/head/; revision=37855
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27497
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21147
* makefile's check for existance of DISPLAY only checked if the variableDaniel Baker1999-07-231-5/+4
| | | | | | | | was defined, and didn't not check the possibility of an empty DISPLAY, which was the cause of the packages build error. Notes: svn path=/head/; revision=20322
* Verbosify error message received when not building when running X.David E. O'Brien1999-07-061-2/+2
| | | | Notes: svn path=/head/; revision=20092
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Move manpages to MAN* macros.Steve Price1998-09-262-3/+3
| | | | Notes: svn path=/head/; revision=13407
* Mark this port broken if DISPLAY is not set, it needs to run xrdb.Satoshi Asami1998-06-071-3/+6
| | | | Notes: svn path=/head/; revision=11307
* Suffix has changed (gz -> Z)Jean-Marc Zucconi1997-08-112-2/+3
| | | | Notes: svn path=/head/; revision=7524
* Comment out IS_INTERACTIVE, it needs to run xrdb.Satoshi Asami1997-03-061-2/+2
| | | | Notes: svn path=/head/; revision=5872
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+4
| | | | Notes: svn path=/head/; revision=4570
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Upgrade to version 2.41Jean-Marc Zucconi1996-07-313-22/+12
| | | | Notes: svn path=/head/; revision=3469
* Upgrade to version 2.41Jean-Marc Zucconi1996-07-311-5/+5
| | | | | | | Use a different MASTER_SITE Notes: svn path=/head/; revision=3468
* remove initial @cwdJean-Marc Zucconi1995-05-151-2/+1
| | | | | | | fix typo in app-defaults file name Notes: svn path=/head/; revision=1758
* Correct pathname of app-defaults fileJean-Marc Zucconi1995-05-151-2/+2
| | | | Notes: svn path=/head/; revision=1757
* Add "IS_INTERACTIVE=yes" (needs to actually *run* xrdb) andSatoshi Asami1995-05-131-1/+5
| | | | | | | | | "XMKMF=xmkmf" (make depend blows up). Still don't know if it works, though. Notes: svn path=/head/; revision=1721
* And now the rest of the x11 ports Makefiles.Satoshi Asami1995-04-121-2/+12
| | | | Notes: svn path=/head/; revision=1352
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-111-0/+1
| | | | Notes: svn path=/head/; revision=1327
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* xgrab, xgrabsc: an X-Windows image grabberJean-Marc Zucconi1995-02-277-0/+64
Notes: svn path=/head/; revision=1047