1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

12585 Commits

Author SHA1 Message Date
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
Baptiste Daroussin
d31d5a9564 Fix stupid mistake 2013-09-02 22:52:04 +00:00
Baptiste Daroussin
14d01e3e90 Add an explicit dependency on pkgconf 2013-09-02 22:50:21 +00:00
Baptiste Daroussin
888f361022 Add an explicit dependency on pkgconf 2013-09-02 22:31:37 +00:00
Baptiste Daroussin
c41a62214e Add an explicit dependency on pkgconf 2013-09-02 22:23:53 +00:00
Baptiste Daroussin
2f3fa0d623 Add an explicit dependency on pkgconf 2013-09-02 22:03:38 +00:00
Baptiste Daroussin
2729c7d447 Add an explicit dependency on pkgconf 2013-09-02 21:32:24 +00:00
Baptiste Daroussin
9880c1a378 Add an explicit dependency on pkgconf 2013-09-02 21:27:53 +00:00
Baptiste Daroussin
be41425d62 Add an explicit dependency on pkgconf 2013-09-02 21:16:30 +00:00
Baptiste Daroussin
8302173231 Add an explicit dependency on pkgconf 2013-09-02 21:04:00 +00:00
Baptiste Daroussin
efd0697549 Add an explicit dependency on pkgconf 2013-09-02 20:03:58 +00:00
Baptiste Daroussin
0e4c70bcc8 Add an explicit dependency on pkgconf 2013-09-02 19:55:48 +00:00
Baptiste Daroussin
3097fa6c53 Add an explicit dependency on pkgconf 2013-09-02 17:12:11 +00:00
Baptiste Daroussin
eaa7e21591 Add an explicit dependency on pkgconf 2013-09-02 17:06:54 +00:00
Baptiste Daroussin
3bc5091b11 Add an explicit dependency on pkgconf 2013-09-02 16:55:04 +00:00
Baptiste Daroussin
839ef5dcc2 Add an explicit dependency on pkgconf 2013-09-02 16:21:38 +00:00