Commit graph

12600 commits

Author SHA1 Message Date
Dmitry Marakasov
5bcd08c14f - Fix build with clang 2013-09-12 01:27:25 +00:00
Dmitry Marakasov
178f199458 - Mark as DEPRECATED 2013-09-12 01:27:09 +00:00
John Marino
a10f987e18 Add explicit dependency on pkgconf (11 ports) 2013-09-12 00:48:38 +00:00
Dmitry Marakasov
7e623ecc6a - Fix build with clang 2013-09-12 00:26:05 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
Dmitry Marakasov
46e88f9dc1 - Fix build with clang 2013-09-12 00:18:03 +00:00
John Marino
72d58e2d78 Add explicit dependency on pkgconf (8 ports) 2013-09-11 17:20:45 +00:00
Antoine Brodin
251f4ca6f1 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-11 17:17:35 +00:00
John Marino
30fb06c870 Add explicit dependency on pkgconf (18 ports) 2013-09-11 16:45:58 +00:00
John Marino
b38bbaec1f Add explicit dependency on pkgconf (6 ports) 2013-09-11 09:36:48 +00:00
Andrej Zverev
950fd3cbc2 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 09:36:43 +00:00
Ruslan Makhmatkhanov
a8a82c3fad - add upstream patch to fix build on -CURRENT
PR:		181976
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2013-09-10 22:31:42 +00:00
Martin Matuska
c2a4b67e17 Bump some PORTREVISIONs due to graphics/webp update to 0.3.1 2013-09-09 22:49:20 +00:00
Barbara Guida
a5b1b7772d - Revert r325962 and set MODELS as default option
- Remove DHTP option as distfile is no more fetchable

Approved by:	flo (mentor)
2013-09-09 22:09:37 +00:00
Antoine Brodin
11008fac27 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-09 18:54:28 +00:00
Raphael Kubo da Costa
f3b4f89ded Update mirrors in MASTER_SITES.
PR:		ports/181796
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2013-09-06 23:27:33 +00:00
Dmitry Marakasov
23cdade805 - Fix build with clang 2013-09-06 18:51:16 +00:00
Dmitry Marakasov
4ddbdc81fd - Fix build on 10.x 2013-09-06 18:03:27 +00:00
Alexey Dokuchaev
105458b76d - Trim Makefile header down to two lines
- Remove defunct mirror from MASTER_SITES
- Use modern LIB_DEPENDS syntax
- Convert USE_GMAKE and USE_PERL5 to USES
- Kill EOL space, fix formatting in pkg-descr
2013-09-06 16:22:29 +00:00
Alexey Dokuchaev
8a4b4aeb1f - Move NO_PACKAGE higher, where it's usually expected to be found
- Convert USE_GMAKE and modernize LIB_DEPENDS while I'm here
2013-09-06 16:00:57 +00:00
Baptiste Daroussin
206fd214c3 Add an explicit dependency on pkgconf 2013-09-06 15:28:27 +00:00
Alexey Dokuchaev
86ef053f8c - Reduce some minor differences with `games/netradiant'; mention the latter
in the port description
- While here, fix annoying warnings of "GtkSpinButton: setting an adjustment
  with non-zero page size is deprecated"
2013-09-06 14:28:02 +00:00
Baptiste Daroussin
beae873ea6 Add an explicit dependency on pkgconf 2013-09-06 13:01:53 +00:00
Alexey Dokuchaev
c11cbd22fc Add a port of NetRadiant, a fork of the well-known GtkRadiant 1.5 FPS games
map editor.  The focus is put on stabilizing and bugfixing the included map
compiler, q3map2, so it can become a reliable tool for map authors.

WWW: http://ingar.satgnu.net/gtkradiant/
2013-09-06 12:29:56 +00:00
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +00:00
Alexey Dokuchaev
7024f1a4c3 Change bogus optimization option -O6 to a more sane -O3 to unbreak the build
against Clang.

Reported by:	pkg-fallout
2013-09-06 11:19:51 +00:00
Baptiste Daroussin
578159310c Add an explicit dependency on pkgconf 2013-09-06 10:41:02 +00:00
Alexey Dokuchaev
472be47154 - Unbreak linking with our new ld(1) by explicitly listing -lgobject-2.0 on
the LINKFLAGS, otherwise we get this:

    /usr/bin/ld: invalid DSO for symbol `g_signal_connect_data' definition
    /usr/local/lib/libgobject-2.0.so.0: could not read symbols: Bad value
    c++: error: linker command failed with exit code 1 (...)
    scons: *** [build/release/radiant.cpu] Error 1

- Replace PTHREAD_LIBS variable with '-pthread' and tidy up some superfluous
  LOCALBASE-related assignments while here (leftovers from X11BASE era)
2013-09-06 07:05:28 +00:00
Alexey Dokuchaev
f985cdfe4c - Attempt to unbreak the build against Clang
- Get rid of bogus dependency on devel/py-subversion
- Modernize LIB_DEPENDS syntax, copy files with -a
- Add an explicit dependency on pkgconfig

Reported by:	pkg-fallout
2013-09-05 16:33:40 +00:00
Guido Falsi
204231cc41 - Fix build on head after iconv and new ld behavior changes
- Convert to new LIB_DEPENDS format
2013-09-05 14:26:40 +00:00
Guido Falsi
722fcf13e2 Fix previous commit: close conditional. 2013-09-05 13:11:30 +00:00
Guido Falsi
56a69dc50d - Update to 0.0.14 (Alpha 14 "Naukratis")
- Add explicit dependency on pkgconf
- Convert to USES=gmake
2013-09-05 13:08:30 +00:00
Alexey Dokuchaev
69815ea27c - Unbreak the build against Clang
- Tighten Makefile header and COMMENT
- Add LICENSE (sadly, has to be GPLv2)
- Convert NOPORTDOCS while I'm here

Reported by:	pkg-fallout
2013-09-05 10:07:17 +00:00
Guido Falsi
3a3be1d368 - Add explicit dependency on pkgconfig
- Convert to new LIB_DEPENDS format
2013-09-05 09:57:52 +00:00
Alexey Dokuchaev
23fc3a60cc - Fix the build against Clang
- Add LICENSE (GPLv2), convert USE_GMAKE
- Kill bogus and useless line (from r297915)
- Get rid of .for loop in do-install

Reported by:	pkg-fallout
2013-09-05 07:45:28 +00:00
Alexey Dokuchaev
7a85b5ce5e - Fix the build against Clang
- Drop the check for old OSVERSION
- Improve OPTIONS descriptions
- Remove non-working WWW line
- Add LICENSE (GPLv2) while here

Reported by:	pkg-fallout
2013-09-05 07:22:47 +00:00
Alexey Dokuchaev
a05d721e92 - Unbreak the build against Clang (non-void function should return a value)
- Sound file loader in the engine already converts the data to host-endian,
  therefore the device must be open in host-endian mode, too
- Convert obsolete USE_GMAKE while here

Reported by:	pkg-fallout
2013-09-05 05:46:47 +00:00
Jason Helfman
2518e888d5 - shift build_depends to test_depends
Approved by:	danilogondolfo@gmail.com (maintainer, implicit)
2013-09-05 04:32:01 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Jason Helfman
cb7e3bf9c9 - update to 0.043
- adoption of perl USES framework
- adjust dependencies

PR:		181770
Submitted by:	danilogondolfo@gmail.com ( maintainer )
2013-09-04 06:46:23 +00:00
Antoine Brodin
6a7c079423 Fix PORT_OPTIONS conversion 2013-09-03 18:16:10 +00:00
Antoine Brodin
ff4f183b89 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 17:17:00 +00:00
Baptiste Daroussin
1e60403ddd Add an explicit dependency on pkgconf 2013-09-03 14:08:55 +00:00
Baptiste Daroussin
5060204d29 Fix typo 2013-09-03 12:55:07 +00:00
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Baptiste Daroussin
c7d6ee97c1 Add an explicit dependency on pkgconf 2013-09-03 10:23:55 +00:00
Baptiste Daroussin
b3e4e19ddc Add an explicit dependency on pkgconf 2013-09-03 09:59:01 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
f2b85008da Add an explicit dependency on pkgconf 2013-09-02 22:58:16 +00:00