aboutsummaryrefslogtreecommitdiff
path: root/emulators/adamem
Commit message (Collapse)AuthorAgeFilesLines
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).Alexey Dokuchaev2020-05-271-1/+1
| | | | Notes: svn path=/head/; revision=536693
* emulators/adamem: fix build on powerpc64 elfv2Piotr Kubaj2020-02-151-4/+8
| | | | | | | regparm is only supported on x86. Notes: svn path=/head/; revision=526190
* Add USES=xorg USES=gl, ports categories eNiclas Zeising2019-11-051-0/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'. Notes: svn path=/head/; revision=516802
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-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 Notes: svn path=/head/; revision=455167
* These ports fail the same way on armv6 as they do on aarch64.Mark Linimon2017-05-261-1/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441784
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.Mark Linimon2016-11-081-1/+1
| | | | Notes: svn path=/head/; revision=425758
* Mark as broken on arm64.Mark Linimon2016-11-081-0/+2
| | | | Notes: svn path=/head/; revision=425695
* - Switch to options helpersDmitry Marakasov2016-01-311-0/+2
| | | | Notes: svn path=/head/; revision=407626
* Unmark BROKEN, the port can be fetched fine.Raphael Kubo da Costa2015-12-301-1/+0
| | | | Notes: svn path=/head/; revision=404838
* Mark as broken: does not fetchBaptiste Daroussin2015-10-241-0/+1
| | | | Notes: svn path=/head/; revision=400094
* Clean up plistBaptiste Daroussin2014-10-271-2/+0
| | | | Notes: svn path=/head/; revision=371563
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 plist and build on i386Alex Kozlov2014-04-112-0/+15
| | | | Notes: svn path=/head/; revision=350938
* - Support STAGEDIRAlex Kozlov2014-04-115-25/+59
| | | | | | | | - Use standard file's layout - Fix build with clang Notes: svn path=/head/; revision=350928
* Reset maintainer (email bouncing)Antoine Brodin2014-02-121-1/+1
| | | | Notes: svn path=/head/; revision=343855
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* = Drop MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276915
* - 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-231-3/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209644
* - 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
* - Respect X11BASEMartin Wilke2006-12-011-3/+12
| | | | | | | | PR: ports/105987 Submitted by: Jeremy Karlson<karlj000@unbc.ca> (maintainer) Notes: svn path=/head/; revision=178432
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* Fix the build on 5.X and -CURRENT.Alexey Dokuchaev2004-09-233-7/+90
| | | | | | | | Reported by: kris Approved by: portmgr (marcus), fjoe (mentor, implicit), maintainer Notes: svn path=/head/; revision=118352
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-171-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118212
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* fix build ; values.h problemYing-Chieh Liao2002-10-072-7/+23
| | | | | | | | PR: 43761 Submitted by: Maxim Maximov <mcsi@agava.com> Notes: svn path=/head/; revision=67550
* BROKEN: Does not compileKris Kennaway2002-10-051-0/+2
| | | | Notes: svn path=/head/; revision=67421
* A Adam Computer / ColecoVision EmulatorDirk Meyer2002-03-306-0/+73
PR: 32056 Submitted by: karlj000@unbc.ca Notes: svn path=/head/; revision=56933