| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
| |
This update also solving problem with presets downloading,
mentioned in PR.
PR: 205257
MFH: 2016Q1
Notes:
svn path=/head/; revision=411677
|
|
|
|
|
|
|
|
|
| |
- utilize USES=localbase
- simplify BASH options dependency
- further convert to options helpers and drop including of bsd.port.options.mk
Notes:
svn path=/head/; revision=411675
|
|
|
|
| |
Notes:
svn path=/head/; revision=403677
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GraphicsMagick was just updated, but there was as newer, second
PR to upgrade it once more. And again, the shared library version
has been bumped (haven't these guys heard of symbol versioning?)
While the INDEX references 114 users of GraphicksMagick, I'm going to
only bump the same 8 ports as yesterday. The bump script appears to
be obsolete (still uses CVS!)
PR: 203547
Submitted by: Walter Schwarzenfeld
Notes:
svn path=/head/; revision=399093
|
|
|
|
|
|
|
|
|
|
|
| |
The shared library versions changed, so bump all the ports that
depend on GraphicsMagick by default too.
PR: 200304
Submitted by: ports fury
Notes:
svn path=/head/; revision=399003
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USES=pkgconfig:both since the *-config scripts are wrappers around pkg-config.
- Don't require ghostscript for the freetype2 option.
- Actualy remove the pkg-help file with is obsolete since r377347 when the
library names where normalized.
Due to libMagick++-6.so bump, chase depend ports.
Notes:
svn path=/head/; revision=380910
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2]
Notes:
svn path=/head/; revision=377347
|
|
|
|
| |
Notes:
svn path=/head/; revision=377244
|
|
|
|
| |
Notes:
svn path=/head/; revision=375087
|
|
|
|
|
|
|
| |
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Notes:
svn path=/head/; revision=372250
|
|
|
|
| |
Notes:
svn path=/head/; revision=369954
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Notes:
svn path=/head/; revision=366788
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
Notes:
svn path=/head/; revision=365038
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=364040
|
|
|
|
|
|
|
|
|
|
|
|
| |
Document where the .la files are loaded from.
Don't rebuild ghostscript as build dep for when building packages with
PACKAGE_BUILDING, only for when the test suite is enabled.
Actualy commit pkg-help, missed in the update to 6.8.9-3, woops.
Bump libMagick++ users since that library version got bumped.
Notes:
svn path=/head/; revision=359672
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1]
PR: 187548 [2]
PR: 182793 [3]
PR: 181746 [4]
PR: 176047 [5]
PR: 190814 [6]
Submitted by: c.petrik.sosa@gmail.com [1]
Matthieu Volat <mazhe@alkumuna.eu> [2]
free.bsd@webstyle.ch [3]
andrnils@gmail.com [4]
rfg@tristatelogic.com [5]
Michelle Sullivan <michelle@sorbs.net> [6]
Approved by: portmgr (blanket) (for NO_STAGED ports)
Notes:
svn path=/head/; revision=358176
|
|
|
|
|
|
|
|
|
|
| |
instead, these two ports are now equal.
Bump PORTREVISIONs
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=358165
|
|
|
|
|
|
|
| |
Reported by: Ajtim <lumiwa@gmail.com> (by private email)
Notes:
svn path=/head/; revision=356202
|
|
|
|
| |
Notes:
svn path=/head/; revision=356169
|
|
|
|
|
|
|
|
|
| |
Upstream changed the distfile location second time in a month.
Reported by: Heino Tiedemann <rotkaps_spam_trap@gmx.de> (ports@ ML)
Notes:
svn path=/head/; revision=354613
|
|
|
|
| |
Notes:
svn path=/head/; revision=352594
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=352425
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
Notes:
svn path=/head/; revision=347809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove BASH option description - it's already in bsd.options.desc.mk
- switch to gcc, because clang produces unusable binary - it's crashing all the
way. This is the reason for MFH
- install examples
Changelog: http://www.flickr.com/groups/gmic/discuss/72157639728004585/
MFH: 2014Q1
Notes:
svn path=/head/; revision=345676
|
|
|
|
|
|
|
|
| |
- use options helper
- support staging
Notes:
svn path=/head/; revision=337236
|
|
|
|
|
|
|
| |
Approved by: wg (mentor)
Notes:
svn path=/head/; revision=334422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW
graphics/OpenEXR
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches
- Bump dependent ports' revisions
Approved by: pawel / wg (mentors)
Notes:
svn path=/head/; revision=332189
|
|
|
|
|
|
|
|
|
|
|
| |
- convert LIB_DEPENDS to modern syntax
- add NO_STAGE=yes
- fix build with clang [1]
Reported by: Ajtim <lumiwa@gmail.com> [1]
Notes:
svn path=/head/; revision=327703
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to USES equivalent
Notes:
svn path=/head/; revision=325893
|
|
|
|
|
|
|
| |
- Remove conflict with gimp-gmic-plugin.
Notes:
svn path=/head/; revision=322293
|
|
|
|
| |
Notes:
svn path=/head/; revision=317120
|
|
|
|
| |
Notes:
svn path=/head/; revision=314291
|
|
|
|
| |
Notes:
svn path=/head/; revision=310536
|
|
|
|
| |
Notes:
svn path=/head/; revision=309765
|
|
|
|
|
|
|
|
| |
- Remove ABI version from Magick++
- Trim header
Notes:
svn path=/head/; revision=308864
|
|
|
|
| |
Notes:
svn path=/head/; revision=299468
|
|
|
|
|
|
|
| |
Reported by: Sulev-Madis 'ketas' Silber <madis555 at hot dot ee>
Notes:
svn path=/head/; revision=298376
|
|
|
|
| |
Notes:
svn path=/head/; revision=298185
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
PR: ports/166683
Notes:
svn path=/head/; revision=296375
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=293061
|
|
|
|
| |
Notes:
svn path=/head/; revision=291538
|
|
|
|
| |
Notes:
svn path=/head/; revision=291402
|
|
|
|
|
|
|
|
| |
Approved by: miwi (co-mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=286112
|
|
|
|
|
|
|
|
| |
Approved by: novel (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=285480
|
|
|
|
|
|
|
|
|
|
| |
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
Notes:
svn path=/head/; revision=283695
|
|
|
|
|
|
|
| |
Reported by: pointyhat (pav)
Notes:
svn path=/head/; revision=283461
|
|
|
|
|
|
|
|
|
| |
PR: ports/160977
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Approved by: miwi, wen (mentors implicit)
Notes:
svn path=/head/; revision=282617
|