1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Commit Graph

7576 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
70bcc653c6 - Update from 0.20141105 to 0.20141201 2014-12-09 13:37:56 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Antoine Brodin
b0946a5a0f Remove invalid line from plist 2014-12-06 19:54:20 +00:00
Mark Felder
d03c7fc0a7 Update "BSD" license 2014-12-06 19:02:08 +00:00
Dmitry Marakasov
48865b66df - Remove local MASTER_SITE which is going to disappear
- Add my mirror instead

PR:		195578
Submitted by:	motoyuki@bsdclub.org
2014-12-05 17:21:23 +00:00
Adam Weinberger
f606422711 Add a patch from SA bug #7107, to quiet warnings due to bad usage of $^V
that show up during sa-learn, sa-compile, etc.

Note that other warnings can still show up, ex.:
zoom: rule __FOR_SALE_PRC_100K will loop on SpamAssassin older than 3.3.2 running under Perl 5.12 or older, Bug 6558

While here, go with the @dir new world order. SA is not poudriere clean at this time;
/var/spool/spamd is the homedir of user spamd, so I am pretty sure it shouldn't be
listed with @dir. QA sees this as a leftover dir.

PR:		195524
Submitted by:	Bernard Spil
2014-11-30 21:26:35 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
TAKATSU Tomonari
db1a3a7ac5 - Update to 4.1.4 2014-11-29 07:18:19 +00:00
Jung-uk Kim
7e46d52b46 Update to 4.3.4. 2014-11-27 08:12:23 +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
Sunpoet Po-Chuan Hsieh
62536df316 - While I'm here, update to 4.0.1
- Update CONFLICTS_INSTALL

Changes:	https://ja.wordpress.org/2014/11/21/wordpress-4-0-1-security-release/
		https://ja.wordpress.org/2014/09/05/benny/
PR:		ports/194918
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2014Q4
2014-11-24 18:32:52 +00:00
Antoine Brodin
34b4ea6c88 Remove code unused with staging 2014-11-23 12:21:09 +00:00
Hiroki Sato
46891d102c Add japanese/font-ipamjm, Japanese TrueType fonts distributed by
Infomation-technology Promotion Agency (IPA) Japan.
2014-11-23 10:40:37 +00:00
Hiroki Sato
2d4b460c76 Update to 2.0.0-DEV.
PR:	194994
2014-11-22 07:56:42 +00:00
Antoine Brodin
d145bbdf9c Mark BROKEN: Fails to build
Wrote /wrkdirs/usr/ports/japanese/navi2ch/work/navi2ch-1.8.4/elc.93644/navi2ch-auto-modify.elc
Loading /wrkdirs/usr/ports/japanese/navi2ch/work/navi2ch-1.8.4/elc.93644/navi2ch-auto-modify.elc...
done
Wrong type argument: stringp, nil
*** Error code 1

Reported by:	pkg-fallout
2014-11-19 21:24:11 +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
Danilo Egea Gondolfo
b42b41e4d5 - Update from 0.20141001 to 0.20141105 2014-11-18 16:48:52 +00:00
Antoine Brodin
8b6ef795df Cleanup plist 2014-11-12 13:45:59 +00:00
Antoine Brodin
ef48806ec0 - Fix shebangs
- Cleanup plist
2014-11-11 21:15:35 +00:00
Bartek Rutkowski
42e01db0e2 japanese/mh: fixes
- Strip binaries and libs
- Add missing patch

PR:		194880
Submitted by:	Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
Approved by:	mentors (implicit)
2014-11-11 13:41:37 +00:00
John Marino
b6fb83656d japanese/nethack34: Fix segfault on amd64 among other things
PR:		194611
Submitted by:	WATANABE Kazuhiro
2014-11-09 16:31:19 +00:00
Kurt Jaeger
faf44b25f2 japanese/py-mecab: some fixes
- Fix LICENSE(BSD -> BSD3CLAUSE)
- Strip shared library

PR:		191309
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	<jun-g@daemonfreaks.com> (maintainer timeout)
2014-11-08 09:17:06 +00:00
Kurt Jaeger
bc4b51938e japanese/p5-MeCab: some fixes
- Fix LICENSE(BSD -> BSD3CLAUSE)
- Strip shared library
- Remove unnecessary .if ${PORT_OPTIONS:MEXAMPLES} ... .endif
- remove @dir* from pkg-plist

PR:		191308
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-11-08 09:12:59 +00:00
Alex Kozlov
22e20c2aa1 - Remove a few remaining $Id$ from pkg-plists
Approved by:	portmgr (mat)
2014-11-06 16:30:27 +00:00
Ashish SHUKLA
85f56adb6e - Chase GNU Emacs updates
PR:		194624
2014-11-05 13:19:31 +00:00
Jun Kuriyama
3174dce50b - Update to 20141031. 2014-11-04 09:50:36 +00:00
Baptiste Daroussin
b5b47aecab Simplify plist 2014-10-31 20:04:21 +00:00
Baptiste Daroussin
9b2a4d137b Simplify plist
Do not try to stop daemons let user defined the behaviour thought pkg
2014-10-31 20:03:30 +00:00
Baptiste Daroussin
a1bd8f6c67 Simplify plist 2014-10-31 20:02:06 +00:00
Jung-uk Kim
7b23b77c4f Update to 4.3.3. 2014-10-31 18:15:49 +00:00
Steve Wills
b4caa5c8cf Mark broken with Perl 5.18 and newer 2014-10-26 21:04:21 +00:00
Raphael Kubo da Costa
990a62701e Remove @dirrm and @dirrmtry entries from the Qt ports. 2014-10-23 21:35:14 +00:00
Bartek Rutkowski
19c6d5e019 japanese/mh: multiple fixes
- Add japanese man pages
- Don't setuid/setgid to binaries
- Use BSD_INSTALL_LIB instead of cp
- Remove @dirrm

PR:		194352
Submitted by:	Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
Approved by:	mentors (implicit)
2014-10-20 08:16:04 +00:00
Marcus von Appen
b997ee32c8 - Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 17:45:13 +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
John Marino
0a08627ab7 japanese/ebnetd: Remove @dirrm, use @sample, use @dir()
The stage-qa checks said 5 files needed perl shebang fixed, but
USE=shebangfix won't fix it.  The value of PERL was defined for the
configure target to fix it.  However, a run depends on perl was not
added as the affected files are probably optional scripts.

PR:		194367
Submitted by:	maintainer (Yasuhiro KIMURA)
2014-10-18 07:13:32 +00:00
Dmitry Marakasov
a61f2205e2 - Fix ${arch}_BROKEN statements to correct BROKEN_${arch}
- Drop @dirrm* from plists
- Other minor fixes
2014-10-17 15:37:58 +00:00
Jung-uk Kim
9cee92ad58 Update to 4.3.2. 2014-10-16 21:14:18 +00:00
John Marino
7557917ac1 japanese/mecab: Remove @dirrm and use @sample
PR:		194368
2014-10-16 08:38:05 +00:00
Hajimu UMEMOTO
0c333a0fd8 - Fix segmentation fault with recent Ruby-GNOME2.
- Use USES=shebangfix.
2014-10-15 11:45:45 +00:00
John Marino
78a3ed4d90 Close out a bunch of PRs that only remove @dirrm
PR:		194331, 194332
PR:		194365, 194366, 194369, 194371, 194374
2014-10-15 11:32:09 +00:00
Dag-Erling Smørgrav
d5688c7718 Add missing dependencies and CPE data.
Approved by:	maintainer silence
2014-10-15 02:14:21 +00:00
Olli Hauer
f1a101fa05 - update to version 4.4.6
- adopt new pkg-plist style

Submitted by:	tota
MFH:		2014Q3
2014-10-14 20:47:15 +00:00
John Marino
6a36f416a5 japanese/mecab: Fix typo
PR:		194037
2014-10-12 12:21:13 +00:00
Hiroki Sato
c578e504ef Fix build on 10.0. 2014-10-07 07:21:02 +00:00
Hiroki Sato
f3e79f20fc - Fix build failure on braches with Clang older than 3.4.
- Fix build failure on head due to libiconv link error.
- Remove redundant patches.
- Add cflags and cflags_cc flags to build_mozc.py.
2014-10-06 20:16:21 +00:00
Hiroki Sato
aaa352f9aa Remove redundant patches mistakenly added back in r367909.
Pointed out by:	tijl
2014-10-05 19:29:36 +00:00
Danilo Egea Gondolfo
2395d2649d - Update from 0.20140901 to 0.20141001 2014-10-04 15:42:53 +00:00
Sunpoet Po-Chuan Hsieh
c86b04b3b8 - Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change

Changes:	https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
2014-10-04 15:12:44 +00:00
John Marino
87bfc6aa71 japanese/slrn is not jobs safe
It can try to use config.h before it's generated.
2014-10-01 10:03:11 +00:00