Commit graph

11593 commits

Author SHA1 Message Date
Jason Helfman
e61440ee89 - port requires data
PR:	170718
Submitted by:	maintainer, nemysis@gmx.ch
2012-08-21 05:18:53 +00:00
Jason Helfman
64c3be345f - port requires data installation
- use portname variable for plist
- optionsNG on DOCS

PR:	170722
Submitted by:	maintainer, nemysis@gmx.ch
2012-08-20 18:09:28 +00:00
Jason Helfman
9ccac9f7c7 - data is required
- use portname variable in plist

PR:	170724
Submitted by:	maintainer, nemysis@gmx.ch
2012-08-20 16:23:55 +00:00
Guido Falsi
3c21d47271 Unconditionally install DATA files.
The port requires them to work in any way.

Reported by:	jgh
Approved by:	nemysis <nemysis@gmx.ch> (maintainer, via email)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-08-20 11:41:04 +00:00
Doug Barton
22567fddab Revert r302549. Apparently the usual default of
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} doesn't apply here.
2012-08-20 08:07:26 +00:00
Guido Falsi
0e8d7d1426 - Remove own OPTION "DATA"
- Honour NOPORTDATA instead of own option

PR:		ports/170736
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-08-19 17:07:55 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Ruslan Makhmatkhanov
47793a5625 - strict python version 2.x
- fix portling warnings (missing tabs), while here

PR:		170711
Submitted by:	Green Dog <fiziologus at gmail dot com> (maintainer)
2012-08-18 10:30:18 +00:00
Alexey Dokuchaev
7abb96b2b2 Update to version 1.2.2. 2012-08-18 09:27:19 +00:00
Dmitry Marakasov
e4a44105fe - Switch to optionsNG
PR:		ports/170671
Submitted by:	nemysis <nemysis@gmx.ch>
2012-08-17 17:46:32 +00:00
Dmitry Marakasov
b3476fe03e XGalaga++ is a classic vertical scrolling shoot em up.
It requires no X Window extension and its window is freely resizable.
It is inspired by XGalaga, but rewritten from scratch,
except for the graphics.

WWW: http://marc.mongenet.ch/OSS/XGalaga/

PR:		ports/167240
Submitted by:	nemysis <nemysis@gmx.ch>
2012-08-17 13:25:39 +00:00
Dmitry Marakasov
3868b71ea6 Gottet is a tetris clone.
WWW: http://gottcode.org/gottet/

PR:		ports/167235
Submitted by:	nemysis <nemysis@gmx.ch>
2012-08-17 13:24:40 +00:00
Akinori MUSHA
28d9ae65c1 Update unnethack to 4.0.0.20120401.
Chagne the place for variable files from $PREFIX/share/unnethack to
$PREFIX/var/games/unnethack.
2012-08-17 10:20:48 +00:00
TAKATSU Tomonari
6187a07f93 - Update to 1.0.3 2012-08-17 03:15:54 +00:00
TAKATSU Tomonari
9dc966f675 - Update to 0.0.2012.08.16 2012-08-16 09:34:21 +00:00
TAKATSU Tomonari
7712091c61 - Add a new port: games/gti
It's a program that displays a badly made ASCII-art animation to
  punish you for your typing error - and after that magically launches
  the command you meant to launch.

  The code is available under an MIT-like license on github - though
  of course anybody can write his or her own version in a couple of
  minutes.

  This whole thing is heavily inspired by sl, which displays a steam
  locomotive. However, gti is actually nicer than sl as it at least
  executes git after the animation. :-)

  WWW:	http://r-wos.org/hacks/gti
2012-08-16 08:06:42 +00:00
Dmitry Marakasov
ad0dc6c8e5 - Remove unneeded patch 2012-08-15 03:39:55 +00:00
Dmitry Marakasov
0136c22ffc - Update WWW
PR:		ports/170043
Submitted by:	nemysis <nemysis@gmx.ch>
2012-08-15 00:51:41 +00:00
Dmitry Marakasov
ace895a309 - Update WWW
PR:		ports/170040
Submitted by:	nemysis <nemysis@gmx.ch>
2012-08-15 00:51:00 +00:00
Doug Barton
d04156022a danfe was kind enough to remind me that:
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
is already the default, so for those ports where we are doing:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
to avoid the problem of conflicts with the rc.d script of the same
name it is not necessary to define WRKSRC separately.

Clean up this mistake of mine, and standardize for the others.
2012-08-15 00:37:55 +00:00
Dmitry Marakasov
9de1cdba30 - Remove unneeded patch 2012-08-15 00:01:17 +00:00
Jason Helfman
6b2d017120 Connectagram is a word unscrambling game. The board consists
of several scrambled words that are joined together.
You can choose the length of the words, the amount of words,
and the pattern that the words are arranged in.
The game provides a hint option for times when you are stuck,
and features an online word lookup that fetches the definitions
of each word from www.dict.org. Your current progress is automatically saved.

Note that this game involves a large and varied word list,
some of which may be considered inappropriate for children.
You can edit the file containing the word list if you wish
to remove words from your game. The location of this file varies by platform.

WWW: http://gottcode.org/connectagram/

PR:		ports/167849
Submitted by:	nemysis@gmx.ch
2012-08-14 05:51:07 +00:00
Alex Kozlov
063a60c552 - Update to 2.4.2
- Remove dependency on gmake
- Remove build dependency on perl
- Remove hints for pthread
- Depend on glew instead of using port's built-in version
- Use newer USE_SDL syntax
- Use port's built-in version of ares
- Install a nice-looking desktop icon

PR:	ports/170533
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2012-08-11 11:49:06 +00:00
Wesley Shields
f84120bd46 Assign maintainer to submitter of ports/169722. 2012-08-10 18:21:57 +00:00
Wesley Shields
4cf6cfb784 Update to 2.4.0 and cleanup pkg-descr.
Loosen dependency on curl library.
Reset maintainer as old one was bouncing.

PR:		ports/169722
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2012-08-10 17:24:12 +00:00
Jason Helfman
6be79b4d46 add new port: games/nelly
A physics-based puzzle game written in Python for PyWeek 2.
Features over 15 levels, a free-play mode and an integrated level editor.

WWW: http://www.partiallydisassembled.net/nelly/
WWW: http://pyweek.org/e/rushed/

PR:	170057
Submitted by:	nemysis@gmx.ch
2012-08-10 03:20:10 +00:00
Dmitry Marakasov
468ea47523 - Make use of my mirror for single-mastersite port 2012-08-09 23:36:05 +00:00
Jose Alonso Cardenas Marquez
1a0dbd478b - Update to 0.5.3 2012-08-09 21:01:37 +00:00
Jose Alonso Cardenas Marquez
7d7eef0ffb - Update to 0.5.3 2012-08-09 21:01:13 +00:00
Michael Scheidell
5c3dc9827c - Replace unsafe blockrage.sh script
- Update to OptionsNG
- Bump PORTREVISION

PR:		ports/170455
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2012-08-09 12:01:19 +00:00
Jason Helfman
7c34a1e5c1 - use optionsNG style for DOCS
- while here drop deprecated pkgconfig on GNOME attribute
 - bump not necessary as other dependencies require pkgconf within existing
   attribute

PR:	170458
Submitted by:	maintainer, nemysis@gmx.ch
2012-08-09 05:45:13 +00:00
Jason Helfman
de2442d767 - use optionsNG for DOCS [1]
- drop pkg-plist in favor of PLIST_FILES and PORTDATA [1]
- adjust COMMENT [2]

PR:	170452
Submitted by:	maintainer, nemysis@gmx.ch [1], jgh@ [2]
Approved by:	maintainer
2012-08-09 05:36:06 +00:00
Jason Helfman
3cfbe04d71 add new port: games/moagg
Moagg stands for "Mother of all gravity games".
In this game you are pilot of a small space ship and have to navigate it
through different caves by using the thrusters and rotating the ship.
But besides gravity there are many other difficulties you have to master.

The game is strongly influenced by some classical cave flyers from
the C64 and Amiga era such as "Space Taxi" or "Gravity Force".
But Moagg is supposed to be more than just a clone of these games.

WWW: http://moagg.sourceforge.net/

PR:	170459
Submitted by:	nemysis@gmx.ch
2012-08-08 20:09:40 +00:00
Alexey Dokuchaev
832498e356 - Adjust COMMENT and port descriptions where appropriate
- Relinquish to the pool due severe to lack of time :-(
2012-08-08 16:59:36 +00:00
Ganael LAPLANCHE
a6f1053028 Update to 1.0r1 2012-08-08 13:28:27 +00:00
Ganael LAPLANCHE
a96b9cf4b3 Update to 20120730 2012-08-08 13:23:41 +00:00
Dmitry Marakasov
7d6cd2ce63 - Update MASTER_SITES and WWW
PR:		ports/170464
Submitted by:	nemysis <nemysis@gmx.ch>
2012-08-07 22:47:29 +00:00
Dmitry Marakasov
e8ecbea97b - Update WWW
PR:		ports/170368
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net>
2012-08-06 15:23:38 +00:00
Pietro Cerutti
a5f21daeb3 - Update MASTER_SITES
- Remove WWW line from pkg-descr, website has disappeared

PR:		170387
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net>
2012-08-06 07:22:15 +00:00
Dirk Meyer
dc4e7a2e62 - drop .app suffix in portname 2012-08-06 06:05:44 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Alex Kozlov
e90dd95c4a - Fix build with clang
PR:	ports/169179
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2012-08-05 22:14:38 +00:00
Bryan Drewery
8e9324cbd4 - Pass maintainership to submitter
- Use non-versioned LIB_DEPENDS
- Fix all distfiles to use the 0.3.5 version
- Update WWW

Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net>
PR:		ports/170370
Approved by:	eadler (mentor)
2012-08-05 20:21:16 +00:00
Alex Kozlov
ee674fc328 - Remove empty file 2012-08-05 18:44:21 +00:00
Martin Wilke
52183c360c - Update to 0.43
PR:		170147
Submitted by:	Ports Fury
2012-08-05 08:13:22 +00:00
Martin Wilke
99e9202c84 - Update to 0.5.1
PR:		170148
Submitted by:	Ports Fury
2012-08-05 05:03:39 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Jason Helfman
2d4609c130 add new port: games/kye-data
Original extra Levels for Python Kye.

This is a clone of the game Kye for Windows, originally by Colin Garbutt. It
is a puzzle game, which is a little like the old falling-rocks puzzle games,
and perhaps also inspired a little by Sokoban. But Kye has more variety of
objects, and so is capable of posing quite complex puzzles.

This clone is written by Colin Phipps <cph@moria.org.uk> in Python and uses
gtk. So it will run on modern Linux systems easily enough, and indeed should
work on any system with working Python and pygtk. It works on Windows as well,
for instance.

WWW: http://games.moria.org.uk/kye/
WWW: http://www.nuke.demon.co.uk/kye/levels/

PR:	ports/170312
Submitted by:	nemysis@gmx.ch
2012-08-04 22:01:54 +00:00
Jason Helfman
df33c71adc add new port: games/kye
This is a clone of the game Kye for Windows, originally by Colin Garbutt. It
is a puzzle game, which is a little like the old falling-rocks puzzle games,
and perhaps also inspired a little by Sokoban. But Kye has more variety of
objects, and so is capable of posing quite complex puzzles.

This clone is written by Colin Phipps <cph@moria.org.uk> in Python and uses
gtk. So it will run on modern Linux systems easily enough, and indeed should
work on any system with working Python and pygtk. It works on Windows as well,
for instance.

WWW: http://games.moria.org.uk/kye/

PR:	ports/170311
Submitted by:	nemysis@gmx.ch
2012-08-04 21:59:15 +00:00
Emanuel Haupt
e5b135a7dc Remove dead mirror. 2012-08-02 14:08:17 +00:00
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00
Ganael LAPLANCHE
1d7961f9d2 - Un-version LIB_DEPENDS
- Re-order LICENSE and *_DEPENDS to make portlint happy
2012-08-01 12:50:44 +00:00
Max Brazhnikov
0a44979b96 Fix typo/logic after conversion to new option framework
Reported by:	erwin/pointyhat for textproc/qstardict
2012-07-31 13:25:26 +00:00
Lars Engels
81ad01ac78 - Update to 1.5.0
- Convert to new options framework
- Remove ABI version numbers from LIB_DEPENDS

PR:		ports/170048
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer (me)
2012-07-30 20:25:36 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Max Brazhnikov
52e8b487f6 - Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00
Carlo Strub
82a2d264a1 Fix typos in COMMENT
Submitted by:	bf@
2012-07-26 13:28:58 +00:00
Baptiste Daroussin
a04e24d15c Fix duplicate patch 2012-07-26 06:36:51 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Carlo Strub
4ccd1fc621 Fix typos in COMMENT 2012-07-25 11:24:09 +00:00
Gerald Pfeifer
2a47180356 Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
and GCC 4.6 has been the default for a while.
2012-07-25 08:13:30 +00:00
Gerald Pfeifer
47aff41ec7 Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
and GCC 4.6 has been the default for a while.
2012-07-25 08:12:44 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Doug Barton
86b7e3bb7f For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
2012-07-23 01:33:55 +00:00
Doug Barton
ce7d0b1f2e For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
2012-07-22 23:23:59 +00:00
Gerald Pfeifer
55b482bb6d Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
and GCC 4.6 has been the default for a while.

Approved by:	maintainer
2012-07-22 23:12:15 +00:00
Lars Engels
865e4f1ffe Update WWW
PR:		ports/170042
Submitted by:	nemysis@gmx.ch
Approved by:	maintainer (me)
2012-07-21 21:49:49 +00:00
Baptiste Daroussin
d18c3d97aa Remove leftovers from previous conversion to OptionsNG 2012-07-20 21:30:48 +00:00
Christian Weisgerber
b9f49e3e4a libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).

Submitted by:	Jakub Lach <jakub_lach@mailplus.pl>
2012-07-20 10:37:33 +00:00
Alex Kozlov
d7a8c5c1f9 - Use new evilnumbers database
- Remove old options remnants
- Remove pkg-plist
- Fix build with clang
- Mark MAKE_JOBS_SAFE
2012-07-19 21:35:27 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Carlo Strub
c9e751cc55 The Pycadia project is a collection of vector arcade games written in Python
using the excellent pygame libraries.

Current games are:

SpaceWarpy is a conversion of the original classic game Spacewar!.
Vektoroids is loosely based on the arcade classic Asteroids.

WWW: http://www.anti-particle.com/old/pycadia.shtml

PR:		ports/168113
Submitted by:	nemysis@gmx.ch
2012-07-19 19:56:48 +00:00
Armin Pirkovitsch
db872a2cdb - Update to version 0.9.1.3
- Swtich to optionsng
- Add LICENSE
- Update WWW: line
- Unbreak
- Chase shlib bump

PR:           ports/169423
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:43:22 +00:00
Armin Pirkovitsch
91ff003b69 - Update to version 2.2
- Update WWW: line
- Add LICENSE

PR:           ports/169417
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:39:58 +00:00
Armin Pirkovitsch
8100f5d409 - Fix build
- Remove trailing spaces

PR:           ports/169416
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:34:24 +00:00
Armin Pirkovitsch
48c78dd0a8 - Fix build
- Remove trailing spaces

PR:           ports/169415
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:33:43 +00:00
Armin Pirkovitsch
735ef45696 - Update to version 3.12.0
PR:           ports/169414
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:29:14 +00:00
Alex Kozlov
dca084b595 - Remove the wrapper script
Approved by:	nemysis <nemysis@gmx.ch> (maintainer)
2012-07-19 01:52:25 +00:00
Alex Kozlov
9fc79fa936 - Fix pkg-plist. Not my day. 2012-07-19 01:32:59 +00:00
Alex Kozlov
254b981e92 - Fix distinfo 2012-07-18 23:50:47 +00:00
Alex Kozlov
8554a71abd - Update to 0.7.1 (see http://www.gemrb.org/wiki/doku.php?id=changelog)
- Remove ABI version numbers from LIB_DEPENDS

PR:	ports/169934
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
2012-07-18 21:03:43 +00:00
Carlo Strub
b204610098 Master Of Pain (Eating) - Snake
Is a classic snake game in which you attempt to eat all the pain in the world,
bravely accepting the inevitable consequences for your waistline.  mop(e)snake
features an innovative single-finger control method, as well as the normal
four-directional control system familiar to fans of snake.  The game doesn't
feature any of the extra features, bonuses, wrap-around levels and other
featuritis that ruins most versions of snake.

WWW: http://mopesnake.sourceforge.net/

PR:		ports/167974
Submitted by:	nemysis@gmx.ch
2012-07-18 12:39:16 +00:00
Guido Falsi
91907a3009 A simple first person shooter of blowing up asteroids in 3D space.
The codebase also serves as an introduction to trigonometry and OpenGL.

WWW: http://sourceforge.net/projects/a3d/
     http://staff.psc.edu/smp/a3d/

PR:		ports/168177
Submitted by:	nemysis@gmx.ch
Approved by:	tabthorpe (mentor)
2012-07-18 11:27:01 +00:00
Koop Mast
41a8aed643 Update to 12.05.
Switch to bzip2 distfile.
Accept python 2.7 and below.
Add tab in WWW line in pkg-descr.

PR:		ports/169678
Submitted by:	rm@
2012-07-13 10:23:50 +00:00
Johan van Selst
fd50f6ef79 - Adopt port
- Convert to new style OPTIONS
2012-07-13 09:05:24 +00:00
Pietro Cerutti
58b5d279ec - Chase x11-toolkits/fox16 shlib version bump
- Bump PORTREVISION
2012-07-13 07:10:02 +00:00
Dmitry Marakasov
42226604cc - Mark BROKEN on FreeBSD versions which don't have log2(3) 2012-07-11 03:23:49 +00:00
Dmitry Marakasov
b36e7b2cfe - Update to 016 2012-07-10 22:33:46 +00:00
Alex Kozlov
ca9c2bfb9c - Fix NLS support [1]
- Give maintainership to Rusty Nejdl <rnejdl@ringofsaturn.com>
- Remove ABI version numbers in LIB_DEPENDS
- Convert to new options framework

PR:	ports/169144 [1]
Submitted by:	Green Dog <fiziologus@gmail.com>, Jan Beich <jbeich@tormail.org> [1]
2012-07-10 17:19:40 +00:00
Philip Paeps
e90ef10557 Re-assign maintainership to ports@. I regret that I have not been able to
keep up with this port for a good while.  Currently, I don't have time to
test/commit any patches either.
2012-07-09 15:57:26 +00:00
Alex Kozlov
7427df0fcf - Remove wrapper script
- Use REINPLACE_CMD instead of patch file

Approved by:	maintainer timeout (2 weeks)
2012-07-09 12:37:07 +00:00
Pawel Pekala
84d5cb591b Add USE_CSTD=gnu89 to fix linking when building with clang 2012-07-05 17:26:10 +00:00
Alexey Dokuchaev
bd74ead00e - Update OpenGFX bundle to version 0.4.4
- Adjust file paths to the new world order
- Set similar LATEST_LINK in all three ports
- Remove trailing slashes in directory names for consistency
- Canonicalize Makefile header and mute MKDIR's while here

Submitted by:	Ilya Arkhipov
2012-07-05 09:20:13 +00:00
Alexey Dokuchaev
9d3051d0d0 - Update to the latest stable version, 1.2.1 [1]
- Drop hardcoded library ABI versions from LIB_DEPENDS [1]
- Allow to install unstripped binaries for debugging [2]
- Add missing quotes when passing extra CONFIGURE_ARGS

Submitted by:	Ilya Arkhipov [1]
PR:		ports/167814 [2]
2012-07-05 07:46:16 +00:00
Andrej Zverev
a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
Baptiste Daroussin
222461c302 Convert to new option framework 2012-06-29 12:42:04 +00:00
Johan van Selst
9e54b0cf3e Convert to new options framework 2012-06-29 09:31:31 +00:00
Chris Rees
a8fd68c452 Update maintainer addresses, MASTER_SITES and PATCH_SITES
PR:		ports/169528
Submitted by:	koitsu (maintainer)
2012-06-28 20:15:27 +00:00
Andrej Zverev
2f57eb0926 - Remove SITE_PERL from *_DEPENDS 2012-06-28 18:37:23 +00:00
Johan van Selst
f030d9e3ad Convert to new options framework 2012-06-28 16:12:21 +00:00
Dirk Meyer
5b6e4f8858 - reset MAINTAINER 2012-06-26 06:29:00 +00:00
Dirk Meyer
79ed41a8a0 - reset MAINTAINER 2012-06-26 05:44:19 +00:00
Alex Kozlov
61ccb75449 - Convert to optionsNG
- Pet portlint
- Remove pkg-plist from security/dropbear

Approved by:	eadler (mentor)
2012-06-25 04:15:50 +00:00
Doug Barton
44fa804810 s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
2012-06-24 21:53:38 +00:00
Oliver Lehmann
3ac4dec4fb update cegui to 0.7.7 2012-06-24 18:42:39 +00:00
Oliver Lehmann
8411546d39 update cegui to 0.7.6
ignore tinyxml when installed and always use local copy [1]

PR:		ports/164547 [1]
Submitted by:	Yanhui Shen <shen.elf@gmail.com> [1]
2012-06-24 08:21:14 +00:00
Eitan Adler
49c5b8e209 Upgrade to OptionsNG
Reviewed by:	"Bryan Drewery" <bryan@shatow.net>
2012-06-23 22:43:07 +00:00
Guido Falsi
c242f636ec Update to 0.9.5
Approved by:	crees (mentor)
2012-06-23 13:00:09 +00:00
Dmitry Marakasov
68b31fa981 - Update to 1.0.2
PR:		169291
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
2012-06-22 02:16:09 +00:00
Koop Mast
9e70e62929 Remove BROKEN now that imlib is fixed. 2012-06-20 11:34:31 +00:00
Baptiste Daroussin
202aedbd13 Every options were enabled by default before conversion, reapply this
Reported by:	pointyhat (linimon)
2012-06-17 22:01:16 +00:00
Alex Kozlov
08b02c7e1a - Fix build on pointyhat
- Chase x11-fonts/junicode update

Submitted by:	pavmail
Approved by:	philip (implicit), eadler, itetcu (mentors, implicit)
2012-06-17 21:28:43 +00:00
Johan van Selst
50245660e6 Convert to new options framework 2012-06-16 14:51:46 +00:00
Ganael LAPLANCHE
d24c92667e - Switch to OptionsNg
- Use PORTDOCS
2012-06-15 09:58:40 +00:00
Ganael LAPLANCHE
4bab0482f0 - Switch to OptionsNg
- Swap LICENSE and *_DEPENDS to make portlint happy
2012-06-15 09:57:55 +00:00
Ganael LAPLANCHE
e934bb942b - Switch to OptionsNg
- Un-version LIB_DEPENDS
- Swap LICENSE and *_DEPENDS to make portlint happy
2012-06-15 09:57:10 +00:00
Ganael LAPLANCHE
6b45d74427 - Switch to OptionsNg
- Un-version LIB_DEPENDS
2012-06-15 09:56:13 +00:00
Ganael LAPLANCHE
11be97e555 Switch to OptionsNg 2012-06-15 09:55:17 +00:00
Johan van Selst
24e0c495a8 Register conflict with Empire
Submitted by:	Sulev-Madis 'ketas' Silber <madis555@hot.ee>
2012-06-14 19:16:27 +00:00
Max Brazhnikov
5a91ceaf33 KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
2012-06-14 16:42:04 +00:00
Baptiste Daroussin
2f5305a345 Fix typo
Reported by:	pointyhat (Pav)
2012-06-13 21:22:14 +00:00
Pav Lucistnik
0dfc5f6a7a - Mark BROKEN: does not compile
t4k_loaders.c: In function 'do_png_save':
  t4k_loaders.c:1031: error: dereferencing pointer to incomplete type

Reported by:	pointyhat
2012-06-13 21:13:39 +00:00
Baptiste Daroussin
618d653fa5 Reapply this original logic of the options
Reported by:	pointyhat (pav)
2012-06-13 21:13:38 +00:00
Pav Lucistnik
917e3afc7b - Mark BROKEN: does not compile
undefined reference to `PrintGifError'

Reported by:	pointyhat
2012-06-13 21:10:09 +00:00
Alex Kozlov
59411e580e Remove expired port:
2012-05-10 games/wesnoth-devel BROKEN for more than 6 month

Approved by:	eadler (mentor)
2012-06-13 11:57:21 +00:00
Baptiste Daroussin
6650773ab1 2012-05-31 deskutils/sciplore-mindmapping: Discontinued, use deskutils/docear instead
2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this version
2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN
2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month
2012-06-01 games/antrix: no more public distfiles, abandoned upstream
2012-05-10 games/sfbol: BROKEN for more than 6 month
2012-06-01 java/eclipseme: depends on java/sun-wtk
2012-05-10 mail/lmtpd: BROKEN for more than 6 month
2012-06-12 21:58:50 +00:00
Guido Falsi
da637196cf Convert to new options framework.
PR:		ports/168837
Submitted by:	Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
Approved by:	crees (mentor)
2012-06-12 21:08:54 +00:00
Baptiste Daroussin
3a283e24f2 Convert to new options framework 2012-06-12 16:35:45 +00:00
Ganael LAPLANCHE
0c76c24b22 Remove games/flightgear-atlas, unmaintained upstream 2012-06-12 06:15:31 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Alex Kozlov
fb119a6b0d - Update to 1.10.3 (see http://changelog.wesnoth.org for details)
PR:	ports/165332
Submitted by	Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by:	philip (maintainer timeout 14w), eadler, itetcu (mentors, implicit)
2012-06-10 13:08:48 +00:00
Ruslan Makhmatkhanov
dab0cfc060 - according to [1] py-anki had switched to SQLAlchemy 0.7
since version 1.2.9, so change the dependency

While I'm here:
- strict python version to 2.x only
- eliminate unused dependencies
- use PYTHON_PKGNAMEPREFIX in _DEPENDS
- add missing tabs
- bump PORTREVISION because of dependencies change

[1] http://ankisrs.net/changes.html

PR:		168555
Submitted by:	Jan Beich <jbeich at tormail dot org>
2012-06-10 07:27:48 +00:00
Dirk Meyer
aa87086bd6 - fix build with gnustep 1.24.0 2012-06-09 12:54:52 +00:00
Dmitry Marakasov
e3797f94c7 - Fix plist 2012-06-07 23:50:28 +00:00
Dmitry Marakasov
74308f3f98 - Update to 0.6.0
- Unbreak
2012-06-07 12:29:52 +00:00
Dmitry Marakasov
ef97c3b4a2 - Do not install Apple Double garbage. This also fixes installation on 10.x 2012-06-07 01:51:54 +00:00
Sean Farley
ee32a0e1a6 Add CONFLICTS_INSTALL against games/exult and lang/ucc. Bump PORTREVISION. 2012-06-07 01:13:46 +00:00
Dmitry Marakasov
a51ecb14a2 - Update to 2.0.1 2012-06-06 17:53:42 +00:00
Chris Rees
9722a50efa Update to OPTIONSng
PR:		ports/168644
Submitted by:	crees
Approved by:	maintainer
2012-06-06 11:42:58 +00:00
Emanuel Haupt
b554d9cafd Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by:	az
2012-06-06 10:43:19 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Sylvio Cesar Teixeira
5099da1b94 - Update to version 2.5.0.0
PR:		ports/168601
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-05 20:55:44 +00:00
Rene Ladan
c6004f008e Strip version information from LIB_DEPENDS to pet portlint 2012-06-05 18:29:16 +00:00
Andrej Zverev
13c40c3803 - Remove SITE_PERL from *_DEPENDS
Approved by:	maintainer (lth@ via email)
2012-06-05 11:46:48 +00:00
Chris Rees
131af5bc56 Add a WITH_NATIVE_LIBS option
PR:		ports/167496
Submitted by:	loader
Approved by:	maintainer timeout (>4w, freebsd@rakor-net.de)
2012-06-03 17:09:15 +00:00
Johan van Selst
e8587758f8 Chase security/gsasl library update 2012-06-03 13:56:44 +00:00
Carlo Strub
fe19e92f65 Set maintainership back to ports@ 2012-06-03 12:14:38 +00:00
Johan van Selst
42e366e285 Update wolfpack to 4.3.30 2012-06-03 10:22:18 +00:00
Dirk Meyer
e9be6db16a - fix build on FreeBSD10 2012-06-03 07:51:18 +00:00