Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2015.0.0_4 23 Nov 2015 02:47:23 |
grog |
Add missing dependency.
Add missing files to pkg-plist.
Work around breakage in configuration files.
Reviewed by: Callum Gibson, Henrik Johansson
Approved by: edwin@ (mentor)
MFC after: 2 weeks |
2015.0.0_3 21 Nov 2015 00:21:34 |
grog |
Hopefully win my battle with svn and finally check in the correct set
of patch files.
Approved by: edwin@ (long-suffering mentor)
MFC after: 2 weeks |
2015.0.0_2 20 Nov 2015 21:56:46 |
grog |
Remove old patch files.
Bump PORTREVISION.
Approved by: edwin@ (mentor)
MFC after: 2 weeks |
2015.0.0_1 20 Nov 2015 11:17:14 |
antoine |
Convert to USES=jpeg |
2015.0.0 19 Nov 2015 23:47:29 |
grog |
Take MAINTAINER
Approved by: vd@
Upgrade to 2015.0.0
Approved by: edwin@ (mentor)
MFC after: 2 weeks |
2013.0.0_7 16 Sep 2015 19:51:28 |
bapt |
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop |
2013.0.0_6 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2013.0.0_6 31 Mar 2015 08:08:50 |
danfe |
Update lensfun to version 0.3.0. It contains few changes making consumer
code incompatible with earlier versions; particularly, removal of CCI (the
Color Contribution Index of the lens, as defined by ISO 6728-83) [1] and
FOV1 ("field-of-view") [2] distortion model.
Four ports had to be patched to build against new lensfun (all fall under
`graphics' category): digikam-kde4, gimp-lensfun-plugin, hugin, rawstudio.
PR: 196182
Submitted by: Matthieu Volat (heavily modified)
Exp-run by: antoine
[1] https://sourceforge.net/p/lensfun/code/ci/f0c293
[2] https://sourceforge.net/p/lensfun/code/ci/048eb3 |
2013.0.0_5 27 Feb 2015 07:39:44 |
vd |
Try to use the same compiler as graphics/OpenEXR
PR: 197898 |
2013.0.0_5 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
2013.0.0_4 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
2013.0.0_4 21 Oct 2014 16:36:12 |
mva |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit) |
2013.0.0_4 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
2013.0.0_4 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2013.0.0_3 15 Aug 2014 20:37:33 |
mandree |
Upgrade OpenEXR and ilmbase to 2.2.0.
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) |
2013.0.0_2 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2013.0.0_1 04 Apr 2014 20:36:47 |
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 :( |
2013.0.0 27 Mar 2014 19:47:37 |
mandree |
- Update to 2013.0.0 (released 2013-10-27)
- Fix a few minor portlint nitpicks while at it.
The port has successfully been test compiled on 9.2-amd64 and
10.0-amd64, and redports reported success on 8.4-amd64 and 9.2-i386,
too. The application starts and looks sane on 9.2-amd64, but haven't
yet built panos with it.
10+ fails on redports because it uses the unfixed enblend port.
PR: 187555
Approved by: maintainer timeout (vd@, 14 days) |
2012.0.0_5 13 Mar 2014 01:12:42 |
mandree |
Convert to staging. Modernize.
Add missing USES=desktop-file-utils shared-mime-info, bumping
PORTREVISION.
Note that hugin could be upgraded to 2014.0 later. |
2012.0.0_5 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
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) |
2012.0.0_4 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
2012.0.0_3 12 Dec 2013 14:15:04 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
2012.0.0_3 02 Dec 2013 17:51:09 |
vd |
Fix python path in graphics/hugin's pkg-plist
Submitted by: makc@, kwm@, duchateau.olivier@gmail.com |
2012.0.0_3 02 Dec 2013 16:28:18 |
vd |
Fix graphics/hugin's pkg-plist |
2012.0.0_3 02 Dec 2013 12:27:53 |
vd |
Fix graphics/hugin's pkg-plist |
2012.0.0_3 02 Dec 2013 08:07:57 |
vd |
Followup to r335410: use !defined(_LIBCPP_VERSION) instead
of !defined(__clang__).
Submitted by: tijl@ |
2012.0.0_3 01 Dec 2013 17:44:58 |
vd |
Fix graphics/hugin build with clang.
PR: ports/182742
Submitted by: dumbbell@ |
2012.0.0_3 20 Nov 2013 14:25:28 |
nemysis |
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by: wg (mentor) |
2012.0.0_2 31 Oct 2013 00:32:31 |
nemysis |
graphics/ilmbase
- 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 (Only the first 15 lines of the commit message are shown above ) |
2012.0.0_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
2012.0.0 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
2012.0.0 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2012.0.0 11 Sep 2013 17:17:36 |
antoine |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
2012.0.0 06 May 2013 08:31:30 |
bapt |
Convert to new options framework |
2012.0.0 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2012.0.0 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2012.0.0 17 Feb 2013 17:13:00 |
vd |
Upgrade graphics/hugin from 2011.4.0 to 2012.0.0
Submitted by: grog@ |
2011.4.0_5 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
2011.4.0_4 21 Jan 2013 09:23:34 |
vd |
Make graphics/hugin compilable with clang.
PR: ports/175427
Submitted by: Rainer Hurling <rhurlin@gwdg.de> |
2011.4.0_4 17 Jan 2013 04:34:55 |
swills |
- Chase OpenEXR lib update |
2011.4.0_3 12 Nov 2012 12:07:56 |
vd |
Fix compilation problem with clang in graphics/hugin
PR: ports/170758
Submitted by: Heath Nielson <heathn@gmail>
Feature safe: yes |
2011.4.0_3 04 Aug 2012 22:52:04 |
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. |
2011.4.0_2 31 Jul 2012 15:29:27 |
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) |
2011.4.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2011.4.0 21 Apr 2012 12:03:26 |
vd |
Remove dependency on graphics/autopanosift, it is no longer required
and that software is no longer available from vendor site. |
2011.4.0 21 Apr 2012 11:52:31 |
vd |
Upgrade graphics/hugin from 2010.4.0 to 2011.4.0 |
2010.4.0_3 14 Nov 2011 03:26:46 |
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 |
2010.4.0_3 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
2010.4.0_2 12 Apr 2011 08:24:32 |
bapt |
- chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies |
2010.4.0_1 25 Jan 2011 15:45:45 |
vd |
Fix graphics/hugin pkg-plist
Feature safe: yes |
2010.4.0 10 Jan 2011 09:39:38 |
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) |
2009.4.0_6 20 Aug 2010 08:34:50 |
kwm |
Chase exiv2 shlib bump. |
2009.4.0_5 25 Jun 2010 22:21:04 |
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 |
2009.4.0_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2009.4.0_3 27 Apr 2010 21:58:27 |
gahr |
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly
Approved by: portmgr (pav) |
2009.4.0_3 29 Mar 2010 11:47:03 |
dinoex |
- fix build for png-1.4.1 |
2009.4.0_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2009.4.0_2 20 Feb 2010 16:30:00 |
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 ) |
2009.4.0_2 20 Feb 2010 14:40:17 |
vd |
Use ${OSVERSION} after including bsd.port.pre.mk
Feature safe: yes |
2009.4.0_2 20 Feb 2010 14:36:42 |
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 |
2009.4.0_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2009.4.0 23 Jan 2010 16:32:49 |
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 |
2009.4.0 11 Jan 2010 09:33:45 |
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 |
2009.2.0 09 Jan 2010 17:47:32 |
pav |
- Fix build - switch dependency to boost-python-libs
Reported by: pointyhat |
2009.2.0 05 Oct 2009 07:19:06 |
vd |
graphics/hugin:
Add missing dependencies that were added in the latest release.
Reported by: erwin@, pav@ |
2009.2.0 30 Sep 2009 07:16:05 |
vd |
graphics/hugin:
Chase a distfile that has been moved.
Pointed by: QAT@
Feature safe: yes |
2009.2.0 29 Sep 2009 16:36:45 |
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 |
0.8.0 09 Sep 2009 15:07:17 |
vd |
graphics/hugin:
Get rid of the idea to add lapack dependency.
Bruno Postle says it is not needed. |
0.8.0 22 Aug 2009 05:41:10 |
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 |
0.8.0 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.7.0_3 28 Jul 2009 11:45:09 |
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) |
0.7.0_3 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
0.7.0_2 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
0.7.0_1 11 Mar 2009 22:19:40 |
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) |
0.7.0 03 Dec 2008 13:43:20 |
vd |
Upgrade graphics/hugin from 0.7.r3135 to 0.7.0. |
0.7.r3135 01 Jul 2008 14:47:02 |
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. |
0.7.b4_3 15 Jun 2008 15:35:34 |
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 |
0.7.b4_2 11 Jun 2008 12:17:14 |
vd |
Change the bootstrap script so it works with the new gettextize.
Spotted by: marck@ |
0.7.b4_2 06 Jun 2008 13:35:04 |
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) |
0.7.b4_1 22 Jan 2008 10:35:57 |
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. |
0.7.b4 19 Jan 2008 08:31:36 |
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/ |
0.6.1_2 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
0.6.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.6.1 28 Mar 2007 20:46:18 |
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''!) |
0.6.1 22 Mar 2007 12:44:11 |
vd |
Fix to expect gettextize versions greater than 0.14
Configure failure reported by: pav, kris |
0.6.1 05 Mar 2007 06:14:30 |
vd |
Adopt graphics/hugin and related ports. |
0.6.1 27 Feb 2007 05:43:23 |
linimon |
Reset cartola@openit.com.br due to maintainer-timeouts and no response
to previous email.
Hat: portmgr |
0.6.1 19 Feb 2007 09:47:46 |
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) |
0.5 01 Dec 2006 07:39:02 |
pav |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver |
0.5 30 Jan 2006 14:40:59 |
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 |
0.5.b2_5 30 Jan 2006 10:23:34 |
edwin |
- SHA256ify
- remove double SIZE entry for kipi-plugins |
0.5.b2_5 17 Dec 2005 18:39:13 |
kris |
BROKEN: Does not compile |
0.5.b2_5 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.5.b2_4 14 Aug 2005 13:43:23 |
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 |
0.5.b2_3 14 Aug 2005 13:42:01 |
fjoe |
Fix pkg-plist (this file did not get into previous commit)
Approved by: portmgr |
0.5.b2_3 09 Aug 2005 14:13:44 |
fjoe |
- Fix pkg-plist.
- Bump PORTREVISION.
Approved by: portmgr |
0.5.b2_2 15 Jul 2005 08:33:00 |
fjoe |
Fix the build (wx-config has different name now). Maintainer timeout.
Pointy hat to: fjoe |
0.5.b2_1 12 May 2005 16:39:59 |
fjoe |
Finish repo copy of wxgtk 2.4.2 ports to wxgtk24* |
0.5.b2_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.5.b2_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |