Commit graph

17391 commits

Author SHA1 Message Date
Kubilay Kocak
edbe554ba2 graphics/py-pillow: Update to 2.3.0, Add OPTIONS, Modernise
- Update to 2.3.0
- Add OPTIONS: FREETYPE JPEG LCMS PNG TIFF WEBP
- Enable STAGE support
- Enable AUTOPLIST support, delete pkg-plist
- Convert to new LIB_DEPENDS format
- Replace use of PYDISTUTILS_PKGNAME with PORTNAME:modifier
- Add LICENSE section
- Delete unecessary patches

Changes: https://github.com/python-imaging/Pillow/blob/2.3.0/CHANGES.rst

Based on extended version of patch provided in:

PR:		ports/186726
Submitted by:	tota
2014-02-15 03:03:18 +00:00
Steve Wills
6d6bd2d433 - Support STAGEDIR
- Add DOCS to Options
- Bump PORTREVISION due to package change

PR:		ports/185021
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
Reviewed by:	maintainer timeout (linpct@gmail.com, >8 weeks)
2014-02-14 20:22:55 +00:00
Steve Wills
109caf8436 - Update to Version 9.27
- Remove comments from header
- Add DOCS to options
- Support STAGEDIR

PR:		ports/185020
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
Approved by:	maintainer timeout (devin@spamcop.net, >8 weeks)
2014-02-14 19:56:52 +00:00
Sunpoet Po-Chuan Hsieh
44faf7f648 - Use PYDISTUTILS_AUTOPLIST 2014-02-14 19:41:17 +00:00
Mikhail Teterin
14783492d9 Upgrade from 1.3.1-3 to 1.3.1-4. The only real change (outside of the auto* nonsense) is the
restoration of the padding at the end of CDirEntry.

Clang++ used to flag it as unused private field, which lead to its removal (incorrectly) -- and
this new release from upstream restores the padding. It is still flagged by clang++ so a new patch
attempts to suppress that.
2014-02-14 16:57:27 +00:00
Thomas Abthorpe
d8299fcc60 - Reassign lioux' ports to the heap
With hat:	portmgr
2014-02-14 16:51:44 +00:00
Dirk Meyer
f38bc34579 - update to 1.5.18
- new option PNGTEST

- support CMAKE_NINJA=yes
PR:		186593
Submitted by:	Adam Weinberger
2014-02-14 14:47:44 +00:00
Antoine Brodin
cbe40d5759 - Allow packaging as a regular user
- New LIB_DEPENDS syntax
- Use OPTIONS helpers
2014-02-14 09:59:19 +00:00
Emanuel Haupt
ba0df27f64 Fix build on 10.0 by adding -lX11 to the linker. lImlib2 used to bring this in. 2014-02-14 09:12:01 +00:00
Dirk Meyer
5b591ad5af - remove trailing space from r343634 2014-02-13 22:10:55 +00:00
Martin Wilke
4a70614860 - Convert USE_SCONS to USES 2014-02-13 14:12:50 +00:00
Rusmir Dusko
9c39649a9b - Don't silence warnings
PR:		ports/186713
Submitted by:	amdmi3@
2014-02-13 13:13:49 +00:00
Rusmir Dusko
d7073db5ef - Don't silence warnings
PR:		ports/186714
Submitted by:	amdmi3@
2014-02-13 13:09:29 +00:00
Emanuel Haupt
9dae03d59b Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:39:34 +00:00
Eitan Adler
4394885f17 Correctly apply the patch I committed.
PR:		ports/186660
Submitted by: 	Christoph Moench-Tegeder <cmt@burggraben.net>
2014-02-13 06:43:09 +00:00
Dmitry Marakasov
30979391b0 - Support staging
PR:		185948
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-02-13 02:32:57 +00:00
Brendan Fabeny
7497a363a6 Fix the WITHOUT_X11 build
Reported by:	erwin
2014-02-12 23:06:08 +00:00
John Marino
8284953b8e graphics/gmt: Update to latest 4.x version (4.5.11), Undeprecate
The distfiles weren't actually removed, they were placed in a
subfolder called "legacy".  However, a second distfile wasn't
available in the exact specified name.

The easiest fix was to upgrade to the latest 4.x version.
Version 5.1 is currently available though, in cases somebody
wants to take over the port and bring it to the very latest.
The EPS option mispelling was also fixed.  While here, fix
DragonFly support too.
2014-02-12 22:37:12 +00:00
Antoine Brodin
5e55144a22 Mark broken: does not compile
tgif.c: In function 'rb_ext_Tgif_out':
tgif.c:50: error: 'OpenFile' undeclared (first use in this function)
tgif.c:50: error: (Each undeclared identifier is reported only once
tgif.c:50: error: for each function it appears in.)
tgif.c:50: error: 'fptr' undeclared (first use in this function)

Reported by:	pkg-fallout since august 2013
2014-02-12 19:53:54 +00:00
Emanuel Haupt
7385f439aa Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
2014-02-12 19:24:05 +00:00
Tijl Coosemans
c167d8e6fb - Add missing iconv dependency.
- Add USES=libtool.
2014-02-12 13:40:02 +00:00
TAKATSU Tomonari
0462d5a92a - Update to 0.62
- Remove indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Make docs and examples unconditional to stage
  * Remove bsd.port.options.mk, accordingly
- Unmute INSTALL_DATA and CP in post-install target
2014-02-12 08:12:39 +00:00
Eitan Adler
3bbf74ea04 graphics/aalib: fix build with new texinfo
PR:		ports/186660
Submitted by: 	Christoph Moench-Tegeder <cmt@burggraben.net>
2014-02-11 22:07:21 +00:00
John Marino
d837d3cd2c graphics/ufraw: Fix fallout caused by icu upgrade
This ufraw port uses a scrip from icu and doesn't even specify icu
as a build dependency.  This looks wrong to me, but today I'm only
going to make ufraw build again.  The maintainer may want to review
this as it will break every time icu is updated.
2014-02-11 20:17:14 +00:00
Sunpoet Po-Chuan Hsieh
9ab8947519 - Update to 2.27
Changes:	http://search.cpan.org/dist/GraphViz2/Changes
2014-02-11 16:35:52 +00:00
Pietro Cerutti
7d92c0126f - Fix segfault by linking against pthread 2014-02-11 10:54:24 +00:00
Martin Wilke
e38a4d4e84 - Stage support 2014-02-11 09:29:05 +00:00
Emanuel Haupt
abae255bb3 - Update to 0.98
- Strip shared objects
2014-02-10 23:30:47 +00:00
Emanuel Haupt
424b3c3873 Update to 0.62 2014-02-10 23:23:23 +00:00
Emanuel Haupt
9e1e6ac383 Update to 2.06 2014-02-10 23:21:54 +00:00
Emanuel Haupt
c997b0e93b Update to 0.23 2014-02-10 23:20:45 +00:00
Emanuel Haupt
b0e55abbc3 Update to 2.87 2014-02-10 23:18:45 +00:00
Eitan Adler
afb6e8721c Convert to USES=libtool 2014-02-10 20:49:27 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Baptiste Daroussin
db172680ba Remove a dead mirror 2014-02-10 11:38:06 +00:00
Martin Wilke
022fb166f7 - Stage support 2014-02-09 11:17:43 +00:00
Martin Wilke
4c44220a3f - Stage support
- Convert to USES
2014-02-08 16:31:29 +00:00
TAKATSU Tomonari
6f516886e8 - Update to 0.8-16 2014-02-08 14:43:30 +00:00
Martin Wilke
d6b6157915 - Stage support 2014-02-08 12:47:51 +00:00
TAKATSU Tomonari
d055a58bb3 - Update to 0.8-15 2014-02-08 11:16:42 +00:00
Koop Mast
660621c6f3 Only disable poppler is the option is unset, not always. This was
overlooked when inkscape was converted to new options.

PR:		ports/186528
Reported by:	Yuri <yuri@tsoft.com>
2014-02-08 10:25:02 +00:00
Koop Mast
06efa2faf5 Switch to USES=libtool.
Remove non-working mirror.
Update LIB_DEPENDS syntax.
Stagify.
2014-02-07 21:22:41 +00:00
Baptiste Daroussin
155aa7f937 Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by:	distilator
2014-02-07 18:50:30 +00:00
Brendan Fabeny
d44edd4247 Update graphics/imlib2 and imlib2_loaders to 1.4.6; use staging;
update options and dependencies; add LICENSEs
2014-02-07 15:37:31 +00:00
Martin Wilke
ff0f063c10 - Remove the quota from previous commit. 2014-02-07 13:25:19 +00:00
Martin Wilke
901a9b203f - Update to 4.5.9
- Stage support

PR:		180702
Submitted by:	Ports Fury
2014-02-07 13:20:48 +00:00
Martin Wilke
1af1afd6af - Fix build
- Stage support

PR:		185933
Submitted by:	Ports Fury
2014-02-07 13:11:08 +00:00
Martin Wilke
65ec8e6cf0 - Update to 1.3.19
PR:		185935
Submitted by:	Ports Fury
2014-02-07 13:10:20 +00:00
Martin Wilke
cd58d5cf6f - Fix build with clang
- Support desktop-files-utils USES macro
- Support shared-mime-info USES macro
- Stage support

PR:		185938
Submitted by:	Ports Fury
2014-02-07 13:07:41 +00:00
Martin Wilke
cb87eabc7e - Update to 2.5.3.1
PR:		185940
Submitted by:	Ports Fury
2014-02-07 13:06:39 +00:00
Guido Falsi
44f55e1449 - Update to 0.2.6
- Fix plist when NLS option is disabled
- Update maintainer email

PR:		ports/184498
Submitted by:	Julien Cigar <jcigar@ulb.ac.be>
Approved by:    Quentin Stievenart <quentin.stievenart@gmail.com>
		(maintainer, who sent actual patch)
2014-02-07 12:01:24 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Matthias Andree
26e5b1062b Mark broken on 11 as there are two reports that it is unusable. 2014-02-07 08:07:41 +00:00
Matthias Andree
92500c08eb Unbreak and upgrade to new upstream release 14.02.2.
Based on a patch to upgrade to 14.01.1 by Rainer Hurling,
based on a patch to upgrade to 13.03.1 by Rod Person.

Rainer's changes:
- new mastersite; 2nd mastersites contents has to be updated
- unbreak the port
- modernize LIB_DEPENDS
- support STAGE_DIR
- strip bin/fotoxx
- correct usage of desktop-file-utils
- update URL in pkg-descr
- update pkg-plist

Committer's changes:
- work around fetch(1)/nginx incompatibility making fetch commands with
  unmerged fix r261263 (and ancestors) unable to fetch from the primary
  site.
- add USES=pkgconfig
- add mirror sites
- fix installation of manfile
- fix paths in desktop file
- stop using xdg-desktop-menu for now, breaks the build and does not
  appear to be required

PR:		ports/177643
Submitted by:	Rod Person, Rainer Hurling
2014-02-07 01:01:37 +00:00
Antoine Brodin
fbb903f3ea - Stage support
- Use OPTIONS helpers
2014-02-06 22:06:26 +00:00
Koop Mast
06abd2e207 Adopt. 2014-02-06 09:39:13 +00:00
Matthias Andree
9425640d0c Re-enable OpenMP on clang-based systems (FreeBSD 10).
This got broken by the way how the port detects that the system is
clang-based in order to force libc++, and should be fixed now.

PR:		ports/186240
Reported by:	Christoph Moench-Tegeder
2014-02-06 07:53:27 +00:00
John Marino
e36a1beea6 graphics/gnapshot: Explicitly link libm and libgmodule-2.0 (taken from dports) 2014-02-06 00:37:39 +00:00
Matthias Andree
cb5ceb3bf5 Un-deprecate. 2014-02-05 22:22:38 +00:00
Matthias Andree
ce3a722ed9 Modernize (LIB_DEPENDS, USES).
Support staging.

Add a patch that allows building with a strict-conformance C++11
compiler.

Approved by:	portmgr (implicit, under "just fix it" blanket approval)
2014-02-05 21:58:29 +00:00
John Marino
ebf485ecab graphics/apngdis: Explicitly link libm (taken from dports) 2014-02-05 21:34:43 +00:00
John Marino
5eabdf42ec graphics/gimp-focusblur-plugin: Explicitly link libm (taken from dports) 2014-02-05 21:30:54 +00:00
John Marino
af721ec96c graphics/gkrellkam2: Fix for new linkers (-Wl must have an argument) 2014-02-05 21:28:26 +00:00
John Marino
11714c775e graphics/libgphoto2: Reduce inclusions, qualify OSVERSION 2014-02-05 21:22:12 +00:00
John Marino
48593172be graphics/ocre: explicitly link libintl (taken from dports) 2014-02-05 21:16:37 +00:00
John Marino
eac345028e graphics/rgbpaint: explicitly link libm and libintl (taken from dports) 2014-02-05 21:12:21 +00:00
John Marino
71d8de7301 graphics/tkpng: Add dragonfly support to configure script 2014-02-05 21:05:28 +00:00
John Marino
91ddefd8dd graphics/xmms-paranormal: Mark jobs unsafe 2014-02-05 21:00:49 +00:00
John Marino
dc39532290 graphics/xmms-waterfall: Add dragonfly support to configure script 2014-02-05 20:57:30 +00:00
Sunpoet Po-Chuan Hsieh
f05ef25485 - Bump PORTREVISION for astro/cfitsio shlib change
- While I'm here, convert to new LIB_DEPENDS format

PR:		ports/185951
Submitted by:	Florian Degner <f.degner@gmx.de>
2014-02-05 20:02:34 +00:00
Mathieu Arnold
db33716fd3 Drop maintainership on those.
Sponsored by:	Absolight
2014-02-05 17:35:53 +00:00
Martin Wilke
c57133fc36 - Stage support 2014-02-05 13:45:39 +00:00
Pietro Cerutti
1bd7b90a0b - STAGE-clean
- Add LICENSE
2014-02-05 11:09:05 +00:00
Pietro Cerutti
de41dc41f0 - Kill graphics/nurbs++ -- can't be built on any supported version 2014-02-05 10:37:49 +00:00
Pietro Cerutti
c1f88ed739 - STAGE-clean
- Convert to OPTIONSng
- Add LICENSE
- Remove article from COMMENT line
2014-02-05 10:21:20 +00:00
Pietro Cerutti
4e4950346a - STAGE-clean
- Convert to new LIB_DEPENDS format
- Add LICENSE
- Remove article from COMMENT line
2014-02-05 10:19:02 +00:00
Baptiste Daroussin
ee6bf67e6a Reset maintainership due to mail bouncing
Reported by:	pkg-fallout
2014-02-05 08:22:02 +00:00
Martin Wilke
5ff4fcac6f - Stage support 2014-02-05 07:38:36 +00:00
Matthias Andree
7a87138cad Upgrade to RawTherapee 4.0.12 [1], and use GCC again on FreeBSD 10+ [2].
Upstream changes are described at:
<http://rawtherapee.com/blog/rawtherapee-4.0.12-released>

[2] brings back OpenMP support and fully optimized sources, but it does
require GCC 4.8 to avoid internal compiler errors in older GCC releases,
and adds a build dependency on the libc++ port to bring in the required
compile-time namespace transformations to have Rawtherapee use libc++
(as the other C++-based requisite ports do).

Thanks to:	Baptiste Daroussin (bapt@) for help with [2]
PR:		ports/186240 [1]
Submitted by:	Christoph Moench-Tegeder [1]
2014-02-05 01:54:19 +00:00
Lars Engels
934f74e518 Fix several typos in the ports tree.
PR:		ports/176378
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
2014-02-04 20:09:29 +00:00
Sunpoet Po-Chuan Hsieh
874a9ff7ce - Update to 2.26
Changes:	http://search.cpan.org/dist/GraphViz2/Changes
2014-02-04 16:14:15 +00:00
Baptiste Daroussin
d036d0aacf Deprecate: abandonware, messing the clusters 2014-02-04 12:50:48 +00:00
Pietro Cerutti
f930105bea - Update to 10.0.3
Release notes: http://www.mesa3d.org/relnotes/10.0.3.html
2014-02-04 09:59:59 +00:00
Martin Wilke
500665890f - Stage support 2014-02-03 13:38:57 +00:00
Martin Wilke
1a048b4225 - Stage support
- Convert to USES
2014-02-03 09:40:26 +00:00
Thomas Zander
dbf205802f - Adjust location of freetype headers in ImageMagick sources
- Bump PORTREVISION

Note that this is a stop-gap to avoid runtime errors with ImageMagick.
It allows for working pkg builds with default PREFIX/LOCALBASE.
A more substantial rework and upgrade of the ImageMagick port needs to be conducted.

PR:		ports/186170, ports/186171
Submitted by:	Vivek Khera <vivek@khera.org>, Alexander Panyushkin <vsityz@gmail.com>
Approved by:	mentor (thierry)
MFH:		2014Q1
2014-02-02 22:44:22 +00:00
Antoine Brodin
935ad50142 Stage support 2014-02-02 18:53:04 +00:00
Antoine Brodin
3886cf15d6 Stage support 2014-02-02 18:49:14 +00:00
Antoine Brodin
d79ebc5a37 Stage support 2014-02-02 18:45:27 +00:00
Antoine Brodin
aa06a40c2c Stage support 2014-02-02 18:39:59 +00:00
Antoine Brodin
f931ee1cf5 Stage support 2014-02-02 18:24:01 +00:00
Antoine Brodin
4c34a9e059 Stage support 2014-02-02 17:54:46 +00:00
Antoine Brodin
fc1a7f0221 Stage support 2014-02-02 17:48:46 +00:00
Antoine Brodin
7b89916ca2 Stage support 2014-02-02 17:43:12 +00:00
Antoine Brodin
5a0f69faa6 Stage support 2014-02-02 17:32:24 +00:00
Martin Wilke
3e9d030ee0 - Stage support 2014-02-02 16:04:24 +00:00
Martin Wilke
96cc6ec6fa - Stage support 2014-02-02 16:02:32 +00:00
Martin Wilke
fe665b70e9 - Stage support 2014-02-02 15:21:20 +00:00
Martin Wilke
af95f65219 - Stage support 2014-02-02 15:20:48 +00:00
Martin Wilke
f5d3761c29 - Stage support 2014-02-02 14:56:20 +00:00
Martin Wilke
b11deab1f9 - Stage support 2014-02-02 14:56:09 +00:00
Martin Wilke
1259a06286 - Stage support
- Convert to USES
2014-02-02 14:55:49 +00:00
Martin Wilke
a14a33b009 - Stage support
- Convert svgfig to PYDISTUTILS_AUTOPLIST
2014-02-02 14:41:42 +00:00
Martin Wilke
63548c1b8f - Stage support 2014-02-01 16:21:45 +00:00
Martin Wilke
42df9a54a3 - Stage support
- Convert to USES
2014-02-01 16:16:16 +00:00
Martin Wilke
0de031a870 - Stage support 2014-02-01 15:54:44 +00:00
Martin Wilke
316550f097 - Stage support 2014-02-01 15:19:40 +00:00
Martin Wilke
768f3494a1 - Stage support
- Convert to USES
2014-02-01 15:11:22 +00:00
Martin Wilke
8df6b9b0c5 - Stage support 2014-02-01 14:41:23 +00:00
Martin Wilke
a6a6f64450 - Stage support 2014-02-01 14:40:51 +00:00
Antoine Brodin
84e1bcc918 Mark broken: Fails to configure
checking whether to build module CORE... no (missing  BOOST BOOST_PROGRAM_OPTIONS THREADS)
checking whether to build module MATH... no (missing  CORE)
checking whether to build module IMAGE... no (missing  MATH)
checking whether to build module FILEIO... no (missing  IMAGE)
checking whether to build module VW... no (missing  IMAGE MATH CORE)
configure: error: cannot build the Vision Workbench core modules!
===>  Script "configure" failed unexpectedly.

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-02-01 14:36:12 +00:00
Max Brazhnikov
a6383cf6b5 - Update gimp-help ports to 2.8.1. Polish translation has been removed, new
translations have been added (ca, da, el, en_GB, sl, pt_BR)
- Add stage support
- Update maintainer address

PR:		based on ports/179681
Submitted by:	RyoTa SimaMoto (maintainer)
2014-02-01 12:49:26 +00:00
Martin Wilke
272711748f - Stage support 2014-02-01 10:54:33 +00:00
Koop Mast
a627b0690f Fix typo
Submitted by:	John Hein <jhein@symmetricom.com>
2014-01-31 22:21:43 +00:00
Antoine Brodin
6b05ea8de1 Mark broken: Fails to install
install  -o root -g wheel -m 444 /wrkdirs/usr/ports/graphics/libgltext/work/gltext-0.3.1/src/gltext.h /usr/local/include
install: alpha/alpha: No such file or directory
*** Error code 71

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-01-31 21:32:07 +00:00
Koop Mast
61ba5e6249 Add powerpc64 to the checks for powerpc.
PR:		ports/184957
Submitted by:	Andreas Tobler <andreast@FreeBSD.org>
2014-01-31 21:05:15 +00:00
Koop Mast
174be0ddfc On ia64 [2] and powerpc [1] only the radeon bits are build. Fix the plist
for this, while here add powerpc64 too [1].

PR:		ports/184957 [1]
		ports/184967 [2]
Submitted by:	Andreas Tobler <andreast@FreeBSD.org> [1]
		Anton Shterenlikht <mexas@bris.ac.uk> [2]
2014-01-31 21:01:57 +00:00
Koop Mast
01b2ec9de9 Make sure DIR_DRIVERS is always defined. This is needed because arm/mips
don't have any drivers defined which results in make errors.

PR:		ports/182875 [1]
Submitted by:	Anton Shterenlikht <mexas@bris.ac.uk> [1], mat@
2014-01-31 20:49:18 +00:00
Antoine Brodin
b4b72e29b5 - Stage support
- Use PYDISTUTILS_AUTOPLIST
2014-01-30 20:57:05 +00:00
Martin Wilke
ca27dd3b2f - Stage support 2014-01-30 16:36:53 +00:00
Baptiste Daroussin
5cdb5e4d98 Make .pc files require lua 5.2, this fixes enlightenment and emotion building
Reported by:	marino
2014-01-30 09:24:24 +00:00
Andrej Zverev
3c9ffd7218 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 08:45:50 +00:00
David Thiel
a6c848fec7 Was sure I removed this. This will fix build. 2014-01-29 19:24:07 +00:00
Martin Wilke
b662c38326 - Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION
2014-01-29 13:21:31 +00:00
Martin Wilke
a876ff58a2 - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-29 13:18:39 +00:00
Guido Falsi
1a1be94388 Fix fetch, distfile was rerolled.
Reported by:	pkg-fallout, portmon, John Marino <freebsd@marino.st>
PR:		ports/186231
Submitted by:	John Marino <freebsd@marino.st>
2014-01-29 13:11:37 +00:00
Pietro Cerutti
edf3e5ede5 - Register conflict with cad/pcb 2014-01-29 09:53:10 +00:00
Rodrigo Osorio
877dce2447 Update maintainer email address
Approved by:	bapt@ (co-mentor)
2014-01-29 09:17:41 +00:00
Rusmir Dusko
40d5080c51 - Import from graphics/glfw
- Add PKGNAMESUFFIX=2
- Use GNU_CONFIGURE instead of HAS_CONFIGURE
- Disable all warnings with -w
- Add DOCSDIR= and EXAMPLESDIR=
- Break lines around 80 characters
- Add DOCS and EXAMPLES Options

GLFW is a free, Open Source, multi-platform library for OpenGL application
development that provides a powerful API for handling operating system specific
tasks such as opening an OpenGL window, reading keyboard, mouse, joystick and
time input, creating threads, and more.

WWW: http://www.glfw.org/
2014-01-28 21:07:10 +00:00
Rusmir Dusko
49686be75a graphics/glfw-devel 2014-01-28 21:00:31 +00:00
Rusmir Dusko
19582e0b7a - Update to 3.0.4, stable version
- Import from graphics/glfw-devel
- Add USES=cmake
- Add USE_GCC=yes
- Remove MAKE_JOBS_UNSAFE=yes
- Remove PLIST_FILES, add pkg-plist
- Add CPPFLAGS and LDFLAGS
- Change DOCS and EXAMPLES
- Remove PORTSCOUT
- Add DOCS and EXAMPLES Options
- Remove post-extract
- Change REINPLACE
- Remove obsolete patches
- Change pkg-descr
2014-01-28 20:31:49 +00:00
David Thiel
71f5229720 Update to 0.15.1.
PR:		ports/185495
Submitted by:	Christoph Moench-Tegeder
Reviewed by:	lx@
2014-01-28 19:51:21 +00:00
Rusmir Dusko
d69bf7d7dc - Update to 3.0.4
- Switch to USE_GCC=yes
- Remove DOCSDIR= and EXAMPLESDIR=
- Break lines around 80 characters
- Add DOCS and EXAMPLES Options
2014-01-28 19:15:44 +00:00
Baptiste Daroussin
92502f2165 Support stage
Use MAKE_ARGS when possible instead of patching
Switch ispell to aspell-ispell
2014-01-28 13:45:49 +00:00
Martin Wilke
067cbf9b16 - Stage support 2014-01-28 13:37:53 +00:00
Antoine Brodin
864284545c Stage support 2014-01-28 00:16:57 +00:00
Baptiste Daroussin
53f5bbb2ba Deprecate ports broken for more than 6 month 2014-01-27 17:35:26 +00:00
Olivier Duchateau
da231dcdb2 - Support STAGEDIR
- Fix Python version
- Remove indefinite article in COMMENT entry
- Use new LIB_DEPENDS syntax
- Replace USE_GNOME= desktopfileutils to USES= desktop-file-utils
- Replace tab by space in WWW entry (pkg-descr)
2014-01-27 17:14:55 +00:00
Thierry Thomas
ec2619fcae - Remove direct dependency to fortran, the library is automatically
detected, and it fixes the linkage on FreeBSD-10;

- cleaning.
2014-01-27 17:06:29 +00:00
Guido Falsi
4df27e22c6 Update to 1.0.5 2014-01-27 15:47:49 +00:00
Pietro Cerutti
6226549f27 - Fix staging as non-root
PR:		186143
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu>
2014-01-27 09:13:02 +00:00
Stephen Montgomery-Smith
8406ec7127 - Removed some dirrmtry entries from pkg-plist.
Reference:	https://qat.redports.org//~stephen@FreeBSD.org/20140126211800-20871-263412/opendx-4.4.4_14.log
2014-01-27 03:03:51 +00:00
Stephen Montgomery-Smith
0310baee37 - Implement staging. 2014-01-26 22:54:53 +00:00
Raphael Kubo da Costa
1b1acdbc51 Add upstream patch to fix the build with libraw 0.15. 2014-01-26 21:28:19 +00:00
Raphael Kubo da Costa
7c72067efc - Update libraw to 0.15.4.
This update is needed for further KDE updates.
- Use the new OPTIONS syntax.
- Use the new LIB_DEPENDS syntax.
- Stop redefining do-install; the port has its own `make install' that does
  the same thing provided we use USES=pathfix and tune Makefile.in.
- Support staging.

Bump PORTREVISION in ports that depend on libraw.

PR:		ports/185118
Submitted by:	rakuco@
Approved by:	maintainer timeout (35 days)
2014-01-26 21:20:03 +00:00
Stephen Montgomery-Smith
da19de7cdd - Implement staging. 2014-01-26 21:16:43 +00:00
Antoine Brodin
c7f09d8dda - Fix LIB_DEPENDS
- Stage support
2014-01-26 13:58:57 +00:00
Eitan Adler
8dadef9a57 - Since aalib contains an X11 option, it should also set it in OPTIONS_DEFINE
Reported by:	mat
2014-01-26 00:27:55 +00:00
Baptiste Daroussin
4c1e010eaa Switch to lua 5.2
While here update license
2014-01-26 00:05:02 +00:00
Johan van Selst
34745878ac Fix build issue when MAKE_JOBS_UNSAFE is set 2014-01-25 22:22:54 +00:00
Baptiste Daroussin
7954f58315 Support stage
Add DOCS and EXAMPLES options
USE_GMAKE -> USES=gmake
2014-01-25 21:34:35 +00:00
Baptiste Daroussin
40ea68a820 Support stage
USE_GMAKE -> USES=gmake
2014-01-25 21:26:05 +00:00
Baptiste Daroussin
8410919504 Support stage
USE_GMAKE -> USES=gmake
2014-01-25 21:25:09 +00:00
Baptiste Daroussin
93e1da9549 Support stage
Modernize LIB_DEPENDS
USE_GMAKE -> USES=gmake
2014-01-25 21:18:33 +00:00
Antoine Brodin
4772ac9a7d Master port was staged, so add stage support here too so that man pages
are correctly handled.
2014-01-25 19:10:02 +00:00
Antoine Brodin
92194a81a4 - Add explicit dependency on pkgconf (needed for cairo detection)
- Patch a CMakeLists to properly change rpath during install
- Add stage support
2014-01-25 18:52:14 +00:00
Martin Wilke
1f4c82af32 - Support CC properly
- Add LICENSE
- Stage support

PR:		185346
Submitted by:	ports fury
2014-01-25 16:18:31 +00:00
Dirk Meyer
2fd149f040 - set BROKEN from FreeBSD-10, fails in boost ABI 2014-01-25 13:41:26 +00:00
Alex Kozlov
dcc68d12a8 - Deprecate and set expiration date to 2014-02-25: No more public distfiles
PR:	ports/186073
Submitted by:	Sascha Holzleiter <sascha@root-login.org> (maintainer)
2014-01-25 05:47:47 +00:00
Martin Wilke
8343aef21a - Stage safe 2014-01-24 14:56:38 +00:00
Martin Wilke
cfdf16ddf2 - Stage safe 2014-01-24 14:55:44 +00:00
Martin Wilke
61647f72a1 - Stage Safe 2014-01-24 14:49:29 +00:00
Olivier Duchateau
8b223b0637 Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes

While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE
2014-01-24 13:34:31 +00:00
Olivier Duchateau
fab19a1945 - Update to 0.2.2
- Add LICENSE
- Fix Python version
- Update maintainer address
2014-01-24 12:27:55 +00:00
Olli Hauer
f154d9e121 - fix INDEX building (remove forgotten \ in r340875) 2014-01-24 05:40:52 +00:00
Dmitry Marakasov
55a1a02a29 - Add dependency on avbin
- Install more docs

PR:		182517
Submitted by:	nemysis
2014-01-24 01:25:37 +00:00
Dmitry Marakasov
26696920eb - Update to 3.3.0
Based on r340402 (graphics/osg version 3.2.0), additional changes include

- Add new V8, LUA and PYTHON options

PR:		185228
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-01-24 01:22:59 +00:00
Steven Kreuzer
39545531ab Update to 0.96
Define LICENSE
2014-01-23 16:05:39 +00:00
Martin Wilke
1517ce49fc - Stageify
- Take maintainership of a few ports
2014-01-23 16:00:14 +00:00
William Grzybowski
08e39a139f graphics/fotoxx: drop maintainership
Submitted by:	maintainer (via email)
2014-01-23 15:32:15 +00:00
Matthias Andree
5a9ce54d8f Move port to depend on graphics/osg, which was recently updated to
3.2.0, and osgearth's requirement was 3.0.1, to avoid conflicts with
other ports that depend on graphics/osg.

Make the graphics/osg version a variable, to ease maintainer's jobs as
graphics/osg gets updated (which requires osgearth's PORTREVISION and
PLIST_SUB to be bumped).

Some part of the discussion around PLIST_SUB is not recorded in the PR,
but it is still related to
PR:		ports/184706
Submitted by:	amdmi3
2014-01-23 08:23:43 +00:00
Antoine Brodin
0e2ad5b60c Stage support 2014-01-22 22:13:48 +00:00
Antoine Brodin
064813d0be Stage support 2014-01-22 22:09:20 +00:00
Antoine Brodin
09f2465460 Stage support 2014-01-22 22:07:20 +00:00
Antoine Brodin
c01efe4972 Stage support 2014-01-22 21:59:32 +00:00
Antoine Brodin
1c6c3fc944 Stage support 2014-01-22 21:49:50 +00:00
Pietro Cerutti
ffae571445 - Update to 10.0.2
Release notes: http://www.mesa3d.org/relnotes/10.0.2.html
2014-01-22 14:20:41 +00:00
Max Brazhnikov
c4913dba57 - Update to 1.1
- Switch MASTER_SITES to KDE
- Convert LIB_DEPENDS to new style
- Remove cmake arguments that now are passed globally
- Remove NO_STAGE
- Reformat description
2014-01-22 08:20:56 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Steve Wills
0b97be15cd - Update to 1.2.9
- Add LICENSE
- Add USE_RAKE
- Support STAGEDIR

PR:		ports/185024
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
Approved by:	maintainer timeout (pphillips@experts-exchange.com, >4 weeks)
2014-01-21 21:44:18 +00:00
Antoine Brodin
0e2ece2426 Stage support 2014-01-21 20:44:21 +00:00
Antoine Brodin
3635c095b3 Stage support 2014-01-21 20:42:02 +00:00
Antoine Brodin
e9d216fb2c Stage support 2014-01-21 20:38:23 +00:00
Antoine Brodin
ebd2a04f25 Stage support 2014-01-21 20:29:25 +00:00
Antoine Brodin
bab045ed5a Stage support 2014-01-21 20:24:34 +00:00
Antoine Brodin
e12ae8e982 Stage support 2014-01-21 20:16:29 +00:00
Raphael Kubo da Costa
6910426773 Properly set license when using the demosaic packs.
According to the port's README.demosaic-packs, when the demosaic packs are
used the software must be licensed under either the GPLv2 or the GPLv3,
depending on the packs being used (if both packs are used, the GPLv3 should
take precedence).

This patch changes the way LICENSE is set when those options are set: the
new licenses are exclusive with the others.

PR:		ports/185119
Submitted by:	rakuco@
Approved by:	maintainer timeout (29 days)
2014-01-21 20:15:23 +00:00
Antoine Brodin
2a6c55b1d2 - Stage support
- Use OPTIONS helpers
2014-01-21 20:06:33 +00:00
Antoine Brodin
155b9a972f Stage support 2014-01-21 19:56:36 +00:00
Antoine Brodin
5ca7a397c0 Stage support 2014-01-21 19:53:26 +00:00
Antoine Brodin
5f6ff66f54 Stage support 2014-01-21 19:51:08 +00:00
Antoine Brodin
b447141b60 Stage support 2014-01-21 19:48:47 +00:00
Antoine Brodin
b379595263 Stage support 2014-01-21 19:40:13 +00:00
Antoine Brodin
e9262f7916 Stage support 2014-01-21 19:26:11 +00:00
Antoine Brodin
69693ac57d Stage support 2014-01-21 19:20:13 +00:00
Antoine Brodin
a4f2ad3007 - Stage support
- Get rid of infozip dependency
2014-01-21 19:12:40 +00:00
Antoine Brodin
caf68bc35b Stage support 2014-01-21 18:40:23 +00:00
Antoine Brodin
d9106469c4 Stage support 2014-01-21 18:38:02 +00:00