Commit graph

973 commits

Author SHA1 Message Date
Dmitry Marakasov
7d8e5543e0 - Add LICENSE
- Strip binary
2015-02-25 01:46:12 +00:00
Vanilla I. Shu
078c963521 1: Upgrade to 1.0.15.
2: set language as config options.

PR:		197461
Submitted by:	Ports Fury.
2015-02-11 06:02:57 +00:00
Emanuel Haupt
952cb63f9c Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:41:02 +00:00
Baptiste Daroussin
7a40ea132a cleanup plist 2014-12-20 19:56:12 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Antoine Brodin
c031383559 Cleanup plist 2014-11-22 10:29:22 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Marcus von Appen
a5f9cc91c2 - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python

Approved by:	portmgr (implicit)
2014-10-19 18:16:15 +00:00
Max Brazhnikov
0ea52f99b4 KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
 baloo			- Baloo core libraries
 baloo-widgets		- Baloo widgets library
 kfilemetadata		- KDE library for extracting file metadata

New ports:
  graphics/kqtquickcharts	- QtQuick plugin to render interactive charts
  misc/artikulate		- Pronunciation trainer for KDE
				(not usable currently, links to both
				GStreamer 1.x and 0.10.x via dependencies)
  sysutils/baloo[-widgets]	- KDE framework for searching and
				managing user metadata
  sysutils/kfilemetadata	- Library for extracting file metadata

l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release

astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data

deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
  remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports

devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now

editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]

graphics/okular:
- add dependency on graphics/libkscreen

math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]

misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
  to link some stuff between KDE4_PREFIX and LOCALBASE.

science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data

x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3

among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes

The area51 repository features commits by alonso, rakuco and myself.

PR:		187150 [1]
Reported by:	pe.freethread@live.com
Patch by:	Tobias Berner <tcberner@gmail.com>

PR:		180674 [2]
Reported by:	torsten.eichstaedt@web.de

PR:		194316
Exp-run:	antoine
2014-10-19 15:57:27 +00:00
Guido Falsi
1c0c41ebdf - Convert theme selection menu to use OPTIONS framework
- Fix build of non default themes with clang
- Remove unecessary RM

PR:		193868
Submitted by:	me
Approved by:	maintainer timeout
2014-10-13 10:14:55 +00:00
Antoine Brodin
b08be6e522 - Fix reference to stagedir in binary
- No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of
  this
2014-10-12 13:13:56 +00:00
Jason E. Hale
def9c4a9a3 - Trim @dirrm from pkg-plist 2014-09-22 13:23:21 +00:00
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Vanilla I. Shu
e50aee042b Support STAGEDIR
PR:		ports/193172
Submitted by:	Ports Fury.
2014-09-03 02:40:23 +00:00
John Marino
802acce8c9 Make 7 ports jobs unsafe
A number of ports failed on the DragonFly package builder when
theoretically all of them should build.  They had errors in logs
indicating that was parallel building issue.  Rerunning through again
with -j1 resulted in a good build.  There were more than 7, but these
seven are the ports that I'm confident are not 100% jobs safe based on
the errors seen.
2014-08-31 15:52:47 +00:00
Chris Rees
932f3c64d0 Fix with perl-5.18
PR:		ports/193064
2014-08-28 17:53:39 +00:00
Antoine Brodin
12c97951e0 Allow staging as a regular user 2014-08-20 16:59:55 +00:00
Antoine Brodin
3e0a67c81e 2014-08-20 deskutils/horde3-hermes: EOL in April 2012
2014-08-20 deskutils/horde3-klutz: EOL in April 2012
2014-08-20 deskutils/horde3-kronolith: EOL in April 2012
2014-08-20 deskutils/horde3-mnemo: EOL in April 2012
2014-08-20 devel/horde3-chora: EOL in April 2012
2014-08-20 ftp/horde3-gollem: EOL in April 2012
2014-08-20 games/linux-steam: Unmaintained interactive port
2014-08-20 games/linux-ut2004-demo: Unmaintained restricted ancient demo
2014-08-20 mail/horde3-dimp: EOL in April 2012
2014-08-20 mail/horde3-forwards: EOL in April 2012
2014-08-20 mail/horde3-ingo: EOL in April 2012
2014-08-20 mail/horde3-mimp: EOL in April 2012
2014-08-20 mail/horde3-vacation: EOL in April 2012
2014-08-20 net-mgmt/horde3-nic: EOL in April 2012
2014-08-20 net-mgmt/nocol: Unmaintained interactive port
2014-08-20 net-mgmt/ourmon: Unmaintained interactive port
2014-08-20 net/wowzamediaserverpro: Unmaintained interactive port
2014-08-20 news/p5-NNML: Unmaintained interactive port
2014-08-20 print/dvips: Unmaintained interactive port
2014-08-20 print/xdvi: Unmaintained interactive port
2014-08-20 security/horde3-jeta: EOL in April 2012
2014-08-20 security/hunch: Likely unused interactive port
2014-08-20 www/horde3-ansel: EOL in April 2012
2014-08-20 www/horde3-meta: EOL in April 2012
2014-08-20 www/horde3-passwd: EOL in April 2012
2014-08-20 www/horde3-trean: EOL in April 2012
2014-08-20 www/wwwcount: Ancient interactive port
2014-08-20 x11-clocks/xalarm: Unmaintained interactive port
2014-08-20 06:30:29 +00:00
Romain Tartière
930be7dde5 Remove x11-clocks/alarm-clock. 2014-08-18 15:15:26 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
John Marino
0b3845059b Stage x11-clocks/aclock
Stage-QA warns that Aclock application is not stripped but this seems to
be installed per GNUStep framework so I'll leaving that warning alone.
2014-08-12 18:06:03 +00:00
Jimmy Olgeni
dbc81c7d5b Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
2014-08-08 08:42:44 +00:00
Tijl Coosemans
74a7f8c73c Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.

PR:		192342
Approved by:	portmgr (implicit, bump unstaged ports)
2014-08-05 22:13:29 +00:00
Dirk Meyer
2831625c5d - fix order in USES 2014-08-03 16:19:17 +00:00
John Marino
7402ca93ec Stage x11-clocks/intclock
PR:		192259
Submitted by:	fullermd (over-yonder.net)
Refinement:	marino
2014-07-30 19:16:24 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Adam Weinberger
0ce9c970cf Rename x11-*/ patch-xy patches to reflect the files they modify.
Finally, this is the last of it.
2014-07-29 16:36:06 +00:00
Wesley Shields
911afde5ae Update to 2.41. 2014-07-15 00:58:45 +00:00
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