Commit graph

15816 commits

Author SHA1 Message Date
Jung-uk Kim
d413e71e01 Fix build on 10.x and later. 2015-05-08 21:42:46 +00:00
Dmitry Marakasov
178592ab36 - Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-08 14:04:50 +00:00
Jan Beich
8e6ed74627 games/katawa-shoujo: update to 1.3
- Drop MANUAL_PACKAGE_BUILD for package size < 1G
- List available languages in pkg-descr

Changes:	http://katawashoujo.blogspot.fi/2015/04/katawa-shoujo-japanese-translation.html
2015-05-08 13:30:28 +00:00
Dmitry Marakasov
707882a0cc - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-05-08 11:07:10 +00:00
Dmitry Marakasov
2497f86b5d - Fix WWW 2015-05-08 10:44:34 +00:00
Dmitry Marakasov
8a4576a04a - Fix build from non-root
Approved by:	portmgr blanket
2015-05-07 22:00:08 +00:00
Dmitry Marakasov
f8ae0d4021 - Update to 0.4 2015-05-07 21:59:57 +00:00
Jan Beich
ade17a480e games/childsplay: update to 2.6.5
Changes:	http://git.savannah.gnu.org/cgit/childsplay.git/commit/?id=2460718
2015-05-07 10:04:43 +00:00
Dmitry Marakasov
38b9facd27 - Fix broken keypad handling (mixed up keys)
- While here, add LICENSE

Submitted by:	きくちゃん <kikuchan98 at gmail dot com>
MFH:		2015Q2
2015-05-07 09:10:20 +00:00
Max Brazhnikov
963da78751 games/darkplaces:
- Update to 20140513
- Make dependencies unconditional, as they're required by any option
- Rename options, use self-explanatory option names
- Build with SDL v2.0 by default, add option for SDL v1.2
- Install icons, tweak DESKTOP_ENTRIES
- Convert to plist
2015-05-06 20:38:19 +00:00
Mathieu Arnold
5392aa00ad Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 16:04:20 +00:00
Frederic Culot
0631d273c6 - Update to 4.6.0
Changes:	http://www.tomenet.eu/phpBB3/viewtopic.php?f=4&t=7&p=2055#p2055
2015-05-05 10:22:02 +00:00
Jan Beich
85dfbd0707 games/oneko: unbreak install if locale-specific app-defaults dir exists
configure tries to autodetect existing japanese app-defaults and if
finds installs there without updating pkg-plist. A quick search turns
up the following ports can cause the issue if installed beforehand.

deskutils/xcalendar/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/XCalendar
games/xshisen/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/XShisen
japanese/tgif/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/Tgif.sample
x11-clocks/emiclock/pkg-plist:lib/X11/ja_JP.EUC/app-defaults/EmiClock
x11-clocks/emiclock/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/EmiClock
x11-fonts/nexfontsel/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/NeXFontSel
x11/xmascot/pkg-plist:lib/X11/ja_JP.EUC/app-defaults/XMascot
x11/xmascot/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/XMascot

PR:		199493
Submitted by:	turutani@scphys.kyoto-u.ac.jp
Approved by:	maintainer timeout (2 weeks + 4 days)
2015-05-05 09:41:07 +00:00
Jan Beich
b313dc9c22 games/oneko: drop unnecessary indirection since do-patch disappeared
Approved by:	portmgr blanket
2015-05-05 08:39:34 +00:00
Jan Beich
a8e6c4fa34 games/wxlauncher: add DEBUG option and put verbose logging behind it
DEBUG=off (default) now shows splash screen on startup due to being on
the same #if NDEBUG bandwagon used to turn off verbose logging.

GitHub:		wxLauncher/wxlauncher#117
PR:		199919
Submitted by:	lightside <lightside@gmx.com> (maintainer)
2015-05-05 04:07:01 +00:00
Jan Beich
0fa8fd173b games/wxlauncher: enable WX3 option by default
PR:		199429
Submitted by:	lightside <lightside@gmx.com> (maintainer)
2015-05-05 00:10:31 +00:00
Jan Beich
570508c9c4 games/wxlauncher: unbreak WX3 option on DragonFly and FreeBSD 8.x/9.x
After r383466 building against wxgtk30 only worked with clang/libc++
because libstdc++ 4.2 in base lacks C++11 support while newer libstdc++
(from lang/gcc* or in base on DragonFly) requires explicit -std=c++11.

Also, -std=c++11 on FreeBSD turns NULL into nullptr which sometimes
breaks build.

PR:		199916
Approved by:	lightside <lightside@gmx.com> (maintainer)
2015-05-05 00:10:17 +00:00
Jan Beich
17c7989e80 games/wxlauncher: unbreak build when WX3=on JOYSTICK=off
wxgtk30 enables debug logging by default. This led to breakage
because the calls within wxLogDebug() are no longer eliminated.

PR:		199919
Submitted by:	lightside <lightside@gmx.com> (maintainer)
2015-05-05 00:09:51 +00:00
Guido Falsi
2c44e6acd0 - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
  now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt

PR:			199845
Submitted by:		jbeich@
Differential Revision:	https://reviews.freebsd.org/D2434
Approved by:		portmgr (mat)
2015-05-04 15:46:51 +00:00
Antoine Brodin
2e1a3eafbe - Allow staging as a regular user
- Cleanup plist
2015-05-04 12:29:05 +00:00
Antoine Brodin
b75ce58782 - Allow staging as a regular user
- Cleanup plist
2015-05-04 12:02:11 +00:00
Jan Beich
49e2a12e43 games/wxlauncher: update to 0.9.6
- Remove sed patches, which were fixed upstream

Changes:	https://github.com/wxLauncher/wxlauncher/compare/release-0.9.5...release-0.9.6
PR:		199429 (sans WX3 by default)
Submitted by:	lightside <lightside@gmx.com> (maintainer)
2015-05-04 11:18:03 +00:00
Jan Beich
4f960ddb6b games/assaultcube: unbreak on DragonFly and the package cluster
- Disable PCH (precompiled header) to unbreak build with GCC in
  jails for older branches and recent 11.0C kernel
- Add upstream patch for bundled libenet to unbreak build on DragonFly [1]
- Convert patch for ${BUILD_WRKSRC}/Makefile into sed(1) variant
- Pet portlint since r383894 by formatting patches with makepatch target

PR:		199912
Submitted by:	lightside <lightside@gmx.com> (maintainer)
Obtained from:	https://github.com/lsalzman/enet/commit/8df6e58 [1]
2015-05-04 11:16:47 +00:00
Eitan Adler
415737f338 By request, reset maintainership of multiple ports
PR:		199903
Submitted by:	"Chris Petrik" <chris@bsdjunk.com>
2015-05-04 00:33:14 +00:00
Antoine Brodin
e18406e3e0 Allow staging as a regular user 2015-05-03 17:45:35 +00:00
Danilo Egea Gondolfo
5eb7d8099b - Update to 0.045 2015-05-02 19:00:51 +00:00
Jan Beich
4f9d48748b games/drcreep: update to 1.1
GitHub:		https://github.com/freebsd/freebsd-ports/pull/22
Submitted by:	robcrossfield@gmail.com (maintainer)
2015-05-02 09:49:35 +00:00
Jan Beich
ba05b7c659 games/alephone-data: unbreak fetch and mark NO_ARCH
PR:		199229 (partial)
Submitted by:	tkato432@yahoo.com
MFH:		2015Q2
2015-05-01 20:11:34 +00:00
John Marino
ffa19696fb games/lincity: Fix build on gcc5
GCC5 doesn't like it when static variables are used inside inline
functions.
2015-05-01 14:11:05 +00:00
John Marino
89624398f4 games/minecraft-server: Upgrade version 1.8.1 => 1.8.4
PR:		199564
Submitted by:	maintainer
2015-05-01 12:34:03 +00:00
Rene Ladan
8037b9e68c Remove expired ports:
2015-04-30 www/p5-Google-Code-Upload: Google Code will be shutting down (http://google-opensource.blogspot.tw/2015/03/farewell-to-google-code.html)
2015-04-30 net/ntp-rc: Upline no longer has RC branch.
2015-04-30 games/wmfortune: Broken for more than 6 months
2015-04-30 games/springlobby: Depends on expiring games/spring
2015-04-30 devel/p5-base: this port is outdated and base 2.18+ is already in all supported Perl releases
2015-04-30 14:37:01 +00:00
Jan Beich
e2a7b5c5ea Properly track -lenet dependency after r285069
Shared object "libenet.so.7" not found, required by "enigma"

Approved by:	portmgr blanket
2015-04-30 13:43:15 +00:00
Guido Falsi
bcd90cb704 Fix build after const removal from iconv.
Reported by:	ajtiM <lumiwa at gmail.com> (via email)
2015-04-29 06:47:37 +00:00
Lars Engels
3ffe299b6c - Update to 1.2.6
- Mark broken on powerpc and sparc64
- Simplify OPTIONS

PR:		197433
Submitted by:	tkato432@yahoo.com
2015-04-27 20:09:10 +00:00
Dmitry Marakasov
0e7eb9833a - Clarify LICENSE 2015-04-27 20:00:20 +00:00
Jan Beich
b458374525 - Update to r4157 snapshot
- Normalize patch filenames

ChangeLog (trimmed):
- Fix openborvariant("in_sound_options")
- Major refactor of WebM playback code
- Support playback of WebM videos with no audio track
- Support screenshots and fullscreen flip during WebM playback
- Fix aspect ratio of WebM videos in OpenGL mode
- Fix nestegg bug where all floats would be read as 0.0 on big-endian
- Avoid displaying garbage as first frame of video
- Improve WebM error logging
2015-04-25 14:17:25 +00:00
Mikhail Teterin
37366074eb Unbreak and upgrade to the latest availble version -- 0.98.
Approved by:	maintainer
2015-04-24 22:39:01 +00:00
Adam Weinberger
924782e869 Update to 20150424.
Introduce an OPTION that controls whether to install offensive (explicit)
acronyms. It is enabled by default, but the actual wtf(6) app will not
provide offensive answers without the -o switch.

PR:		199613
Submitted by:	maintainer (Nikolai Lifanov)
2015-04-24 20:37:56 +00:00
Dmitry Marakasov
b6aadf62b2 - Add distfile mirror 2015-04-24 18:41:36 +00:00
Dmitry Marakasov
d4a2ea3ba3 - Postpone expiration, mi+thun@aldan.algebra.com has prepared update to 98.0, however it doesn't run properly yet 2015-04-23 20:48:13 +00:00
Dmitry Marakasov
d4fa20069e - Update to 0.6.0
PR:		198684
Submitted by:	lightside@gmx.com
Approved by:	maintainer timeout
2015-04-23 20:36:23 +00:00
Dmitry Marakasov
1b6531fbe3 Stendhal is an open source 2D MMORPG with an excellent community. Players can
gain experience through battling, quest for special items, explore an expanding
world or even be a part of the development. There are lots of ways to be
involved in the project. Stendhal is developed using the Arianne game
development system.

WWW: https://stendhalgame.org/

PR:		196649
Submitted by:	antumdeluge@gmail.com
2015-04-23 20:30:12 +00:00
Alexey Dokuchaev
3fb6cf8e52 - Fix broken communication with external tools (e.g. q2map): GtkRadiant's
network library (libs/l_net) defines its own struct sockaddr_s, which
  has single ``short sa_family'' field instead of ``unsigned char sa_len''
  and ``sa_family_t sa_family'' of struct sockaddr; this, in turn, causes
  problems when sockaddr_s objects bogusly used as sockaddr ones, e.g.:

    connect(4, { sa_len = 2, sa_family = 0, ...) ERR#47 'Address family
    not supported by protocol family'

- Fix missing main window icon by calling pixbuf_new_from_file_with_mask()
  with correct filepath
- Since these changes are likely to improve GtkRadiant user's experience,
  tentatively bump port revision
- Fix comment indentation in `radiant/treemodel.cpp' (broken in r384527)
2015-04-23 07:26:09 +00:00
Dmitry Marakasov
3cbce6bf77 - Fix build on 64 bit architectures (cast from pointer to int loses precision)
- Drop @dirrm* from plist
- Add empty directories to plist

Approved by:	portmgr blanket
2015-04-22 22:53:03 +00:00
Dmitry Marakasov
766a4d0838 - Fix build on 64 bit architectures (cast from pointer to int loses precision)
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-04-22 21:50:33 +00:00
Jan Beich
da1b49dad2 Make DragonFly use same headers
guifont.cpp:34:10: fatal error: 'endian.h' file not found
C-api.cpp:128:11: error: 'uint' was not declared in this scope

Approved by:	portmgr blanket
2015-04-21 02:18:57 +00:00
Tijl Coosemans
68edbeeaae - Display a stage-qa warning when ports use PREFIX/var instead of /var
- Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not
  when CONFIGURE_ARGS already sets it.  (GNU configure scripts set it to
  PREFIX/var when PREFIX != /usr.)
- Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so
  they aren't affected by this change (for now at least).  This commit is
  meant to ensure that new ports don't make the same mistake.

- games/acm: the configure script in this port is very old; instead of
  patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE.
- irc/charybdis: it already used /var but adding --localstatedir=/var
  changed the behaviour of the configure script; adjust the port to this.

PR:		199506
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-20 19:06:29 +00:00
Mathieu Arnold
7b8dc22129 Fix build when there is no /usr/bin/perl. (Also, say that this needs Perl for
building WITH=NLS.)

With hat:	perl
Sponsored by:	Absolight
2015-04-20 14:09:20 +00:00
Jan Beich
8319f15154 Apply r379037 instead of trying to use C11's max_align_t
While here use my own comment within the file in order to:
- Avoid $FreeBSD$ keywords in patches (per Porter's Handbook)
- Improve rationale

Suggested by:	marino
2015-04-20 14:02:03 +00:00
Mathieu Arnold
43d1f3cc8d Fix build with Perl 5.21.1+
Omitting % and @ on hash and array names is no longer permitted
    Really old Perl let you omit the @ on array names and the % on hash
    names in some spots.  This has issued a deprecation warning since Perl
    5.0, and is no longer permitted.

With hat:	perl@
Sponsored by:	Absolight
2015-04-20 13:53:39 +00:00