Commit graph

7775 commits

Author SHA1 Message Date
Emanuel Haupt
66d9d1f086 Update to 6.3.0 2013-07-02 14:45:17 +00:00
Raphael Kubo da Costa
8569e7ece7 Update to 1.4.7.
- Configure board drivers and capture types from XML file
- Fix stale packet issue for DVB
- Add data-only capture mode for unsupported boards
- Various usability improvements

PR:		ports/180088
Submitted by:	Jason Harmening <jason.harmening@gmail.com> (maintainer)
2013-06-29 15:09:57 +00:00
William Grzybowski
77336dc13f multimedia/libtuner: distfile has been rerolled
- Distfile has ben rerolled

Nothing has changed expect for a few printf in the code

PR:		ports/180056
Submitted by:	Jason A Harmening <jason.harmening@gmail.com> (maintainer)
2013-06-29 11:21:42 +00:00
Baptiste Daroussin
8246b27b63 Convert to USES=imake
Remove indefinite article
Trim headers
optionsng
2013-06-28 22:12:51 +00:00
William Grzybowski
858acb597c multimedia/libtuner: update to 1.1.0
- Update to 1.1.0 [1]
- Trim Makefile header [1]
- Fix pkg-plist

PR:		ports/180047
Submitted by:	Jason A Harmening <jason.harmening@gmail.com> (maintainer)
2013-06-28 11:51:08 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
2013-06-28 11:51:05 +00:00
Guido Falsi
229b26aedc Update to 1.2.1 2013-06-27 20:43:18 +00:00
William Grzybowski
2d0bf489e2 multimedia/freetuxtv: fix build
- Add p5-XML-Parser as BUILD_DEPENDS [1]
- Use pathfix [1]
- Add DOCS and NLS options [1]
- Fix build with clang, -Wno-return-type

PR:		ports/179950
Submitted by:	nemysis <nemysis@gmx.ch> [1] (maintainer)
2013-06-25 13:51:12 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
Sunpoet Po-Chuan Hsieh
ecfed85eff - Update to 0.4.16
Changes:	http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS
2013-06-22 02:53:28 +00:00
Raphael Kubo da Costa
01cc83b20f Update the PyQt ports.
- SIP has been upgraded to 4.14.7.
- PyQt4 has been upgraded to 4.10.2.
- QScintilla2 has been upgraded to 2.7.2.
2013-06-21 19:13:05 +00:00
Pawel Pekala
74a2c68888 - Update to version 2.0.5
- Convert to new options macros, list all options in OPTIONS_DEFINE
- Make DOXYGEN independent of DOCS option, use generated plist for it
2013-06-19 17:00:05 +00:00
Martin Wilke
7bdcd25390 - Don't remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 14:57:43 +00:00
Rene Ladan
230ea417c7 - Remove the BOO option, this depends on the expired port lang/boo
- Fix MTP option
- Pet portlint

PR:		ports/179275
Submitted by:	myself
Approved by:	maintainer timeout (mono@, 16 days)
2013-06-19 11:32:27 +00:00
Andrej Zverev
1b40e6eb11 Remove expired ports:
2013-06-19 multimedia/p5-Video-Info: Broken for more than 6 month
2013-06-19 net-p2p/p5-pdonkey: depends on expired multimedia/p5-Video-Info
2013-06-19 07:59:40 +00:00
Alexey Dokuchaev
7ec1aad297 Handbrake tries to dlopen() libdvdcss.so.2, while library installed by the
libdvdcss package is actually libdvdcss.so.3, so the call always fails and
handbrake is unable to properly read CSS-encoded DVDs.

Patch in the PR suggested bumping requested shlib version accordingly, but
methinks it is better to just remove it completely from CSS_LIB definition.
While here, register run-time dependency on `multimedia/libdvdcss'.

PR:		ports/171473
Submitted by:	Heath Nielson
Approved by:	maintainer timeout (dmarion, over 9 months)
2013-06-17 09:23:52 +00:00
William Grzybowski
a48a5a8d8e multimedia/smplayer: update to 0.8.5
- Update to 0.8.5 [1]
- NOPORTDOCS -> PORT_OPTIONS:MDOCS

PR:		ports/178836 [1]
Submitted by:	pawel
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
2013-06-16 22:03:47 +00:00
William Grzybowski
d18c09af4a multimedia/gxanim: fix build with clang
- Fix build with clang, main int arg
- Add LICENSE (GPLv2)
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-16 11:31:31 +00:00
Andrej Zverev
1cc2e0d40d - Console client now support perl version 5.14+
- Cleanup Makefile and pkg-plist

PR:		ports/177775
Submitted by:	jgh@
Approved by:	nemysis <nemysis@gmx.ch> (maintainer and author of fixes)
2013-06-15 19:30:32 +00:00
Florian Smeets
87948edeea - Remove www/libxul19, is has been vulnerable and unsupported upstream for
quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout

Approved by:	portmgr (miwi)
2013-06-15 11:10:34 +00:00
Martin Wilke
dc1d0dc424 Do not remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-14 03:21:39 +00:00
Andrej Zverev
150bf38aca - Fix port afrer recent perl upgrade 2013-06-13 11:54:26 +00:00
Antoine Brodin
f2a66ab30e Update adapter detection patch to report correct IDs
PR:		ports/179517
Submitted by:	Mickael Maillot
Approved by:	Manuel Creach (maintainer)
2013-06-12 19:05:12 +00:00
Andrej Zverev
124b00a56f - Fix build with new site_perl
Submitted by:	olli hauer <ohauer@gmx.de>
2013-06-12 17:45:02 +00:00
Martin Wilke
01a19ad45e - Fix build on HEAD 2013-06-12 13:59:13 +00:00
Guido Falsi
d89301aafe - Replace BROKEN with IGNORE, which is more appropriate here [1]
- While here also use space in place of tab in pkg-descr WWW line

Reported by:	eadler [1]
Approved by:	manuel.creach@me.com (maintainer, via email)
2013-06-11 12:19:39 +00:00
Koop Mast
7e59e64187 Add PORTSCOUT macro's to prevent from picking up development versions. 2013-06-11 09:14:26 +00:00
Munechika SUMIKAWA
4125a01132 Upgrade to 0.19. 2013-06-11 00:39:03 +00:00
Christian Weisgerber
9356780819 Fix build after audio/flac 1.3.0 update.
PR:		179449
Submitted by:	Arrigo Marchiori <ardovm@yahoo.it> (fix)
2013-06-10 12:52:39 +00:00
Christian Weisgerber
be8cec3726 Chase audio/flac 1.3.0 update in gstreamer.
Submitted by:	Barbara Guida <barbara.freebsd@gmail.com>
2013-06-10 11:04:03 +00:00
Christian Weisgerber
1f2b1eac8e * Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
2013-06-09 19:30:58 +00:00
Steve Wills
d0380d9910 Ruby/ClutterGStreamer is a Ruby binding of Clutter-GStreamer.
WWW: http://ruby-gnome2.sourceforge.jp/
2013-06-09 18:52:34 +00:00
Steve Wills
975493bd95 Ruby/GStreamer is a Ruby binding for GStreamer.
WWW: http://ruby-gnome2.sourceforge.jp/
2013-06-09 18:52:18 +00:00
Guido Falsi
c5dde406c7 - Update to 1.0.20
- Change wording of error message to reflect ports having moved to new options framework.

PR:		ports/179360
Submitted by:	Manuel <manuel.creach@me.com> (maintainer)
Approved by:	Manuel <manuel.creach@me.com> (via private email)
2013-06-09 09:18:06 +00:00
Antoine Brodin
ab72a97126 - Update libcec to 2.1.3
- Distfile is available on GH not GHC
- Use pathfix instead of manual REINPLACE
- gmake and _FILE_OFFSET_BITS are not needed
- USE_AUTORECONF does not exist
- Add a pkg-message about permissions needed
- Update adapter detection patch

PR:		ports/177391
PR:		ports/179331
Submitted by:	Mickael Maillot, Manuel Creach (maintainer)
2013-06-09 07:07:17 +00:00
Sunpoet Po-Chuan Hsieh
56bcd6eb97 - Update LICENSE
- Add PORTSCOUT to skip development versions
2013-06-08 22:45:17 +00:00
Sunpoet Po-Chuan Hsieh
2857e39097 - Add LICENSE
- Add PORTSCOUT to skip development versions
2013-06-08 22:45:07 +00:00
Sunpoet Po-Chuan Hsieh
62267661ec - Update to 0.4.15
- Add LICENSE
- Add PORTSCOUT to skip development versions

Changes:	http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS
2013-06-08 22:44:42 +00:00
Alberto Villa
21f55c222a - Update to 0.9.6.
- Remove LICENSE_FILE.
- Remove soversion number from LIB_DEPENDS.
- Add support for different FFmpeg versions (currently using ffmpeg1).
2013-06-07 14:36:48 +00:00
Alberto Villa
b1de5528b4 - Update to 0.9.0.
- Add KDE4 option (dependent on QT4 one).

Informations on the release can be found in the official announcement:
http://mltframework.blogspot.it/2013/06/v090-released-with-new-property.html
2013-06-07 14:33:45 +00:00
Baptiste Daroussin
4c9b838add Convert to new options framework 2013-06-06 22:01:41 +00:00
Baptiste Daroussin
a3a8ec79eb Convert to new options framework
USES pkgconfig pathfix
2013-06-06 21:56:18 +00:00
Mathieu Arnold
cc32d6ee4c *PERL* cleanup. ports@ maintained ports.
- PERL_CONFIGURE implies USE_PERL5.
- USE_PERL5 implies USE_PERL5_BUILD and USE_PERL5_RUN.

Reported by: az
2013-06-06 14:04:06 +00:00
Mathieu Arnold
1aaa3ab37d Dedup PERL_CONFIGURE.
Reported by: http://az.semmy.ru/perl_sdad.txt
2013-06-06 13:23:29 +00:00
Rene Ladan
8edad71ccb Remove option for expired linuxhtreads port.
PR:		ports/179353
Submitted by:	myself
Approved by:	c.petrik.sosa@gmail.com (maintainer)
2013-06-06 09:48:53 +00:00
Martin Matuska
0e989c9af8 Update ffmpeg1 to 1.0.7 2013-06-06 07:43:34 +00:00
Jason Helfman
4443b4c75d - adoption of optionsNG
Approved by:	portmgr (bapt)
2013-06-05 06:53:35 +00:00
Jason Helfman
e8664ad598 - adoption of optionsNG
- while here convert to USES for py-periscope

Approved by:	portmgr (bapt)
2013-06-05 01:18:48 +00:00
Jason Helfman
0438119053 - adoption of optionsNG
Approved by:	portmgr (bapt)
2013-06-04 21:20:31 +00:00
Gabor Pali
109269205e - Update The Glorious Glasgow Haskell Compiler to version 7.6.3
- Update Haskell Platform to version 2013.2.0.0

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some highlights of the update:

- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
  hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
  portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk

New ports (11):

devel/hs-asn1-types                         0.1.3
devel/hs-data-default-class                 0.0.1
devel/hs-data-default-instances-base        0.0.1
devel/hs-data-default-instances-containers  0.0.1
devel/hs-data-default-instances-dlist       0.0.1
devel/hs-data-default-instances-old-locale  0.0.1
devel/hs-extensible-exceptions              0.1.1.4
devel/hs-mmorph                             1.0.0
devel/hs-quickcheck-io                      0.1.0
x11-toolkits/hs-GLURaw                      1.3.0.0
x11-toolkits/hs-OpenGLRaw                   1.3.0.0

Updated ports (104):

archivers/hs-zlib                        0.5.4.0_1        --> 0.5.4.1
databases/hs-persistent                  1.1.5.1          --> 1.2.0.1
databases/hs-persistent-sqlite           1.1.5            --> 1.2.0
databases/hs-persistent-template         1.1.2.4          --> 1.2.0
devel/hs-HUnit                           1.2.5.1_1        --> 1.2.5.2
devel/hs-IORefCAS                        0.2_3            --> 0.2.0.1
devel/hs-MonadRandom                     0.1.8            --> 0.1.9
devel/hs-QuickCheck                      2.5.1.1_1        --> 2.6
devel/hs-abstract-deque                  0.1.6_1          --> 0.2
devel/hs-alex                            3.0.2_1          --> 3.0.5
devel/hs-async                           2.0.1.3_1        --> 2.0.1.4
devel/hs-basic-prelude                   0.3.4.0          --> 0.3.5.0
devel/hs-blaze-builder                   0.3.1.0_4        --> 0.3.1.1
devel/hs-byteorder                       1.0.3_4          --> 1.0.4
devel/hs-cabal-install                   0.14.0_4         --> 1.16.0.2
devel/hs-classy-prelude                  0.5.3            --> 0.5.7
devel/hs-cmdargs                         0.10.2           --> 0.10.3
devel/hs-conduit                         1.0.2            --> 1.0.5
devel/hs-data-default                    0.5.0_1          --> 0.5.3
devel/hs-fsnotify                        0.0.6            --> 0.0.11
devel/hs-generic-deriving                1.4.0            --> 1.5.0
devel/hs-git-annex                       4.20130323_1     --> 4.20130601
devel/hs-haddock                         2.11.0_1         --> 2.13.2
devel/hs-hashable                        1.2.0.5          --> 1.1.2.5,1
devel/hs-hlint                           1.8.43           --> 1.8.45
devel/hs-hspec                           1.4.4            --> 1.5.4
devel/hs-hspec-expectations              0.3.0.3_1        --> 0.3.2
devel/hs-largeword                       1.0.4            --> 1.0.5
devel/hs-lens                            3.8.7.3          --> 3.9.0.2
devel/hs-lifted-base                     0.2.0.2          --> 0.2.0.5
devel/hs-monad-control                   0.3.1.4_1        --> 0.3.2.1
devel/hs-monad-logger                    0.3.0.1          --> 0.3.1.1
devel/hs-monad-par                       0.3.4.1          --> 0.3.4.2
devel/hs-pool-conduit                    0.1.1_1          --> 0.1.2
devel/hs-profunctors                     3.3              --> 3.3.0.1
devel/hs-reflection                      1.1.7            --> 1.3.2
devel/hs-resourcet                       0.4.5            --> 0.4.7.1
devel/hs-show                            0.5              --> 0.6
devel/hs-split                           0.2.1.1_1        --> 0.2.2
devel/hs-stm                             2.4_1            --> 2.4.2
devel/hs-syb                             0.3.7_1          --> 0.4.0
devel/hs-tagged                          0.4.4_1          --> 0.6
devel/hs-text                            0.11.2.3_1       --> 0.11.3.1
devel/hs-unix-compat                     0.4.1.0          --> 0.4.1.1
devel/hs-unix-time                       0.1.5            --> 0.1.8
devel/hs-unordered-containers            0.2.3.0          --> 0.2.3.1
devel/hs-utility-ht                      0.0.8_3          --> 0.0.9
devel/hs-uuagc                           0.9.42.2_3       --> 0.9.42.3
devel/hs-uuid                            1.2.9            --> 1.2.13
devel/hs-void                            0.5.11           --> 0.6
math/hs-NumInstances                     1.2              --> 1.3
math/hs-comonad-transformers             3.0.1_1          --> 3.0.2
math/hs-semigroups                       0.9              --> 0.9.1
math/hs-statistics                       0.10.2.0_2       --> 0.10.3.1
net/hs-network                           2.3.1.0_1        --> 2.4.1.2
net/hs-publicsuffixlist                  0.0.3            --> 0.1
net/hs-socks                             0.5.0            --> 0.5.1
security/hs-certificate                  1.3.5_1          --> 1.3.7
security/hs-cipher-aes                   0.1.7            --> 0.1.8
security/hs-clientsession                0.8.1_1          --> 0.9
security/hs-crypto-api                   0.11             --> 0.12.1
security/hs-crypto-conduit               0.5.0            --> 0.5.2
security/hs-crypto-pubkey                0.1.2_1          --> 0.1.3
security/hs-crypto-pubkey-types          0.2.0_1          --> 0.3.2
security/hs-cryptocipher                 0.4.0_1          --> 0.5.0
security/hs-cryptohash                   0.8.3_1          --> 0.9.0
security/hs-skein                        0.1.0.12         --> 1.0.3
textproc/hs-HaXml                        1.23.3_2         --> 1.24
textproc/hs-attoparsec-conduit           1.0.0            --> 1.0.1
textproc/hs-blaze-html                   0.6.0.0          --> 0.6.1.1
textproc/hs-blaze-markup                 0.5.1.4          --> 0.5.1.5
textproc/hs-case-insensitive             1.0              --> 1.0.0.2
textproc/hs-highlighting-kate            0.5.3.8          --> 0.5.3.9
textproc/hs-hs-bibutils                  4.17             --> 5.0
textproc/hs-polyparse                    1.8_3            --> 1.9
textproc/hs-texmath                      0.6.1.3          --> 0.6.1.5
textproc/hs-xml                          1.3.12_4         --> 1.3.13
textproc/hs-yaml                         0.8.2.3          --> 0.8.2.4
www/hs-HTTP                              4000.2.5_1       --> 4000.2.8
www/hs-cgi                               3001.1.7.4_6,1   --> 3001.1.7.5,1
www/hs-hamlet                            1.1.6.3          --> 1.1.7.1
www/hs-happstack-server                  7.1.7            --> 7.1.7.1
www/hs-heist                             0.11.1           --> 0.12.0
www/hs-http-conduit                      1.9.0            --> 1.9.3
www/hs-http-reverse-proxy                0.1.1.3          --> 0.1.1.6
www/hs-shakespeare                       1.0.3.1          --> 1.0.5
www/hs-shakespeare-css                   1.0.3            --> 1.0.5.1
www/hs-shakespeare-js                    1.1.2.1          --> 1.1.4
www/hs-snap                              0.11.2           --> 0.12.0
www/hs-wai-extra                         1.3.2.4          --> 1.3.4
www/hs-wai-test                          1.3.0.4          --> 1.3.1
www/hs-warp                              1.3.7.4          --> 1.3.8.1
www/hs-yesod                             1.1.9.2          --> 1.2.0.1
www/hs-yesod-auth                        1.1.5.3          --> 1.2.0
www/hs-yesod-core                        1.1.8.2          --> 1.2.0.4
www/hs-yesod-form                        1.2.1.3          --> 1.3.0
www/hs-yesod-persistent                  1.1.0.1_1        --> 1.2.0
www/hs-yesod-platform                    1.1.8            --> 1.2.0.1
www/hs-yesod-routes                      1.1.2            --> 1.2.0
www/hs-yesod-static                      1.1.2.2          --> 1.2.0
www/hs-yesod-test                        0.3.5            --> 1.2.0
x11-toolkits/hs-GLUT                     2.1.2.1_7,1      --> 2.4.0.0,1
x11-toolkits/hs-OpenGL                   2.2.3.1_4,1      --> 2.8.0.0,1
x11/hs-xmobar                            0.16_2           --> 0.17

Removed ports (2):

www/hs-yesod-default                     1.1.3.2
www/hs-yesod-json                        1.1.2.1

PR:		ports/179146 [1]
Requested by:	Omar Thameen <omar@biglist.com> [1]
Reported by:	sperber, bapt [2]
Tested by:	sperber [2]
Obtained from:	FreeBSD Haskell
2013-06-04 18:53:40 +00:00
Olivier Duchateau
0f34f4e640 - Update to 0.5.1 2013-06-03 20:55:44 +00:00
Tijl Coosemans
edc3a04f55 Set .MAKE.FreeBSD_UL=yes to support bmake. It is already set in
bsd.port.mk, but these ports use :U and/or :L variable modifiers in
a .for loop which is expanded before bsd.port.mk is included.

Reviewed by:	kwm
2013-06-02 15:11:22 +00:00
Steve Wills
0b6e23d2c3 - Fix with Ruby 1.9
PR:		ports/179068
Submitted by:	Phil Oleson <oz@nixil.net>
Approved by:	gslin@gslin.org (maintainer)
2013-06-02 11:16:49 +00:00
Martin Wilke
ca4d724449 - Do not try to remove dirs. not created by the port
Reported by:	pkg (DEVELOPER_MODE)
2013-05-31 15:17:57 +00:00
Pawel Pekala
e4e7e370b0 - Update to version 0.8.4 [1]
- Remove Author tag, fix WWW line in pkg-descr

PR:		ports/179069 [1]
Submitted by:	Phil Oleson <oz@nixil.net> (maintainer)
2013-05-30 11:52:44 +00:00
Rene Ladan
1759b37af1 - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
bsd.linux-rpm.mk.  The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
  emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
  While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
  astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
  and below.
- Update LEGAL and MOVED

PR:		ports/176877
Submitted by:	myself
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-05-30 09:11:52 +00:00
Baptiste Daroussin
053c0b408f Fix build with clang 2013-05-27 10:17:59 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Juergen Lock
9f7816e065 Fix build with recent(?) clang.
Submitted by:	pointyhat amd64 10-exprun via miwi
2013-05-25 13:41:40 +00:00
Juergen Lock
f73a685857 - Fix bug uncovered by recent clang.
- Strip Makefile header.
- Bump PORTREVISION.

Submitted by:	pointyhat amd64 10-exprun via miwi
2013-05-25 13:39:23 +00:00
Sunpoet Po-Chuan Hsieh
03d938584a - Build and install shared libraries
- Bump PORTREVISION for package change
- While I'm here, cleanup Makefile header

PR:		ports/175817
Submitted by:	oliver
2013-05-25 09:42:06 +00:00
Juergen Lock
20e2d683f0 - Fix build with recent(?) clang.
- Strip Makefile header.

Submitted by:	pointyhat amd64 10-exprun via miwi
2013-05-24 20:23:52 +00:00
Andrej Zverev
0baffb4009 - Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178911
Submitted by:	az
Approved by:	maintainer
2013-05-24 10:30:58 +00:00
Grzegorz Blach
7ccf343d26 - Fix install without examples
Approved by:	crees, tabthorpe (mentors, implicit)
2013-05-23 02:16:14 +00:00
Oliver Lehmann
88842e337f update to 3.103 2013-05-20 11:16:57 +00:00
Max Brazhnikov
250a3e24d3 KDE/FreeBSD team presents KDE SC 4.10.3 ports!
- Remove patches and checks for unsupported FreeBSD versions.

The area51 repository features commits by avilla, rakuco and myself.
2013-05-18 20:34:41 +00:00
Grzegorz Blach
4aa416657e - Update EFL libraries to 1.7.7
- Update Enlightenment to 0.17.3

Approved by:	crees (mentor)
2013-05-18 19:36:31 +00:00
Juergen Lock
cd635a424a - Actually need to @cwd / and then use relative paths (I was confused
by the buildlog that showed @dirrm with absolute paths.)
- Bump PORTREVISIONs once more.

Submitted by:	kwm
2013-05-17 21:53:51 +00:00
Juergen Lock
9d4686c6cb - Fix plists now that we care about dirs below /var .
(We still don't delete runtime data files the ports may have created
  there, should we?)
- Bump PORTREVISIONs.

Submitted by:	91amd64-exp-run via miwi
2013-05-17 19:36:19 +00:00
Juergen Lock
1bf0257657 - Remove bogus @dirrmtry.s from plist discovered by pkgng DEVELOPER_MODE.
- No PORTREVISION bump as the package doesn't change (significantly.)

Submitted by:	91amd64-exp-run via miwi
2013-05-17 18:48:45 +00:00
William Grzybowski
ac3b2bec7c - Change MAINTAINER address of all my ports
Approved by:	culot (mentor)
2013-05-15 19:33:14 +00:00
Martin Wilke
076a894aad - Update to 2.4.3
PR:		177912
Submitted by:	Ports Fury
2013-05-15 08:16:10 +00:00
Pietro Cerutti
7e2adf3cf4 - Fix locale install directory
Reported by:	PH (via itetcu, miwi)
2013-05-15 08:13:45 +00:00
Stefan Walter
24d60457f4 Add missing USE_GMAKE.
PR:		169807
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2013-05-13 16:11:09 +00:00
Dirk Meyer
02325ec219 - repair broken options from r316624 2013-05-13 15:09:33 +00:00
Max Brazhnikov
5fdd545013 - Add missing sharedmime to the list of USE_KDE4 components. It will be
superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
  update-mime-database
- Trim Makefile header while I'm here
2013-05-12 16:16:56 +00:00
Max Brazhnikov
7678193c3d - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description

[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
2013-05-12 11:48:49 +00:00
Baptiste Daroussin
62ec252a07 Fix typo 2013-05-11 13:14:01 +00:00
Baptiste Daroussin
6850c23510 Convert to new options framework
While here remove test for unsupported versions
2013-05-11 12:58:40 +00:00
Baptiste Daroussin
7d7e088c9d Use shared AALIB option instead of AA
Submitted by:	danfe
2013-05-11 12:48:38 +00:00
Baptiste Daroussin
322f0ceb78 Convert to new options framework 2013-05-11 11:14:10 +00:00
Koop Mast
c7ee117f4c Also add USE_GCC=any as workaround for clang 3.3 crash on i386 2013-05-10 16:59:15 +00:00
Koop Mast
ade836fb8d Add USE_GCC=any as a temporary patch to work around a crash in the clang
compiler after the 3.3 update. The problem was reported upstream but no
patch available yet.

Submitted by:	miwi
2013-05-10 14:14:10 +00:00
Koop Mast
0011670c11 Add missed file to plist.
Submitted by:	pointyhat (via miwi)
2013-05-10 09:14:12 +00:00
Emanuel Haupt
8b743af598 Fix compatibility with py-requests 1.1 which is now default
PR:		178219
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	William Grzybowski <william88@gmail.com> (maintainer)
2013-05-09 09:13:39 +00:00
Pawel Pekala
8e77efebf4 Update to version 2.0.4 2013-05-08 18:01:24 +00:00
Pawel Pekala
e3acf59258 Update to version 1.7 2013-05-08 17:38:08 +00:00
Olivier Duchateau
edee314615 - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
2013-05-08 16:05:21 +00:00
Emanuel Haupt
1a90c9af17 Mark MAKE_JOBS_SAFE 2013-05-08 12:24:26 +00:00
Baptiste Daroussin
53ad8315b0 Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by:	John Marino
Obtained from:	DPorts
2013-05-07 13:12:31 +00:00
Emanuel Haupt
b4db839ab8 Chase textproc/libebml, multimedia/libmatroska update.
Approved by:    multimedia (bapt, kwm)
2013-05-06 23:01:58 +00:00
Emanuel Haupt
9b28e8c4da - Update to 1.4.0
- Add LICENSE
- Remove CR/LF from patch

Approved by:	multimedia (bapt, kwm)
2013-05-06 22:48:45 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Baptiste Daroussin
062ed8d36f Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework
2013-05-06 10:22:41 +00:00
Jason Helfman
3657d5cb0d - convert to USES for gettext
Approved by:	portmgr (bapt@)
2013-05-06 09:07:30 +00:00
Baptiste Daroussin
10778d4bf6 Fix build with bmake 2013-05-05 22:04:24 +00:00
Baptiste Daroussin
6e95b031c2 Fix build with bmake 2013-05-05 22:02:37 +00:00
Baptiste Daroussin
9c45a704ea Fix build on current 2013-05-04 22:06:50 +00:00
Baptiste Daroussin
5494f0472e Make post-patch-plugin target compatible with both bmake and make 2013-05-04 21:44:33 +00:00
Baptiste Daroussin
f84775f749 Fix build with bmake 2013-05-04 20:10:18 +00:00
Bryan Drewery
63f76304d6 - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
  without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
  to always have a number

Reviewed by:	bapt
Spotted by:	John Marino <draco@marino.st>
With hat:	portmgr
2013-05-04 14:06:08 +00:00
Hiroki Sato
ed8c7412b5 - Update to 0.2.5.
- Trim old-style header.
- Add LICENSE.
- Mark MAKE_JOBS_SAFE=yes
- Use OPTIONS_DEFINE.
2013-05-04 08:45:42 +00:00
Raphael Kubo da Costa
53817f2d10 Update to 0.3.2.
PR:		ports/178226
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2013-05-03 21:36:29 +00:00
Hiroki Sato
d90c542178 - Trim old-style header.
- Use OPTIONS_DEFINE.
2013-05-03 19:10:39 +00:00
Juergen Lock
09b9dd6fc5 (Attempt to) fix build on recent head.
Submitted by:	pointyhat via bapt
2013-05-03 18:03:28 +00:00
Emanuel Haupt
0430877db8 Chase security/libgcrypt update 2013-05-03 17:37:13 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Baptiste Daroussin
9fee9b8add Fix with bmake(1) 2013-05-03 08:15:26 +00:00
Baptiste Daroussin
ad4a53167e include <bsd.port.options.mk> in Makefile.plugins because it has been converted to new options framework so all plugins needs it. 2013-05-01 18:33:16 +00:00
Jason Helfman
b946e6f7a6 - adoption of USES
Approved by:	portmgr (bapt@)
2013-05-01 18:17:36 +00:00
Emanuel Haupt
08569d95be - Make FLAC support optional but keep it as a default option [1]
- Make curl support optional [1]. Curl is only used for checking if there are
  new upstream releases. Since this gives us the opportunity to receive feedback
  from our users, keep it as a default option
- Since mkvmerge, mkvextract and mmg have been re-written to to use the
  "pugixml" C++ library instead of the "expat" this direct dependency can also
  be dropped and therefore bump PORTREVISION.
- Fix package list if no GUI option is selected

PR:             161546, 174338 (based on) [1]
Submitted by:   Oliver Fromme <olli@secnetix.de>,
                Rainer Hurling <rhurlin@gwdg.de>
2013-04-30 21:04:20 +00:00
Olivier Duchateau
475f60eca1 - Adopt USES for desktop-file-utils, pathfix
- Add support for GStreamer 1.0 (GST10) and GStreamer 0.10 (GST01)
- Add rtmp plugins (only available with GStreamer 1.0)
- Apply 2 patches (obtained from upstream repository), to use gst-helper for
setting the volume, and to reduce mousewheel volume-steps (10% -> 5%)
2013-04-30 17:16:04 +00:00
Emanuel Haupt
0cda9daa2b Now that BZ2 (bzlib) and LZO (lzo1x) support has been removed upstream also
remove the dependency to archivers/lzo2.
2013-04-30 16:19:24 +00:00
Emanuel Haupt
10f5426539 Update to 6.2.0
Changelog:	http://www.bunkus.org/videotools/mkvtoolnix/doc/ChangeLog
2013-04-30 15:17:38 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Koop Mast
993669f36b Fix leftover dir. This got broken by the previous commit.
Submitted by:	QaT
2013-04-28 21:04:11 +00:00
Koop Mast
1ff3704eb3 Add gstreamer1-plugins-rtmp 2013-04-28 18:11:38 +00:00
Koop Mast
fda1757e89 Provide the rtmp streaming plugin [1].
Provide complete version for gstreamer1-plugins-core so it passes the version
check. [2]

Reported by:	Olivier Duchateau <duchateau.olivier@gmail.com> [2]
Requested by:	Vanilla Hsu <v@fatpipi.com> [1]
2013-04-28 17:53:47 +00:00
Koop Mast
f90e83f42d Fix portname.
Submitted by:	duplicate LATEST_LINK check script.
2013-04-28 13:55:55 +00:00
Baptiste Daroussin
56c5e147c5 Convert the last USE_ICONV to USES=iconv 2013-04-27 22:09:15 +00:00
Koop Mast
05d2886d27 Add Gstreamer 1.0.7. This is the new stable version of the
Gstreamer multimedia framework.

Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.

X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.

Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.
2013-04-27 20:56:38 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Koop Mast
76a19a1cdf If liblrdf is installed the ladspa plugin will build against it. So add it to
lib_depends.

PR:		ports/175941
Submitted by:	pawel@
2013-04-27 09:03:23 +00:00
Baptiste Daroussin
992b7b166e Fix typo 2013-04-26 13:42:00 +00:00
Baptiste Daroussin
dba80fffe4 Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
2013-04-26 12:35:50 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Juergen Lock
fd942d6cf3 - Update to 2.0.6 .
- Add SIDPLAY knob (C64 sid demux support)
2013-04-25 19:44:59 +00:00
Alex Kozlov
67835ca71f - Remove unconditional USES= gettext
- Remove indefinite article from COMMENT
- Convert Makefile headers to new style
2013-04-25 14:58:15 +00:00
Dmitry Marakasov
4e5592f3c8 - Fix build 2013-04-25 00:27:28 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Mikhail Teterin
a8c483aad5 Unbreak by removing the three no-longer-installed files from plist. 2013-04-23 20:41:49 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Emanuel Haupt
79e6679346 Convert to USES=gettext 2013-04-23 10:26:09 +00:00
Baptiste Daroussin
23f55e92b9 Convert some multimedia@ ports to:
USES=pkgconfig and USES=pathfix
2013-04-22 22:57:36 +00:00
Baptiste Daroussin
2ae613e616 Convert my ports to use the new USES=pkgconfig 2013-04-22 22:33:35 +00:00
Grzegorz Blach
3325b5d3dd - Update EFL libraries to 1.7.6(.1)
- Update Enlightenment to 0.17.2.1

Approved by:	crees (mentor)
2013-04-22 20:35:19 +00:00
Ruslan Makhmatkhanov
315a7af238 - update to 3.5.1
changelog:
http://blog.gpodder.org/2013/04/gpodder-351-nick-of-time-released.html

Feature safe:	yes
2013-04-18 18:30:25 +00:00
Juergen Lock
9b3d90a940 Update to 0.91.0 .
PR:		ports/177523
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de>
Feature safe:	yes
2013-04-18 17:36:30 +00:00
Pawel Pekala
9a361994a8 Update to version 2.0.3
Feature safe:	yes
2013-04-17 22:25:38 +00:00
Baptiste Daroussin
fbd4232749 All supported version of FreeBSD have a bsdtar version that support extracting rpm.
Remove now useless dependency on rpm2cpio

Feature safe:	yes
2013-04-17 16:36:22 +00:00
Baptiste Daroussin
32a23e6861 All supported version of FreeBSD have a bsdtar version that support extracting rpm.
Remove now useless dependency on rpm2cio

Feature safe:	yes
2013-04-17 15:52:15 +00:00
Martin Wilke
28f8de0901 - Broken Plist error
tar: lib/mcop/akodeSpeexStreamPlayObject.mcopclass: Cannot stat: No such file or directory
tar: lib/mcop/akodeVorbisStreamPlayObject.mcopclass: Cannot stat: No such file or directory
tar: lib/mcop/akodeXiphPlayObject.mcopclass: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256

Feature safe: yes
2013-04-17 15:29:44 +00:00
Jimmy Olgeni
f611dec043 Upgrade to version 1.11.49.
Feature safe:	yes
2013-04-16 18:37:00 +00:00
Bryan Drewery
d37d4331e2 - Add missing LZO_DESC
PR:		ports/177586
Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru>
Approved by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
Feature safe:	yes
2013-04-16 15:01:00 +00:00
Max Brazhnikov
95862d16a1 - Fix plist: don't remove kdehier4 directories
while here:
- Trim Makefile header
- Drop indefinite article from COMMENT
- Switch to out-of-source build
- Explicitly depend on required Qt4 components
- Rephrase description

Approved by:	portmgr (miwi)
2013-04-04 15:53:43 +00:00
Emanuel Haupt
efc7ed3c6c - Fix package list
- Remove code for EOL FreeBSD versions
- Drop ABI version in LIB_DEPENDS (where not needed)
- Provide NLS option

Approved by:	portmgr (bdrewery)
2013-04-03 11:34:53 +00:00
Koop Mast
7e375f820b Add back BROKEN message when WITH_NEW_XORG isn't set.
Submitted by:	pointyhat (via miwi)
Approved by:	portmgr (miwi), maintainer (timeout)
2013-04-01 11:58:39 +00:00
Christian Weisgerber
bf57e0090a Also disable the use of SSE4/SSE4.2/AVX instructions when using the
old toolchain.  Fixes the build on 8.4 i386.

Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2013-03-29 15:20:53 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Max Brazhnikov
24482eebf1 KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
2013-03-27 11:55:25 +00:00
Martin Wilke
6f44c5958a - Update to 2.4.2
PR:		177260
Submitted by:	Ports Fury
2013-03-27 06:20:07 +00:00
Martin Wilke
c50850b097 - Chase libmtp shlib bump 2013-03-26 16:13:17 +00:00
Martin Wilke
b2cdb80027 - Update MASTER_SITES
- Fix portaudio2 support

PR:		176555
Submitted by:	Ports Fury
2013-03-26 15:18:17 +00:00
Max Brazhnikov
eb34d6cd68 Reformat using 8-space wide tab in preparation for KDE SC 4.10 update 2013-03-26 14:47:40 +00:00
Martin Wilke
85176f03a1 - Fix crash when locale is set to certain values
PR:		176558
Submitted by:	ports fury
2013-03-26 04:45:25 +00:00
Kris Moore
18ad0568c6 - Fix breakage caused by glib2 update 2013-03-25 14:45:18 +00:00
Max Brazhnikov
1fed8995fc - Add dependence on X libraries [1] and make it optional
- Convert to new option framework
- Convert to USES
- Trim Makefile header
- pet portlint: rename patch

PR:		ports/175965 [1]
Submitted by:	pawel
2013-03-25 14:05:23 +00:00
Max Brazhnikov
792213815d - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it's
already defined
- Remove OPTIONS_DEFINE, if it contains only global options
2013-03-25 13:59:18 +00:00
Boris Samorodov
be8f3db69f . make use of the ports infrastructure to create the desktop file;
. update the desktop file database at install/deinstall time.

PR:		ports/154352
Submitted by:	bsam (me)
Approved by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
2013-03-25 08:19:08 +00:00
Martin Wilke
d896848bd7 - Update to 1.0.0
PR:		177266
Submitted by:	Ports Fury
2013-03-23 17:56:16 +00:00
Christian Weisgerber
71ed9f76bb Update mplayer and mencoder to a recent snapshot. Major changes:
- Reduce the number of dependencies (use internal ffmpeg whenever possible)
  in mplayer
- Do not build with clang on i386
- Use new options framework

PR:		177083
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2013-03-23 15:45:25 +00:00
Koop Mast
1ce7b4b57c Add opus audio codec gstreamer plugin.
PR:		ports/177296
Submitted by:	"Eric L. Camachat" <eric@camachat.org>
2013-03-23 09:58:02 +00:00
Sunpoet Po-Chuan Hsieh
5c2da3cc47 - Update to 0.4.14
Changes:	http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS
2013-03-23 09:18:41 +00:00
Beech Rintoul
d76a57ad08 - Fix install error
Submitted by:	nemysis <nemysis@gmx.ch>
2013-03-22 20:41:59 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Max Brazhnikov
d65c037b00 Mk/bsd.kde4.mk:
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it)
- Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH)
- Remove now useless KDE4_BUILDENV

KDE SC ports:
- Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with
  'USES= cmake:outsource' and add USE_LDCONFIG if needed
2013-03-22 14:18:02 +00:00
Pawel Pekala
8694b56e24 libsmacker is a cross-platform C library which can be used for decoding Smacker
Video files produced by RAD Game Tools. Smacker Video was the king of video
middleware in the 1990s, and its 256-color compressed video format was used in
over 2600 software titles.

WWW: http://libsmacker.sourceforge.net

PR:		ports/176822
SUbmitted by:	Greg Kennedy <kennedy.greg@gmail.com>
2013-03-20 22:52:04 +00:00
Thomas Abthorpe
63f199abfc - Update to 2.0.1 2013-03-20 15:22:04 +00:00
Guido Falsi
4643ed8380 Update to 1.1.1 2013-03-19 21:34:36 +00:00
Ruslan Makhmatkhanov
540b268b20 - update to 3.2.0.10
This release fixes runtime since youtube html frontend had changed.

Submitted by:	rm (myself)
Approved by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer, via mail)
2013-03-19 18:56:26 +00:00
Pawel Pekala
06a134c0f6 - Update to version 1.6
- Cleanup deps
- Respect CXXFLAGS during build
2013-03-19 18:48:27 +00:00
Juergen Lock
e0a98cf5c8 - Add fix for crashes when cutting. [1]
- Convert Makefile header.
- Bump PORTREVISION.

Reported by:	gb+ML-2011@derbrauer.homelinux.net (Gerhard Brauer) [1]
2013-03-19 18:03:02 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Koop Mast
2a3357182d Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.

Reviewed by:	miwi, bapt
2013-03-19 10:40:22 +00:00
Eitan Adler
b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00
Baptiste Daroussin
9d2173386c Fix build by adding a build dependency on pkgconf 2013-03-18 09:40:20 +00:00
Baptiste Daroussin
5f0a36b5f6 Fix build by adding a build depend on pkgconf 2013-03-18 09:34:44 +00:00
Beech Rintoul
1606dc40b7 - Update to 3.0.7
PR:		ports/176853
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-03-17 04:24:01 +00:00
Martin Matuska
670234fd6d Update multimedia/ffmpeg1 to 1.0.5 2013-03-15 13:28:09 +00:00
Martin Wilke
11d7c2eacf - Fix build
Reported by:	https://po.miwibox.org/91amd64/default/libquvi-0.4.1_1.log
2013-03-15 03:08:39 +00:00
Max Brazhnikov
706e3d8f35 Replace CMAKE_INSTALL_PREFIX with PREFIX (in preparation for bsd.cmake.mk clean up)
Approved by:	myself (with my new multimedia hat)
2013-03-14 13:43:11 +00:00
Po-Chien Lin
98d451887b - graphics/libexif:
* Update to 0.6.21
  * Add LICENSE
  * Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here

PR:		ports/175910
Approved by:	swills (mentor)
Security:	d881d254-70c6-11e2-862d-080027a5ec9a
2013-03-14 08:17:39 +00:00
Jason Helfman
4c2a1e1ced - adopt optionsNG and trim historical headers
PR:		176928
PR:		176936
PR:		176937
PR:		176938
PR:		176939
PR:		176940
PR:		176941
PR:		176942
PR:		176943
PR:		176944
PR:		176945
Submitted by:	jgh@
Approved by:	portmgr (miwi)
2013-03-14 06:32:04 +00:00
Koop Mast
06e8039779 Fix the build of empathy my removing offending Makefile rules. Bump
gstreamer-plugins portrevision to fix the messed up header.

Thanks to The BSD Dreamer <beastie@tardisi.com> for finding out where it
went wrong.

PR:		ports/176768
Submitted by:	Ruslan Makhmatkhanov <rm@FreeBSD.org>
2013-03-13 08:57:19 +00:00
Sunpoet Po-Chuan Hsieh
998066e736 - Pet portlint: remove ABI version number from LIB_DEPENDS
- Bump PORTREVISION for dependency change
- Cleanup Makefile header
2013-03-12 17:18:54 +00:00
Sunpoet Po-Chuan Hsieh
974a966773 - Pet portlint: remove ABI version number from LIB_DEPENDS
- Convert to new options framework
- Use USES macro
- Bump PORTREVISION for dependency change
- Cleanup Makefile header
2013-03-12 17:18:44 +00:00
Sunpoet Po-Chuan Hsieh
3541886a38 - Update to 0.4.13
- Use USES macro

Changes:	http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS
2013-03-12 16:47:48 +00:00
Matthias Andree
5625d35cf7 Fix an issue with bktr.
PR:		ports/173750
Submitted by:	c.petrik.sosa@gmail.com (maintainer)
2013-03-11 17:03:15 +00:00
Bryan Drewery
343993e8d4 - Fix and enable BMP option
PR:		ports/176814
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
2013-03-10 20:03:03 +00:00
Koop Mast
ca5202e3ed Fix build with glib 2.34.
Update Makefile header
2013-03-10 10:00:27 +00:00
Olivier Duchateau
201bcbda27 - Update to 0.5.0
- Remove unneeded patches
- Drop support for GLib 2.28

Announce: http://mail.xfce.org/pipermail/xfce-announce/2013-March/000250.html

Approved by:	rene, miwi (mentors, implicit)
2013-03-09 23:12:13 +00:00
Matthias Andree
c937071995 Maintainer update to 0.3.0.
Disabling BMP for now, because building it causes pkg-plist failures
(directories and files are renamed from gxmms prefix to gxmms-bmp or
gxmms_bmp). This was discussed with the submitter on IRC, he will send a
new PR to fix BMP.

Adding files/patch-src__bmpctrl.c that fixes a compilation issue
(non-constant initializer) on NLS-enabled systems. Please forward this
to the upstream gxmms maintainers.

PR:		ports/173751
Submitted by:	Chris Petrik (maintainer)
2013-03-09 17:22:31 +00:00
Koop Mast
e1f9d3b92c Fix build with glib 2.34.
Submitted by:	miwi
2013-03-09 15:25:08 +00:00
Bryan Drewery
9fa8fed1d4 - Unbreak and Undeprecate by fixing fetch.
PR:		ports/173895 [1]
PR:		ports/173891 [2]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1] (based on)
Submitted by:	Mamoru Sakaue <sakaue.mamoru@mwghennndo.com> [2] (based on)
2013-03-09 15:19:06 +00:00
Pawel Pekala
c499bf8ade - Update to version 1.2.2
- Tidy up dependencies
- Remove not needed boost patches
- Sort plist
2013-03-08 19:57:07 +00:00
Ruslan Makhmatkhanov
f8285fcd88 - update to 12.0 [1]
- fix build with ffmpeg
- add --headless option to run xbmc w/o gui [2]

PR:		175933 [1]
PR: 174996 [2]
Submitted by:	Leo Schmitt <neomorphs@gmail.com> [1] (original patch)
                Mickael Maillot <mickael.maillot@gmail.com> (maintainer, final patch)
                Alexander Yerenkow <yerenkow@gmail.com> [2]
2013-03-08 19:34:05 +00:00
Ruslan Makhmatkhanov
4aa43f82ee - update to 3.5.0
- remove unneeded patch

changelog:
http://blog.gpodder.org/2013/03/gpodder-350-after-hours-released.html
2013-03-08 17:34:03 +00:00
Pietro Cerutti
2d1222783f - Add gettext library to xmms-config --libs
- While at it, get rid of PTHREAD_LIBS
2013-03-08 13:03:13 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Bryan Drewery
6910bf819a - Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
2013-03-07 03:25:10 +00:00
Jung-uk Kim
0e898485a5 Update to 1.0.8. 2013-03-06 20:49:41 +00:00
Li-Wen Hsu
6ee38c4b27 - Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocation 2013-03-04 11:19:40 +00:00
Li-Wen Hsu
5aa43c1aba - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation 2013-03-04 10:55:23 +00:00
Grzegorz Blach
636ba97c0f - Always enable dvdread
PR:		ports/176604
Approved by:	crees (mentor)
2013-03-03 11:21:26 +00:00
Steve Wills
74eec317c8 - Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to:	swills
Reported by:	bapt
2013-03-03 01:43:02 +00:00
Steve Wills
28b723187b - Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
  may be interested (patching rubygem- ports is possible now)
- Trim headers while here

With Hat:	ruby@
2013-03-02 21:01:58 +00:00
Martin Wilke
ef514901dd - Update MASTER_SITES
- Trim header
- Update WWW

PR:		176573
Submitted by:	ports fury
2013-03-02 14:45:34 +00:00
Martin Wilke
3ed3a7d64c - Update to 0.8a
PR:		176532
Submitted by:	ports fury
2013-03-02 05:48:59 +00:00
Juergen Lock
1242ecb0a2 - Fix mkv playback when built with clang.
- Bump PORTREVISION.

Obtained from:	debian
2013-03-01 22:52:09 +00:00
Martin Matuska
654fc38672 Remove expired port multimedia/ffmpeg-011 2013-03-01 12:18:37 +00:00
Jimmy Olgeni
584aea1f36 Upgrade to version 1.10.48. 2013-02-28 17:35:18 +00:00
Max Brazhnikov
fa6ab4ab22 Remove obsolete ports 2013-02-27 14:16:35 +00:00
Max Brazhnikov
11d78941d8 Update to 2.0 2013-02-25 16:31:25 +00:00
Martin Matuska
bc9d74f134 Update multimedia/ffmpeg1 to 1.0.4
Add optional support for libopus [1]

PR:		ports/176366 [1]
Submitted by:	Alexander Kojevnikov <alexander_at_kojevnikov_dot_com> [1]
2013-02-23 21:44:09 +00:00
Martin Matuska
8603aea77c Update multimedia/ffmpeg to 0.7.15 2013-02-23 21:42:53 +00:00
Jung-uk Kim
34ac01a3bb Add LICENSE. 2013-02-22 19:18:45 +00:00
Jung-uk Kim
bedc904c36 Attempt to remove an NLS directory. 2013-02-22 19:10:43 +00:00
Jung-uk Kim
e6a2ef75b6 Add LICENSE, add USE_LDCONFIG and fix NOPORTDOCS. 2013-02-22 19:07:10 +00:00
Jung-uk Kim
22900a2ac6 Update to 1.0.7. 2013-02-22 18:47:13 +00:00
Jung-uk Kim
bb1dfaa077 GNOME MPlayer Toolkit is a library for gnome-mplayer and gecko-mediaplayer.
libgmlib - a set of functions that support non-graphical operations
libgmtk - a set of gtk widgets to use with gnome-mplayer

WWW: http://code.google.com/p/gmtk/
2013-02-22 18:44:50 +00:00
Alexey Dokuchaev
44fadad99d Unfortunately, it is not suitable for parallel builds just yet.
Confirmed by:	my nifty Q9550
2013-02-22 15:31:23 +00:00
Alexey Dokuchaev
c0d2c2983e - Look inside ${LOCALBASE} when checking if recent binutils (from ports) are
installed (change as(1) to ld(1) as well, since linker is invoked directly,
  while assembler is not)
- Trim the Makefile header while I am here
2013-02-22 13:43:40 +00:00
Jung-uk Kim
757786d14c Fix DOCS option. 2013-02-21 22:30:28 +00:00
Guido Falsi
78a9c729d4 - Add dependency on glproto
- Bump PORTREVISION

PR:		ports/176131
Submitted by: 	Christopher Dukes <chris.dukes.aix@gmail.com>
2013-02-20 21:22:56 +00:00
Juergen Lock
912175354a Add two fixes for device bonding. (locking and OSD LNB setup menu)
Obtained from:	upstream author via vdr mailinglist
2013-02-20 20:20:23 +00:00
Juergen Lock
07372782ff Update to 3.9.0.5 .
Submitted by:	hselasky (maintainer)
2013-02-20 20:14:49 +00:00
Juergen Lock
8215662972 - Update to 0.1.27 .
- Convert Makefile header.

Submitted by:	hselasky (maintainer)
2013-02-20 20:12:22 +00:00
Baptiste Daroussin
892958e8ec Convert to new options framework 2013-02-20 18:17:06 +00:00
Dima Panov
1a267d63c3 - Reassign ports from avl@ back to pool at his request.
Submitted by:	avl via IM
Approved by:	avl via IM
2013-02-20 16:08:58 +00:00
Martin Wilke
55d0515f12 - Update to 0.5.4
PR:		176164
Submitted by:	maintainer
2013-02-19 16:26:03 +00:00
Pawel Pekala
9317b86c25 Skins for SMPlayer (Skinnable GUI)
WWW: http://smplayer.sourceforge.net/
2013-02-18 19:53:12 +00:00
Oliver Lehmann
d7001822c4 update audacious, audacious-plugins to 3.3.4 2013-02-18 08:30:25 +00:00
Juergen Lock
93af1da5f0 - Update to 0.1.4 .
- Add patches to work with vdr set to "Show channel names with source".
- Convert Makefile header.
2013-02-16 16:29:03 +00:00
Juergen Lock
03eb572175 - Add bugfix for infosatepg grabbing a bonded device.
- Convert Makefile header.
2013-02-16 15:04:16 +00:00
Ruslan Makhmatkhanov
0642b991ee - update to 0.6.3
- correct dependency version

while here:
- remove redundancy from COMMENT
- tab -> space change in pkg-descr:WWW

PR:		175409
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
2013-02-15 11:02:38 +00:00
Max Brazhnikov
1f324a8e89 Set LATEST_LINK
Reported by:	miwi
2013-02-13 17:07:18 +00:00
Alex Kozlov
6a3e10552a - Fix build with clang [1]
- Convert Makefile headers to new style

PR:	ports/171707 [1]
Submitted by:	anonymous <anonymous@gmail.com>
Approved by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2013-02-13 10:39:13 +00:00
Martin Wilke
afa57828af - Respect PREFIX
- pet portlint

PR:		174999
2013-02-10 09:10:15 +00:00
Boris Samorodov
4f04fff23c Hand the port to a new volunteer (as per ports/154352 and confirmed
by e-mail).
2013-02-09 06:45:34 +00:00
Alberto Villa
ebad15fef3 - py-mlt:
* fix MAINTAINER;
  * fix plist generation;
  * avoid conflicting with mlt's EXAMPLESDIR removal.

PR:		175368
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info>

- Update to 0.8.8 bugfix release.
- Remove PTHREAD_LIBS.
2013-02-09 03:37:18 +00:00
Juergen Lock
e45899ea60 - Add missing deps.
- Bump PORTVERSION.

PR:		ports/175968
Submitted by:	pawel
2013-02-08 22:12:17 +00:00
Koop Mast
ba3657b2f5 Fix build with clang.
PR:		ports/174434
Submitted by:	rm@
2013-02-08 20:14:49 +00:00
Koop Mast
9d2b10cfa8 Fix the build on i386 with clang 3.2.
Reported by:	Armin Pirkovitsch
Patch submitted by:	dim@
2013-02-08 00:17:38 +00:00
Pawel Pekala
38cc7fc805 Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports 2013-02-07 17:06:44 +00:00
Martin Wilke
3d2c55ece9 - Update to 1.8.4
PR:		175011
Submitted by:	ports fury
2013-02-07 14:19:48 +00:00