aboutsummaryrefslogtreecommitdiff
path: root/graphics/grx
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-251-1/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209811
* - 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
* - Move USE_GCC=3.4 before <bsd.port.pre.mk> to work.Alejandro Pulver2007-02-041-4/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=184139
* - Use GCC 3.4 in FreeBSD >= 7.x instead of system compiler (4.x).Alejandro Pulver2006-12-171-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=180031
* - Really fix X11BASE.Alejandro Pulver2006-12-061-3/+3
| | | | | | | | PR: ports/106265 Submitted by: laszlof Notes: svn path=/head/; revision=179042
* - Respect X11BASE.Alejandro Pulver2006-11-241-1/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=177967
* - Fix building.Alejandro Pulver2006-08-033-15/+54
| | | | Notes: svn path=/head/; revision=169605
* Mark BROKEN: does not buildErwin Lansing2006-08-031-0/+2
| | | | Notes: svn path=/head/; revision=169579
* - Fix building (missing ':' in LIB_DEPENDS).Alejandro Pulver2006-07-171-3/+1
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=168099
* Mark broken: fails to compile.Mark Linimon2006-07-161-0/+2
| | | | Notes: svn path=/head/; revision=168005
* GRX is a 2D graphics library originaly written by Csaba Biegl for DJ Delorie'sAlejandro Pulver2006-07-037-0/+454
DOS port of the GCC compiler. Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32 (using the Mingw compiler). WWW: http://grx.gnu.de/ Notes: svn path=/head/; revision=166789