aboutsummaryrefslogtreecommitdiff
path: root/emulators/spim
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-1/+1
| | | | Notes: svn path=/head/; revision=517008
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* - Add LICENSEDmitry Marakasov2015-11-211-14/+12
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=402150
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375061
* - Add stage supportDanilo Egea Gondolfo2013-10-261-19/+14
| | | | Notes: svn path=/head/; revision=331708
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* Two imake related changes:Tijl Coosemans2013-09-021-1/+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
* emulators/spim: fix packageWilliam Grzybowski2013-08-221-0/+1
| | | | | | | | | - Fix package, man files are not compressed Reported by: pointyhat Notes: svn path=/head/; revision=325221
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Convert to new options frameworkBaptiste Daroussin2012-06-121-7/+8
| | | | Notes: svn path=/head/; revision=299103
* = Drop MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276915
* - Update to 8.0Martin Wilke2010-01-214-22/+22
| | | | | | | | PR: 142980 Submitted by: Ports Fury Notes: svn path=/head/; revision=248312
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Update to 7.5Martin Wilke2009-09-022-4/+4
| | | | | | | | PR: 138451 Submitted by: Ports Fury Notes: svn path=/head/; revision=240720
* - Update to 7.4Martin Wilke2009-02-204-23/+22
| | | | | | | | PR: 131850 Submitted by: Ports Fury Notes: svn path=/head/; revision=228735
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-0/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Update to 7.3Martin Wilke2008-05-225-76/+60
| | | | | | | | PR: 123871 Submitted by: Ports Fury Notes: svn path=/head/; revision=213505
* - 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
* Reset maintainership.Joseph Koshy2008-04-101-1/+1
| | | | Notes: svn path=/head/; revision=210992
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Propagate ${PREFIX} and other environment variables to child sub-makes.Joseph Koshy2006-07-171-4/+11
| | | | Notes: svn path=/head/; revision=168079
* Update this port's description; as of version 7.0 'spim' simulatesJoseph Koshy2006-07-172-3/+3
| | | | | | | the MIPS32 architecture. Notes: svn path=/head/; revision=168067
* Upgrade to v7.2.1.Joseph Koshy2006-07-178-99/+170
| | | | | | | | | | | | | | Upstream changes from the previous ported version include: - bug fixes and documentation cleanups The port now offers a 'GUI' knob that controls whether the X GUI interface is built. Take maintainership. Notes: svn path=/head/; revision=168065
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149315
* Update to version 7.0Kirill Ponomarev2004-12-304-25/+23
| | | | | | | | PR: ports/75621 Submitted by: Ports Fury Notes: svn path=/head/; revision=125510
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75953
* Update to 6.5Tilman Keskinoz2003-01-182-2/+2
| | | | | | | | PR: 47135 Submitted by: Richard Arends <richard@mail.unixguru.nl> Notes: svn path=/head/; revision=73425
* 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
* Update to version 6.4.Joseph Koshy2002-06-212-5/+4
| | | | Notes: svn path=/head/; revision=61666
* - Remove USE_IMAKEKevin Lo2001-02-285-44/+92
| | | | | | | | | | - Add WWW: line PR: 25426 Submitted by: Ports Fury Notes: svn path=/head/; revision=38892
* Update to version 6.3.Steve Price2001-02-276-91/+10
| | | | | | | | PR: 25021 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=38833
* Drop maintainer ship. Too many people did not like the direction I tookDavid E. O'Brien2001-02-261-1/+1
| | | | | | | this port. Notes: svn path=/head/; revision=38719
* "Update" to version 6.2.David E. O'Brien2000-11-134-26/+8
| | | | | | | | | | | | | 6.2 is missing the following functionality that version 5.9 had: * Can also read and run MIPS a.out files (when compiled on a MIPS system) * Includes an optional extension by Anne Rogers and Scott Rosenberg of Princeton that performs a cycle-by-cycle MIPS simulation that exposes the hardware pipeline. PR: 10454,21493 Notes: svn path=/head/; revision=35072
* Remove two directories. Also, move manpages to Makefile while I'm here.Satoshi Asami2000-06-072-2/+3
| | | | | | | Submitted by: bento (first half) Notes: svn path=/head/; revision=29360
* PORTNAME/VERSION stuffMichael Haro2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27455
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+4
| | | | Notes: svn path=/head/; revision=25734
* portlintDavid E. O'Brien1999-09-051-2/+1
| | | | Notes: svn path=/head/; revision=21286
* gzip -> ${GZIP_CMD}Michael Haro1999-09-041-1/+1
| | | | | | | | | gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD} Notes: svn path=/head/; revision=21266
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8194
* Distfile moved to the "Old_Versions" directory as 6.0 is out.David E. O'Brien1997-08-251-2/+2
| | | | | | | | Problem is the only changes for 6.0 is to cleanup copywrite headers and remove functionality from 5.9. Notes: svn path=/head/; revision=7679
* Upgrade to 5.9.David E. O'Brien1997-02-153-9/+10
| | | | | | | | Closes PR: ports/2643 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> Notes: svn path=/head/; revision=5626
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-4/+4
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416