1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
John Marino
19efc85601 games/moon-buggy: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-04 21:49:16 +00:00
John Marino
266edca1d4 games/moonbuggy: Fix touching $HOME during build
It's not permissible for a port to touch $HOME during the build.  The
moon-buggy game does this during install to pre-create the high scores
file $HOME/.mbscores.

Moon-buggy creates two versions of high scores: One in $HOME and the
other in /var/games/moon-buggy.  This makes compliance tricky because
the high scores at /var/games needs to persist after the package is
uninstalled if the scores have changed.

To handle this, I moved scores creation to pkg-install script and also
created a "baseline" scores files so during pkg-deinstall it can be
determined if new high scores exist.  The complimentary pkg-deinstall
script will compare the current high-score file with the baseline. If
they are the same, both are removed along with /var/games/moon-buggy
folder which makes poudriere happy.

While here:
 * Remove the unnecessary NEED_ROOT
 * Remove the unnecessary setgid configure argument
 * use @owner, @group in pkg-plist instead
 * move CHMOD to post-install with BINMODE although @mode could have
   been used as well.

This work is covered by the "Just fix it" blanklet.
2014-07-19 12:02:54 +00:00
Tilman Keskinoz
d1d1af576c Stageify.
Remove esound option which simplifies the port and nobody uses esound anyway.
2014-06-22 14:01:22 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Bryan Drewery
899d2706b7 - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
This fixes the following warning when running 'run-depends-list':
      "install" non-existent -- dependency list incomplete

With hat:	portmgr
2013-04-30 20:00:28 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Tilman Keskinoz
8643d4aa4f Add LICENSE and LICENSE_FILE to my ports. 2010-05-30 17:39:07 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Tilman Keskinoz
569db56d9f Update to 1.0.51
Grab maintainership
2007-07-06 21:27:09 +00:00
Mark Linimon
c3b2cfbe2b Reset ralf@akk.org due to several months of inactivity, no response to email,
and some maintainer-timeouts.

Hat:		portmgr
2006-06-14 21:53:27 +00:00
Edwin Groothuis
354ed04b7d SHA256ify (manually checked and updated)
Approved by:	krion@
2006-01-22 11:40:30 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Simon Barner
a1556bb714 - Add WITH_ESOUND option (enables game sound)
- The PR implemented the sound option as a new moon-buggy-esound port,
  which I converted to the WITH_ESOUND option (that sets PKGNAMESUFFIX) [1]

Submitted by:		Ralf Becker <ralf@akk.org> (maintainer)
Approved by:		maintainer timeout (12 days) [1]
PR:			ports/81667
2005-06-13 11:32:32 +00:00
Simon Barner
ff008ae301 - Update to 1.0 [1]
- Changed to PLIST_FILES
- Use INFO macro (fix plist w.r.t. info/dir)

Submitted by:	Ralf Becker <ralf@akk.org> (maintainer) [1]
PR:		ports/81667 [1]
2005-05-30 16:12:21 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Kris Kennaway
4a050ced5a Don't remove the info/dir file 2003-04-05 21:54:51 +00:00
Edwin Groothuis
0f386ea539 New Port: moon-buggy
Port of the amazing game moon-buggy

PR:		ports/46928
Submitted by:	Ralf Becker <ralf@akk.org>
2003-03-31 23:29:51 +00:00