aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xgrab
Commit message (Collapse)AuthorAgeFilesLines
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-301-0/+1
| | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* Mark broken on armv6.linimon2017-05-281-0/+2
|
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Add USE_XORG=xaw. Not clear how this was building successfully before.adamw2014-09-102-1/+11
| | | | While here, include stdlib.h to quiet warnings about exit.
* Rename x11/ patch-xy patches to reflect the files they modify.adamw2014-07-303-2/+1
|
* Support stagebapt2013-12-142-4/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11)
* Two imake related changes:tijl2013-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)
* New USES imake to handle the dependency on imake.bapt2013-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
* Use the new USES=display:buildbapt2013-06-141-5/+4
| | | | While here fix build with recent clang
* - Trim Makefile headerantoine2013-06-031-7/+4
| | | | - Unbreak with clang
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Unbreak because we found the problem (thx to stas@)miwi2010-05-011-2/+0
|
* - Mark BROKEN with upcoming xorg 7.5miwi2010-05-011-0/+2
|
* Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,linimon2008-11-291-1/+1
| | | | | | and no commit activity for 3 months. Hat: portmgr
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - Welcome X.org 7.2 \o/.flz2007-05-201-5/+2
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Add missing font dependency to fix build while package buildingkris2006-10-161-1/+2
| | | | Approved by: portmgr (self)
* Allow build on package clusterkris2006-09-031-1/+1
|
* SHA256ify (manually checked)edwin2006-01-241-0/+1
| | | | Approved by: krion@
* Fix package building by adding a dependency on Xvfb in thekris2005-01-021-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)
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-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)
* Change BROKEN to IGNORE when no X session is present. Will only affectlinimon2004-05-171-1/+1
| | | | | | the build cluster. Approved by: maintainer
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Move USE_IMAKE before .include <bsd.port.pre.mk>jmz2003-11-101-1/+2
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Add a build dependency on xrdb.jmz2002-05-231-1/+8
|
* Style fixes for ports/x11.olgeni2001-02-061-1/+1
|
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}olgeni2001-02-011-1/+1
| | | | files.
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* makefile's check for existance of DISPLAY only checked if the variabledbaker1999-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.
* Verbosify error message received when not building when running X.obrien1999-07-061-2/+2
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-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
* Move manpages to MAN* macros.steve1998-09-272-3/+3
|
* Mark this port broken if DISPLAY is not set, it needs to run xrdb.asami1998-06-071-3/+6
|
* Suffix has changed (gz -> Z)jmz1997-08-112-2/+3
|
* Comment out IS_INTERACTIVE, it needs to run xrdb.asami1997-03-061-2/+2
|
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-3/+4
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"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!
* Upgrade to version 2.41jmz1996-07-313-22/+12
|
* Upgrade to version 2.41jmz1996-07-311-5/+5
| | | | Use a different MASTER_SITE
* remove initial @cwdjmz1995-05-161-2/+1
| | | | fix typo in app-defaults file name
* Correct pathname of app-defaults filejmz1995-05-161-2/+2
|
* Add "IS_INTERACTIVE=yes" (needs to actually *run* xrdb) andasami1995-05-131-1/+5
| | | | | | "XMKMF=xmkmf" (make depend blows up). Still don't know if it works, though.
* And now the rest of the x11 ports Makefiles.asami1995-04-131-2/+12
|
* Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-111-0/+1
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-0/+1
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* xgrab, xgrabsc: an X-Windows image grabberjmz1995-02-277-0/+64