aboutsummaryrefslogtreecommitdiffstats
path: root/games/asc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.4.0.0makc2010-09-183-61/+73
| | | | | PR: ports/150675 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Update devel/sdl12 to version 1.2.14.mva2010-01-301-1/+1
| | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with G
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on portslinimon2008-12-252-4/+1
| | | | | | right now, by request. Hat: portmgr
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-4/+0
|
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 1.16.4.0miwi2007-01-043-7/+12
| | | | | PR: ports/107290 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-0/+1
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* - These mp3 files are used only when WITH_MUSIC is defined.rafan2006-09-061-0/+9
| | | | | | | | Checksums were accidentally removed in last update. PR: ports/102225 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> Approved by: Ying-Chieh Chen <yinjieh at csie.nctu.edu.tw> (maintainer)
* - Update to 1.16.3.0rafan2006-08-172-13/+4
| | | | | PR: ports/102109 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* SHA256ify (manually checked and updated)edwin2006-01-221-0/+4
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 1.16.2.0pav2005-08-313-5/+6
| | | | | PR: ports/85345 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
* - Update to 1.15.3.0barner2005-03-122-3/+3
| | | | | | PR: ports/78220 Submitted by: Ying-Chieh Chen (maintainer) Approved by: arved (mentor)
* Add perl as build dependency explicitly - it used to be there aslesi2004-12-231-0/+1
| | | | | | | run dependency of X libraries, not any more. Pointed out by: dosirak via kris Approved by: maintainer timeout
* - Update to 1.15.1pav2004-11-153-3/+13
| | | | | | PR: ports/73390 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> Approved by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
* Now builds on FreeBSD >= 5.x.kris2004-10-291-4/+0
|
* Unbreak by upgrading to 1.15.0.0.thierry2004-09-243-9/+7
| | | | | | PR: ports/71943 Submitted by: maintainer Approved by: portmgr (marcus).
* BROKEN on 5.x: Does not compilekris2004-09-181-0/+4
| | | | Approved by: portmgr (self)
* - Convert to OPTIONSpav2004-08-211-5/+7
| | | | | PR: ports/70686 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+4
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Use new knobs from bsd.sdl.mkkrion2004-01-211-9/+3
| | | | Approved by: portmgr
* Update ports/games/asc to 1.13.8.0jeh2003-11-062-4/+3
| | | | | | | Removed a blank line to make portlint happy PR: 58113 Submitted By: MAINTAINER
* The paragui library got another suffix with the previous update.oliver2003-09-281-1/+1
| | | | Update the dependencies here as well.
* update games/asc: 1.13.5.1 -> 1.13.7daichi2003-07-1417-336/+47
| | | | | PR: 54359 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
* Submitter fix and take over maintainership.pat2003-06-133-8/+18
| | | | | PR: ports/53253 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* - Update to 1.13.5.1 and unbroke;sobomax2003-06-0117-205/+43
| | | | - drop maintainership.
* BROKEN: Configure failskris2003-05-061-0/+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.
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* Fix two patches that I've forgot to update before committing.sobomax2002-10-193-9/+30
|
* Update to 1.10.2.sobomax2002-10-1924-153/+223
|
* BROKEN: Does not configurekris2002-09-191-0/+2
|
* Chase increase of libSDL version number.sobomax2002-04-171-1/+1
|
* Update to 1.9.5.4.sobomax2001-12-115-46/+18
|
* Update to 1.9.4.sobomax2001-10-226-13/+67
|
* Update to 1.5.15.sobomax2001-09-262-2/+2
|
* Add missed sdl_mixer dependency.sobomax2001-09-141-1/+2
| | | | Submitted by: bento
* Update to 1.5.13.sobomax2001-09-039-90/+49
|
* Conditionalize bzip2 dependencies.knu2001-08-161-1/+3
|
* Update to 1.3.21.sobomax2001-07-095-25/+13
|
* Update to 1.3.16.sobomax2001-05-2312-93/+104
|
* Update to 1.3.13.sobomax2001-04-118-30/+33
| | | | Prompted by: "Zach Dykstra" <dykstraz@central.edu>
* Move:sobomax2001-04-091-1/+1
| | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* <automake hate mode>sobomax2001-03-121-0/+20
| | | | | | | | Prevent Makefile from trying to run 644 missing script when no autoheader is installed. </automake hate mode> Submitted by: bento
* Update to 1.3.12.sobomax2001-03-108-156/+36
|
* Add Advanced Strategic Command 1.3.8, a turn based, multiplayer strategicsobomax2001-02-1823-0/+560
game with a very nice and professionally-looking graphics.