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

12745 Commits

Author SHA1 Message Date
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
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
Baptiste Daroussin
bee65d048d Add an explicit dependency on pkgconf 2013-09-02 15:39:17 +00:00
Baptiste Daroussin
591aba0faa Add an explicit dependency on pkgconf 2013-09-02 15:26:23 +00:00
Tijl Coosemans
f86cad0ce3 Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
   For ports that don't need -a introduce USES=imake:notall.
   This way ports no longer have to redefine XMKMF.

2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
   to set CPP, CC and CXX.  This creates the top Makefile, and then xmkmf
   runs make Makefiles.  This Makefiles target runs imake for each
   subdirectory but these imake invocations did not have the flags from
   IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
   when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
   Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
   imake let imake handle IMAKECPPFLAGS itself just like it handles
   IMAKEINCLUDE.

   This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.

Approved by:	portmgr (bapt)
2013-09-02 13:26:34 +00:00
Baptiste Daroussin
6a832b7781 Add an explicit dependency on pkgconfig 2013-09-02 13:07:49 +00:00
Baptiste Daroussin
d06c0e64ee Add an explicit dependency on pkgconfig 2013-09-02 09:59:05 +00:00
Baptiste Daroussin
6d09df8162 Add explicit dependencies on pkgconf 2013-09-02 09:45:05 +00:00
Baptiste Daroussin
1152be25f8 Add an explicit dependency on pkgconfig 2013-09-02 09:34:04 +00:00
Baptiste Daroussin
ab9776717c Add an explicit dependency on pkgconfig 2013-09-02 09:25:48 +00:00
Alexey Dokuchaev
27aca069ac - Convert old-school USE_GMAKE and USE_PERL5_* to modern USES
- Perform some minor cleanups whenever appropriate

Submitted by:	az
2013-09-02 08:56:06 +00:00
Baptiste Daroussin
1bdfab4132 Add an expicit dependency on pkgconf 2013-09-02 06:20:09 +00:00
Baptiste Daroussin
992c579c4f Eradiracte USE_GNOME=pkgconfig from games
While here:
Convert USE_GMAKE to USES=gmake
2013-09-01 22:55:05 +00:00
Ruslan Makhmatkhanov
4347d9e45f - update to 2.3.7
- chase the update in games/super_methane_brothers
- convert USE_GMAKE to USES, while here

PR:		181491
Submitted by:	chris petrik <c.petrik.sosa@gmail.com> (maintainer)
2013-09-01 15:19:48 +00:00
Rene Ladan
27abcfb125 Remove expired ports:
2013-08-28 lang/gdc: Broken for more than 6 month
2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013
2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc
2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version
2013-09-01 devel/dsss: Depends on expired lang/gdc
2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer
2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer
2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer
2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer
2013-09-01 net/ipex: Broken on FreeBSD 8 and newer
2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer
2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer
2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer
2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer
2013-09-01 net/libproxy-mozjs: Does not work with newer libxul
2013-09-01 www/helixplugin: Does not work with newer libxul
2013-09-01 deskutils/chmsee: Does not work with newer libxul
2013-09-01 www/moonshine: Does not work with newer libxul
2013-09-01 x11/ggiterm: Unmaintained and broken
2013-09-01 graphics/libggigcp: Unmaintained
2013-09-01 graphics/libggimisc: Unmaintained
2013-09-01 graphics/libggiwmh: Unmaintained
2013-09-01 devel/libgiigic: Unmaintained
2013-09-01 games/koth: Unmaintained
2013-09-01 15:06:45 +00:00
Guido Falsi
cdc7665716 - Update to 0.1.4
- Trim Makefile headers
- Convert to new LIB_DEPENDS syntax

PR:		ports/180967
Submitted by:	Stas Timokhin <devel@stasyan.com> (maintainer)
2013-09-01 00:13:51 +00:00
John Marino
f537af5457 games/iourbanterror: Fix new patches
Something went with shar extraction.
One new patch came out wrong and the other wasn't created.
Let's put them right now.

PR:		ports/180576
Reported by:	Domininic Fandrey (maintainer)
2013-08-31 17:25:08 +00:00
John Marino
b053c074f9 games/ioquake3 and slaves: Fix options
Every touched port was build-tested and passed.

PR:		ports/180675
Submitted by:	Dominic Fandrey (maintainer)
Tested on:	FreeBSD 9.1/amd64 with poudriere
2013-08-31 14:45:10 +00:00
John Marino
62822a4538 games/openarena-data: Fix relative include path
All relative include paths should start with .CURDIR
2013-08-31 12:18:39 +00:00
Marcus von Appen
88a76724e6 - do not use local bsd.python.mk variables within the port Makefile - switch
the publicly accessible ones instead
2013-08-30 16:49:43 +00:00
Alexey Dokuchaev
3cdb62f551 Unbreak fetching (hopefully for longer time). 2013-08-30 13:25:15 +00:00
Dmitry Marakasov
eb39617b80 - Explicitely specify portaudio2 so version, for it to not be confised with one from portaudio 2013-08-30 13:07:45 +00:00
Bryan Drewery
5dedb4fabc - Mark BROKEN, fails to fetch. 2013-08-30 13:05:32 +00:00
Sunpoet Po-Chuan Hsieh
fdd462485d - Remove Author line 2013-08-29 18:06:47 +00:00
Alexey Dokuchaev
df286138e9 - Try to unbreak parallel builds (-jX): their makefile has a rule with
multiple outputs, which is triggered twice; use GNU make(1) ordered
  prerequisites to avoid this race
- Install manual page relative to MANPREFIX, not PREFIX
- While here, convert to OptionsNG (NOPORTDOCS -> PORT_OPTIONS:MDOCS)

Reported by:	marino
2013-08-29 14:52:33 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Bryan Drewery
52c6ac3e26 - Disconnect ports removed in r325546 2013-08-29 02:28:57 +00:00
Dmitry Marakasov
8a403e2530 - Fix build 2013-08-28 21:15:09 +00:00
Dmitry Marakasov
7d038ecb7e - Fix build
- Fix build with clang
- Add WWW
- Rename patch according to portr's handbook
- Trim Makefile header
- Remove library version
2013-08-28 20:57:17 +00:00
Dmitry Marakasov
72a787d908 - Fix build breakage introduced in r324073
- (Really) fix build with clang
2013-08-28 20:24:50 +00:00
David Chisnall
3bec8741ff Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.

Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases.  Future commits will fix them.

Approved by:	bapt
2013-08-28 18:26:01 +00:00
Dmitry Marakasov
9fc865efdb - Fix build with clang 2013-08-28 04:10:40 +00:00
Dmitry Marakasov
8f1262c81e - Fix build on 10.X 2013-08-28 04:10:11 +00:00
Dmitry Marakasov
c637b4560e - Fix build with clang
- Remove unneeded patches
2013-08-28 04:09:52 +00:00
Baptiste Daroussin
8795fa7e59 Remove bmake workaround now that bmake has been fixed 2013-08-27 23:36:12 +00:00
Dmitry Marakasov
30fa6c870e - Fix build on 10.X (pipe2 symbol conflicts with pipe2() from unistd.h) 2013-08-27 21:52:15 +00:00
Daniel Eischen
d970578be4 Correct maintainer, who is now a committer!
Submitted by:	bapt
2013-08-27 17:13:25 +00:00
Daniel Eischen
f934544f56 Change maintainer to nemysis from ports@. Update Makefile for PORTDOCS,
PORTDATA, DESKTOP_ENTRIES.

PR:		173184
Submitted by:	nemysis at gmx dot ch
2013-08-27 16:56:17 +00:00
Dmitry Marakasov
e7cc7e85b8 - Update to 1.4
PR:		181224
Submitted by:	nemysis <nemysis@gmx.ch>
2013-08-26 23:30:21 +00:00
Eitan Adler
a92334190c Update maintainer's email address
Approved by:	rum1cro@yandex.ru (maintainer)
2013-08-26 17:43:16 +00:00
John Marino
a77984f08d games/xbl: Update MASTER_SITE and WWW field
The tarball was unfetchable after a site move, but the author personally
confirmed the new URLs.  The header was trimmed and an indefinite
article was removed from the COMMENT as well.
2013-08-26 13:22:00 +00:00
Dmitry Marakasov
84cf80e55f - Update to 0.91
- Install desktop file
2013-08-24 03:34:00 +00:00
Dmitry Marakasov
ac112f2d06 - Update to 0.0.5
- Add icon to .desktop file
2013-08-23 01:10:45 +00:00
Dmitry Marakasov
140b0aaa38 - Fix build on -CURRENT 2013-08-22 17:49:35 +00:00
Dmitry Marakasov
85ddb5166e - Fix build with clang 2013-08-22 12:39:09 +00:00
Sunpoet Po-Chuan Hsieh
ee0456d513 - Cleanup Makefile header 2013-08-21 17:42:57 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Frederic Culot
2f685187e9 TomeNET is an online multiplayer rogue-like role-playing game,
derived from MAngband (Multiplayer-Angband).
TomeNET loosely bases on the stories of J.R.R. Tolkien mainly
"The Lord Of The Rings", hence the name "the Troubles of Middle
Earth" or alternatively "the Tales of Middle Earth".

WWW: http://tomenet.net/

Note: only the curses interface is available with this port.
Adding support for graphical interface using X11 is not planned
for now on because I could not easily test it.
2013-08-21 14:00:43 +00:00
Rusmir Dusko
20e736bcd5 - Bump portrevision
- Trim master sites, add icon
- Trim to use default permissions for licenses, if not defined
- Trim dependency for ${PYGAME}
- Trim docs, not install COPYING INSTALL into DOCSDIR and mute dir install
- Add Desktop entry file
- Trim files/patch-Makefile for right installation
- Trim pkg-plist, share/games/monsterz --> DATADIR

Approved by:	wxs (mentor)
2013-08-19 16:37:37 +00:00
Jason Helfman
a7de274859 - shift master_sites around, and use project as primary
- drop default defined docsdir
- adopt new options format for docs, and define
2013-08-19 05:45:23 +00:00
John Marino
81d576b10f games/freetennis: Adjust dependencies
There were a few problems with the dependency definitions of freetennis.
The ocaml-images dependency is a static build dependency, and not a RUN
DEPENDS.  Secondly, a specific static library is specified, but no
library of that name exists, at least not for the upcoming ocaml-images
4.0.  Freetennis really wants the entire directory, so ocaml-images has
been changed to a package depends instead of a file depends.  It's been
tested with ocaml-images 4.0 (DragonFly) and ocaml-images 3.0 (FreeBSD/
Redports).

Approved by:	bapt/culot (mentors, implicit)
2013-08-18 07:52:13 +00:00
Rusmir Dusko
312063e87c - Update to 1.2.2
- Shorten header
- Change maintainer email gmx.ch --> FreeBSD.org
- USES desktop-file-utils
- Trim USE_QT4
- Trim docs
- Add REINPLACE_CMD to remove not existent pkgconfig zlib
- Trim pkg-plist

Approved by:	wg (mentor)
2013-08-17 22:16:57 +00:00
Jason Helfman
7651ab5ec9 - take maintainership
- trim comment
2013-08-17 20:16:17 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Bryan Drewery
b60960981b - Reset chinsan's ports
With hat:	portmgr
2013-08-17 16:21:37 +00:00
William Grzybowski
5fd137223d games/freedink: update to 20121209
- Update to 20121209 [1]
- Trim Makefile header [1]
- Add WWW to pkg-descr

Changes: http://git.savannah.gnu.org/cgit/freedink.git/tree/ChangeLog

PR:		ports/181314 [1]
Submitted by:	Stephen Hurd <shurd sasktel.net> (maintainer)
2013-08-15 17:27:07 +00:00
William Grzybowski
0ee690f7f9 games/freedin-dfarc: update to 3.10
- Update to 3.10 [1]
- USES gmake

PR:		ports/181315 [1]
Submitted by:	Stephen Hurd <shurd sasktel.net> (maintainer)
2013-08-15 17:26:03 +00:00
William Grzybowski
fe04bf9ec5 games/freedink-engine: update to 20121209
- Update to 20121209 [1]
- USES gmake
- Add WWW to pkg-descr

Changes: http://git.savannah.gnu.org/cgit/freedink.git/tree/ChangeLog

PR:		ports/181316 [1]
Submitted by:	Stephen Hurd <shurd sasktel.net> (maintainer)
2013-08-15 11:37:57 +00:00
William Grzybowski
f739be1523 games/freedink-data: update to 20121209
- Update to 20121209 [1]
- Trim Makefile header [1]
- USES gmake
- Add WWW to pkg-descr

Changes: http://git.savannah.gnu.org/cgit/freedink.git/tree/ChangeLog

PR:		ports/181317
Submitted by:	Stephen Hurd <shurd sasktel.net> (maintainer)
2013-08-15 11:34:44 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
William Grzybowski
2fba138489 games/nsnake: change MASTER_SITES
- Change MASTER_SITES to the new location
- Pass maintainership to the submitter

PR:		ports/181256
Submitted by:	David Demelier <demelier.david gmail.com>
2013-08-13 16:53:48 +00:00
William Grzybowski
8a12bd4e4a games/wtf: update to 20130810
- Update to 20130810

PR:		ports/181221
Submitted by:	Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer)
2013-08-11 13:18:19 +00:00
Guido Falsi
bc9644dc87 Fix build. 2013-08-10 15:12:53 +00:00
Alexey Dokuchaev
60ef4233ed Minor last-minute changes missed in recent previous commits. 2013-08-09 14:29:39 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Alexey Dokuchaev
a61d65d14b - Some time ago, original (non-SDL) client executable started to yield
choppy sound (when using standard OSS API).  It happens because the
  SNDCTL_DSP_GETOSPACE ioctl() was issued before setting other important
  parameters; to remedy the problem, it should be moved below the mmap()
  call.  While here, cleanup few more potential problems: avoid using
  AFMT_S16_LE as it would break on big-endian machines, align mmap()'ed
  buffer to the page size, and fix resource leaks here and there.
- In the port's Makefile: bump PORTREVISION and convert USE_GMAKE

Submitted by:	Ozkan Sezer (via icculus.org quake2 mailing list)
2013-08-09 13:28:18 +00:00
Alexey Dokuchaev
b40c1d1c92 Fix a typo made in r317957 during OptionsNG conversion and unbreak the
build; also fix URI of the optional models.zip distfile while here.
2013-08-09 08:35:55 +00:00
Alexey Dokuchaev
64b5e87d3f - Unbreak the build with EYECANDY option (required libGLU and fixing famous
jpeg_mem_src() collision) [*]
- Use new syntax when setting LIB_DEPENDS (per r322328)
- Get rid of TGTDIR, cleanup Makefile a bit while here
- Reduce the differences between games/quake2lnx and games/quake2max

Reported by:	tigerby on #bsdports [*]
2013-08-09 07:16:28 +00:00
Dmitry Marakasov
6cc7c9f17a - Fix build with clang 2013-08-08 15:19:25 +00:00
Dmitry Marakasov
745ec452cd - Fix build with clang 2013-08-08 15:19:09 +00:00
William Grzybowski
434171161f games/wtf: update to 20130807
- Update to 20130807

PR:		ports/181128
Submitted by:	Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer)
2013-08-08 11:16:09 +00:00
Andrej Zverev
ca70e439c2 - Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)

Approved by:	lth@ (maintainer)
2013-08-07 13:20:32 +00:00
Rene Ladan
6943595e6d Remove expired port:
2013-08-07 games/kaid: Does not fetch
2013-08-07 11:42:40 +00:00
Johan van Selst
52438ab709 Compilation of ocaml-images is no longer broken (tested on multiple systems).
Possibly silently fixed through update of a dependency.
Expiration notice removed.
2013-08-06 15:23:12 +00:00
Andrej Zverev
43f0c9f153 - Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
2013-08-05 15:05:29 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Andrej Zverev
99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00
Mathieu Arnold
4063eccdf2 - Convert to new perl framework
- Trim Makefile header
2013-08-02 21:38:09 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Alexey Dokuchaev
b30db80f66 - Unbreak the build: add missing dependency on audio/libvorbis, and fix the
value of USE_GL (normally this goes unnoticed because SDL pulls libGLU.so
  by default via USE_GL=yes, but shows up if using OpenGL-less SDL package)
- Convert USE_GMAKE, cleanup Makefile and port description while here
2013-08-02 08:14:21 +00:00
Christian Weisgerber
9c7a77ab1e For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
2013-08-01 20:22:27 +00:00
Baptiste Daroussin
cc873ae947 Fix build with clang 2013-08-01 05:35:25 +00:00
Baptiste Daroussin
86baa50702 Fix build with clang 2013-07-31 23:00:51 +00:00
Baptiste Daroussin
f99028945d Fix build with clang 2013-07-31 22:52:05 +00:00
Baptiste Daroussin
399464d4af Fix build with clang 2013-07-31 22:48:51 +00:00
Alexey Dokuchaev
6d613e2879 - Fix parallel (-jX) builds, remove jobs unsafe mark
- Fix MASTER_SITES, define LICENSE (GPLv2)
- Improve COMMENT and port description, add WWW link
- Utilize newly added option helpers, sort the knobs
2013-07-31 05:36:33 +00:00
Mark Felder
35c53153e4 Fix my email address again, using proper @FreeBSD.org styling
Approved by:	swills (mentor)
2013-07-29 15:03:58 +00:00
Alexey Dokuchaev
d24daaec36 - Update to version 1.3.2
- Convert USE_GMAKE, drop MAKE_JOBS_SAFE

Prodded by:	several
2013-07-29 14:16:11 +00:00
David Naylor
94bf9970f2 Remove MAKE_JOBS_SAFE from all my ports.
Better to remove now, in one go, then forget about it.
2013-07-28 20:28:32 +00:00
Andrej Zverev
b47325edb2 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-27 16:06:25 +00:00
Baptiste Daroussin
86125ed3ba Chase audio/arts removel 2013-07-26 23:52:01 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Daniel Eischen
720530561d Change maintainer from ports@ to new maintainer. From the new maintainer:
Bump portrevision
  Trim Makefile header
  Trim master sites
  Remove leading article from COMMENT
  Add Icons
  Remove dependency for gmake
  Add portscout
  Add docs
  Add Desktop entry file
  Add DOCS Option
  Trim pkg-descr
  Trim pkg-plist

PR:		174951
Submitted by:	nemysis at gmx dot ch
2013-07-26 18:38:38 +00:00
Chris Rees
c1ad1c9e20 Chase allegro-4.4 move 2013-07-26 16:06:39 +00:00
Chris Rees
313dd0e205 Move allegro-devel to allegro; 4.4 is hardly a devel version any more.
Minor fix required in emulators/o2em.

Remove allegrogl, which is broken and included in allegro-4.4 anyway.

Update allegro-devel to 5.0.7 [1]

PR:		ports/172981 [1]
Submitted by:	nemysis <nemysis@gmx.ch> [1]
2013-07-26 16:04:47 +00:00
Alexey Dokuchaev
e7ede9d9fb - Try to fix parallel builds: setting ALL_TARGET to "depend all" would not
work in -jX case due to races; thus, move depend generation to pre-build
- While here, convert USE_GMAKE and fix badly indented line by one tabstop
- As advised by the Porter's Handbook, terminate URL with a slash (in port
  description text)

Reported by:	pointyhat-west
2013-07-26 15:16:14 +00:00
Baptiste Daroussin
ad9d62a473 Fix build with newer binutils 2013-07-26 14:41:03 +00:00
Baptiste Daroussin
4a64a01f61 Fix typo 2013-07-26 07:00:10 +00:00
Baptiste Daroussin
c90775dba6 Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. [1]
Trim header
Convert to USES=gmake

Obtained from:	DPorts [1]
2013-07-26 06:58:09 +00:00
Baptiste Daroussin
0ccaef5bba Fix build with bmake 2013-07-26 06:19:09 +00:00
Baptiste Daroussin
d2cd1b1ab8 Fix build with bmake by using fmake 2013-07-26 05:42:25 +00:00
Andrej Zverev
a4fc6158f5 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
2013-07-26 05:33:51 +00:00
Baptiste Daroussin
d2515d3552 Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. [1]
While here:
- trim headers
- convert to new options framework
- remove shlib version
- convert USE_GMAKE -> USES=gmake

Obtained from:	DPorts [1]
2013-07-25 21:13:59 +00:00
Pawel Pekala
58d40a63d2 Update to version 2.0.12
PR:		ports/180812
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-25 14:05:55 +00:00
Mark Felder
cd4fd7cb34 Update my email address throughout the tree
Approved by:	swills (mentor)
2013-07-25 11:30:01 +00:00
Emanuel Haupt
ea0f02dfeb Remove MAKE_JOBS_SAFE which is now default. 2013-07-24 08:19:07 +00:00
Baptiste Daroussin
bdb7896c92 Mark as broken: does not build
checking build system type... amd64-portbld-freebsd8.3
checking host system type... amd64-portbld-freebsd8.3
checking target system type... amd64-portbld-freebsd8.3
checking for egrep... grep -E
checking for C++ compiler default output... configure: error: C++ compiler cannot create executables
See `config.log' for more details.

Reported by:	pkg-fallout
2013-07-24 06:32:24 +00:00
Pawel Pekala
af1af5f501 Update to version 1.8.2.0
PR:		ports/180709
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-23 18:57:15 +00:00
Dmitry Marakasov
c09595f989 - Fix options 2013-07-22 22:53:48 +00:00
Jason Helfman
bb89b3ada3 - drop default MAKE_JOBS_SAFE 2013-07-22 19:16:07 +00:00
John Marino
c4e384bc76 games/*ggz*: Convert include from absolute to relative path
In certain build setups, the use of an absolute path will cause the
build to break.

Approved by:	bapt (mentor)
2013-07-22 18:57:44 +00:00
Martin Wilke
3ac54652f1 - Update MASTER_SITES and WWW
- Trim header

PR:		180686
Submitted by:	ports fury
2013-07-22 15:22:32 +00:00
Martin Wilke
fe0e757041 - Trim Header
- Update WWW and MASTER_SITES

PR:		180685
Submitted by:	ports fury
2013-07-22 15:21:40 +00:00
Martin Wilke
36e1f0960a - Update MASTER_SITES and WWW: line
- Add LICENSE
- Support STRIP properly
- Trim header
2013-07-22 15:20:13 +00:00
Dmitry Marakasov
9681a081d2 - Removed main download sites, seems like they're no longer available 2013-07-22 15:04:48 +00:00
John Marino
7aca43edc0 games/iceicepenguin: Fix fetching due to frequent rerolls
The maintainer has proposed the following changes:
  1) Unique name for iceicepenguins_icons
  2) Trimmed desktop entry
  3) Updated the pkg-plist
  4) general cleanup

PR:		ports/178501
Submitted by:	marino
Approved by:	bapt (mentor)
2013-07-22 11:35:56 +00:00
Max Brazhnikov
f1bb8e1a4e Take maintainership 2013-07-21 19:06:02 +00:00
Max Brazhnikov
57bac283ca - Update to 0.3.4
- Remove stale dependence on SDL mixer
2013-07-19 16:30:10 +00:00
Johan van Selst
58059c7bf8 Use slashes as regex separators everywhere for consistency
Suggested by:	danfe
2013-07-19 15:12:46 +00:00
Johan van Selst
428bb1470b Rename variable 'log' to avoid conflicts with function 'log'
This fixes compilation on CURRENT
2013-07-19 14:59:11 +00:00
Johan van Selst
77281cb4b8 Don't use "inline" keyword in header files for external functions
Fixes compilation with clang
2013-07-19 14:29:56 +00:00
Frederic Culot
f4903087af - Reassign to the heap
PR:		ports/180631
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2013-07-18 14:32:06 +00:00
Martin Wilke
6cf42b6df5 - unbreak on current
PR:		179582
2013-07-18 08:25:11 +00:00
Rene Ladan
3ee456c09e Do not list files to fix twice. 2013-07-17 07:17:05 +00:00
Rene Ladan
b463af324c - Fix fallout from shebangfix conversion
- Remove two patches which are believed to be obsolete with new freeglut
2013-07-17 00:09:16 +00:00
Dmitry Marakasov
c2def6f5dd - Bump PORTREVISION after previous commit 2013-07-16 23:46:59 +00:00
Dmitry Marakasov
ba2b228fc8 - Install .desktop file 2013-07-16 23:46:21 +00:00
Eitan Adler
3e61d7e801 Remove now excess verbiage.
Reviewed by:	bapt
2013-07-16 21:59:48 +00:00
Ade Lovett
b3b33257e5 - Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
  based on work from tijl@

PR:		178883
Submitted by:	ade
Sponsored by:	Wadsworth 6X
2013-07-16 05:42:36 +00:00
Martin Wilke
6c953ab205 - Unbreak with clang
PR:		180514
Submitted by:	Ports Fury
2013-07-15 14:48:34 +00:00
Dmitry Marakasov
afb47ef48d - Update to 1.9.1
- Update WWW
- Sort plist

PR:		180529
Submitted by:	Peter Kosyh <p.kosyh@gmail.com>
2013-07-15 13:23:32 +00:00
Johan van Selst
63cfbb3e35 - Update WWW; trim header; update skipv
- No functional changes
2013-07-14 16:16:58 +00:00
William Grzybowski
f5c14ce459 games/anki: update to 2.0.11
- Update to 2.0.11
- USES desktop-file-utils and shared-mime-info

PR:		ports/179106
Submitted by:	nemysis <nemysis gmx.ch> (maintainer)
2013-07-13 16:09:29 +00:00
Daniel Eischen
825362d4cd From the maintainer:
- Bump portrevision
  - Shorten header
  - Remove leading article from COMMENT
  - Trim dependencies for graphics/radius-engine, archivers/zip
  - Trim PLIST_FILES and PLIST_DIRS
  - Add DOCS Option

PR:		179921
Submitted by:	nemysis at gmx dot ch
2013-07-12 17:34:04 +00:00
Daniel Eischen
71a3681af6 From the maintainer:
- Shorten header
  - Trim dependency for graphics/radius-engine
  - Trim PLIST_FILES and PLIST_DIRS
  - Add DOCS Option

PR:		179922
Submitted by:	nemysis at gmx dot ch
2013-07-12 17:32:04 +00:00
Daniel Eischen
5d2b74f4cb From the maintainer:
- Shorten header
  - Trim dependency for graphics/radius-engine
  - Trim PLIST_FILES and PLIST_DIRS

PR:		179923
Submitted by:	nemysis at gmx dot ch
2013-07-12 17:30:35 +00:00
Dmitry Marakasov
6571197182 - Fix broken Makefiles
Reported by:	sanity test
2013-07-12 15:51:30 +00:00
Dmitry Marakasov
daffe00d4a - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
2013-07-12 15:01:45 +00:00
Baptiste Daroussin
cfcc8c6c9a Mark jobs unsafe
Trim headers
Convert to USES=gmake
2013-07-12 13:20:04 +00:00
Daniel Eischen
9420601da5 Add back a trailing % to '%%DATADIR%'. Somehow it got lost.
Found by: QAT
2013-07-11 19:20:35 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00