| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 May 2013 08:31:30
  |
bapt  |
Convert to new options framework |
26 Apr 2013 10:44:29
2012.0.0
|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
22 Mar 2013 20:06:15
2012.0.0
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
17 Feb 2013 17:13:00
2012.0.0
|
vd  |
Upgrade graphics/hugin from 2011.4.0 to 2012.0.0
Submitted by: grog@ |
31 Jan 2013 13:38:43
2011.4.0_5
|
bapt  |
Chase boost update |
21 Jan 2013 09:23:34
2011.4.0_4
|
vd  |
Make graphics/hugin compilable with clang.
PR: ports/175427
Submitted by: Rainer Hurling <rhurlin@gwdg.de> |
17 Jan 2013 04:34:55
2011.4.0_4
|
swills  |
- Chase OpenEXR lib update |
12 Nov 2012 12:07:56
2011.4.0_3
|
vd  |
Fix compilation problem with clang in graphics/hugin
PR: ports/170758
Submitted by: Heath Nielson <heathn@gmail>
Feature safe: yes |
04 Aug 2012 22:52:04
2011.4.0_3
|
kwm  |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area. |
31 Jul 2012 15:29:27
2011.4.0_2
|
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) |
01 Jun 2012 05:26:28
2011.4.0_1
|
dinoex  |
- update png to 1.5.10 |
21 Apr 2012 12:03:26
2011.4.0
|
vd  |
Remove dependency on graphics/autopanosift, it is no longer required
and that software is no longer available from vendor site. |
21 Apr 2012 11:52:31
2011.4.0
|
vd  |
Upgrade graphics/hugin from 2010.4.0 to 2011.4.0 |
14 Nov 2011 03:26:46
2010.4.0_3
|
rakuco  |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
02 May 2011 12:44:53
2010.4.0_3
|
makc  |
Bump PORTREVISION after open-mofit update |
12 Apr 2011 08:24:32
2010.4.0_2
|
bapt  |
- chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies |
25 Jan 2011 15:45:45
2010.4.0_1
|
vd  |
Fix graphics/hugin pkg-plist
Feature safe: yes |
10 Jan 2011 09:39:38
2010.4.0
|
vd  |
Upgrade graphics/hugin from 2009.4.0 to 2010.4.0
* WX Unicode is now required to build Hugin
* Remove the requirement for GCC 4.2 on 6.x since Hugin does not do
RPATH_REMOVE anymore (see the log message for graphics/hugin/Makefile,
rev 1.43) |
20 Aug 2010 08:34:50
2009.4.0_6
|
kwm  |
Chase exiv2 shlib bump. |
25 Jun 2010 22:21:04
2009.4.0_5
|
makc  |
Change dependency from boost-python back to boost-libs.
PR: ports/147801
Submitted by: makc@
Approved by: vd@ (maintainer timeout two weeks)
Feature safe: yes |
31 May 2010 02:01:56
2009.4.0_4
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
27 Apr 2010 21:58:27
2009.4.0_3
|
gahr  |
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly
Approved by: portmgr (pav) |
29 Mar 2010 11:47:03
2009.4.0_3
|
dinoex  |
- fix build for png-1.4.1 |
28 Mar 2010 06:47:48
2009.4.0_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
20 Feb 2010 16:30:00
2009.4.0_2
|
vd  |
The error with GCC 4.4:
/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required
by /usr/local/bin/hugin not found
which I just fixed by using an older GCC is because
hugin-2009.4.0/src/hugin1/hugin/cmake_install.cmake includes this code:
FILE(RPATH_REMOVE
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hugin")
which does remove the rpath setting -Wl,rpath=/usr/local/lib/gcc44 which was
injected by /usr/ports/Mk/bsd.gcc.mk and then /usr/lib/libstdc++.so.6 is
picked up instead of /usr/local/lib/gcc44/libstdc++.so.6
If we have to compile with GCC 4.4 some day, then we will have to(Only the first 15 lines of the commit message are shown above ) |
20 Feb 2010 14:40:17
2009.4.0_2
|
vd  |
Use ${OSVERSION} after including bsd.port.pre.mk
Feature safe: yes |
20 Feb 2010 14:36:42
2009.4.0_2  |
vd  |
graphics/hugin:
The compilation is known to fail on 6.x with GCC 3.4, so
use non-standard GCC (4.4+) only on 6.x and older.
On 7.x and above use the base GCC instead of GCC 4.4+ because:
1. GCC 4.4+ is not needed anyway and
2. The hugin executable compiled on 8.0/gcc-4.4.4.20100216 fails to start:
/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required
by /usr/local/bin/hugin not found
Reported by: Hannes Hauswedell <h2@fsfe.org>
Feature safe: yes |
05 Feb 2010 11:46:55
2009.4.0_1
|
dinoex  |
- update to jpeg-8 |
23 Jan 2010 16:32:49
2009.4.0
|
vd  |
graphics/hugin: Use GCC 4.4 or higher
The compilation fails on 6.x with GCC 3.4:
...
[ 11%] Building CXX object
src/hugin_base/CMakeFiles/huginbase.dir/algorithms/nona/NonaFileStitcher.cpp.o
cd /work/a/ports/graphics/hugin/work/hugin-2009.4.0/src/hugin_base &&
/usr/bin/c++ -Dhuginbase_EXPORTS -O2 -fno-strict-aliasing -pipe -O2 -g -fPIC
-I/work/a/ports/graphics/hugin/work/hugin-2009.4.0/src
-I/work/a/ports/graphics/hugin/work/hugin-2009.4.0/src/hugin_base
-I/work/a/ports/graphics/hugin/work/hugin-2009.4.0/src/foreign
-I/work/a/ports/graphics/hugin/work/hugin-2009.4.0/src/foreign/vigra
-I/work/a/ports/graphics/hugin/work/hugin-2009.4.0/src/celeste
-I/usr/local/include -I/usr/local/include/OpenEXR -o
CMakeFiles/huginbase.dir/algorithms/nona/NonaFileStitcher.cpp.o -c
/work/a/ports/graphics/hugin/work/hugin-2009.4.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp
In file included from /usr/local/include/boost/thread/future.hpp:12,
from /usr/local/include/boost/thread.hpp:24,
from
/work/a/ports/graphics/hugin/work/hugin-2009.4.0/src/hugin_base/vigra_ext/MultiThreadOperations.h:30,
from
/work/a/ports/graphics/hugin/work/hugin-2009.4.0/src/hugin_base/vigra_ext/ImageTransforms.h:42,
from
/work/a/ports/graphics/hugin/work/hugin-2009.4.0/src/hugin_base/nona/Stitcher.h:49,
from
/work/a/ports/graphics/hugin/work/hugin-2009.4.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33:
/usr/local/include/boost/exception_ptr.hpp:43: error: looser throw specifier for
`virtual boost::exception_ptr::~exception_ptr()'
/usr/local/include/boost/exception/detail/exception_ptr_base.hpp:27: error:
overriding `virtual
boost::exception_detail::exception_ptr_base::~exception_ptr_base() throw ()'
*** Error code 1
...
Reported by: pav |
11 Jan 2010 09:33:45
2009.4.0
|
vd  |
Upgrade graphics/hugin from 2009.2.0 to 2009.4.0.
Release notes:
http://hugin.sourceforge.net/releases/2009.4.0/en.shtml
ChangeLog:
http://hugin.svn.sourceforge.net/viewvc/hugin/hugin/trunk/ChangeLog |
09 Jan 2010 17:47:32
2009.2.0
|
pav  |
- Fix build - switch dependency to boost-python-libs
Reported by: pointyhat |
05 Oct 2009 07:19:06
2009.2.0
|
vd  |
graphics/hugin:
Add missing dependencies that were added in the latest release.
Reported by: erwin@, pav@ |
30 Sep 2009 07:16:05
2009.2.0
|
vd  |
graphics/hugin:
Chase a distfile that has been moved.
Pointed by: QAT@
Feature safe: yes |
29 Sep 2009 16:36:45
2009.2.0
|
vd  |
Upgrade graphics/hugin from 0.8.0 to 2009.2.0.
Release notes:
http://hugin.sourceforge.net/releases/2009.2.0/en.shtml
ChangeLog:
http://hugin.svn.sourceforge.net/viewvc/hugin/hugin/trunk/ChangeLog
Feature safe: yes |
09 Sep 2009 15:07:17
0.8.0
|
vd  |
graphics/hugin:
Get rid of the idea to add lapack dependency.
Bruno Postle says it is not needed. |
22 Aug 2009 05:41:10
0.8.0
|
vd  |
Upgrade graphics/hugin from 0.7.0 to 0.8.0.
Release notes:
http://hugin.sourceforge.net/releases/0.8.0/en.shtml
ChangeLog:
http://hugin.svn.sourceforge.net/viewvc/hugin/hugin/trunk/ChangeLog |
22 Aug 2009 00:23:13
0.8.0  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
28 Jul 2009 11:45:09
0.7.0_3
|
pav  |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
18 Jul 2009 11:11:29
0.7.0_3
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
24 Mar 2009 19:13:32
0.7.0_2
|
makc  |
bump PORTREVISION after cmake update |
11 Mar 2009 22:19:40
0.7.0_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) |
03 Dec 2008 13:43:20
0.7.0
|
vd  |
Upgrade graphics/hugin from 0.7.r3135 to 0.7.0. |
01 Jul 2008 14:47:02
0.7.r3135
|
vd  |
Upgrade graphics/hugin from 0.7_beta4 to 0.7.r3135 (SVN revision 3135).
This version is not archived by the authors, so this is a
snapshot of the SVN repository as of revision 3135.
The archive is put on the freebsd.org cluster. |
15 Jun 2008 15:35:34
0.7.b4_3
|
vd  |
graphics/hugin:
Fix reference to autopano-complete - it is installed as autopano-complete,
not autopano-complete.sh and does not recognize long options under FreeBSD.
PR: ports/123588
Submitted by: marck |
11 Jun 2008 12:17:14
0.7.b4_2
|
vd  |
Change the bootstrap script so it works with the new gettextize.
Spotted by: marck@ |
06 Jun 2008 13:35:04
0.7.b4_2
|
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) |
22 Jan 2008 10:35:57
0.7.b4_1
|
vd  |
Hugin does not work with wxgtk 2.8. It crashes at startup, after displaying
the startup tip. This has been reported in ports/118190 and ports/119866.
So limit the WX dependency to 2.6 only. |
19 Jan 2008 08:31:36
0.7.b4
|
vd  |
* Upgrade graphics/hugin from 0.6.1 to 0.7.b4
* Update libpano dependency to libpano13
* Add OPTIONS to depend on enblend, autopano-sift and ptstitcher
* Update automake dependency to 1.10
* Get rid of the autotools hack in pre-configure:, not necessary anymore
* Sync pkg-plist
* Sync the patches in files/ |
30 Sep 2007 04:47:37
0.6.1_2
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
19 May 2007 20:32:57
0.6.1_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
28 Mar 2007 20:46:18
0.6.1
|
vd  |
Allow the execution of gettextize because the present gettext infrastructure
does not work with the new gettext version.
Unfortunately gettextize is interactive (it just wants one to hit enter)
and there seems no way to circumvent this, so I set IS_INTERACTIVE=yes
(it does ``read dummy < /dev/tty''!) |
22 Mar 2007 12:44:11
0.6.1
|
vd  |
Fix to expect gettextize versions greater than 0.14
Configure failure reported by: pav, kris |
05 Mar 2007 06:14:30
0.6.1
|
vd  |
Adopt graphics/hugin and related ports. |
27 Feb 2007 05:43:23
0.6.1
|
linimon  |
Reset cartola@openit.com.br due to maintainer-timeouts and no response
to previous email.
Hat: portmgr |
19 Feb 2007 09:47:46
0.6.1
|
vd  |
Update graphics/hugin from 0.5 to 0.6.1:
* Change dependency on libpano12 >= 2.8.4
* Hook dependencies on the autotools, we need to recreate the
autogenerated files because now we have changed the autotools source
config files (configure.ac etc.) with the hope that our changes will
be propagated upstream
PR: ports/108266
Submitted by: vd
Approved by: cartola@openit.com.br (maintainer timeout) |
01 Dec 2006 07:39:02
0.5
|
pav  |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver |
30 Jan 2006 14:40:59
0.5
|
garga  |
- Update to 0.5
- Use DATADIR
- Respect WITHOUT_NLS
- Require wxgtk26 instead wxgtk24 and patch to use wxrc-gtk2-2.6
- Unbreak
PR: ports/90619
Submitted by: Marco Molteni <molter@tin.it>
Reworked by: garga
Approved by: maintainer |
30 Jan 2006 10:23:34
0.5.b2_5
|
edwin  |
- SHA256ify
- remove double SIZE entry for kipi-plugins |
17 Dec 2005 18:39:13
0.5.b2_5
|
kris  |
BROKEN: Does not compile |
05 Nov 2005 05:22:06
0.5.b2_5
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
14 Aug 2005 13:43:23
0.5.b2_4
|
fjoe  |
- Fix build on RELENG_4.
- Fix dependencies on wxgtk (include lib versions, otherwise
wxgtk2 2.6.x libarries could match)
- Bump PORTREVISION.
Approved by: portmgr |
14 Aug 2005 13:42:01
0.5.b2_3
|
fjoe  |
Fix pkg-plist (this file did not get into previous commit)
Approved by: portmgr |
09 Aug 2005 14:13:44
0.5.b2_3
|
fjoe  |
- Fix pkg-plist.
- Bump PORTREVISION.
Approved by: portmgr |
15 Jul 2005 08:33:00
0.5.b2_2
|
fjoe  |
Fix the build (wx-config has different name now). Maintainer timeout.
Pointy hat to: fjoe |
12 May 2005 16:39:59
0.5.b2_1
|
fjoe  |
Finish repo copy of wxgtk 2.4.2 ports to wxgtk24* |
12 Apr 2005 03:26:57
0.5.b2_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.5.b2_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
12 Mar 2005 10:54:27
0.5.b2_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
05 Mar 2005 19:26:29
0.5.b2
|
pav  |
- Update to 0.5 beta2
PR: ports/78350
Submitted by: Marco Molteni <molter@tin.it>
Approved by: Carlos Eduardo <cartola@openit.com.br> (maintainer) |
28 Dec 2004 23:01:00
0.4.r1
|
edwin  |
Add use_imake to get makedepend
Noticed by: pointyhat / kris |
15 Dec 2004 23:04:42
0.4.r1
|
edwin  |
New port: graphics/hugin - a gui system to mount panoramic images
from individual pictures
Goal: an easy to use cross-platform GUI for Panorama Tools.
With hugin you can assemble a mosiac of photographs into a
complete immersive panorama, stitch any series of overlapping
pictures and much more.
WWW: http://hugin.sourceforge.net/
PR: ports/71849
Submitted by: Carlos Eduardo G. Carvalho <cartola@openit.com.br> |