Commit graph

16645 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