Commit graph

2004 commits

Author SHA1 Message Date
David Naylor
a39d5573ba Update my ports to be compliant with new USES framework and fix other issues.
Changes:
 * various: migrate USE_BZIP2 to USES=tar:bzip2
 * various: migrate USE_XZ to USES=tar:xz
 * multimedia/py-ffmpeg: add and prefer github (GH) as master site
 * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)

Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port.
2014-04-24 20:11:01 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Baptiste Daroussin
f1fdb34f7c Support stage 2014-04-22 12:50:54 +00:00
Baptiste Daroussin
51b5a8eed3 Support stage 2014-04-22 12:47:10 +00:00
Rusmir Dusko
69553e4f7c These ports are no longer used or cared for.
Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports
with my help.

misc/lxde-common

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

misc/xdg-menu

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Add DOCS Option
- Break lines around 80 characters
- Change pkg-plist, remove mtree

sysutils/lxinput

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

sysutils/lxtask

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Remove TODO from DOCS

sysutils/lxterminal

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing

x11/florence

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils
- Remove not needed MAN1 from Makefile

x11/libfm

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree

x11/lxde-meta

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

x11/lxmenu-data

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, remove mtree

x11/lxpanel

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Strip libraries
- Change pkg-plist, add missing

x11/menu-cache

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- USES pathfix instead of USE_GNOME gnomehack
- Strip library

x11-fm/pcmanfm

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree, add missing

x11-themes/lxde-icon-theme

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Change pkg-plist, remove mtree

x11-wm/lxmed

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

x11-wm/lxsession

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing

x11-wm/obapps

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Add DOCS Option
- Change Desktop entry file

x11-wm/obmenu

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Break lines around 80 characters
2014-04-21 20:27:38 +00:00
David Naylor
baf740502f Update x11-themes/kde4-style-oxygen-transparent to 80fc757 (10-Mar-2014). 2014-04-17 16:43:31 +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
Olivier Duchateau
e4572ea68f - Update to 2.2.2 2014-04-02 19:39:32 +00:00
Antoine Brodin
acb669235c Remove some expired xmms ports (abandonware, unmaintained):
2014-03-23 audio/p5-Xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-a52dec: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-audiofile: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-cdread: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-crossfade: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-crystality: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-defx: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-efxmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-eq: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-faad: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-fc: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-fxt: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-infopipe: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-jack: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-liveice: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mac: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mad: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-midi: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-modplug: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mp3cue: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-osssurround: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-quix3dn: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-sid: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-sndfile: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-tfmx: Abandonware, please consider using multimedia/audacious instead
2014-03-23 chinese/xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-blursk: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dancingparticles: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dflowers: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dscope: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dspectogram: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dspectral: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-finespectrum: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-fishmatic: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-gdancer: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-iris: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-jess: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-nebulus: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-paranormal: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-scivi: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-vumeter: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-waterfall: Abandonware, please consider using multimedia/audacious instead
2014-03-23 multimedia/gxmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 multimedia/xmms-status-plugin: Abandonware, please consider using multimedia/audacious instead
2014-03-23 russian/xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-bluecurve-theme: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-eq-skins: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-vumeter-skins: Abandonware, please consider using multimedia/audacious instead
2014-03-23 08:59:35 +00:00
Antoine Brodin
8904be4d3b Remove dependency on expiring xmms-bluecurve-theme 2014-03-22 09:54:06 +00:00
Emanuel Haupt
1df502b5ef Fix @@${MKDIR} -> @${MKDIR}
Notified by:	antoine (via irc)
2014-03-18 14:41:08 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Martin Wilke
6afa1e436b - Convert USE_XZ/BZIP2/GMAKE to USES 2014-03-15 16:25:40 +00:00
Baptiste Daroussin
9f9d071f7b Convert x* to USES=zip 2014-03-10 18:09:41 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00
Rene Ladan
ec16f410f0 - Remove dependency on expired x11-themes/gnome-icons-snowish
- Bump PORTREVISION
2014-03-10 11:36:11 +00:00
Alexey Dokuchaev
0e939a01b3 - Stagify; drop an article from COMMENT line and superfluous quote marks
- Update port description (chase Max Rudberg's site, remove now defunct
  upstream website for these themes)
2014-03-10 09:17:29 +00:00
Olivier Duchateau
59f4585458 - Update to 2.2 2014-03-07 20:55:45 +00:00
Olivier Duchateau
0ce6b4ee88 Blueprint is Gtk2 engine, collection of icons and themes from OpenSolaris.
WWW: http://openindiana.org/

Requested by:	sk8harddiefast (FreeBSD forums)
Reviewed by:	sk8harddiefast
Obtained from:	http://forums.freebsd.org/viewtopic.php?f=22&t=45041
2014-03-06 18:24:50 +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
Antoine Brodin
a74a4b46c4 Deprecate and set expiration date for xmms stuff that is unmaintained 2014-02-23 22:12:09 +00:00
Max Brazhnikov
c462c8607d - Fix plist after recent KDE SC update 2014-02-20 11:52:08 +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
Thomas Abthorpe
d8299fcc60 - Reassign lioux' ports to the heap
With hat:	portmgr
2014-02-14 16:51:44 +00:00
Martin Wilke
5b3565b12b - Stage support 2014-02-11 09:29:04 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Emanuel Haupt
d91ae6bfd6 Support staging. 2014-02-07 13:46:44 +00:00
Emanuel Haupt
ee3125b038 Support staging. 2014-02-07 13:45:49 +00:00
Emanuel Haupt
c347f532dc Support staging. 2014-02-07 13:44:44 +00:00
Emanuel Haupt
6fab18fe7a Support staging. 2014-02-07 13:43:01 +00:00
Emanuel Haupt
f4815a19d9 Support staging. 2014-02-07 13:40:52 +00:00
Antoine Brodin
30e5326acc Do not loop inside the stage directory 2014-02-04 20:22:55 +00:00
Martin Wilke
fde200fb1f - Stage support 2014-01-27 13:06:09 +00:00
Martin Wilke
5eb9b7171b - Stage support 2014-01-27 12:58:43 +00:00
Martin Wilke
4782026246 - Stage support 2014-01-27 11:46:37 +00:00
Martin Wilke
e9b36ada97 - Stage support 2014-01-27 11:38:19 +00:00
Martin Wilke
bf9a4e9ab3 - Stage support 2014-01-27 11:33:59 +00:00
Martin Wilke
465dba60fa - Stage support 2014-01-27 11:15:57 +00:00
Martin Wilke
5fc873a5d5 - Stage support 2014-01-27 10:59:45 +00:00
Martin Wilke
cfc65da34d - Stage support
- While here trim header
2014-01-27 09:49:41 +00:00
Martin Wilke
0aaf0ff9d5 - Stage support
- switch to USES
2014-01-27 09:36:47 +00:00
Martin Wilke
7fea7a2409 - Stage support 2014-01-27 09:36:00 +00:00
Martin Wilke
3873ee6066 - Stage support
- switch to USES
2014-01-27 09:35:06 +00:00
Martin Wilke
1f8ad9ddee - Stage support 2014-01-27 09:34:37 +00:00
Martin Wilke
b407aa1f57 - Stage support 2014-01-27 09:25:28 +00:00
Martin Wilke
4ae592f5a1 - Stage support 2014-01-27 09:24:16 +00:00
Martin Wilke
3c8991f953 - Stage support 2014-01-27 09:23:58 +00:00
Martin Wilke
2d3fa03334 - Stage support 2014-01-27 09:07:25 +00:00
Martin Wilke
317af9981a - Stage support 2014-01-27 09:06:49 +00:00
Martin Wilke
c9ad61e7d6 - Switch to USES
- Stage support
2014-01-27 09:06:26 +00:00
Martin Wilke
10b06336d9 - Stage support 2014-01-27 09:05:43 +00:00
Martin Wilke
ca4757692d - Stage support
- While here switch to USES
2014-01-27 09:04:59 +00:00
Martin Wilke
787bf74fb5 - Stage support 2014-01-27 09:04:24 +00:00
Martin Wilke
c4dbeb1174 - Stage support 2014-01-27 08:20:05 +00:00
Martin Wilke
f98515f4b2 - Stage support
- While here switch to USES
2014-01-27 05:48:29 +00:00
Martin Wilke
4b9719a944 - Stage support 2014-01-27 05:41:50 +00:00
Raphael Kubo da Costa
21c989f3da Update to 1.2.2 2014-01-26 15:09:25 +00:00
Raphael Kubo da Costa
cd500010ef Update to 1.4.3. 2014-01-26 15:06:04 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Olivier Duchateau
ecb0e175e3 - Add NOTIFYD option to install xfce4-notifyd theme
- Bump PORTREVISION
2014-01-10 09:55:58 +00:00
Olivier Duchateau
7fa8d2dfcd Numix is a modern flat theme with a combination of light and dark elements.
WWW: https://github.com/shimmerproject/Numix
2014-01-10 07:19:19 +00:00
Olivier Duchateau
c08efdb62e - Update to 3.0.16
- Use distfile provided by Gentoo
- Support STAGEDIR
- Add patch obtained from Debian
2014-01-09 20:12:38 +00:00
Olivier Duchateau
421fe2d037 - Support STAGEDIR
- Add license blob
- Replace USE_GMAKE by USES= gmake
2014-01-09 20:06:36 +00:00
Rusmir Dusko
4c4d72d4e8 - USES gmake instead of USE_GMAKE
- Support STAGEDIR
2014-01-08 23:38:55 +00:00
Antoine Brodin
ec34a7e86e Stage support 2014-01-06 19:31:43 +00:00
Antoine Brodin
94b0846618 Stage support 2014-01-06 19:28:31 +00:00
Antoine Brodin
54c2dcabb2 Stage support 2014-01-06 19:26:25 +00:00
Antoine Brodin
78a0e7cd5b - Stage support and simplify install
- Remove duplicate @dirrm from plist
2014-01-06 19:22:33 +00:00
Antoine Brodin
bc37277920 Stage support 2014-01-06 19:04:06 +00:00
Antoine Brodin
db1965a26a Stage support 2014-01-06 18:59:56 +00:00
Antoine Brodin
c18fa49f1c - Stage support
- Convert to USES gmake and shebangfix
2014-01-06 18:51:30 +00:00
Antoine Brodin
4819634078 Stage support 2014-01-06 18:11:15 +00:00
Antoine Brodin
fc7a364050 Stage support 2014-01-06 17:54:04 +00:00
Antoine Brodin
80db725e0b Stage support 2014-01-06 17:48:27 +00:00
Antoine Brodin
3c8b75de38 Stage support 2014-01-06 17:42:09 +00:00
David Naylor
e946a1d6d1 Convert GMAKE to MAKE_CMD for x11-themes/cursor-crystal-theme.
This port no longer gets updates and is very inactive so it is unlikely
any other changes will be occuring in the near future, so commit this
minor change by itself.
2013-12-28 10:00:29 +00:00
David Naylor
dfc3c1b543 Add LICENSE (GPLv2) to x11-themes/kde4-style-oxygen-transparent and bump PORTREVISION.
- PORTREVISION is bumped as some may reject the license.
2013-12-19 15:30:51 +00:00
Rusmir Dusko
a4baad5f5a - Change maintainer email of my ports to @FreeBSD.org
Approved by:	pawel / wg (mentors, implicit)
2013-12-18 10:20:48 +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
Raphael Kubo da Costa
5e0cfcad8d - Update to 1.2.1.
- Support staging.
- Adapt to the new LIB_DEPENDS format.

Fixes in this release include:
 * Some improvement on inner-shadows
 * Some extra checks on widgets validity to prevent runtime warnings
 * Some rendering improvements for instance regarding scrollbars and textviews
2013-12-15 20:18:01 +00:00
Raphael Kubo da Costa
0a5f41a746 - Update to 1.4.1.
- Support staging.

Changes in this version:
 * Mark zotero as XUL application
 * Fix some antialias issue on sliders
2013-12-15 19:41:43 +00:00
Rene Ladan
e8a8b596c8 Remove expired ports:
2013-12-04 x11-themes/lila-xfwm4: Upstream development dead
2013-12-05 science/omnetpp: depends on expired textproc/libxml
2013-12-05 12:14:33 +00:00
Koop Mast
efee548c20 Update to 1.6.2. 2013-12-03 10:48:02 +00:00
Koop Mast
a236e2d0bf Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2.

Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.

Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.

This release was made possible by everyone that send friendly pokes to
keep mate on my mind.

Approved by:	portmgr (bapt)
2013-11-23 11:39:07 +00:00
Max Brazhnikov
ec436c34ca Convert to USES=qmake
Approved by:	portmgr (blanket approval)
2013-11-22 12:54:48 +00:00
David Naylor
7b494f0050 Add stage support to x11-themes/kde4-style-oxygen-transparent. 2013-11-18 18:58:54 +00:00
Rene Ladan
dc20ad9d05 Remove expired ports:
2013-11-18 devel/libXGP: Broken for more than 6 month
2013-11-18 deskutils/google-gadgets: Broken for more than 6 month
2013-11-18 palm/synce-trayicon: Broken for more than 6 month
2013-11-18 security/linux-pam-docs: Broken for more than 6 month
2013-11-18 net-p2p/mooseekd: Broken for more than 6 month
2013-11-18 textproc/p5-Lucene: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month
2013-11-18 x11-wm/fbpager: BRoken for more than 6 month
2013-11-18 net/hf6to4: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month
2013-11-18 security/dissembler: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month
2013-11-18 textproc/rst.el: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month
2013-11-18 databases/drizzle: Broken for more than 6 month
2013-11-18 devel/p5-File-Lock: Broken for more than 6 month
2013-11-18 devel/valide: Broken for more than 6 month
2013-11-18 databases/gomysql: Broken for more than 6 month
2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month
2013-11-18 devel/monodevelop-vala: Broken for more than 6 month
2013-11-18 devel/gonzui: Broken for more than 6 month
2013-11-18 devel/monodevelop-java: Broken for more than 6 month
2013-11-18 lang/objc: Broken for more than 6 month
2013-11-18 devel/klee: Broken for more than 6 month
2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month
2013-11-18 devel/simulavr: Broken for more than 6 month
2013-11-18 japanese/mobileimap: Broken for more than 6 month
2013-11-18 devel/libYGP: Broken for more than 6 month
2013-11-18 devel/monodevelop-python: Broken for more than 6 month
2013-11-18 13:54:17 +00:00
Sunpoet Po-Chuan Hsieh
c4f551e85e - Support STAGEDIR
PR:		ports/183915
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net>
2013-11-15 17:55:22 +00:00
Sunpoet Po-Chuan Hsieh
91e9e8414b - Support STAGEDIR
PR:		ports/183915
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2013-11-15 17:55:17 +00:00
Raphael Kubo da Costa
531beda8c8 Enable staging support 2013-11-11 09:23:25 +00:00
David Naylor
f270933bd1 Add LICENSE to x11-themes/cursor-crystal-theme.
- Also make building more robust by always cleaning on a rebuild
2013-11-07 19:57:29 +00:00
David Naylor
85a2758aba Remove the MAKE_ENV+=DESTDIR=${STAGEDIR} from the x11-themes/cursor-crystal-theme.
This is a redundant line as DESTDIR is specified automatically via MAKE_ARGS.

Hint by:	danfe (implicit, comment on r332477)
2013-11-06 19:06:09 +00:00
David Naylor
cf135f3d95 Add stage support to x11-themes/cursor-crystal-theme.
While here move gmake to USES framework.
2013-11-04 17:26:43 +00:00
Olivier Duchateau
a1cda77c6a Set an EXPIRATION_DATE of 1 month from now, because there's no update for 6
years
2013-11-04 14:47:25 +00:00
Pawel Pekala
d1df380e69 Update to version 0.5.3 2013-10-29 15:08:43 +00:00
Emanuel Haupt
b56af971ce Support staging. 2013-10-28 13:44:28 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Emanuel Haupt
6ec317a3bd Support staging. 2013-10-23 19:36:17 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Max Brazhnikov
fb76121bb7 - Remove NO_STAGE
- Remove patches for unsupported FreeBSD versions
2013-10-23 10:49:00 +00:00
Tijl Coosemans
9e32881bc2 Reset MAINTAINER on xmms-* ports maintained by c.petrik.sosa@gmail.com.
Submitted by:	"Chris Petrik" <c.petrik.sosa@gmail.com>
2013-10-22 18:50:47 +00:00
Dmitry Marakasov
73b7596b94 - Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES

Approved by:	portmgr (bdrewery)
2013-10-22 14:04:01 +00:00
Olivier Duchateau
b2878705bc - Add patch, to avoid "pixelization" of icons in Tabwin widget
- Bump PORTREVISION
2013-10-20 19:00:14 +00:00
Baptiste Daroussin
9fa3c854de deprecate ports broken for more than 6 month 2013-10-18 07:51:19 +00:00
Dmitry Marakasov
31a1db6c0d - Support staging 2013-10-16 23:18:08 +00:00
Dmitry Marakasov
e4d8f16736 - Support staging 2013-10-16 23:18:03 +00:00
Dmitry Marakasov
103e78c90d - Support staging 2013-10-16 23:17:57 +00:00
Olivier Duchateau
2507c18640 - Update to 1.2.2
- Support STAGEDIR
2013-10-16 18:20:29 +00:00
Baptiste Daroussin
b33d8886db Remove more gnome1 components 2013-10-15 10:09:32 +00:00
Olivier Duchateau
c49ab8b797 - Support STAGEDIR 2013-10-14 19:48:49 +00:00
Pawel Pekala
62627f1407 Add support for STAGEDIR 2013-10-06 19:02:37 +00:00
Rene Ladan
16e96c43f5 Add stage support for linux-f10-* ports maintained by emulation@
(category x11-themes).
2013-10-06 15:43:55 +00:00
Pawel Pekala
dfc33c10af Add support for STAGEDIR 2013-10-05 16:52:12 +00:00
Niclas Zeising
5a4c543c2b The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:

MESA 9.1.6

Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)

Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first.  See UPDATING for details.

PR:		ports/181962 [2]
Submitted by:	marius [1]
		zeising [2]
Exp-run by:	bdrewery
Approved by:	portmgr (bdrewery)

Thanks to all who helped testing!
2013-09-29 17:01:41 +00:00
Grzegorz Blach
849745edaf - Support staging
Approved by:	crees, tabthorpe (mentors, implicit)
2013-09-29 09:58:16 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Baptiste Daroussin
a67d6da3fe Add NO_STAGE all over the place in preparation for the staging support (cat: x11-themes) 2013-09-20 23:54:03 +00:00
Baptiste Daroussin
2b07ee6ce0 Add an explicit dependency on pkgconf 2013-09-18 08:38:20 +00:00
Antoine Brodin
251f4ca6f1 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-11 17:17:35 +00:00
Veniamin Gvozdikov
7aa28ecd61 - Changed MASTER_SITES
- Trim Makefile headers
- Changed tab to space in pkg-descr

PR:		ports/181559
Submitted by:	marino
Approved by:	rm (mentor)
2013-09-11 11:59:59 +00:00
Andrej Zverev
6f12870030 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 07:44:26 +00:00
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Baptiste Daroussin
c7d6ee97c1 Add an explicit dependency on pkgconf 2013-09-03 10:23:55 +00:00
Baptiste Daroussin
019f2422aa Add an explicit dependency on pkgconf 2013-09-03 08:49:46 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
14d01e3e90 Add an explicit dependency on pkgconf 2013-09-02 22:50:21 +00:00
Baptiste Daroussin
9880c1a378 Add an explicit dependency on pkgconf 2013-09-02 21:27:53 +00:00
Baptiste Daroussin
77aed62c7d Add an explicit dependency on pkgconf 2013-09-02 20:51:40 +00:00
Raphael Kubo da Costa
4e87f7d9e3 - Update to 1.2.0.
- Remove patch for EOL'ed FreeBSD releases (< 8.1).
2013-09-01 22:07:00 +00:00
Raphael Kubo da Costa
a379dc66d9 - Update to 1.4.0.
- Remove patch for EOL'ed FreeBSD releases (< 8.1).
2013-09-01 22:03:08 +00:00
Rene Ladan
829b60e37d Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month
2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month
2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month
2013-08-27 sysutils/avfs: Broken for more than 6 month
2013-08-27 multimedia/mp4split: Broken for more than 6 month
2013-08-27 net-mgmt/noc: Broken for more than 6 month
2013-08-27 sysutils/empower: Broken for more than 6 month
2013-08-27 emulators/xgngeo: Broken for more than 6 month
2013-08-27 graphics/geglmm: Broken for more than 6 month
2013-08-27 sysutils/libumberlog: Broken for more than 6 month
2013-08-27 net/wizd: Broken for more than 6 month
2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month
2013-08-27 palm/barry: Broken for more than 6 month
2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month
2013-08-27 news/lottanzb: Broken for more than 6 month
2013-08-27 textproc/xaira: Broken for more than 6 month
2013-08-27 graphics/f90gl: Broken for more than 6 month
2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month
2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month
2013-08-27 math/dislin: Broken for more than 6 month
2013-08-27 irc/smuxi: Broken for more than 6 month
2013-08-27 18:57:00 +00:00
Olivier Duchateau
ee731c6118 - Update to 1.2 2013-08-26 17:50:36 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Andrej Zverev
99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00
Baptiste Daroussin
ab20a94680 Deprecate and set expiration date for ports broken for more than 6 month 2013-07-26 23:20:17 +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
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
Rene Ladan
acd5ac544b - Do not tell that Linux versions of GTK themes will be installed
- Bump PORTREVISION [1]
Submitted by:	kwm [1]
2013-07-19 08:26:55 +00:00
Rene Ladan
ff638a432a Remove port, requires Linux FC3:
x11-themes/linux-gtk-bluecurve-theme
2013-07-18 22:23:25 +00:00
Rene Ladan
30be36c046 Drop dependency on x11-themes/linux-gtk-bluecurve-theme. 2013-07-18 22:19:33 +00:00
Niclas Zeising
a2262374a0 Update to 1.0.4 2013-07-17 14:05:06 +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
Raphael Kubo da Costa
07e6095fa0 Update to 2.2.1. 2013-07-06 02:52:28 +00:00
Alexey Dokuchaev
cc5f50ea5d Deprecate in sight of Qt 3.x port deorbit; trim Makefile header. 2013-07-05 15:01:08 +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
Rene Ladan
32f36c1f57 - Drop dependency on x11-themes/qt-bluecurve-theme , which depends on
the expired QT3.
- Bump PORTREVISION
2013-07-03 11:53:12 +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
William Grzybowski
9ba5e36a6f x11-themes/lxde-icon-theme: update to 0.5.0
- Update to 0.5.0 [1]
- Add LICENSE (GPLv3) [1]
- Install docs [1]
- Replace file patch with a sed [1]
- Trim Makefile header [1]
- Use space instead of tab for WWW
- Add DOCS to OPTIONS
- Pass maintainership to submitter

PR:		ports/179784
Submitted by:	nemysis <nemysis@gmx.ch>
2013-06-20 23:10:18 +00:00
Pawel Pekala
44ff5a958f - Remove leading article from COMMENT [1]
- Add NLS, DOCS options [1]
- Remove support for OSVERSION < 800000

PR:		ports/179779 [1]
Submitted by:	nemysis <nemysis@gmx.ch> [1]
2013-06-20 18:27:16 +00:00
Martin Wilke
8b16cb2766 - Don't remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 14:55:36 +00:00
Kris Moore
6de1d9ba59 Send some ports back to the pool that I no longer have time for 2013-06-18 15:55:34 +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
Baptiste Daroussin
c3ac26d515 Convert to new options framework 2013-06-06 22:11:38 +00:00
Baptiste Daroussin
390f686879 Convert to new options framework 2013-06-06 22:10:16 +00:00
Olli Hauer
4c98308c56 - fix OPTIONS spelling 2013-06-06 20:24:27 +00:00
Baptiste Daroussin
7795dbc6af Convert to new options framework 2013-06-05 10:04:51 +00:00
Raphael Kubo da Costa
4180c55a5f Update to 1.1.4 2013-06-03 22:00:40 +00:00
Raphael Kubo da Costa
c7de02c917 Update to 1.3.4 2013-06-03 21:57:45 +00:00
Martin Wilke
741d006701 - Fix plist
- Trim header

Reported by:	pkg (PKG_DEVELOPER_MODE)
2013-06-02 15:01:45 +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
Steve Wills
c1e04e261b - Update to 201303202227 snapshot
PR:		ports/178778
Submitted by:	Axel Gonzalez <loox@e-shell.net>
2013-05-23 01:53:41 +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
Raphael Kubo da Costa
9fd172d5fc Update maintainer's email address and drop maintainership of a few ports.
PR:		ports/178543
Submitted by:	Piotr Smyrak <smyru@heron.pl> (maintainer)
2013-05-16 20:07:39 +00:00
Olivier Duchateau
d5da621067 Bump PORTREVISION after update of x11-themes/gtk-murrine-engine
While I'm here,
- Trim Makefile header
- In WWW entry replace tabular by space
2013-05-08 09:15:08 +00:00
Olivier Duchateau
4a4233c6f3 - Update to 0.98.2
PR:		177357
Submitted by:	myself
Approved by:	maintainer timeout (> 1 month)
2013-05-08 09:11:24 +00:00
Baptiste Daroussin
17754008a3 Mark as broken: does not fetch 2013-05-04 19:56:08 +00:00
Raphael Kubo da Costa
0aadb4adfc Set LICENSE 2013-04-30 07:21:58 +00:00
Raphael Kubo da Costa
d6f3a29f6d Set LICENSE, and adjust the WWW line in pkg-descr to the new format. 2013-04-30 07:21:39 +00:00
Raphael Kubo da Costa
92a435ec0c Update gtk-oxygen-engine to 1.3.3 and gtk3-oxygen-engine to 1.1.3. 2013-04-29 20:40:00 +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
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44: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
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Emanuel Haupt
f5e93bd1c2 Update to 0.4
Feature safe:	yes
2013-04-22 10:21:14 +00:00
David Naylor
c39e307212 Update x11-themes/kde4-style-oxygen-transparent to "2013.01.02" aka 7f0a6013.
Changelog:
- synchronized with latest oxygen
- created KDE/4.10 branch
- Warning: if you are using the "master" branch (which targets KDE/4.11), you
  will have conflicts with oxygen (@KDE) configuration, unless you are also
  using kde from git repositories This is due to backward incompatible changes
  in the configuration code.

Approved by:	bdrewery (mentor)
Feature safe:	yes
2013-04-21 16:11:39 +00:00
Olivier Duchateau
bc21db1667 Fix commit hash (GH_COMMIT)
Feature safe:	yes
2013-04-20 14:43:48 +00:00
Alex Kozlov
d16c2e222e - Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style

Approved by: portmgr (bapt)
Feature safe: yes
2013-04-17 23:40:57 +00:00
Baptiste Daroussin
4f01f12c9d 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 14:43:05 +00:00
Emanuel Haupt
7f81ff5846 The new audacious that is in the ports tree can no longer load .tar.gz'ed skin
files, therefore x11-themes/audacious-skins is currently functionally
broken [1]. There were also a few very old skin formats that are no longer
supported by audacious. Those skins in question have been removed. All skins
are now zip'ed and have been verified to work with audacious.

Notified by:	avg
Approved by:	portmgr (erwin)
2013-04-10 16:59:26 +00:00
Max Brazhnikov
a7ce39107d - Fix build with recent KDE by updating to 2.2.1
while here:
- Trim Makefile header
- Switch to out-of-source build
- Explicitly depend on required Qt4 component

Approved by:	portmgr (miwi)
2013-04-04 15:54:28 +00:00
Koop Mast
d4dc90dad1 fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-engine
Fix up botched variable in mysql-workbench51 that prevents patching.
Correct farsight2 master_site and add mirror.

Submitted by:	pointyhat via miwi
Approved by:	portmgr (miwi)
2013-04-02 09:27:05 +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
Max Brazhnikov
818fca6d2a - Fix build after glib update
- Explicitly depend on qt4 libraries (though no need for PORTREVISION bump,
  kdelibs4 already depends on lots of qt4 stuff)
2013-03-28 12:58:40 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Olivier Duchateau
f245ea35d6 Clearlooks-Phenix is Gtk3 port of famous Clearlooks theme for the Xfce Desktop.
WWW: http://www.jpfleury.net/en/software/clearlooks-phenix.php
2013-03-27 19:59:24 +00:00
Olivier Duchateau
3ac364d116 Greybird is complete desktop theme for the Xfce Desktop. It includes:
- Gtk+2/Gtk+3 themes
- Xfwm4 theme
- xfce4-notifyd theme

WWW: http://shimmerproject.org/projects/greybird/
2013-03-27 18:23:54 +00:00
Olivier Duchateau
f6e6014825 Unico is a Gtk+ 3.0 theme engine.
WWW: https://launchpad.net/unico
2013-03-27 18:13:45 +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
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
Raphael Kubo da Costa
a9dd317c38 Update to 1.1.2 now that we have a recent enough GTK+ 3.
While here, adjust the "WWW" line in pkg-descr to the new format and move to
an out-of-source build.
2013-03-25 19:58:32 +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
Baptiste Daroussin
5ff4e33fc0 Convert to new options framework left unconverted ports in x* categories 2013-03-22 08:16:07 +00:00
Max Brazhnikov
8ad9fd338e Reset maintainership at maitainer request [1] and while I'm here:
- convert to new options, USES, etc.
- pet portlint
- trim Makefile header
- mark emulators/fuse as BROKEN: doesn't build (presumably after recent glib update)

Submitted by:	Yuri Pankov (via mail) [1]
2013-03-20 14:26:46 +00:00
Koop Mast
dc2d449ce0 Fix build with glib-2.34.
PR:		ports/176879
Submitted by:	Piotr Kubaj <pkubaj@gmail.com>
2013-03-17 16:45:03 +00:00