Commit graph

16795 commits

Author SHA1 Message Date
Rene Ladan
37ac791a5b Remove expired ports:
2016-04-11 deskutils/qlabels: Does not fetch, unmaintained
2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore
2016-04-14 comms/cdr_read: unfetchable
2016-04-14 russian/rubygem-rutils: Deprecated by upstream
2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0)
2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months
2016-04-15 misc/diary-hercules: Broken for more than 6 months
2016-04-15 graphics/ffff: Broken for more than 6 months
2016-04-15 net-im/sigram: Broken for more than 6 months
2016-04-15 games/annelid: Broken for more than 6 months
2016-04-15 science/py-pydap: Broken for more than 6 months
2016-04-15 sysutils/su2: Broken for more than 6 months
2016-04-15 www/download-gemist: Broken for more than 6 months
2016-04-15 databases/p5-qdbm: Broken for more than 6 months
2016-04-15 comms/libfec: Broken for more than 6 months
2016-04-15 deskutils/ladon: Broken for more than 6 months

Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-23 15:15:44 +00:00
Dmitry Marakasov
4bdd4f3a9e - Update to 3.12.0
PR:		205581
Submitted by:	monwarez@mailoo.org (maintainer)
2016-04-23 00:19:32 +00:00
Dmitry Marakasov
a4764ee6ee - Update to 3.12.0
- While here, convert to options helpers

PR:		205485
Submitted by:	monwarez@mailoo.org (maintainer)
2016-04-23 00:19:26 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Dmitry Marakasov
ba50469f29 - Update to 2.4.1 2016-04-19 02:07:35 +00:00
John Marino
13fbe05fcc games/2048: Restore build for ports ncurses
The LIBS Make argument no longer works; libcurses was hardcoded to the
curses target in the 2048 v0.9.1 makefile.  To restore the build on
systems without base ncurses (e.g. DragonFly), extend the existing
Makefile file to link to libncurses instead.  While here, remove the
non-functional MAKE_ARGS=LIBS definition.

Approved by:	just-fix-it / Restore DF functionality blanket
2016-04-18 18:40:24 +00:00
Kurt Jaeger
465672b365 games/kuklomenos: Fix build with libc++ 3.8.0
PR:		208842
Submitted by:	dim
2016-04-18 16:52:26 +00:00
Kurt Jaeger
61d69ef66b games/edge: Fix build with libc++ 3.8.0
- Replace abs() on unsigned arguments in games/edge

PR:		208757
Submitted by:	dim
2016-04-18 05:28:35 +00:00
Alexey Dokuchaev
ed62b74be6 Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
2016-04-16 12:29:27 +00:00
TAKATSU Tomonari
6d81db5c02 - Update to 1.3.0 2016-04-14 11:05:52 +00:00
Alexey Dokuchaev
1350b8c2c8 - Fix invisible active (highlighted) tab label bug: for an unknown reason,
wxWidgets' wxSYS_COLOUR_HIGHLIGHT is matching background color; use the
  same work-around as on OS X and construct wxColour manually
- Display an icon on TrenchBroom's various windows and dialogs by calling
  SetIcon(); install provided icons and set INSTALLS_ICONS accordingly
- Amend CATEGORIES and inform end-users of TB's current beta status while
  here; bump PORTREVISION
2016-04-14 08:41:42 +00:00
Jan Beich
ca0bd831ae games/assaultcube: unbreak build with newer C++ library
- Add upstream fixes for clang/libc++ 3.8 and gcc/libstdc++ 6.0
- Remove merged files/patch-source_src_bot_bot_waypoint.cpp file
- Bump PORTREVISION

In file included from crypto.cpp:1:
In file included from ./cube.h:8:
./tools.h:58:21: error: static declaration of 'round' follows non-static
declaration
static inline float round(float x) { return floor(x + 0.5f); }
			^
/usr/include/c++/v1/math.h:1364:46: note: previous definition is here
inline _LIBCPP_INLINE_VISIBILITY float       round(float __lcpp_x) _NOEXCEPT
   {return roundf(__lcpp_x);}
						 ^
In file included from cube.h:8:0,
		     from crypto.cpp:1:
tools.h: In function 'float round(float)':
tools.h:58:34: error: 'float round(float)' conflicts with a previous declaration
 static inline float round(float x) { return floor(x + 0.5f); }
				      ^
In file included from /usr/local/lib/gcc6/include/c++/math.h:36:0,
		     from platform.h:9,
		     from cube.h:7,
		     from crypto.cpp:1:
/usr/local/lib/gcc6/include/c++/cmath:1708:3: note: previous declaration 'constexpr float std::round(float)'
   round(float __x)
   ^~~~~

PR:		208754
Reported by:	dim (libc++), lightside (libstdc++)
Submitted by:	lightside <lightside@gmx.com> (maintainer)
2016-04-13 16:17:47 +00:00
Jan Beich
2a6064328d games/qqwing: convert to CONFIGURE_OUTSOURCE
Approved by:	portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D5817
2016-04-13 10:44:47 +00:00
Jan Beich
88360e4c12 Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.

PR:		208294
Exp-run by:	antoine
Approved by:	portmgr (antoine), perl (mat)
Differential Revision:	https://reviews.freebsd.org/D4158
2016-04-13 10:36:15 +00:00
Dmitry Marakasov
7a4ff1616c - Update to 1.21
- Add LICENSE
- Switch to USES=localbase
2016-04-13 09:10:04 +00:00
Mathieu Arnold
40be09797f Unbreak.
Regen patches.

PR:		208709
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:05:30 +00:00
Mathieu Arnold
a9683a1dde Unbreak.
Regen patches.

PR:		208708
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:05:21 +00:00
Mathieu Arnold
532c6e6b9f Unbreak.
PR:		208707
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:05:15 +00:00
Mathieu Arnold
c8e5eee73b Unbreak.
PR:		208706
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:05:09 +00:00
Jason Unovitch
2f12ec9554 games/minecraft-server: update 1.9 -> 1.9.2
PR:		208433
Submitted by:	Jonathan Price <freebsd@jonathanprice.org> (maintainer)
2016-04-10 23:42:30 +00:00
Steve Wills
cbe20e34eb games/2048-qt: update to 0.1.6 2016-04-10 14:46:22 +00:00
Baptiste Daroussin
b4a6761a40 Remove duplicate entry
Reported by:	antoine
2016-04-10 11:08:01 +00:00
Baptiste Daroussin
6fe6de2bda Use @dir instead of @exec mkdir 2016-04-10 10:09:57 +00:00
Jason Unovitch
e12125add7 games/taipan: fix out of bounds array subscript
taipan.c:2709:7: warning: array index 4 is past the end of the array (which contains 4 elements) [-Warray-bounds]

PR:		206771
Submitted by:	Dave Walton <dw-fbsd@digger.net>
Submitted by:	c.brinkhaus@t-online.de
2016-04-10 01:21:51 +00:00
Danilo Egea Gondolfo
14a428caf4 - Update to 4.2.0 2016-04-09 17:53:59 +00:00
Dmitry Marakasov
3ff90cafa6 - Update to 0.16.1 2016-04-09 01:48:11 +00:00
Steve Wills
c507d9ae23 games/2048: update to 0.9.1 2016-04-08 18:40:11 +00:00
Mathieu Arnold
e78631b83b Update to 5.0.11.
PR:		208613
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-08 12:37:55 +00:00
Dmitry Marakasov
43bead0915 - Update to 3.1.4 2016-04-06 03:59:43 +00:00
Dmitry Marakasov
12c669ce87 - Update to 0.0.20160404 2016-04-06 03:58:52 +00:00
Dmitry Marakasov
038270279c - Update to 0.3.0
- Switch to options helpers
2016-04-06 02:21:45 +00:00
Steve Wills
ae54641e2f devel/ruby-gems: Update to 2.6.2
PR:		208371
Submitted by:	wen (partial)
2016-04-04 15:24:52 +00:00
Dmitry Marakasov
2d7ee0d870 - Switch profiler which depends on x86 assembly off by default, fixing build on arm
PR:		207559
Submitted by:	lightside@gmx.coma (maintainer)
2016-04-03 12:00:26 +00:00
Alexey Dokuchaev
05a09f12a3 Update to version 1.6.0. 2016-04-03 05:24:35 +00:00
Guido Falsi
2bf432190d - Update to 0.0.20 (alpha 20)
- Remove SDL 1.2 support option, support removed upstream
- Added project home page to MASTER_SITES
2016-04-02 11:47:51 +00:00
Alexey Dokuchaev
59f9e439a0 Try to unbreak on 64-bit architectures by avoiding casting from pointer to
a smaller type (int) which loses information.  Also, reduce imperativeness
of the `files/Makefile' while at it.

Reported by:	pkg-fallout
2016-04-01 15:04:08 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Sunpoet Po-Chuan Hsieh
1fc33e5d96 - Update to 0.5.0
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2016-04-01 11:17:54 +00:00
Alexey Dokuchaev
7f023fbfdc Add a port of Zoner's Half-Life compile tools, which offer many improvements
over the original map compiling tools for Half-Life.

WWW: http://zhlt.info/
2016-03-30 06:41:55 +00:00
Dmitry Marakasov
69d3ac5e77 - Update to 5.0b.20160316.1
PR:		208268
Submitted by:	kalten@gmx.at
2016-03-29 02:43:14 +00:00
Dmitry Marakasov
af0b0dbd09 - Update to 1.1.1
PR:		207962
Submitted by:	neel@neelc.org (maintainer)
2016-03-27 23:56:19 +00:00
John Marino
ec95b75b6e games/tbe: Fix plist (main executable wasn't listed)
At some port, this port was converted from having a plist to using
PORTDATA as an automatic generator.  Unfortunately, this excluded the
main executable (bin/tbe) from being packaged as well as several icons.
Drop PORTDATA and bring back the full pkg-plist (it's < 300 lines).
While here, pet portlint.

PR:		207946
Approved by:	maintainer timeout
2016-03-27 22:45:39 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Thomas Zander
1fef35a2fc Update multimedia/assimp to upstream version 3.1.1
Details:
- Allow build with clang on FreeBSD >= 10
- Add BOOST option
- Add restrictions for USE_GCC
- Update post-patch and pkg-plist file
- Bump PORTREVISION on dependent ports (possible ABI change)

PR:		207575
Submitted by:	lightside@gmx.com
Approved by:	maintainer timeout
2016-03-27 07:34:57 +00:00
Dmitry Marakasov
588e4661a9 - Update to 3.11.1
- Cleanup the port
- Pass maintainership to submitter

PR:		205485
Submitted by:	monwarez@mailoo.org
2016-03-27 01:10:18 +00:00
Dmitry Marakasov
7be8d8f94c - Update to 3.11.1
- Cleanup the port
- Pass maintainership to submitter

PR:		205581
Submitted by:	monwarez@mailoo.org
2016-03-27 01:10:13 +00:00
Mathieu Arnold
33700f0abf Add plist forgotten from last commit.
PR:		207159
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-26 20:01:45 +00:00
Jan Beich
6b281ea796 games/tesseract-data: pacify check-plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir %%DATADIR%%/media/prefab
Error: Orphaned: @dir %%DATADIR%%/screenshot

PR:		189829
Pointy hat:	jbeich (last minute regression)
Reported by:	marino
2016-03-26 13:53:47 +00:00
John Marino
19fba58b20 games/tesseract: expand RUN_DEPENDS port origin
Using variables for port origins break make operators like N: and M:
depending on where they are applied.  It more robust (and arguable
more correct) to use a "hardcoded" path for *DEPENDS.

Approved by:	marino (Listed as reviewer)
2016-03-26 11:44:21 +00:00
Jan Beich
3d35384243 games/bubble-chains: convert EXTRACT_SUFX to DISTVERSIONSUFFIX
- Pet portlint(1) after r401096 and r411721
2016-03-25 15:40:42 +00:00
Jan Beich
4147d669ce Convert to USES=7z for trivial cases
Approved by:	portmgr modernization blanket
Differential Revision:	https://reviews.freebsd.org/D4190
2016-03-25 15:40:07 +00:00
Olli Hauer
9fcbfffead - change MAINTAINER email address [1]
[1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html
2016-03-25 11:42:13 +00:00
Alexey Dokuchaev
3c27306e5a Add a port of TrenchBroom, a cross-platform level editor for Quake-engine
based games.  It's currently in beta (2.0.0 release is planned on June 22
which is Quake's 20th anniversary).

WWW: http://kristianduske.com/trenchbroom/
2016-03-25 06:47:15 +00:00
Dmitry Marakasov
99b0c7e22a - Update to 20160322
PR:		208240
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-03-24 11:17:04 +00:00
Dmitry Marakasov
9fc852fadb - Fix build with CLIENT disabled 2016-03-24 05:09:00 +00:00
Dmitry Marakasov
2bec8514e8 - Fix build 2016-03-24 04:34:51 +00:00
Raphael Kubo da Costa
0e100c52a9 Deprecate and expire in 1 month.
The domain where the distfile was hosted no longer exists and the port is
unmaintained.
2016-03-23 16:26:53 +00:00
Sunpoet Po-Chuan Hsieh
69cc353443 - Add LICENSE
- Add NO_ARCH
- Fix *_DEPENDS: p5-Test-* are test-only dependencies
- Convert to new options target helper
- Remove regression-test:
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket)
With hat:	perl
2016-03-20 18:37:17 +00:00
Raphael Kubo da Costa
0cb9c80bab Add some patches to properly declare dependencies between targets.
The upcoming CMake 3.5.0 ends up generating Makefiles that cause much more
problems in parallel builds when the dependencies are not declared correctly.

This also allows us to get rid of MAKE_JOBS_UNSAFE.

PR:		208033
2016-03-19 14:36:54 +00:00
Mark Felder
9b0f5c26aa games/fairymax: Update to 5.0b
PR:		207657
2016-03-17 20:54:37 +00:00
Mark Felder
73c810467a games/gtkevemon: Update to 1.10
This update also fixes a hang on startup.

PR:		204189
MFH:		2016Q1
2016-03-17 12:55:36 +00:00
Jan Beich
cd5eb04c19 games/tesseract: typo, DISTVERSION doesn't propagate to packages 2016-03-17 05:53:24 +00:00
Alexey Dokuchaev
23d41d4339 Update to version 3.1.1.1, which comes with quite a few bug fixes, including
some especially major ones.  Define LICENSE (GPLv2) while here.
2016-03-16 19:22:02 +00:00
Jan Beich
ee53b43194 games/linux-unigine-valley: add new port
PR:		207198
Submitted by:	Hannes Hauswedell <h2+fbsdports@fsfe.org>

Valley Benchmark is a new GPU stress-testing tool from the developers
of the very popular and highly acclaimed Heaven Benchmark. The
forest-covered valley surrounded by vast mountains amazes with its
scale from a bird's-eye view and is extremely detailed down to every
leaf and flower petal. This non-synthetic benchmark powered by the
state-of-the art UNIGINE Engine showcases a comprehensive set of
cutting-edge graphics technologies with a dynamic environment and
fully interactive modes available to the end user.

This port includes the linux-binaries of the basic (free-to-use)
version of the benchmark.

http://unigine.com/en/products/benchmarks/valley
2016-03-16 13:00:10 +00:00
Jan Beich
c139080ff7 games/linux-unigine-heaven: list also in benchmarks/ and use option helpers 2016-03-16 12:59:39 +00:00
Jan Beich
f7731c8be8 Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
2016-03-16 12:58:16 +00:00
Jan Beich
cb9c0cd46f games/tesseract{,-data}: add new port
PR:		189829 (based on)
Submitted by:	operator@myrechenzentrum.net
Reviewed by:	marino (partially, earlier version)

Tesseract is a first-person shooter game focused on instagib deathmatch
and capture-the-flag gameplay as well as cooperative in-game map editing.

http://www.tesseract.gg
2016-03-15 16:27:41 +00:00
Mathieu Arnold
ba52c5196a Update to 2.6.5.
PR:		207989
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-15 15:29:01 +00:00
Mathieu Arnold
3af78e7414 Update to 0.C.
PR:		207988
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-15 15:28:56 +00:00
Raphael Kubo da Costa
5f54a52585 Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
2016-03-15 12:35:56 +00:00
Adam Weinberger
13727254a9 Update to sources from DragonflyBSD 4.4.2. 2016-03-14 16:40:10 +00:00
Sunpoet Po-Chuan Hsieh
324d661c95 - Update to 2.040
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Algorithm-Pair-Best2/Changes
2016-03-14 15:09:58 +00:00
Mathieu Arnold
f88d0883b8 Fix runtime error.
PR:		203798
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-14 14:24:38 +00:00
Raphael Kubo da Costa
e80286126e Update to 1.4.6.
Announcement:
http://te4.org/blogs/darkgod/2016/03/news/tales-majeyal-146-aka-twilight-darkness-released

PR:		207907
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2016-03-13 22:16:15 +00:00
Antoine Brodin
989bb4c20d Deprecate ports broken for more than 6 months 2016-03-13 18:45:42 +00:00
Dmitry Marakasov
3bb2cbd397 - Switch to USES=tar:tbz2
- Switch to options helpers
- Simplify installation
2016-03-12 14:11:20 +00:00
Tijl Coosemans
59272d1017 Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3.  Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.

Long description:

First some background.  When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain.  Costs used to be configured in such a way that files were
first converted to PostScript.  This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers.  Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-11 11:53:42 +00:00
Ganael LAPLANCHE
d3313283fd Update Simgear & Flightgear to 2016.1.1 2016-03-08 17:27:59 +00:00
Mathieu Arnold
5dabc7c217 Fix runtime error.
PR:		207162
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-08 16:05:54 +00:00
Mathieu Arnold
8fa625a46b Update to 1.5.7
PR:		207161
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-08 16:05:46 +00:00
Mathieu Arnold
b0ceb13032 Update to 0.7.14
PR:		207159
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-08 16:04:23 +00:00
Mathieu Arnold
a530df564a Update to 1.71.0.
PR:		205206
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-08 15:55:32 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Jan Beich
e07f215343 games/openra: update GeoLite2 to March snapshot
MFH:		2016Q1
2016-03-07 23:34:24 +00:00
Vanilla I. Shu
dd885433ef Update to 1.9.
Submitted by:	207604
Reviewed by:	maintainer
2016-03-02 13:46:44 +00:00
Guido Falsi
d07a6464b2 - Update to 1.8.2
- Update MASTER_SITES and unbreak
- Remove DOCS option since those files are not included anymore.
- Update pkg-descr

PR:		205207
Submitted by:	Ports fury
2016-03-02 01:13:12 +00:00
Alexey Dokuchaev
cd06f7ccc0 Add FLUIDSYNTH option generic description, and remove ad-hoc setting in
ports where it is applicable (alongside with other shared descriptions).
2016-03-01 16:41:13 +00:00
Alexey Dokuchaev
26a50ad189 - Update to the official release version 3.1.1
- Make MIDI playback via FluidSynth optional
- Rename patches to chase new source structure

Reported by:	portscout
2016-03-01 15:56:22 +00:00
Guido Falsi
3f0b9896e7 - Update to 1.3.2
- Add LICENSE_FILE
- Remove unneeded INSTALLS_ICONS
- Use option targets

PR:		207160
Submitted by:	Ports Fury
2016-03-01 10:38:44 +00:00
Raphael Kubo da Costa
5243b269e5 Update to 1.4.5.
This is a bugfix release.
Also, this update removes a premake4 s/gcc/cc/ hack that's no longer necessary.

Note: Embers of Rage 1.0.2 is out. It can be placed in $HOME/.t-engine/addons.

PR:		207597
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2016-02-29 22:55:27 +00:00
Guido Falsi
f9f75fa210 - Update to 20160225
Note that saved games from previous versions are not compatible.

PR:		206811
Submitted by:	lightside at gmx.com (maintainer)
2016-02-28 10:19:10 +00:00
Martin Wilke
ccff4ce4e2 - Ignore php7 2016-02-28 06:54:46 +00:00
Raphael Kubo da Costa
e5b9bba7d6 Update to 20160226.
PR:		207545
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2016-02-27 23:21:22 +00:00
Dmitry Marakasov
8b4f16b414 - Update to 2.4.0 2016-02-26 04:06:57 +00:00
Rusmir Dusko
63dad9dc94 - Update to 6.11, announce message:
Tweaked to run either on Python2 pr Python3.
  Ported to Python 3.

- USES python:3.2+:run instead of python:run
2016-02-22 19:49:17 +00:00
Jan Beich
d5a43d81f1 games/openbor: update to 3.0.r4167
ChangeLog:
- New entity properties using the . delimited syntax concept for CronoCrash engine.
- Player specific credit count was not be carried across saved games.
- Very minor refactor in ImportCache
2016-02-22 14:20:20 +00:00
Jan Beich
c4ab551eab games/aquaria: update to 1.002.20
Changes:	https://github.com/AquariaOSE/Aquaria/compare/OSE-v1.002...OSE-v1.002-20-g6971e78
2016-02-22 14:19:47 +00:00
Guido Falsi
c3e0f614a5 - Update devel/yaml-cpp to 0.5.3
- Project moved to GITHUB
- LICENSE_FILE renamed
- Regenerated patch
- Bumped PORTREVISION in dependent ports due to ABI changes.
2016-02-21 18:41:30 +00:00
Raphael Kubo da Costa
72b6d4c2ec Update to 1.4.4.
This is slightly more urgent than other updates, since it is required to play
the anticipated upcoming (on Feb 23) expansion.

Changes:
http://te4.org/blogs/darkgod/2016/02/news/tales-majeyal-144-aka-once-more-teasing-released

PR:		207394
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2016-02-21 17:12:58 +00:00
Guido Falsi
24b2ad8d17 Update WWW line in pkg-descr. 2016-02-20 16:50:06 +00:00
Gabor Pali
b40f0663fc In scroll, you're a bookworm that's stuck on a scroll. You have to dodge
between words and use spells to make your way down the page as the scroll
is read. Go too slow and you'll get wound up in the scroll and crushed.

WWW: http://joeyh.name/code/scroll/

PR:		200112
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
Obtained from:	FreeBSD Haskell
2016-02-19 20:43:06 +00:00
Dmitry Marakasov
b234450092 - Update to 0.5.6 2016-02-17 11:01:57 +00:00
Danilo Egea Gondolfo
ed601505eb - Fix crash when there's no xrandr support
PR:		207113
Submitted by:	amdmi3
2016-02-15 23:14:37 +00:00
Raphael Kubo da Costa
e109889906 Add games/bzflag-server, a server-only slave port of games/bzflag.
PR:		205854
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (games/bzflag maintainer)
2016-02-15 15:03:13 +00:00
Raphael Kubo da Costa
8b812c1bf4 Update to 20160213.
PR:		207199
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2016-02-15 14:31:01 +00:00
Jason Unovitch
81220d5fb9 games/freesweep: update 0.92 -> 1.0.1
- Transfer MAINTAINER from ports@ to submitter
- Update LICENSE
- Switch from GOOGLE_CODE to USE_GITHUB; use the maintainer's repository
- While here, convert to conditional docs target
- Expand on pkg-descr
- MFH as the original upstream version seg faults upon winning a game and
  the maintainer is now a co-maintainer with the upstream project

PR:		205052
Submitted by:	Randy Westlund <rwestlun@gmail.com> (incoming maintainer)
Reviewed by:	amdmi3 (earlier version)
MFH:		2016Q1
2016-02-14 22:22:39 +00:00
Koop Mast
a62cb55342 Update gcompris to 15.10.
- update to 15.10. This release brings locale detection bug
- update master site - they do not upload new releases to SF anymore
- add LICENSE_FILE
- replace CFLAGS/LDFLAGS with USES=localbase

PR:		207006
Submitted by:	rm@
2016-02-14 21:07:04 +00:00
Koop Mast
b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00
Jason Unovitch
cf5c235ac2 games/tome4: update 1.4.2 -> 1.4.3
Changes:
http://te4.org/blogs/darkgod/2016/02/news/tales-majeyal-143-aka-rage-released

PR:		206883
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2016-02-14 13:28:52 +00:00
Thierry Thomas
e62c25dd60 Modernize pkg-plist.
PR:		ports/206743
Submitted by:	pawel
2016-02-11 21:17:39 +00:00
Dmitry Marakasov
453874c39b - Mark BROKEN on 10.x:
/wrkdirs/usr/ports/games/supertux2/work/supertux-0.4.0/external/tinygettext/src/iconv.cpp:113:5: error: unknown type name 'ICONV_CONST'

Approved by:	portmgr blanket
2016-02-09 16:06:04 +00:00
Dmitry Marakasov
9cbb1aa71e - Update to 7.0
PR:		206324
Submitted by:	kevinz5000@gmail.com (maintainer)
2016-02-09 11:32:01 +00:00
Kurt Jaeger
45293e2916 New port: games/linux-unigine-heaven
Heaven Benchmark immerses a user into a magical steampunk world of
shiny brass, wood and gears. Nested on flying islands, a tiny village
with its cozy, sun-heated cobblestone streets, an elaborately crafted
dirigible above the expanse of fluffy clouds, and a majestic dragon
on the central square gives a true sense of adventure. An interactive
experience with fly-by and walk-through modes allows for exploring
all corners of this world powered by the cutting-edge UNIGINE Engine
that leverages the most advanced capabilities of graphics APIs and
turns this benchmark into a visual masterpiece.

This port includes the linux-binaries of the basic (free-to-use)
version of the benchmark.

WWW: http://unigine.com/products/heaven/

PR:		194472
Submitted by:	Hannes Hauswedell <h2+fbsdports@fsfe.org>
Reviewed by:	marino, d.akiyakov@gmail.com
2016-02-09 03:53:52 +00:00
Johan van Selst
e1d3e1fc95 Update FreeCiv to 2.5.3 (bugfix release) 2016-02-07 14:51:53 +00:00
Dmitry Marakasov
0640ee8d20 - Fix build with boost 1.60
- Switch to options helpers

Approved by:	portmgr blanket
2016-02-07 14:43:58 +00:00
Dmitry Marakasov
d674f1c72f - Fix LICENSE
- Fix build with boost 1.60
- Strip binary

Approved by:	portmgr blanket
2016-02-07 14:42:13 +00:00
John Marino
1b18ba01bf games/frotz: USES+= ncurses 2016-02-05 17:43:18 +00:00
Dmitry Marakasov
74ef6e8e44 - Update to 0.8.11 2016-02-05 06:46:19 +00:00
Danilo Egea Gondolfo
ba8a41dac7 - Update to 1.15.8 2016-02-05 01:20:08 +00:00
John Marino
756193715b games/cataclysm-dda: USES+= ncurses 2016-02-05 00:04:44 +00:00
John Marino
82ba1e05f2 games/unnethack: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
while here, set one CONFIGURE_ARG per line for readability and to
respect 80 columns

approved by:	infrastructure blanket
2016-02-04 22:56:02 +00:00
John Marino
d23866e946 games/ztrack: USES+= ncurses, respect LDFLAGS 2016-02-04 22:39:26 +00:00
John Marino
feb9d6a9e2 games/yahtzee: USES+= ncurses, respect LDFLAGS 2016-02-04 22:34:56 +00:00
John Marino
118d0018d2 games/vms-empire: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-04 22:33:18 +00:00
John Marino
78acc14ab3 games/vitetris: USES+= ncurses 2016-02-04 22:31:38 +00:00
John Marino
e63a76dbd4 games/tetrinet: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-04 22:22:30 +00:00
John Marino
281c1a1018 games/tbclock: USES+= ncurses, respect LDFLAGS 2016-02-04 22:21:04 +00:00
John Marino
2b9cf964cf games/taipan: USES+= ncurses, respect LDFLAGS
Also link with libncurses, not libcurses
2016-02-04 22:18:38 +00:00
John Marino
e9ce290add games/bluemoon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
while here, line up PLIST_FILES to respect 80 columns

approved by:	infrastructure blanket
2016-02-04 22:16:39 +00:00
John Marino
b38370ad88 games/powwow: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-04 21:53:21 +00:00
John Marino
132958bca4 games/npush: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-04 21:52:07 +00:00
John Marino
64a8caea65 games/moria: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link to libncurses, not libcurses + libtermcap

approved by:	infrastructure blanket
2016-02-04 21:51:07 +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
133a4f477b games/lexter: USES+= ncurses 2016-02-04 21:42:35 +00:00
John Marino
69b1673235 games/ladder: USES+= ncurses, respect LDFLAGS 2016-02-04 21:41:49 +00:00
John Marino
2c4e0c14b1 games/jzip: USES+= ncurses, link to libncurses, not libtermcap 2016-02-04 21:40:57 +00:00
John Marino
05437c2958 games/gtypist: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-04 21:39:12 +00:00
John Marino
e098c65308 games/frobtads: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-04 21:33:03 +00:00
John Marino
096d262979 games/greed: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses.

approved by:	infrastructure blanket
2016-02-04 21:27:38 +00:00
John Marino
6b7668fdf5 games/galaxis: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-04 21:26:16 +00:00
John Marino
6a75abcfb6 games/freesweep: USES+= ncurses 2016-02-04 21:22:55 +00:00
John Marino
66d1ae0f27 games/falconseye: USES+= ncurses, link to libncurses, not libcurses 2016-02-04 21:16:34 +00:00
John Marino
0f59aa9dd6 games/enygma: USES+= ncurses 2016-02-04 21:12:41 +00:00
John Marino
68b199543b games/dungeon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-04 21:10:43 +00:00
John Marino
0283c95ea5 games/ctris: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-04 21:09:20 +00:00
John Marino
3408227d5a games/cryptoslam: USES+=ncurses, USES+=tar, respect LDFLAGS 2016-02-04 20:01:22 +00:00
John Marino
fddc3c3983 games/cavezofphear: USES+= ncurses 2016-02-04 20:00:08 +00:00
John Marino
666ed13d83 games/bsdtris: USES+=ncurses plus ...
link with libncurses rather than libcurses + libtermcap
2016-02-04 19:59:11 +00:00
John Marino
91e602cc75 games/bsdrain: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses

approved by:	infrastructure blanket
2016-02-04 19:56:57 +00:00
John Marino
460e0adb99 games/bs: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-04 19:34:36 +00:00
John Marino
5b55a810da games/bluemoon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-04 19:32:55 +00:00
John Marino
b83ab99a28 games/block: USES+=ncurses, USES+=tar, respect LDFLAGS
Also link exclusively with libncurses (not libtermcap).
Also respect 80 columns.
2016-02-04 19:29:58 +00:00
John Marino
93bd70a002 games/banihstypos: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-04 19:26:39 +00:00
John Marino
98c9e26c02 games/avanor: document ncurses requirement (USES+=ncurses), respect LDFLAGS 2016-02-04 18:43:34 +00:00
John Marino
7e6d80d7e9 games/aop: document ncurses requirement (USES+=ncurses), respect LDFLAGS 2016-02-04 18:41:27 +00:00
John Marino
9f0fe0d733 games/alienware: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Previously somebody patched this to linked with libcurses over libncurses,
so reverse that.
2016-02-04 18:39:28 +00:00
John Marino
20f8cb6f0d games/2048: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses

approved by:	infrastructure blanket
2016-02-04 18:36:58 +00:00
Alexey Dokuchaev
9842c465e9 Update to the 3rd beta of 3.1.1. 2016-02-04 14:44:35 +00:00
Tijl Coosemans
07183f90c9 Update to 120.1.3 2016-02-04 12:32:16 +00:00
Dmitry Marakasov
9ad6593a7c - Generate missing data files to fix runtime crash [1]
While here:
- Fix build with NLS disabled
- Fix LICENSE
- Switch to USES=localbase
- Switch to options helpers
- Don't try to use X11 during build

PR:		206831 [1]
Submitted by:	cmangin@arobas.net [1]
MFH:		2016Q1 (blanket)
2016-02-04 00:03:30 +00:00
Tijl Coosemans
21f8d16d74 Update to 120.1.2 2016-02-01 10:09:23 +00:00
Dmitry Marakasov
b0156147f1 - Update to 1.9.9 2016-01-31 21:47:29 +00:00
Dmitry Marakasov
35ba57930b - Update to 1.9.9 2016-01-31 21:47:25 +00:00
John Marino
d1322bfb99 games/starlanes: USES+=ncurses, respect LDFLAGS and MAKE_ENV
Also link to libncurse rather than libcurses
2016-01-31 17:44:06 +00:00
John Marino
4979584876 games/pmars: USES+= ncurses, respect LDFLAGS
Also link with libncurses rather than libcurses.
2016-01-31 17:39:31 +00:00
John Marino
c9832f80da games/oldrunner: document ncurses requirement (USES+=ncurses)
Also make it link to libncurses rather than libcurses.
While here, pull in DragonFly support patch from dports.

approved by:	infrastructure blanket
2016-01-31 17:30:25 +00:00
John Marino
6301153955 games/nsnake: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-01-31 17:19:09 +00:00
Danilo Egea Gondolfo
d5d283e0d2 - Update to 4.0.2
Suggested by:	Shlomi Fish
2016-01-31 13:27:32 +00:00
John Marino
721bbd9823 games/wanderer: USES+= ncurses, respect LDFLAGS
while here, link with libncurses, not libcurses
2016-01-31 13:15:22 +00:00
John Marino
0936ca7cb7 games/tads: USES+= ncurses, respect LDFLAGS
while here, regenerate patches (but maintain non-standard patch names)
2016-01-31 13:08:11 +00:00
John Marino
eb9e732d83 games/sokoban: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
while here:
  * unsuppress installation commands
  * regenerate another patch
  * stop linking with ancient curses libs, use ncurses instead

approved by:	infrastructure blanket
2016-01-31 13:00:16 +00:00
John Marino
13c0924387 games/robotfindskitten: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-31 12:53:22 +00:00
John Marino
dbdcc84806 games/nethack34: Restore patch hunk inadvertently expanded by last commit
reported by:	mat@
2016-01-31 11:54:29 +00:00
John Marino
49b12d59d7 games/nethack34(-nox11): Respect LDFLAGS
approved by:	infrastructure blanket (related to ncurses work)
2016-01-31 11:14:25 +00:00
John Marino
9ab840624c nethack33(-nox11): document ncurses requirement (USES+=ncurses)
both ports need to link to ncurses.
The -nox11 version wasn't respecting LDFLAGS
Finally, link to libncurses over ancient termlib (which is symlinked to
libncurses on FreeBSD base anyway)

approved by:	infrastructure blanket
2016-01-31 10:08:21 +00:00
John Marino
3b1e491f67 games/quit: document ncurses requirement (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-01-31 09:51:49 +00:00
John Marino
b9d85b9c14 games/drm: USES+= ncurses, respect LDFLAGS, use ncurses over curses 2016-01-31 09:48:53 +00:00
John Marino
e4a2fda817 games/braincurses: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-31 09:43:55 +00:00
John Marino
c5f0887bee games/tomenet: link to libncurses instead of libcurses
Libcurses is just symlinked to libncurses on FreeBSD base, but it
doesn't exist in ports ncurses.

Approved by:	infrastructure blanket (related to ncurses work)
2016-01-31 09:38:17 +00:00
John Marino
8edb2abed9 games/seabattle: USES+= ncurses, respect LDFLAGS 2016-01-31 09:31:51 +00:00
John Marino
10161fd7fb x11/xterm: document ncurses requirement (USES+=ncurses), plus ...
In addition to adding USES+= ncurses:
  * specify libncurses instead of ancient libtermcap (which is symlinked
    to libncurses anyway on FreeBSD base)
  * Bring in USES+= alias from dports while here

approved by:	infrastructure blanket
2016-01-31 09:25:33 +00:00
John Marino
1a9f6ed88d games/omega: document ncurses requirement (USES+=ncurses) 2016-01-31 09:13:19 +00:00
John Marino
18bb4f1139 games/kajaani-kombat: USES+= ncurses, respect LDFLAGS
While here, change specification from -lcurses to -lncurses.
The former does not exist in ports ncurses package and it is an alias
for libncurses in base.
2016-01-31 09:04:46 +00:00
John Marino
d4aa3d5478 games/netspades: USES+= ncurses, specific lncurses instead of ltermcap
On FreeBSD libtermcap is symlinked to libncurses, but it's not present
in ports ncurses.  Just specify it directly to support all ncurses.
2016-01-31 08:58:27 +00:00
John Marino
e709bf3c01 games/miscom: USES+=ncurses, respect LDFLAGS 2016-01-31 08:50:56 +00:00
John Marino
0e84fbe37e games/ninvaders: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-31 08:46:22 +00:00
John Marino
3b1604171f games/xtgyoretsu: document ncurses requirement (USES+=ncurses)
while here:
  * repect LDFLAGS
  * Also specify lncurses instead of lcurses.  On FreeBSD, libcurses is
    symlinked to lncurses, but the former does not exist in ports ncurses.

approved by:	infrastructure blanket
2016-01-31 08:40:10 +00:00
John Marino
c66d842480 games/tt: document ncurses requirement (USES+= ncurses)
It was linking -lcurses -ltermcap but on FreeBSD these are the aliases
for the same library, -lncurses, so just specific that directly.
2016-01-31 08:28:47 +00:00
John Marino
e360f901a9 games/trojka: Respect LDFLAGS, document ncurses requirement
Also specific libncurses rather the libcurses (it's the same thing
on FreeBSD so that's a no-op).

This port could use some TLC, modern GCC spews easily fixed warnings
everywhere.
2016-01-31 08:21:30 +00:00
Thomas Zander
d0bd7169f8 Fix missing dependencies, correct USE_PYTHON
PR:		206010
Submitted by:	yuri@rawbw.com (maintainer)
MFH:		2016Q1
2016-01-30 18:05:37 +00:00
Guido Falsi
e63ff775d4 Update to 20160128.
PR:		206524
Submitted by:	Nikolai Lifanov <lifanov at mail.lifanov.com> (maintainer)
2016-01-30 13:16:37 +00:00
Raphael Kubo da Costa
4e4279840c Update to 1.4.2.
PR:		206675
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2016-01-28 22:20:58 +00:00
Alexey Dokuchaev
26d2e9a394 - Add a port of SLADE3, a Doom editor
- Bring COMMENT in `games/Makefile' closer to reality

WWW: http://slade.mancubus.net/
2016-01-28 20:04:51 +00:00
Pawel Pekala
20e1fdab56 - Remove deprecated @dirrm
- Use option helper

Approved by:	portmgr blanket
2016-01-27 20:04:58 +00:00
Pawel Pekala
cf044ccedf - Modernize pkg-plist
- Use option helper
- pkg-message is shown automatically now

Approved by:	portmgr blanket
2016-01-27 18:08:08 +00:00
Pawel Pekala
521ffc40d6 Modernize pkg-plist 2016-01-27 17:35:18 +00:00
Pawel Pekala
6c138af5a5 Modernize pkg-plist 2016-01-27 17:06:23 +00:00
Dmitry Marakasov
88fb36cbce - Update to 0.38.0
PR:		206508
Submitted by:	t@tobik.me (maintainer)
2016-01-27 17:00:30 +00:00
Dmitry Marakasov
8afa6554da - Update to 3.1.3
PR:		206638
2016-01-26 23:55:04 +00:00