aboutsummaryrefslogtreecommitdiff
path: root/graphics/vcg
Commit message (Collapse)AuthorAgeFilesLines
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* graphics/vcg: Fix build on DragonFlyJohn Marino2015-08-221-2/+2
| | | | | | | | This is a clean alteration to an unmaintained port that allows it to build on DragonFly. Notes: svn path=/head/; revision=395041
* Rename german/ and graphics/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2818-13/+12
| | | | Notes: svn path=/head/; revision=363261
* - Convert to STAGEDIR, the side effect is that the packages are fixedAntoine Brodin2013-11-032-7/+10
| | | | | | | (this ports uses imake but didn't compress man pages) Notes: svn path=/head/; revision=332645
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update MASTER_SITES.Marcelo Araujo2013-01-212-17/+22
| | | | | | | | | | | - Fix build with clang. - Add LICENSE. PR: ports/172720 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=310739
* Deprecate a bunch of ports that are either abandonware and/or for which no moreBaptiste Daroussin2012-10-261-5/+4
| | | | | | | | | | public distfiles are available, or for which are -devel version with a more recent stable version for long Feature safe: yes Notes: svn path=/head/; revision=306447
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* distfile is availableBrendan Fabeny2011-06-301-2/+0
| | | | Notes: svn path=/head/; revision=276716
* Mark broken some ports with unfetchable distfilesBaptiste Daroussin2011-06-161-0/+2
| | | | Notes: svn path=/head/; revision=275693
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-181-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244447
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-193-8/+8
| | | | | | | | | | | | | | | | | | - 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-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* - Distfile was rerolled and renamed due to copyright notice changesPav Lucistnik2005-02-252-4/+6
| | | | | | | | PR: ports/78049 Submitted by: Sam Lawrance <boris@brooknet.com.au> Notes: svn path=/head/; revision=129785
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-1/+1
| | | | | | | | | | | | | | | 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* add WWWYing-Chieh Liao2003-03-301-0/+2
| | | | Notes: svn path=/head/; revision=77743
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Support CC/CFLAGS/X11BASE/PREFIX/MAKE properlyAde Lovett2000-10-133-28/+36
| | | | | | | | | | Support install macros PR: 21579 Submitted by: Ports Fury Notes: svn path=/head/; revision=33783
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Add missing "MAINTAINER=ports@FreeBSD.org".Dirk Froemberg2000-02-051-0/+2
| | | | Notes: svn path=/head/; revision=25499
* $Id$ -> $FreeBSD$Peter Wemm1999-08-293-5/+15
| | | | Notes: svn path=/head/; revision=21085
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* awk -> ${AWK}Michael Haro1999-08-221-6/+6
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek1998-08-181-6/+0
| | | | | | | too many, so I'll remove half of them. Notes: svn path=/head/; revision=12620
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* "all:" -> "all::" to make XFree86-3.3 config files happy.Satoshi Asami1997-06-121-0/+11
| | | | Notes: svn path=/head/; revision=6891
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-8/+8
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Add "USE_X11=yes" this port doesn't require explicit xmkmf (it'sSatoshi Asami1995-05-161-1/+3
| | | | | | | already in the Makefile) but it installs in /usr/X11R6. Notes: svn path=/head/; revision=1767
* Yet another round of Makefile updates, graphics version.Satoshi Asami1995-04-091-2/+8
| | | | Notes: svn path=/head/; revision=1309
* 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
* vcg - a visualization tool for compiler graphsJeffrey Hsu1995-02-1925-0/+2540
Submitted by: Philippe Charnier <charnier@lirmm.fr> Notes: svn path=/head/; revision=1008