1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

941 Commits

Author SHA1 Message Date
Adam Weinberger
233ec73da5 Remove NOPORTDOCS. 2014-07-04 23:18:12 +00:00
Rene Ladan
2cf40c9314 Remove expired ports:
2014-07-04 x11-clocks/wmitime
2014-07-04 x11/xorg-edit: Depends on older version of wxGTK
2014-07-04 18:53:35 +00:00
Tijl Coosemans
13dcb08d13 - USES=libtool tar:bzip2
- INSTALL_TARGET=install-strip
2014-07-01 18:37:04 +00:00
Tijl Coosemans
2808dce194 - USES=libtool tar:bzip2
- INSTALL_TARGET=install-strip
2014-07-01 18:14:59 +00:00
Vanilla I. Shu
5d88586b88 Stagify. 2014-07-01 12:56:32 +00:00
Vanilla I. Shu
41ba5a1e70 1: Stagify.
2: USES=tar:bzip2.
3: add LICENSE.
4: new syntax of LIB_DEPENDS.

Approved by:	portmgr@ (blanket approval)
2014-07-01 10:13:26 +00:00
Vanilla I. Shu
34b7f09e5c Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-30 16:47:36 +00:00
Antoine Brodin
df1f66d426 Reset maintainer, email bounces
With hat:	portmgr
2014-06-28 07:48:01 +00:00
Soeren Straarup
c90b444b16 - Marked BROKEN, since no public distfiles
- EXPIRATION_DATE set to 2014-07-04
- Reset maintainer
2014-06-26 14:45:52 +00:00
Jun Kuriyama
746e951784 Remove IS_INTERACTIVE.
PR:	ports/191208
Submitted by:	marino
2014-06-24 15:15:56 +00:00
John Marino
a8c75b17e0 Deprecate unmaintained interactive ports for removal in 2 months
Interactive ports can't be packaged which means they don't get tested
weekly either.  Ideally all interactive ports should be converted to
regular ports.  Reduce the number of these types of ports by pruning
unmaintained ones first.  Those wishing to pick up these ports are
expected to convert them to regular ports if this can be done with
reasonable effort.  Ports deprecated for removal on 20 August 2014:

  * mail/mailagent
  * net/delegate
  * net-mgmt/nocol
  * print/hplip-plugin
  * print/xdvi
  * sysutils/autopsy
  * x11-clocks/xalarm

Approved by:	portmgr (bapt)
2014-06-20 16:38:03 +00:00
Daichi GOTO
104e917c81 Stagefy 2014-06-13 10:51:40 +00:00
Jun Kuriyama
ba6918d110 - Stagify. 2014-06-09 15:41:12 +00:00
Olivier Duchateau
a5b17ac5e5 - Update to 1.6.0 2014-06-05 16:51:30 +00:00
Dmitry Marakasov
4ed5d621eb - Convert misc/xosd and dependent ports which need it (deskutils/xneur, polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-05-27 11:17:41 +00:00
Martin Wilke
8721a01043 - Fix build on -current
PR:		188143
Submitted by:	Ports Fury
2014-05-17 08:42:00 +00:00
Tijl Coosemans
1f8935d509 Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".
Bump PORTREVISION on all dependent ports. [1]

audio/ario: USES=libtool.
audio/gmpc: USES=libtool.
audio/gnome-media: USES=libtool:keepla tar:bzip2.
audio/xfce4-mixer: USES=libtool tar:bzip2.
graphics/shotwell: Unbreak and USES=tar:xz.
science/gwyddion: USES=libtool tar:bzip2.
sysutils/mate-control-center: USES=libtool.
x11/xfce4-clipman-plugin: USES=libtool tar:bzip2.

Approved by:	portmgr (implicit) [1]
2014-05-13 11:54:53 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Martin Wilke
66d4f99bd0 - Fix build on i386
- Enable sound support for all ARCH

PR:		187494
Submitted by:	ports fury
2014-04-29 06:01:16 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00
Max Brazhnikov
f3f8c20d6a KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]

misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)

security/kwallet:
- moved to security/kwalletmanager (renamed upstream)

x11/kdelibs:
- remove workaround, which is not needed after global fix in
  Mk/bsd.kde4.mk (r315373)

PR:		ports/187259 [1]
Submitted by:	Tobias Berner <tcberner@gmail.com>
2014-03-04 19:15:39 +00:00
Martin Wilke
a6022e7c0f - Update MASTER_SITES
- Add LICENSE
- Support STRIP properly

PR:		187062
2014-02-27 09:21:03 +00:00
John Marino
2000fd9c85 x11-clocks/wmfuzzy: Update at 1 hertz instead of 10 khz
This fuzzy clock display only changes approximately every 5 minutes, so
it's crazy that it internally updates every 10 microseconds.  Save CPU
and let it sleep a second at a time.

While here, remove indefinite article from comment, remove unnecessary
NOPORTDOCS check, and indicate GPLv2 license.

PR:		ports/181137
Submitted-by:	Marcus Reid
2014-02-25 23:49:18 +00:00
Emanuel Haupt
f16c46fafa Remove trailing whitespaces from category x11-clocks 2014-02-21 13:40:13 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Roman Bogorodskiy
391fc41753 - Fix make stage [1]
- Drop article from COMMENT

Reported by:	pkg-fallout
2014-02-06 10:15:08 +00:00
Olivier Duchateau
3896da7367 - Support STAGEDIR
- Use USES= gmake
- Add LICENSE
2014-01-29 15:24:59 +00:00
Alexey Dokuchaev
938b25c033 - Stagify, convert to OptionsNG, remove check for alpha (unsupported)
- Cleanup Makefile and port description while here
2014-01-28 10:42:26 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
758e2533ab Reduce over inclusion of bsd.port.mk 2014-01-17 13:26:12 +00:00
Vanilla I. Shu
6aae51b6c6 Support stagedir.
Submitted by:	portmgr (blanket infrastructure)
2014-01-11 12:51:31 +00:00
Pietro Cerutti
d420ebc17b - Convert to USES=tk
- STAGE-clean
- Do not require tk-wrapper
2014-01-10 09:05:46 +00:00
Antoine Brodin
68ea9bc11e - Fix build with clang
- Stage support

PR:		ports/185311
Submitted by:	KATO Tsuguru
2014-01-08 20:54:35 +00:00
Jason E. Hale
cd6ee11659 - Fix pkg-plist 2014-01-02 05:21:04 +00:00
Antoine Brodin
baca7c11cd Stage support 2013-12-29 16:35:06 +00:00
Antoine Brodin
f146415722 Stage support 2013-12-29 15:36:49 +00:00
Antoine Brodin
aba0814e61 Stage support 2013-12-29 15:29:13 +00:00
Antoine Brodin
2301b1ac49 Stage support 2013-12-29 15:22:28 +00:00
Antoine Brodin
2bc3a23ed2 Stage support 2013-12-29 15:13:37 +00:00
Wesley Shields
5c3411c36d Update to 2.40 2013-12-29 05:23:23 +00:00
Antoine Brodin
5f08701679 Stage support 2013-12-27 22:29:18 +00:00
Antoine Brodin
203eb946f0 Stage support 2013-12-27 22:24:59 +00:00
Jason E. Hale
ebdf73fcf0 - Update to 4.1.4 2013-12-20 01:18:29 +00:00
Niclas Zeising
47be7a61c9 Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.

Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0

Fix dissapearing cursor in xf86-video-vmware [2]

Stagify all x11@-owned ports

Bump portrevisions for xf86-* ports due to xserver version change.

Fix fallout from updates where needed.

Thanks to:	all testersi, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/184684 [1], ports/181385 [2]
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by:	portmgr (bdrewery), core (jhb) [0]
2013-12-16 11:11:09 +00:00
Marcus von Appen
efe165c4fd - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Approved by:	portmgr (blanket)
2013-12-08 13:36:11 +00:00
Marcelo Araujo
dcc5f1aa94 - Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
2013-11-29 07:37:52 +00:00
Dirk Meyer
f9a95694ae - revert r331810 2013-10-28 20:17:49 +00:00