/security/smtpmap/

'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/opencv
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1
| | | | | | | | | - 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
* Fix portversion going backwardsmm2011-09-201-5/+6
| | | | Reported by: erwin
* Update OpenCV to 2.3.1amm2011-09-182-6/+6
| | | | PR: ports/160719
* Change capital letter in COMMENT for python modulemm2011-08-231-1/+1
|
* Update to 2.3.1mm2011-08-239-92/+172
| | | | Prepare moving of python module to own port
* Rename pkg-plist.core to pkg-plist.oc to prevent accidential deletionmm2011-07-222-1/+1
| | | | | | by crontab scripts Reported by: Thomas Abthorpe <tabthorpe@FreeBSD.org>
* Update opencv to 2.3.0mm2011-07-116-20/+15
|
* Remove opencv2/video from pkg-plist (it is part of opencv-core)mm2011-06-291-1/+0
|
* Remove conditions with USE_GCC (not needed anymore)mm2011-06-291-17/+0
|
* Update OpenCV to 2.3.0-rcmm2011-06-2915-148/+339
|
* Bump due to ffmpeg update to 0.7.1mm2011-06-251-1/+1
|
* - Update devel/tbb to 3.0.5 and add a LOCAL mirrormartymac2011-03-241-0/+1
| | | | | | - Bump PORTREVISIONs for dependent ports Approved by: ehaupt (mentor)
* - Upgrade to 2.1.0.avilla2010-08-285-40/+83
| | | | | | | | | | | | - Fix build on 6.X. - Fix build with GCC 4.5. [1] - Fix dependency on Video4Linux. [1] - Add LICENSE. - Use bsd.port.options.mk. PR: ports/148955 [1] Submitted by: swell.k@gmail.com [1] Approved by: tabthorpe (mentor)
* - Update ffmpeg to 0.6mm2010-07-251-1/+1
|
* - Really unbroke with fresh v4l supportfluffy2010-04-191-0/+20
| | | | Approved by: avilla (maintaner via irc)
* - fix build for png-1.4.1dinoex2010-03-302-0/+50
| | | | | PR: 145122 Submitted by: Andrei V. Lavreniyuk
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+2
|
* - Mark as broken on sparc64.avilla2010-01-301-1/+4
| | | | | | - Set correct OSVERSION for the BROKEN flag. Approved by: tabthorpe (mentor)
* - Mark BROKEN on 6.Xpav2010-01-291-0/+4
| | | | Reported by: pointyhat
* - Update my e-mail address in the ports I maintain.avilla2010-01-271-1/+1
| | | | Approved by: miwi (mentor)
* - Update port: graphics/opencv 1.0.0 -> 2.0.0fluffy2010-01-1812-470/+191
| | | | | | PR: 140860 Submitted by: Alberto Villa (maintainer) Approved by: miwi, tabthorpe (mentors implicit)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* Fix build with current FFMpeg.fluffy2009-08-184-106/+155
| | | | | | | | | | | | Fix python support in highgui module. Bump PORTREVISION Pass maintainership to submitter. PR: 137805, 137871 Submitted by: Alberto Villa <villa.alberto AT gmail DOT com> Approved by: miwi (mentor)
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Fix buildarved2009-07-252-1/+15
| | | | | | | | Set maintainer to ports PR: 136390 Submitted by: Joerg Ruppe-Tanner Approved by: old maintainer
* - update to jpeg7dinoex2009-07-181-1/+1
| | | | Tested by: pav on pointyhat
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Fix build with newer ffmpegmiwi2008-05-021-0/+85
| | | | | | | | | PR: 117173 Submitted by: soralx@cydem.org Patched by: miwi Tested by: nox Reviewed by: nox Approved by: maintainer timeout
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-7/+5
| | | | | | | | | | | | | | | - 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)
* Mark broken on sparc64: does not compile.linimon2008-02-011-0/+4
|
* Enable V4L (Video for Linux) compatible to use USB Camera.nork2007-12-222-2/+14
| | | | Approved by: maintainer timeout (1 week)
* Chase OpenEXR library version bumped.nork2007-10-081-0/+1
|
* Update to 1.0.0.stefan2007-04-0514-350/+343
| | | | | | PR: 110057 Submitted by: Tz-Huan Huang <tzhuan@csie.org> Approved by: maintainer timeout (4 weeks)
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-012-0/+5
|
* Fix build in 4.xedwin2006-01-021-0/+4
| | | | Noticed by: YAPHR
* Change maintainer to submitter since the specified maintainer is aedwin2006-01-021-1/+1
| | | | | | closed mailinglist. Noticed by: YAPHR