Commit Graph
11 Commits
Author SHA1 Message Date
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00
Frank Schima 02703e35d4 nwntools: Port abandoned. (https://trac.macports.org/ticket/47322)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@134637 d073be05-634f-4543-b044-5fe20cf6d1d6
2015-04-01 15:38:40 +00:00
Lawrence Velázquez 2591138693 nwntools: Fix build with Bison 3 (https://trac.macports.org/ticket/47184)
Based on Akim Demaille's patch
(https://trac.macports.org/attachment/ticket/41600/nwntools.2.3.2-bison-3.patch)

Also:
- Use autoreconf.
- Reorganize patches.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@134346 d073be05-634f-4543-b044-5fe20cf6d1d6
2015-03-23 15:23:02 +00:00
Lawrence Velázquez 27ff07c1da nwntools: Rename fno-default-inline.patch (https://trac.macports.org/ticket/47184)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@134344 d073be05-634f-4543-b044-5fe20cf6d1d6
2015-03-23 14:33:51 +00:00
Joshua Root f0f15526b6 nwntools: use python27, fix build (https://trac.macports.org/ticket/46260, maintainer timeout)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@129874 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-12-22 02:07:16 +00:00
Joshua Root 72b1fa26ea nwntools: disable parallel build
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@83184 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-08-27 14:35:27 +00:00
Andrea D'Amore 791d5b0b41 Maintainer email change, second batch, mail without @macports.org domain are put in domain:user form.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@50984 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-05-14 21:08:43 +00:00
Ryan Schmidt f6ea1b3040 For all ports, remove configure.compiler gcc-4.0 from all
`platform darwin 8` sections. MacPorts 1.6 already ensures
that GCC 4.0 is used by default on Tiger. Closes https://trac.macports.org/ticket/14046.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@33441 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-01-27 11:46:26 +00:00
Markus W. Weißmann a790a85190 replace configure.env if appropriate
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@28569 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-09-03 20:41:56 +00:00
Blair Zajac 063b793e82 Set the svn:keywords property to 'Id' for all Portfile's. This
re-enables the Id keyword substitution that was present in the CVS
repository.

See this thread for more information:
http://lists.macosforge.org/pipermail/macports-dev/2006-October/000180.html

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@20296 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-11-01 19:07:46 +00:00
Markus W. Weißmann cf55338580 Bug: https://trac.macports.org/ticket/6981
Submitted by:   sumpfork@users.sourceforge.net
Reviewed by:    mww@

new port games/nwntools

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@16186 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-02-01 14:06:43 +00:00