Commit graph

14694 commits

Author SHA1 Message Date
Martin Wilke
bbf5e04707 - Update to version 0.0.41
PR:		168038
Submitted by:	Ports Fury
2012-05-22 15:24:46 +00:00
Anton Berezin
b23b94bd0c Update to 0.71.
PR:		167918
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Changes:	http://search.cpan.org/dist/Graph-Easy/CHANGES
2012-05-22 08:24:26 +00:00
Alexey Dokuchaev
3412f4deef - Fix broken shared library symlink [1]
- Unmute installation commands
- Switch from HAS_CONFIGURE to more appropriate GNU_CONFIGURE
- Rephrase OPTIONS descriptions for better grammar and readability
- Add missing USE_LDCONFIG knob
- Bump port revision due to [1]
- Reformat the Makefile while here

Approved by:	maintainer (osa)
2012-05-22 07:50:14 +00:00
Jeremy Messenger
d406037d58 Update to 1.12.2. 2012-05-21 22:36:09 +00:00
Raphael Kubo da Costa
bd839dcee2 Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1] e7eed096a0
2012-05-21 18:53:48 +00:00
Raphael Kubo da Costa
89b9730641 Explicitly depend on libGLU and qt4-opengl.
glu is needed by the viewer plugins, which are always assumed to be
built. Since Qt 4.8.0 [1], qt4-opengl (which was being depended on
implicitly) has stopped depending on it, so ports need to be adjusted.

PORTREVISION bumped due to the dependency list changes.

[1] e7eed096a0

Approved by:	miwi (Qt 4.8.1 exp-run)
2012-05-21 16:42:45 +00:00
Raphael Kubo da Costa
aaaa2a9891 Add the patches that should have been present in the previous commit (Makefile r1.12). 2012-05-21 14:16:20 +00:00
Alex Kozlov
4d26941f98 - Fix master site
- Update maintainer address
- Bump portrevison because tarball was rerolled

PR:	ports/168098
Submitted by:	Joris Dedieu <joris.dedieu@nfrance.com>
Approved by:	eadler, itetcu (mentors, implicit)
2012-05-21 10:40:13 +00:00
Martin Wilke
18c928420d - Update to 1.03
PR:		168036
Submitted by:	Ports Fury
2012-05-21 03:10:32 +00:00
Jeremy Messenger
f8b66ee5ef Get its configure to recognize amd64 by s/x86_64/amd64/g to enable SSE/MMX.
PR:		ports/167721
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-05-20 20:24:46 +00:00
Jeremy Messenger
c7d977210b Avoid an integer overflow in the xbm loader, bump the PORTREVISION.
Security:	https://bugzilla.gnome.org/show_bug.cgi?id=672811
Obtained from:	Its git
Reported by:	Eitan Adler <lists@eitanadler.com>
2012-05-20 17:14:41 +00:00
Jeremy Messenger
8e1c50af09 The fix below moves the test to sh, which effectively ensures that the test
for existence is done at pre-configure stage rather than Makefile parse.

PR:		ports/166279
Submitted by:	Mel Flynn <rflynn@acsalaska.net>
2012-05-20 16:45:36 +00:00
Jeremy Messenger
135d0b1c12 Turns gdk-pixbuf2 and jasper dependencies into optional and correct dependency
by change from gtk20 to gdkpixbuf2. Bump the PORTREVISION.

PR:		ports/167721
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-05-20 16:39:14 +00:00
Jeremy Messenger
d7eaeb8baf Turn png, tiff, jpeg, jasper and nls into optional.
PR:		ports/167722
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-05-20 16:37:58 +00:00
Jeremy Messenger
84e1179096 Add a missing runtime dependency, yelp. Bump the PORTREVISION.
PR:		ports/167769
Reported by:	Ronald F.Guilmette <rfg@tristatelogic.com>
2012-05-20 16:29:56 +00:00
Alex Dupre
77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00
Raphael Kubo da Costa
4d02b44b6c Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1] e7eed096a0

Approved by:	miwi (we need this for the Qt 4.8.1 exp-run)
2012-05-20 04:34:02 +00:00
Raphael Kubo da Costa
ecb94f19a4 Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

This has also involved polishing the port Makefile a little. It
still needs a lot of love. For now:
 - Remove the modeline from the beginning of the file.  Add an
 - explicit dependency on GLU via USE_GL=glu.  Move the CXXFLAGS and
 - LDFLAGS lines up in the file.  Merge the two lines setting LDFLAGS.
 - Fix the port's build system to use CXXFLAGS instead of CPPFLAGS for
 - C++ compiler flags, so that we need not set FLAGS in MAKE_ARGS
   anymore.

[1] e7eed096a0
2012-05-20 03:27:54 +00:00
Raphael Kubo da Costa
cda040dcec Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1] e7eed096a0
2012-05-20 02:54:26 +00:00
Raphael Kubo da Costa
cb15105d41 Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1] e7eed096a0
2012-05-20 02:10:15 +00:00
Raphael Kubo da Costa
c7bd24eb19 Sigh, recovert the two patches to DOS line endings.
The files they are patching have DOS line endings, so... Brown paper bag to me.
2012-05-20 02:07:30 +00:00
Raphael Kubo da Costa
508fe238a7 Convert the patches added in the previous commit to Unix line endings. 2012-05-20 02:01:02 +00:00
Raphael Kubo da Costa
ef283e08d3 Make the port build with gcc 4.6 (and possibly other compilers).
Use QFoo(...) instead of QFoo::QFoo(...), which is a wrong way of calling the
constructor.
2012-05-20 01:51:05 +00:00
Max Brazhnikov
81b5cd1750 Add explicit dependency on libGLU and patches to fix build with upcoming Qt 4.8
Mark MAKE_JOBS_SAFE
2012-05-20 00:17:16 +00:00
Rene Ladan
ca5ad1a167 Remove expired port:
2012-05-10 graphics/linux-ac3d: BROKEN for more than 6 month
2012-05-19 21:35:22 +00:00
Max Brazhnikov
0bf61043f3 - Unbreak build by removing patches added in the previous commit. The port
has been updated already and builds fine with boost-1.48.0 [1]

- While here, add _build suffix for some Qt4 components to avoid
  run dependency on them. I've bumped PORTREVISION in the previous commit
  so no changes this time.

Reported by:	pav/pointyhat [1]
2012-05-19 17:49:17 +00:00
Pawel Pekala
f6faf8234d Use ${PKGMESSAGE}
PR:		ports/168129
Submitted by:	Aldis Berjoza <graudeejs@gmail.com>
approved by:	Quentin Stievenart <acieroid@awesom.eu> (maintainer)
2012-05-19 10:16:25 +00:00
Sunpoet Po-Chuan Hsieh
9c7f3409d5 - Bump PORTREVISION for graphics/gdal shlib change 2012-05-19 10:07:14 +00:00
Sunpoet Po-Chuan Hsieh
4bff8408e3 - Update to 1.9.0 [1][2]
- Sort option handlers in alphabetical order
- Turn PYTHON option off by default due to the change in devel/py-setuptools r1.23 [3]
- Move post-patch: upwards
- Pet portlint
- Cosmetic change

[3] http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/py-setuptools/Makefile.diff?r1=1.22;r2=1.23;f=h

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.9.0-News
PR:		ports/164468 [1], ports/167277 [2]
Submitted by:	lbartoletti <coder@tuxfamily.org> [1]
		Muhammad Moinur Rahman <5u623l20@gmail.com> [2]
2012-05-19 10:04:43 +00:00
Pawel Pekala
c4ff8f3272 Zathura plugin to view PDF with poppler rendering engine
WWW: http://pwmt.org/projects/zathura/plugins/

PR:		ports/167328
Submitted by:	Mike Krutov <neko@takino.org> (port)
		Quentin Stievenart <quentin.stievenart@gmail.com> (fixes)
2012-05-18 20:16:43 +00:00
Pawel Pekala
b30b0f9ce7 - Update to version 0.1.2
- Support WITHOUT_NLS
- Add pkg-message
- Switch to pkg-plist

PR:		ports/167330
Submitted by:	Mihail Krutov <neko@takino.org>
Approved by:	maintainer (with his fixes)
2012-05-18 20:11:35 +00:00
Pawel Pekala
af0237e76b - Update to version 3.9.2
- Add LICENSE info

PR:		ports/168080
Submitted by:	Eugene Mychlo <myc@barev.net> (maintainer)
2012-05-18 16:05:40 +00:00
Rene Ladan
08865bed1d Remove expired unmaintained ports:
2012-05-16 databases/sqlite34: No more supported, please use databases/sqlite3 instead
2012-05-10 graphics/long-exposure-tools: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-hsb: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-mt: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-nso: BROKEN for more than 6 month
2012-05-10 net-im/pino: BROKEN for more than 6 month
2012-05-18 print/perlftlib: No more upstream, no more used in the ports tree
2012-05-18 13:18:31 +00:00
Martin Wilke
e96307370b With PEAR::Image_Barcode2 class you can create a barcode representation of a
given string.

This class uses GD function because this the generated graphic can be any of
GD supported image types.

WWW: http://pear.php.net/package/Image_Barcode2/

PR:		ports/166979
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-18 09:25:43 +00:00
Sunpoet Po-Chuan Hsieh
e37088965d - Update to 8.90
Changes:	http://search.cpan.org/dist/Image-ExifTool/Changes
		http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR:		ports/167416
Submitted by:	sunpoet (myself)
Approved by:	Tod McQuillin <devin@spamcop.net> (maintainer)
2012-05-18 08:40:21 +00:00
Martin Wilke
cb208bc502 Radius Engine is a Lua script-based real-time 2D graphics engine designed
for rapidly prototyping games. Built on top of SDL and OpenGL,
games made with Radius Engine are portable to both Windows and Linux.

WWW: http://radius-engine.sourceforge.net/

PR:		ports/168083
Submitted by:	nemysis@gmx.ch
2012-05-18 04:40:50 +00:00
Florian Smeets
fc1f6932cf - Add a few more patches i missed in the original commit.
- Bump PORTREVISION accordingly
2012-05-17 13:17:37 +00:00
Martin Matuska
9b8fb5e74e Fix shell in validate-colorspace.sh test 2012-05-16 19:38:51 +00:00
Max Brazhnikov
d2a5a3a8e0 Mark BROKEN= does not build with boost-1.48.0
Approved by:	danfe (maintainer)
2012-05-16 16:10:00 +00:00
Max Brazhnikov
5671b14afb Add patches to fix build with boost-1.48.0
PR:		ports/156253
Submitted by:	Alexander Churanov
Approved by:	portmgr (linimon)
2012-05-16 16:09:15 +00:00
Martin Wilke
60f826aaac - Update to 1.2.10
PR:		166887
Submitted by:	Ports Fury
2012-05-16 10:14:20 +00:00
Florian Smeets
902a0675be readd php 5.3.13 and all its modules as php53* 2012-05-16 09:46:51 +00:00
Martin Matuska
555f6c084c Update to 3.1.0 rc1 2012-05-16 08:50:15 +00:00
Martin Matuska
c2050f499c Update to 6.7.6.9 2012-05-16 08:48:59 +00:00
Baptiste Daroussin
7e71899e92 - update to 0.10.3 2012-05-15 21:24:18 +00:00
Max Brazhnikov
ca1d70d3bc Properly normalize Makefile header
Noticed by:	 danfe
2012-05-14 10:02:07 +00:00
Ruslan Makhmatkhanov
55fb25d40b - pass maintainership to new volunteer
PR:		ports/167858
Submitted by:	Rodrigo OSORIO <rodrigo at bebik dot net>
2012-05-14 09:48:12 +00:00
Sylvio Cesar Teixeira
3c6602422c - Update to 1.0.4 2012-05-14 00:00:35 +00:00
Max Brazhnikov
05b84812ea Bump PORTREVISION 2012-05-13 21:29:28 +00:00
Max Brazhnikov
dfe87a48e0 Fix docsdir/exampledir
Respect PORTDOCS/PORTEXAMPLES

Reported by:	poyopoyo@puripuri.plala.or.jp
2012-05-13 21:26:48 +00:00