1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

12013 Commits

Author SHA1 Message Date
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