Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Jun 2022 20:34:44 0.22.20210424_3
|
Baptiste Daroussin (bapt)  |
graphics/ufraw: remove GNOME option
gnome option only served the purpose to instal mime data including
gconf information only useful for gnome2 which is gone.
The mime data information are anyway installed by shared-mime-info
making this option completly unuseful |
16 Apr 2022 20:55:37 0.22.20210424_3
|
Po-Chuan Hsieh (sunpoet)  |
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after
cdcedd316da6d7c8509c394474160c683489a3ae |
28 Feb 2022 15:06:56 0.22.20210424_2
|
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
10 Jan 2022 15:15:39 0.22.20210424_1
|
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
29 Aug 2021 16:29:43 0.22.20210424_1
|
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under g* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
08 May 2021 13:39:41 0.22.20210424_1
|
Rodrigo Osorio (rodrigo)  |
graphics/ufraw: Update ufraw configuration
* Add --enable-jasper option to enable JPEG2000 support
* Remove old/deprecate elements such as PC_FALSE not used anymore
* Fix some optional configuration parameters
* Add post-patch actions to modify configure.ac if some options
are disabled. For some reasons, even if the option is 'disabled'
the configure auto activates the the option if the required lib is installed.
* Add missing dependencies for GIMP option
* lint with portfmt and portclippy
PR: 255400
Reported by: rhurlin |
25 Apr 2021 10:17:28 0.22.20210424
|
Rodrigo Osorio (rodrigo)  |
graphics/ufraw: Upgrade to latest version
Major changes:
* Intagrate multipleple fixes from openSUSE
* Fix build against glib-2.68
* ufraw_preview: do now overwrite configuration with preview size
* ufraw-gimp: properly send EXIF data to Gimp 2.9 and later
* Suppress compiler warnings on implicit fallthrough
* ufraw_developer: use fabs() instead of abs() for double
* Fix GCC 9 OpenMP issues by drop default(none)
* From Gentoo ufraw-0.17-cfitsio-automagic.patch
* From Gentoo ufraw-0.22-jasper-automagic.patch
* From Gentoo ufraw-0.22-jpeg9.patch
* From Gentoo ufraw-0.22-exiv2-0.27.patch
* 05_CVE-2018-19655.patch from Debian
* Prevent crash when camera specified in .ufraw file is not in lensfun db
* Fix crash on destroy of lensfun object on PEF images
Security: CVE-2018-19655
MFH: 2021Q2 |
12 Apr 2021 14:52:24 0.22_18
|
Dima Panov (fluffy)  |
graphics/ufraw: really package gimp plugin
Reported by: poudriere -t build |
06 Apr 2021 14:31:07 0.22_17
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jan 2021 14:00:17
0.22_17
|
sunpoet  |
Bump PORTREVISION for astro/cfitsio shlib change |
30 May 2020 16:43:43
0.22_16
|
rodrigo  |
graphics/ufraw: fix 13-CURRENT build
Bump portrevision
PR: 246382
Submitted by: cy |
26 Jan 2020 04:57:44
0.22_15
|
danfe  |
Chase shlib version bump of `graphics/lensfun' (r524150). |
27 Dec 2019 13:43:00
0.22_14
|
bapt  |
Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil |
27 Jul 2019 11:53:22
0.22_13
|
sunpoet  |
Update to 3.47
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
26 Jul 2019 20:46:57
0.22_12
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
10 Jul 2019 19:30:56
0.22_11
|
tcberner  |
graphics/exiv2: update to 0.27.1
Exp-run by: antoine
PR: 239028 |
17 Mar 2019 13:14:52
0.22_11
|
tcberner  |
graphics/exiv2: update to 0.27
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python
bindings
Exp-run by: antoine
PR: 235943
PR: 234830 |
08 Mar 2019 21:29:26
0.22_10
|
tcberner  |
graphics/ufraw: prepare for exiv2-0.27
Import gentoo's patch:
https://gitweb.gentoo.org/repo/gentoo.git/tree/media-gfx/ufraw/files/ufraw-0.22-exiv2-0.27.patch
PR: 235943 |
09 Feb 2019 11:04:39
0.22_9
|
tobik  |
graphics/ufraw: Simplify using the GTK2 plist sub already added by OPTIONS_SUB |
07 Feb 2019 11:02:46
0.22_9
|
rodrigo  |
Be able to build ufraw without GTK2 option
Add gnome to the uses to make testport happy
Bump portrevision
PR: 234436
Reported by: Thomas Guymer <t.m.guymer@thomasguymer.co.uk> |
20 Dec 2018 05:08:49
0.22_8
|
linimon  |
This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
PR: 233921
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
01 Jul 2018 21:42:49
0.22_8
|
rodrigo  |
Fix graphics/ufraw build for 12.0
Fix code issues who causes build failures
due to missing spaces between literal and identifier.
Bump PORTREVISION.
PR: 229271
Submitted by: <w.schwarzenfeld@utanet.at> |
14 Jun 2018 07:22:23
0.22_7
|
ehaupt  |
- Install .desktop file
- Remove some cruft from Makefile
PR: 228917
Approved by: rodrigo |
28 Apr 2018 06:14:58
0.22_6
|
tcberner  |
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345 |
03 Apr 2018 22:51:02
0.22_5
|
rodrigo  |
Fix space in the Makefile
Bump PORTREVISION
MFH: 2018Q2 |
03 Apr 2018 22:47:43
0.22_4
|
rodrigo  |
Move ufraw from sourceforge to github
On the same time recover updates done in development branch and never released
- Add WB for multiple new cameras :
FUJIFILM X-T2, PENTAX K-1, Panasonic DMC-FZ300/DMC-FZ330,
Canon PowerShot G7 X Mark II, Canon EOS M10, Canon EOS 700D,
Canon EOS 80D, NIKON D200, FUJIFILM X-T10, PENTAX K-S2,
NIKON D5500, NIKON D810, FUJIFILM X100T, Canon PowerShot G5 X,
Panasonic DMC-LF1, SONY RX10M2, Canon EOS M2, Canon PowerShot S120,
FUJIFILM X-M1, OLYMPUS E-M10 Mark II, etc
- multiple bug fixes : memory leak, etc
Remove existing patches since they coming from upstream and are now provided
by default in the distfile.
Incorporate the patched made by the debian project, including a fix for the
CVE-2015-8366.
MFH: 2018Q2
Security: CVE-2015-8366 |
05 Feb 2018 17:26:09
0.22_3
|
danfe  |
Unbreak the build against recent Clang.
PR: 225556 |
09 Sep 2016 19:42:46
0.22_3
|
amdmi3  |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
25 Aug 2016 14:53:19
0.22_3
|
pawel  |
- Fix build on 12.0-CURRENT, patch was accepted by upstream:
https://sourceforge.net/p/ufraw/bugs/407/
- Convert to options subs and helpers
- Mark GTK2 option as implied for GIMP, otherwise poudriere build fails
PR: 211735
Submitted by: myself
Approved by: maintainer timeout |
27 Jul 2016 10:22:26
0.22_3
|
tcberner  |
Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283 |
01 Apr 2016 14:00:57
0.22_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20 Mar 2016 14:35:06
0.22_2
|
jbeich  |
graphics/lensfun: bump PORTREVISION in consumers after r411373 |
17 Aug 2015 21:18:40
0.22_1
|
amdmi3  |
- Add missing file to plist
Approved by: portmgr blanket |
22 Jun 2015 18:33:22
0.22
|
antoine  |
Convert to USES=jpeg |
18 Jun 2015 23:31:54
0.22
|
rodrigo  |
Update ufraw from 0.21 to 0.22
Major changes :
- Upstream fix for CVE-2015-3885
- replace liblcms1 by liblcms2
- lot of new cameras and bugfixes
- better foveon support |
14 May 2015 21:27:51
0.21
|
rodrigo  |
Upgrade ufraw from 0.19.2 to 0.21
Remove deprecated patches
Apply bugfix for CVE-2015-3885
PR: 200197
obtained from: rawtherapee
MFH: 2015Q2
Security: CVE-2015-3885 |
25 Mar 2015 20:09:43
0.19.2_6 
|
marino  |
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
25 Dec 2014 20:54:43
0.19.2_6 
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
0.19.2_5 
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
20 Oct 2014 17:04:21
0.19.2_5 
|
bapt  |
Cleanup plist |
27 Jun 2014 09:55:31
0.19.2_5 
|
rodrigo  |
Don't copy mkinstalldirs from icu anymore since ufraw carry it's own version
PR: ports/191422
Submitted by: rodrigo (maintainer)
Approved by: bapt (mentor) |
04 May 2014 15:37:11
0.19.2_5 
|
sunpoet  |
- Update to 3.360
- Build and install static library
- Bump PORTREVISION for astro/cfitsio shlib change
Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
25 Apr 2014 10:54:50

|
tijl  |
Like r351970 removed an extra USES+=desktop-file-utils from the Makefile,
also remove the extra update-desktop-database from pkg-plist. |
23 Apr 2014 20:26:50
0.19.2_3 
|
mandree  |
Drop excess USES+=desktop-file-utils under the GNOME option,
which broke the stage-qa target.
Approved by: portmgr (blanket) |
22 Apr 2014 13:41:53
0.19.2_3 
|
rodrigo  |
- fix clang issue caused by incorrect namespacing
- add dependency
- bump portrevision
PR: ports/188044
Submitted by: Chris Rees <crees@FreeBSD.org>
Approved by: bapt (mentor)
Obtained from: Macports
MFH: 2014Q2 |
04 Apr 2014 20:36:47
0.19.2_2 
|
danfe  |
- Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :( |
11 Feb 2014 20:17:14
0.19.2_1 
|
marino  |
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. |
05 Feb 2014 21:58:30
0.19.2_1 
|
mandree  |
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) |
05 Feb 2014 20:02:34
0.19.2_1 
|
sunpoet  |
- 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> |
29 Jan 2014 09:17:42
0.19.2 
|
rodrigo  |
Update maintainer email address
Approved by: bapt@ (co-mentor) |
22 Oct 2013 13:58:56
0.19.2 
|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
20 Sep 2013 18:35:46
0.19.2 
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
02 Sep 2013 22:23:54
0.19.2 
|
bapt  |
Add an explicit dependency on pkgconf |
11 Aug 2013 14:45:59
0.19.2 
|
bsam  |
Fix build after recent glib update.
PR: ports/181013
Submitted by: Jan Henrik Sylvester <me@janh.de>
Approved by: rodrigo@bebik.net (maintainer) |
20 May 2013 07:50:28
0.19.2 
|
bsam  |
Update to version 0.19.2.
PR: ports/178659
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer, final
patch via e-mail) |
24 Apr 2013 18:10:32
0.18_4 
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
30 Nov 2012 08:48:42
0.18_4 
|
jhale  |
- EXIV2 and LENSFUN now have standard descriptions
- Drop "Enable" in FITS description
Reported by: danfe
Feature safe: yes |
30 Nov 2012 07:39:40
0.18_4 
|
jhale  |
- Convert to new options framework
- Drop ABI version numbers from LIB_DEPENDS
- Trim Makefile header
PR: ports/174003
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer)
Feature safe: yes |
31 Jul 2012 15:29:27
0.18_4 
|
bsam  |
Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.
PR: ports/169733
Submitted by: bsam (me)
Approved by: multimedia (maintainer timeout 3 weeks) |
11 Jun 2012 08:00:16
0.18_3 
|
rm  |
- fix build when WITH_GTK is disabled, but x11-toolkits/gtkimageview
is installed
I also added similar change for WITH_GIMP option, because configure tries to
autodetect it too. PORTREVISION bump doesn't needed because GTK is enabled by
default.
PR: 166722
Submitted by: Bojan Petrovic <bojan_petrovic at fastmail dot fm>
Approved by: Rodrigo OSORIO <rodrigo at bebik dot net> (maintainer) |
01 Jun 2012 05:26:28
0.18_3 
|
dinoex  |
- update png to 1.5.10 |
14 May 2012 09:48:12
0.18_2 
|
rm  |
- pass maintainership to new volunteer
PR: ports/167858
Submitted by: Rodrigo OSORIO <rodrigo at bebik dot net> |
27 Jan 2012 17:45:36
0.18_2 
|
miwi  |
- Fix build with gcc4.6
PR: 164141
Submitted by: Heath Nielson <heathn@gmail.com> |
17 Dec 2011 17:41:57
0.18_2 
|
danfe  |
- Reenable LensFun library support by default as I believe it should not
crash anymore (and thus bump port revision)
- Provide GNOME option to register .desktop file and GConf2 schemas (off
by default)
- Include <bsd.port.options.mk> instead of <bsd.port.pre.mk> after OPTIONS
to avoid having to define WANT_GNOME
- Minor non-functional Makefile adjustments
Reviewed by: gnome@ (feedback from marcus, dougb, bsam) |
30 Nov 2011 10:14:01
0.18_1 
|
danfe  |
- Build extra (dcraw, nikon-curve) executables to better adhere to port
description and simply provide more functionality by default (install
dcraw as ufraw-dcraw to avoid conflict with `graphics/dcraw' port)
- Make heavy (due to `graphics/gimp-app' dependency) GIMP plugin off by
default: this port is most often used for quick command line raw
conversion, and GIMP pulls way too much stuff unfortunately
- Make Gtk+2 GUI optional (X-less users should appreciate)
- Remove explicit USE_GNOME components (inherited though the mandatory
dependencies)
- Disable LensFun support by default since processing Canon CR2 files
results in segmentation fault in lf_lens_interpolate_vignetting()
- Ensure that users' selection of OPTIONS is upheld (remove exists(...)
checks)
- Rephrase some options' texts, pass --disable-silent-rules option to
configure script so that build logs could be more useful
- Bump PORTREVISION due to numerous important changes
Feature safe: yes |
30 Nov 2011 06:15:03
0.18 
|
danfe  |
In sight of upcoming update, cleanup things a bit (reformat, fix whitespace,
reorder some knobs, add LICENSE, etc).
Feature safe: yes |
15 Nov 2011 08:02:23
0.18 
|
danfe  |
Reformat and kill excessive attribution.
Feature safe: yes |
24 Oct 2011 03:33:20
0.18 
|
stas  |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
23 Sep 2011 22:26:39
0.18 
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
20 Sep 2011 20:19:55
0.18 
|
stas  |
- Update to 0.18.
This is a bugfix release. It also adds a new translation and based on
a new 9.06 version of dcraw.
Submitted by: Martin Sugioarto <martin@sugioarto.com> (based on) |
12 Apr 2011 08:24:32
0.17_2 
|
bapt  |
- chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies |
20 Aug 2010 08:34:50
0.17_1 
|
kwm  |
Chase exiv2 shlib bump. |
17 Aug 2010 00:32:45
0.17 
|
stas  |
- Update to 0.17.
PR: ports/149249 (based on)
Submitted by: Xin LI <delphij@freebsd.org> |
07 Aug 2010 20:48:05
0.16_5 
|
lwhsu  |
- Bump PORTREVISION for shared library update of graphics/lensfun |
31 May 2010 02:01:56
0.16_4 
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
28 Mar 2010 06:47:48
0.16_3 
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Mar 2010 09:17:35
0.16_2 
|
stas  |
- Fix a couple of typos in options.
Feature safe: yes |
05 Feb 2010 11:46:55
0.16_2 
|
dinoex  |
- update to jpeg-8 |
15 Dec 2009 05:45:31
0.16_1 
|
stas  |
- Update checksum (distfile was rerolled with some configure-related fixes).
PR: ports/141266
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
04 Dec 2009 22:28:57
0.16_1 
|
stas  |
- Add CONTRAST option to support contrast operations (enabled by default). [1]
- Add HOTPIXEL option to support hot pixels filtering (enabled by default).
- Add DST option that turns on using the local time in timestamps (off by
default).
- Bump port revision.
PR: ports/141053 [1]
Submitted by: "Pierre Guinoiseau" <geekounet@poildetroll.net> [1] |
16 Oct 2009 13:16:58
0.16 
|
stas  |
- Update to 0.16.
- Add option for FIST support. |
22 Aug 2009 00:23:13
0.15_3 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
18 Jul 2009 11:11:29
0.15_3 
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
27 May 2009 11:32:02
0.15_2 
|
stas  |
- Use OPTIONS.
- Add lensfun support [1].
- Bump portrevision.
PR: ports/134924 [1]
Submitted by: Denis Barov <dindin@dindin.ru> [1] |
11 Mar 2009 22:19:40
0.15_1 
|
bsam  |
. update graphics/exiv2 to the new version;
. bump ports which depends upon libexiv2.so
(the library was bumpted from *.so.3 to *.so.7);
. mark current graphics/py-exiv2 as broken since it doesn't compile
with new libexiv2; this should change with graphics/py-exiv2-0.2.
PR: ports/131376
Submitted by: bsam (me)
Discussed with: kde@
Approved by: maintainer timeout (5 weeks) |
05 Jan 2009 20:36:33
0.15 
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
25 Dec 2008 23:29:57
0.15 
|
stas  |
- Update to 0.15. |
19 Oct 2008 16:03:52
0.14.1 
|
stas  |
- Update to 0.14.1.
- Take maintainership. |
07 Sep 2008 00:19:05
0.13_3 
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
06 Jun 2008 13:35:04
0.13_3 
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
0.13_2 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
07 Mar 2008 19:36:25
0.13_1 
|
pav  |
- Chase exiv2 update |
12 Dec 2007 13:13:31
0.13 
|
sat  |
- Update to 0.13 |
26 Oct 2007 23:41:17
0.12.1 
|
sat  |
- Update to 0.12.1
Prodded by: mi |
01 Aug 2007 08:49:15
0.12 
|
sat  |
- Update to 0.12 |
23 Jul 2007 09:36:52
0.11_5 
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
17 Jul 2007 11:35:32
0.11_5 
|
sat  |
- Disable gimp support if WITHOUT_GIMP is defined
Requested by: J.R. Oldroyd <jr at opal.com> |
27 May 2007 15:25:39
0.11_5 
|
pav  |
- Chase libexif update |
25 May 2007 12:07:17
0.11_4 
|
pav  |
- Chase libexif update |
19 May 2007 20:32:57
0.11_3 
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |