Baptiste Daroussin
267a309004
Use new LIB_DEPENDS
...
Remove trailing article from comment
Remove useless MAKE_JOB_SAFE
Drop maintainership
2013-07-29 20:13:57 +00:00
Baptiste Daroussin
c758d55521
Use new LIB_DEPENDS format
...
Remove now useless MAKE_JOB_SAFE
2013-07-29 20:11:55 +00:00
Mark Felder
35c53153e4
Fix my email address again, using proper @FreeBSD.org styling
...
Approved by: swills (mentor)
2013-07-29 15:03:58 +00:00
Martin Matuska
09dd46621b
Update to 0.1.3
2013-07-28 22:48:07 +00:00
David Naylor
94bf9970f2
Remove MAKE_JOBS_SAFE from all my ports.
...
Better to remove now, in one go, then forget about it.
2013-07-28 20:28:32 +00:00
Juergen Lock
7639be7a3c
- Set OPTIONS_DEFAULT=JACK.
...
- Bump PORTREVISION.
Submitted by: hselasky (maintainer)
2013-07-28 12:44:43 +00:00
Andrej Zverev
b47325edb2
- switch simple inline replacement from perl to sed
...
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
2013-07-27 16:06:25 +00:00
Baptiste Daroussin
24885637f1
Chase audio/arts removal
2013-07-26 23:46:21 +00:00
Baptiste Daroussin
ace73de6c0
Remove non default option on audio/arts which has been removed from the tree
...
Reported by: mat
2013-07-26 23:30:02 +00:00
Rene Ladan
66fee90926
KDE3 and QT3 expired on 2013-07-01, remove these ports.
...
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
2013-07-26 19:19:20 +00:00
Juergen Lock
1d282f19b2
Update to 1.1.0 .
...
Submitted by: hselasky (maintainer)
2013-07-26 17:52:24 +00:00
Juergen Lock
f8bdd08635
Update to 2.0.7 .
...
Submitted by: hselasky (maintainer)
2013-07-26 17:51:45 +00:00
Baptiste Daroussin
f797e47681
Fix build with recent binutils
2013-07-26 14:33:13 +00:00
Baptiste Daroussin
86ede9d632
Add an explicit dependency on iconv and pkgconfig
...
Fix build with newer binutils
Use options helpers
2013-07-26 14:31:26 +00:00
Nicola Vitale
2ab88c8d26
- Update to 0.3.1
...
- Trim Makefile header
2013-07-25 22:16:50 +00:00
John Marino
ab73db34fb
audio/libmp3splt: Fix configure script test for modern binutils
...
The id3tag library will fail to be detected on systems using ld from
recent binutils. This is because libid3tag is linked without zlib also
being linked directly, and be default it doesn't search libraries linked
to linked libraries. The configure script is patched with "-lz" to fix.
Also remove redundant MAKE_JOBS_SAFE while we are here.
Approved by: bapt (mentor), maintainer
2013-07-25 18:30:17 +00:00
John Marino
7dcaf27692
audio/specimen: directly link libmath
...
Fixes indirect linking errors on modern binutils (fix from dports)
Approved by: bapt (mentor)
2013-07-25 15:08:14 +00:00
John Marino
75e6c37864
audio/nekobee: directly link libraries
...
Fixes indirect linking errors on modern binutils (fix from dports)
Also remove redundant MAKE_JOBS_SAFE while we are here.
Approved by: bapt (mentor)
2013-07-25 15:06:52 +00:00
John Marino
e417e23447
audio/timemachine: directly link libmath and cleanup
...
Fixes indirect linking errors on modern binutils (fix from dports)
Also:
remove redundant MAKE_JOBS_SAFE while we are here.
Remove library version specification
Approved by: bapt (mentor)
2013-07-25 15:04:42 +00:00
John Marino
454ce287ab
audio/madplay: directly link libz and cleanup
...
Fixes indirect linking errors on modern binutils (fix from dports)
Also:
remove redundant MAKE_JOBS_SAFE while we are here.
Remove library version specification
Make portlint happy
Approved by: bapt (mentor)
2013-07-25 14:43:20 +00:00
Mark Felder
cd4fd7cb34
Update my email address throughout the tree
...
Approved by: swills (mentor)
2013-07-25 11:30:01 +00:00
John Marino
a9220e6634
audio/xmms-sapp, audio/penguinsap: Rework exception flags
...
The wrong C++ flag, --no-exceptions, was being passed to these ports. The
correct flag is "-fno-exceptions". Apparently gcc accepts the former, but
clang does not.
The current code states that clang version 3.2 will accept --no-exceptions,
but this isn't the case either. However, both of these ports will build
without a no-exceptions flag with clang. GCC still requires it.
Rework the clang detection code. If code is not detected, -fno-exceptions
is added to CXXFLAGS, otherwise nothing is done. Besides fixing the flag
handling, this implemention avoids the bmake errors that _CLANG!= was
generating.
Approved by: bapt (mentor), maintainer
2013-07-25 09:38:40 +00:00
Chris Rees
4c13280efd
Restore SQLITE3 option
...
Submitted by: Thomas Mueller <tmueller@sysgo.com>
2013-07-24 10:21:34 +00:00
Emanuel Haupt
ea0f02dfeb
Remove MAKE_JOBS_SAFE which is now default.
2013-07-24 08:19:07 +00:00
Pawel Pekala
cb8674c0c0
- Update to version 13.06
...
- Remove MAKE_JOBS_SAFE, now it's default
- Set compiler not preprocessor flags
The biggest highlight of 13.06 is that Ted Felix has reduced CPU usage
by almost 50% when recording MIDI. Rosegarden has been plagued with
MIDI recording problems for most of its history, and this improvement is
huge. While Ted worked on stabilization, Tom Breton made significant
improvements in a variety of areas. (See new features enumerated below.)
This release should be significantly more stable than recent versions,
and we encourage all users to give this improved version a try.
2013-07-22 19:09:16 +00:00
Martin Wilke
4d2a3b15bf
- Update to 1.2
...
PR: 180692
Submitted by: oorts fury
2013-07-22 15:18:53 +00:00
Veniamin Gvozdikov
862c06b489
- Changed my email
...
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
2013-07-22 14:34:22 +00:00
David Naylor
52c2e306aa
Update audio/soundkonverter to 2.0.4.
...
Changelog:
-add: Slovenian translation
2013-07-20 13:22:20 +00:00
Guido Falsi
b7165045ca
- Update to 0.4.15
...
- Fix build with clang
PR: ports/180455
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
2013-07-19 21:38:37 +00:00
Christian Weisgerber
cc726fac0d
Fix an arithmetic overflow in the RICE2 partitioner.
...
For a specific 24 bit WAV file encoding with compression level 7
was generating a file a couple of orders of magnitude larger than
the original.
Obtained from: upstream
2013-07-18 17:47:53 +00:00
Ade Lovett
e4d968507a
Couple of missed patches from recent automake update.
2013-07-16 20:10:08 +00:00
Martin Wilke
800d78b28b
- Unbreak build after autotool update
2013-07-16 14:56:10 +00:00
Martin Wilke
54659968ea
- Fix build clang
...
PR: 180516
Submitted by: maintainer
2013-07-16 05:48:14 +00:00
Ade Lovett
b3b33257e5
- Update devel/automake to 1.14
...
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X
2013-07-16 05:42:36 +00:00
Matthias Andree
3c67b617c2
Fix up build. bsd.port.pre.mk needs bsd.port.mk changed to bsd.port.post.mk.
2013-07-16 00:16:52 +00:00
Christian Weisgerber
532255a7ae
Update to Opus 1.0.3:
...
* new surround API
* fixes for a few minor glitches during mode switching
* fixes a regression in the FEC code introduced in 1.0.2
Chase libopus bump in dependent ports.
2013-07-15 20:24:59 +00:00
Tijl Coosemans
9be85d445c
Fix use of COPYTREE_SHARE. (Shell pattern meta-characters must be escaped.)
2013-07-15 15:48:15 +00:00
Martin Wilke
259b883c42
- Update to 1.0.4
...
PR: 180501
Submitted by: Ports Fury
2013-07-15 14:54:29 +00:00
William Grzybowski
aa606f3957
audio/alure: minor fixes
...
- Use pkgconfig
- Add DOCS, EXAMPLES and STATIC options
- Remove unused PLIST_SUB and convert to OPTIONS_SUB
PR: ports/180235
Submitted by: nemysis <nemysis gmx.ch> (maintainer)
2013-07-14 18:07:37 +00:00
Juergen Lock
77854c5ab5
Update MASTER_SITES.
2013-07-14 14:19:10 +00:00
Daniel Eischen
186a67572e
Update to 4.2-build2008. The only dependent port, multimedia/qmmp, does not
...
have a LIB_DEPENDS, just a depends on an include file, so no PORTREVISION
bump is necessary for qmmp.
PR: 179956
Submitted by: Waitman Gobble uzimac at da3m0n8t3r dot com
2013-07-13 17:45:18 +00:00
Daniel Eischen
62828ab4fa
Bump PORTREVISION after upgrade to audio/liblo.
...
After discussion with: pawel and MAINTAINER.
2013-07-13 17:23:19 +00:00
Mark Felder
80b776bf02
- Update to 1.2.1
...
Approved by: swills (mentor)
2013-07-13 13:31:02 +00:00
Mark Felder
33fc136838
Add py-discogs-client 1.1.1, python interface to Discogs website.
2013-07-13 13:24:27 +00:00
Ruslan Makhmatkhanov
0e650e070b
- remove shlib version to fix build with updated audio/liblo
...
- bump PORTREVISION to chase liblo update
2013-07-13 06:48:48 +00:00
Daniel Eischen
69d3db36a1
From the (new) maintainer:
...
- Update to 0.27
- Take maintainership
- Shorten header
- Add license (LGPL21)
- Add dependency for devel/doxygen
- Add manual pages
- Add docs
- Add examples
- Add DOCS DOXYGEN EXAMPLES Options
- Trim files/patch-src-lo_types_internal.h
- Remove not needed patch files/patch-src-server.c
- Trim pkg-descr
- Trim pkg-plist
Note that the previous maintainer was ports@.
PR: 179916
Submitted by: nemysis at gmx dot ch (new maintainer)
2013-07-12 17:44:49 +00:00
Dmitry Marakasov
daffe00d4a
- Trim Makefile headers
...
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
2013-07-12 15:01:45 +00:00
Baptiste Daroussin
b4a0b1e94d
Mark jobs unsafe
2013-07-12 14:20:01 +00:00
Steve Wills
6851fb6bda
- Update to 0.8
...
PR: ports/179892
Approved by: maintainer timeout (tha_walka@hotmail.com , >2 weeks)
2013-07-12 03:17:17 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c
- Update to 7.31.0
...
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
2013-07-11 16:26:26 +00:00
Baptiste Daroussin
18dbe4987a
Mark job unsafe
...
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
2013-07-11 06:39:14 +00:00
Baptiste Daroussin
0a830cfcd0
Fix PORTSDIR not already defined by using relative path
2013-07-10 21:28:56 +00:00
Baptiste Daroussin
f83b34b741
Fix pure by removing the useless pre.mk/post.mk dancing
...
Convert to USES=gmake
Reported by: marino
2013-07-10 21:11:24 +00:00
Pawel Pekala
e482e392f6
Convert my ports to current standards
...
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
2013-07-10 19:41:30 +00:00
Tijl Coosemans
7ce489d0e3
Fix options handling.
2013-07-10 17:16:54 +00:00
Max Brazhnikov
b3f29cd18f
- Add patch which allows to build audio/acoustid-fingerprinter and
...
audio/chromaprint with different ffmpeg ports (based on patch from
multimedia/kdemultimedia4-ffmpegthumbs)
- Switch dependency to multimedia/ffmpeg1
- Bump PORTREVISION due to dependency change in audio/chromaprint
Approved by: no reply from jhale@
2013-07-10 15:25:37 +00:00
Baptiste Daroussin
a232992c7c
Mark jobs unsafe
...
Convert to USES=gmake where appropriate
Trim headers
2013-07-10 13:12:03 +00:00
Rene Ladan
8524942f3c
Remove expired ports:
...
2013-07-10 audio/gdam: Broken for a while
2013-07-10 devel/gnome-vfs1: No more depend on, No more supported upstream
2013-07-10 09:29:06 +00:00
Baptiste Daroussin
c40104f2f1
Really fix this time
2013-07-09 21:35:14 +00:00
Pav Lucistnik
0caf410ed8
- Drop all my ports
2013-07-09 21:26:48 +00:00
Baptiste Daroussin
9a4f5b1e7f
Fix HAVE_GNOME screaming
2013-07-09 21:26:27 +00:00
Baptiste Daroussin
fd681870b3
Convert from USE_MOTIF to USES=motif
...
While here:
Convert to USES=gmake as well
Trim headers
2013-07-09 21:20:28 +00:00
Lars Engels
f25057a7bc
Update to 3.1.0
2013-07-08 20:22:33 +00:00
Guido Falsi
3d59bf1d24
Convert the ports I maintain to USES=gmake.
2013-07-08 18:44:24 +00:00
Emanuel Haupt
6fe706fd4b
- Convert USE_GMAKE to USES=gmake
...
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
2013-07-08 18:42:15 +00:00
Baptiste Daroussin
9159cde085
Convert to USES=display
2013-07-08 17:16:47 +00:00
Baptiste Daroussin
493d238eeb
Remove unneeded USE_DISPLAY
...
While here:
- Trim headers
- Remove undefinite article from comment
- Remove useless pre.mk/post.mk dancing
2013-07-08 17:15:04 +00:00
Baptiste Daroussin
1160a894f6
Add needed pkg-config to fix configure
2013-07-08 11:51:37 +00:00
Lars Engels
51f87b2a4d
- Add missing distinfo for the x86 version
...
Reported by: koobs
2013-07-06 10:36:22 +00:00
Marcus von Appen
0d26d92627
- Update to the latest RC
2013-07-06 10:25:32 +00:00
Lars Engels
b932966a28
- Update to 3.0.7.2
...
- While here, move OPTIONS_DEFINE before bsd.port.options.mk
PR: ports/180329
Submitted by: maintainer
2013-07-06 09:46:33 +00:00
Baptiste Daroussin
6151b40b59
Convert to USES=gmake
2013-07-05 13:44:31 +00:00
Baptiste Daroussin
94816a9ca7
Add an explicit dependency on pkgconf to fix build
2013-07-05 07:13:14 +00:00
Baptiste Daroussin
f228fb5ab1
Add an explicit dependency on pkgconf
2013-07-05 05:56:12 +00:00
Baptiste Daroussin
7a55382d83
pkgconfig is needed by all slaves either (to detect xmms2 itself)
...
Reported by: poudriere
2013-07-05 05:55:18 +00:00
Raphael Kubo da Costa
554e0c79c9
Update the KDE Software Compilation to 4.10.5.
...
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.
The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php
The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.
I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
2013-07-04 23:34:32 +00:00
Mark Felder
49af152797
- Update to 1.2.4
...
PR: ports/179309
Reviewed by: crees (mentor)
2013-07-03 18:39:06 +00:00
Pawel Pekala
5f5ffa58c3
- Update to version 2.3
...
- Add OPUS option
While here remove leading article from COMMENT
PR: ports/180230
Submitted by: Fraser Tweedale <frase@frase.id.au> (maintainer)
2013-07-03 17:15:23 +00:00
Raphael Kubo da Costa
18ff93d1a7
Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.
...
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.
The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php
clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).
Work on the newly-released 4.10.5 will begin shortly.
2013-07-02 19:04:18 +00:00
Rene Ladan
74b126e1e5
Copy pkg-descr from audio/arts instead of referencing it.
...
This fixes the INDEX build when audio/arts gets removed.
2013-07-02 15:20:21 +00:00
Chris Rees
4568632969
Remove obsolete CUE option
2013-07-01 18:37:10 +00:00
Nicola Vitale
07771e3208
- Update to 0.7.0
...
- Move textproc/clucene from BUILD_DEPENDS to LIB_DEPENDS
- Remove GH_TAGNAME
- Add PORTVERSION to PLIST_SUB
- Remove files/patch-src__libtomahawk__Source.cpp
- Add files/patch-src__libtomahawk__sip__PeerInfo.cpp
2013-06-28 21:24:04 +00:00
Nicola Vitale
572dd294a2
- Update to 2.0.3
...
- Change GitHub repository (libechonest is developed by Leo Franchi)
- Add PORTVERSION to PLIST_SUB
- Fix WWW in pkg-descr
2013-06-28 21:17:09 +00:00
Baptiste Daroussin
2bac85d178
Convert to USES=imake
...
While here trim headers
Remove useless pre.mk/post.mk
2013-06-28 18:19:20 +00:00
Emanuel Haupt
b08ca0d75a
Use ${CC} instead of 'clang' to detect whether /usr/bin/cc is gcc or clang.
2013-06-28 13:10:29 +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
Chris Rees
1a7bda6195
Use USE_GITHUB again using TAGNAME for commit id ....
...
Submitted by: bdrewery
... thus unbreaking
Submitted by: pointyhat (miwi)
2013-06-27 16:12:44 +00:00
Chris Rees
22ecc41fd7
Add SQLITE3 option
2013-06-26 21:14:56 +00:00
Veniamin Gvozdikov
e663dde1ed
* Changed my email
...
* Changed position name and surname
* Deleted lib versions from LIB_DEPENDS
Approved by: eadler (mentor)
2013-06-25 18:07:07 +00:00
Veniamin Gvozdikov
6a7263f555
- Log:
...
* Changed my email
* Changed positions name and surname
Approved by: eadler (mentor)
2013-06-25 18:03:49 +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
Koop Mast
8344fae36b
Update to 1.0.20.
...
Minor bug fixes.
Submitted by: maintainer (priv mail)
2013-06-23 13:02:40 +00:00
Steve Wills
35f42460cc
- Update to 1.21, required for my audio/beets port
...
- Remove patch, REINPLACE is better
- Passes portlint
PR: ports/179297
Submitted by: Mark Felder <feld@feld.me>
Approved by: maintainer timeout (johnson.peter@gmail.com , >2 weeks)
2013-06-22 14:49:53 +00:00
Steve Wills
a909de4a05
-update to 1.2.4
...
-rc script passes rclint now
-port passes portlint
PR: ports/179300
Submitted by: Mark Felder <feld@feld.me>
Approved by: maintainer timeout (ayu@commun.jp , >3 weeks)
2013-06-22 14:33:13 +00:00
Marcus von Appen
c5a4db7c11
Welcome SDL2 to the FreeBSD ports system!
...
A set of new SDL2 related ports has been added, which are essentially
the same as their corresponding port for SDL1.2:
audio/sdl2_mixer
graphics/sdl2_image
graphics/sdl2_ttf
net/sdl2_net
A set of new USE_SDL knobs is available to enable SDL2 and its related
ports to be added as dependency to ports. Use either of
USE_SDL= sdl2 image2 mixer2 net2 ttf2
to pull in the specific sdl2_* or sdl20 port.
2013-06-21 19:56:27 +00:00
William Grzybowski
9807bf6b16
audio/lxmusic: minor fixes
...
- Add LICENSE (MIT GPLv2)
- Use desktop-file-utils
- Add NLS and DOCS options
- Add Created by in Makefile header
PR: ports/179775
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: maintainer
2013-06-20 21:12:54 +00:00
Antoine Brodin
cba21faa21
Add a missing file to pkg-plist
2013-06-19 20:47:02 +00:00
Mark Linimon
c173c83f09
Reset g.gonter@ieee.org: mbox full.
...
While here, modernize headers.
2013-06-19 20:12:38 +00:00
Dmitry Marakasov
3037cb61c7
- Trim Makefile headers
...
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
2013-06-18 11:46:51 +00:00
Martin Wilke
9daf452cc3
- Add missing pkgconfig
...
- While here remove 7.X gruft
Reported by: pointyhat
http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/a.9-exp.20130618003449.pointyhat-west/xmms2-0.8_3.log
2013-06-18 04:08:25 +00:00
Martin Wilke
4d124cf2d5
- Support CFLAGS properly
...
- Add DESKTOP_ENTRIES
PR: 179588
Submitted by: Ports Fury
2013-06-17 15:18:21 +00:00
William Grzybowski
bc77991c54
audio/mpc: update to 0.22
...
- Update to 0.22
- Add LICENSE (GPLv2)
- Remove spaces from WWW in pkg-descr
- New form for pkgconfig
PR: ports/179234
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: culot / jpaetzel (mentors, implicit), maintainer
2013-06-17 14:37:20 +00:00
David Naylor
d50f08da73
Update audio/soundkonverter to use new options macros and to always build plugins.
...
The plugins are disabled at run-time if the required programs are not available, so
always including them:
a) does not result in a broken port
b) provides greater flexability to the user (if the ports are installed later)
c) increases the build time, although it is a small port in any case.
The above two changes reduces the Makefile line count by 160.
Approved by: eadler,bdrewery (mentors, implicit)
2013-06-17 13:04:08 +00:00
David Naylor
e18ad43062
Update audio/soundkonverter to 2.0.3.
...
ChangeLog:
-Fix: Update normalize filter widget properly
-Fix: Show more than one filter widget at a time
-Fix: Load normalize options properly from saved profiles (could lead to a crash)
Approved by: eadler,bdrewery (mentors, implicit)
2013-06-17 11:57:19 +00:00
Ruslan Makhmatkhanov
61c8a6582e
- chase devel/ice update
2013-06-17 11:43:16 +00:00
Chris Rees
83b3f2341d
Requires pkgconfig
2013-06-16 19:16:13 +00:00
Baptiste Daroussin
d2ab1f37c8
Use options helpers
2013-06-15 15:09:30 +00:00
Nicola Vitale
14a769e8ca
- Update to 1.47.11
...
- Trim Makefile header
- Add LICENSE (GPLv3)
- Add radio option AUDIO_SYSTEM (default PORTAUDIO)
- Remove USE_GCC
- Convert to the new option framework
- Remove Author field from pkg-descr, fix WWW one
Build log: http://goo.gl/BWger
2013-06-15 12:41:52 +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
Baptiste Daroussin
84e785d26c
Finish options conversion
2013-06-15 07:50:22 +00:00
Baptiste Daroussin
0b35afe982
Convert WITH -> OPTIONS
2013-06-14 22:45:33 +00:00
Baptiste Daroussin
42deff41c2
Convert from WITH to OPTIONS
...
While here remove wrong pkgconfig dependency
2013-06-14 22:41:54 +00:00
Baptiste Daroussin
7ece12c46d
Convert from WITH to OPTIONS
2013-06-14 22:38:23 +00:00
Baptiste Daroussin
5abe4c2317
Use new options helpers
2013-06-14 22:31:25 +00:00
Baptiste Daroussin
d41ecf1415
Finish convertion to new options framework
2013-06-14 22:25:52 +00:00
Baptiste Daroussin
69dcd5f21d
Convert from WITH to OPTIONS
2013-06-14 22:22:31 +00:00
Antoine Brodin
6ab96f1878
- Trim Makefile header
...
- Add empty directory created by the port to plist
2013-06-14 16:05:09 +00:00
Baptiste Daroussin
5a847999e4
typo
2013-06-14 14:49:20 +00:00
Baptiste Daroussin
631f6c1707
Trim headers
...
Convert WITH to options
2013-06-14 14:46:57 +00:00
Baptiste Daroussin
745c4918d1
Use new helpers
2013-06-14 14:44:56 +00:00
Baptiste Daroussin
630e157c54
Add the forgotten OPTIONS_SUB
2013-06-14 14:07:34 +00:00
Baptiste Daroussin
9ccb6117eb
Simplify by adopting the new options helpers
2013-06-14 13:51:18 +00:00
Boris Samorodov
2dbdae59f4
. fix build with clang (CPPFLAGS+=-Wno-return-type);
...
. remove shlib ABI version from LIB_DEPENDS;
. add LICENSE=GPLv2;
. trim Makefile headers;
. use PLIST_FILES;
. remove pkg-plist (3 lines).
2013-06-13 16:39:08 +00:00
Boris Samorodov
6f83ad1234
. fix building with clang (CFLAGS+=-Wno-return-type);
...
. trim Makefile headers.
2013-06-13 16:15:14 +00:00
Andrej Zverev
b8138b3c53
- Fix build with new site_perl
...
Submitted by: ohauer@
2013-06-12 19:20:40 +00:00
Martin Wilke
6ec3e9fd05
- Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 14:51:23 +00:00
Martin Wilke
1d570fd42a
Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 14:44:30 +00:00
Emanuel Haupt
30713fcdf9
Fix build on -CURRENT by using USE_GCC=any
2013-06-11 13:26:32 +00:00
Emanuel Haupt
6670844ef7
Fix build on -CURRENT
2013-06-11 13:08:16 +00:00
Martin Wilke
4062b805f3
- Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 02:18:35 +00:00
Martin Wilke
d618e85ed1
Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 02:18:24 +00:00
Martin Wilke
7d893f9b7c
- Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 02:18:01 +00:00
Grzegorz Blach
fcb82eb67e
- Update to 2.8
...
Approved by: tabthorpe (mentor)
2013-06-10 18:34:37 +00:00
Pietro Cerutti
581f4866e8
- Remove trailing period from DEPRECATED line
2013-06-10 13:32:07 +00:00
Pietro Cerutti
cc15b0864c
- Deprecate lang/q and it's modules. As stated on the project's website, Q is
...
no longer supported, and users are advised to use lang/pure instead. Expiration
date in two months.
2013-06-10 13:30:44 +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
Baptiste Daroussin
13140169ee
Mark as deprecated, it has been broken for a while now
...
Approved by: pav (maintainer)
2013-06-10 10:03:20 +00:00
Steve Wills
43d75c379b
- Update to 0.4
...
PR: ports/179368
Submitted by: Mark Felder <feld@feld.me> (maintainer)
2013-06-10 02:32:04 +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
Martin Wilke
3c633dae91
- Do not remove directories not created by this port
...
 Reported by: pkg (DEVELOPER_MODE)
2013-06-08 14:55:15 +00:00
Bryan Drewery
f914b482f1
Fix ports using GH_TAGNAME=master to depend on a known hash
...
instead of a branch that changes.
With hat: portmgr
2013-06-07 22:29:01 +00:00
William Grzybowski
ea94cb514c
- Unmark as BROKEN [1]
...
- Change DISTFILES and do-fetch to cache the file
PR: ports/179398 [1]
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
Approved by: culot / jpaetzel (mentors, implicit)
2013-06-07 15:23:26 +00:00
Alex Kozlov
463bde99d2
- Remove empty files
2013-06-07 07:56:02 +00:00
William Grzybowski
de44e615f9
- Update to 2013.05.19
...
Changes:
https://github.com/PromyLOPh/pianobar/blob/466d16fe/ChangeLog
PR: ports/179375
Submitted by: John Hixson <john@ixsystems.com> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit)
2013-06-06 20:30:57 +00:00
Baptiste Daroussin
2e5b47a65e
Finish conversion to new options framework
2013-06-06 15:38:37 +00:00
Mathieu Arnold
eaae11d9c4
USE_PERL5_BUILD+USE_PERL5_RUN -> USE_PERL5.
...
Reported by: http://az.semmy.ru/perl_sdad.txt
2013-06-06 13:25:20 +00:00
Eitan Adler
abdf9a5815
- Drop alpha
...
- Convert to OptionsNG
2013-06-05 20:28:22 +00:00
Baptiste Daroussin
6b9de4a9f4
Restore ventrilo-server, which has been removed by mistake (distfile is still available)
...
Pass maintainership to submitter
Submitted by: Bob Willcox <bob@immure.com>
2013-06-05 17:00:46 +00:00
Pietro Cerutti
4df1cde4ff
- Avoid using deprecated features of Tcl 8.6
2013-06-05 13:50:26 +00:00
Baptiste Daroussin
e451e43da7
Convert to new option framework
...
Approve by: gnome (kwm)
Obtained from: gnome dev repo
2013-06-05 08:59:14 +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
Bryan Drewery
8695f238e3
- Update to 20120903
...
- Pass maintainership to submitter
- Trim header
- Remove ABI versions from LIB_DEPENDS
- Update pkg-descr with latest features
- Pet portlint
PR: ports/179020
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-06-04 18:30:57 +00:00
Roman Bogorodskiy
787c02f828
Update to 2.1.8.
...
PR: 178057 (based on)
Submitted by: Martin Dieringer <martin.dieringer@gmx.de>
2013-06-04 17:06:55 +00:00
Baptiste Daroussin
d4600efa64
Convert to new options framework
2013-06-04 15:13:42 +00:00
Steve Wills
3b0fd06fc8
- Update to 2.2.1
2013-06-04 15:11:34 +00:00
Martin Wilke
233099396b
- Fix build with clang
...
PR: 179214
Submitted by: Ports Fury
2013-06-04 08:25:12 +00:00
Martin Wilke
867c6b64ba
- Fix DOCSDIR layout
...
PR: 179213
Submitted by: Ports Fury
2013-06-04 08:24:32 +00:00
Rene Ladan
05a530bf23
Remove expired ports:
...
2013-03-05 mail/p5-vpopmail: Broken for more than 6 month
2013-06-01 mail/vodmr: depends on expired mail/p5-vpopmail
2013-06-03 audio/ventrilo-server: No more public distfiles
2013-06-03 devel/libzrtp: No more public distfiles
2013-05-30 mail/postfix26: No longer supported by upstream
2013-06-01 devel/i386-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/i386-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/i386-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-03 10:34:44 +00:00
Marcus von Appen
c3cea8c93f
- Fix broken patch from ports/178343, which might lead to broken OSS output
...
PR: ports/178895
Submitted by: Green Dog <fiziologus@gmail.com>
2013-06-02 18:07:32 +00:00
Roman Bogorodskiy
3ac2e60fd4
Update to 1.15.4.
2013-06-02 17:18:34 +00:00
Wen Heping
b3107f6cbf
- Trim Makefile headers
2013-06-01 14:22:35 +00:00
Pawel Pekala
0fc3b42483
Update to version 1.1.1
...
PR: ports/179103
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2013-06-01 10:27:59 +00:00
Chris Rees
16eb7c2ca0
Stop checking for get_pidfile_from_conf function in rc.subr.
...
It is present in all supported versions of FreeBSD, and has had poor takeup.
I strongly suspect the strange-looking checks are partially to blame for
scaring maintainers off.
Go forth and please use it!
PR: ports/178269
Approved by: maintainers of all ports involved
2013-05-31 11:54:01 +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
Emanuel Haupt
21f54f8750
Update to 0.25.b2
2013-05-29 22:04:52 +00:00
Emanuel Haupt
1c26962289
Fix build on HEAD by adding USE_GCC=any (uses nested functions).
2013-05-29 06:41:11 +00:00
Martin Wilke
90234f16f1
- Update to 1.11.0
...
PR: 178956
Submitted by: Ports Fury
2013-05-28 13:47:40 +00:00
Emanuel Haupt
20fc90f247
Update to 4.1.5
...
PR: 179039
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
2013-05-28 08:05:48 +00:00
Martin Wilke
a2f5181806
- Update to 1.0.2
...
PR: 178873
Submitted by: Ports Fury
2013-05-27 14:36:55 +00:00
Martin Wilke
b959fd5036
- Update to version 2.4.3
...
PR: 178867
Submitted by: Ports Fury
2013-05-27 14:21:14 +00:00
Baptiste Daroussin
26eab0c72e
Fix build with clang by disabling incompatible cflags
2013-05-27 12:45:20 +00:00
Baptiste Daroussin
1fd6afe2ca
Fix build with clang
2013-05-27 12:06:50 +00:00
Marcelo Araujo
461a0d7bc6
- Update MASTER_SITES.
...
- Add option for GTK2 support.
- Add LICENSE.
PR: ports/174185
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-05-27 09:03:02 +00:00
Philippe Audeoud
20659f6d09
- Remove useless depend on PERL_LEVEL < 5.12
...
PR: ports/17892
Submitted by: az@
2013-05-27 08:57:05 +00:00
William Grzybowski
c9a305065d
- Update to 0.4.14 [1]
...
- Sort pkg-plist
Changes: http://sourceforge.net/projects/lmms/files/lmms/0.4.14/
PR: ports/178820 [1]
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
Approved by: culot (mentor)
2013-05-26 16:16:33 +00:00
Martin Wilke
83ea40c171
- Mark as NO_PACKAGE hangs about 30 hours on pointyhat(-west)
2013-05-26 01:59:18 +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
Guido Falsi
f150089c5e
- Fix slave port audio/cpp-xmms2 build with recent clang [1]
...
- While here hack build system to stop slave ports from overwriting
master's files on installation
Reported by: miwi [1]
2013-05-24 21:32:38 +00:00
Baptiste Daroussin
2752ba0d5b
Fix build on current by forcing usage of gcc: the code uses nested functions which is a gcc extensions
...
While here trim headers
Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
2013-05-24 13:54:00 +00:00
Andrej Zverev
19c06076fb
- Trim Makefile header
...
- Assign maintainership to perl@
- Remove unnecessary depend on PERL_LEVEL < 5.12
2013-05-24 08:55:17 +00:00
Andrej Zverev
fbdb31918a
- Remove unnecessary depend on PERL_LEVEL < 5.12
2013-05-24 08:53:45 +00:00
Chris Rees
75b103e1ce
Apparently upstream likes to change tarballs without the version number.
...
I will host the tarball myself.
Submitted by: phw (miwi)
2013-05-23 22:17:25 +00:00
Marcus von Appen
04e72495da
- Fix a sound distortion issue for the OSS backend
...
PR: ports/178343
Submitted by: Yamagi Burmeister <yamagi@yamagi.org>
2013-05-23 06:05:32 +00:00
Emanuel Haupt
7cb83c8ebe
Get rid of a compiler warning.
2013-05-23 03:02:24 +00:00
Emanuel Haupt
87e60f9c74
Fix build with clang 3.3
2013-05-22 18:39:37 +00:00
Christian Weisgerber
e882a6e060
Minor cleanup.
2013-05-22 15:29:09 +00:00
Christian Weisgerber
f4716ba607
* Update to 1.3.1: Guard against very large packets.
...
* Improve description.
2013-05-22 15:25:39 +00:00
Jason Helfman
677c1aba1f
- update to 1.0.24
...
Reported by: portscout
2013-05-22 04:21:42 +00:00
Chris Rees
87d64bbc11
audio/id3ren: Resurrect; it lives on github now.
...
I'll maintain.
2013-05-20 18:02:42 +00:00
Rene Ladan
22e9b3493f
2013-05-20 audio/gogo-petit: No more public distfiles
2013-05-20 10:41:57 +00:00
Emanuel Haupt
f6e4f0a901
Update to 4.0.6
2013-05-20 02:25:20 +00:00
Emanuel Haupt
1faca5457b
Update to 4.1.4
2013-05-20 02:24:57 +00:00
Steve Wills
b305a43c5e
- Update to 1.1.0
...
PR: ports/178550
Submitted by: Mark Felder <feld@feld.me> (maintainer)
2013-05-20 01:09:40 +00:00
Steve Wills
81af939dc2
- Add missing prefix was causing audio/beets to fail
...
PR: ports/178544
Submitted by: Mark Felder <feld@feld.me> (maintainer)
2013-05-20 01:00:10 +00:00
Chris Rees
8ee54db421
audio/musicpd: Fix pkg-message
2013-05-19 18:02:52 +00:00
Marcus von Appen
c2208118fb
- Back to the pool
2013-05-19 06:15:05 +00:00
Stefan Walter
7b9b86faa6
Configure correct database table depending on MySQL version in use.
...
PR: 178657
Submitted by: Thomas Mueller <tmueller@sysgo.com>
Approved by: Mark Knight <markk@knigma.org> (maintainer)
2013-05-18 22:37:05 +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
Baptiste Daroussin
4069e19b90
gmake is no more needed
2013-05-18 18:14:39 +00:00
Chris Rees
83c57c8fea
Build with clang once more; fix a void return from int function.
...
Not that the result is ever checked... but never mind about that.
Reviewed by: Silence on multimedia@
2013-05-18 17:10:10 +00:00