Commit graph

7665 commits

Author SHA1 Message Date
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
TAKATSU Tomonari
a0b0b99f55 - Set PORTSCOUT to limit version 3.0.X 2014-09-30 21:13:40 +00:00
TAKATSU Tomonari
61fac95170 - Update to 3.0.8
- Add LICENSE_FILE
2014-09-28 08:51:12 +00:00
TAKATSU Tomonari
1ff4c0a40f - Repocopy japanese/rubygem-jpmobile to japanese/rubygem-jpmobile4
* Update to 4.1.2
  * Add LICENSE_FILE
2014-09-28 08:46:37 +00:00
Antoine Brodin
6770ba8dc2 Allow staging as a regular user 2014-09-27 22:18:11 +00:00
Tijl Coosemans
a6d2f30533 - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-09-25 15:18:27 +00:00
Tijl Coosemans
98799a3a2f - Convert to USES=autoreconf
- Use BROKEN_ia64
- Don't display pkg-message from post-install
2014-09-25 09:24:57 +00:00
Tijl Coosemans
4f95e7a2cc - Remove USE_AUTOTOOLS
- Define some variable before including bsd.port.options.mk
2014-09-25 09:20:43 +00:00
Antoine Brodin
18f57caef8 Do not violate stagedir (and allow staging as a regular user) 2014-09-24 19:15:32 +00:00
Pawel Pekala
68f236ada2 Update to version 20140904
PR:		ports/193310
Submitted by:	maintainer
2014-09-21 12:45:30 +00:00
Pawel Pekala
4826134633 Update to version 201409
PR:		ports/193251
Submitted by:	hiroto.kagotani@gmail.com
2014-09-20 17:25:14 +00:00
John Marino
d4773d7a78 Add new port japanese/latex-jlisting
PR:		188691
Submitted by:	Hiroto Kagotani

jlisting.sty enhances lstlisting environment provided by listings.sty for
handling Japanese text.
2014-09-20 15:28:01 +00:00
Rene Ladan
7eafff56c3 Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
2014-09-20 09:45:04 +00:00
Andrej Zverev
60bc65ec61 fix build with perl 5.18
PR:		193064
2014-09-20 06:38:37 +00:00
Tijl Coosemans
00789911dc graphics/imlib:
- Remove :oldver from USES=libtool and bump dependent ports
2014-09-19 20:43:03 +00:00
Tijl Coosemans
b3e896badf Convert to USES=autoreconf 2014-09-19 08:07:11 +00:00
Antoine Brodin
f043f6e4b6 Allow staging as a regular user 2014-09-14 20:10:06 +00:00
Tijl Coosemans
a5bee80ce4 Use default LIBTOOLIZE_ARGS 2014-09-13 18:25:04 +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
Adam Weinberger
4a6dd65469 The BROKEN message (Does not compile with GCC 4.2) isn't accurate. It simply
doesn't compile on amd64 (and probably sparc64).

Simplify by using NOT_FOR_ARCHS.
2014-09-12 18:21:13 +00:00
Dmitry Marakasov
878d53070f - Drop .la files for japanese/kakasi, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-12 09:22:36 +00:00
Hiroki Sato
27b1d2555b - Fix a bug which prevented a bind(2) call from working.
- Support "make stage" by a non-root user.
- Set $*wnn_enable=NO by default. [*]
- Fix pkg-plist.

PR:	149250 [*]
2014-09-11 07:48:17 +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
John Marino
a32b2f6852 Remove four unrelated staged ports 2014-09-09 23:15:30 +00:00
Antoine Brodin
6a5140c4b3 Using USES=uidfix together with PLIST_SUB=WWWUID=${WWWOWN} WWWGID=${WWWGRP}
is harmful
2014-09-08 20:50:23 +00:00
John Marino
3c8222ab11 Stage japanese/ng-devel
PR:		193161
Submitted by:	Ports Fury
2014-09-08 20:41:27 +00:00
Frederic Culot
fde59bda64 - Update to 2.13.4.11
PR:		ports/193242
Submitted by: 	takefu@airport.fm (maintainer)
2014-09-08 14:30:45 +00:00
Antoine Brodin
6a0526ebaa Allow staging as a regular user 2014-09-07 12:47:10 +00:00
Antoine Brodin
204d0fd086 Allow staging as a regular user 2014-09-07 12:42:56 +00:00
Antoine Brodin
0d88fa51ab Allow staging as a regular user 2014-09-07 12:35:38 +00:00
John Marino
bbc8df9358 Remove unstaged japanese/prime and 3 of its dependencies (2 unstaged)
The japanese/scim-prime port was actually staged but it requires
japanese/prime to run which is being removed, so scim-prime is being
removed as a cascade.
2014-09-06 22:16:02 +00:00
John Marino
c648e19162 Remove unstaged tcl/tk 8.0 and two affected staged ports
The two ports affected by the tcl/tk 8.0 removal, ja/tkhonyaku and
ja/timidity++-tcltk only build on FreeBSD 8.x because the tcl/tk ports
themselves don't build on FreeBSD 9 and later.  The timidity port was
staged but unmaintained, and the tkhonyaku port was staged by its
maintainer who was advised that his port was in danger of being removed
with tcl/tk 8.0 at least 3 weeks ago.
2014-09-06 21:49:56 +00:00
John Marino
04faa5a3f5 Stage and revamp japanese/k12, assign maintainership to submitter
* Add stage support
 * Replace NOPORTDOCS with option DOCS
 * Remove bad URL from MASTER_SITES
 * Convert to @fontsdir keywork (affects dependencies and pkg-plist)
 * Remove pkg-req (@fontsdir takes over its task)
 * Install directory has changed as a result (lib/X11/fonts/kaname12)

PR:		190071
Submitted by:	WATANABE Kazuhiro
2014-09-06 17:54:31 +00:00
John Marino
f715aadad7 Stage japanese/nethack34 and unbreak
* Update to the latest jnethack patch
 * Remove BROKEN flag
 * Add staging support (inspired by games/nethack)
 * Use base compiler instead of gcc
 * Quick fix for bug 192743 (chown and chmod)
 * marino: Use SUB_FILES instead of roll-your-own pkg-deinstall
 * marino: Remove unnecessary loop for REINPLACE_CMD
 * marino: Simplify docs installation, remove two loops
 * marino: Unmask configure commands
 * marino: Use parentheses and "&&" instead of just ";" on compounds
 * marino: Beef up pkg-descr for those unfamiliar with NetHack

PR:		193206
Submitted by:	WATANABE Kazuhiro
2014-09-06 17:19:47 +00:00
Florian Smeets
a8eed1046d Change MAINTAINER to bz-ports@ as discussed with bugzilla@ (now bz-ports@)
and bugmeister@. bugzilla@ will be used by bugmeister@ from now on.

Submitted by:	bugzilla (ohauer)
Approved by:	bugzilla (ohauer)
Hat:		postmaster
2014-09-05 23:09:27 +00:00
Adam Weinberger
aa42afb227 Fix mozc-server and mozc-client builds by directly depending on
lang/python so that the python command exists.
2014-09-04 15:46:54 +00:00
Danilo Egea Gondolfo
48657f1960 - Update from 0.20140804 to 0.20140901 2014-09-04 13:25:17 +00:00
Vanilla I. Shu
9925e6160c Support STAGEDIR.
PR:		ports/193159
Submitted by:	Ports Fury.
2014-09-03 04:09:19 +00:00
Jun Kuriyama
1e1611d0a8 - Update to 20140829. 2014-09-03 03:20:50 +00:00
Baptiste Daroussin
9e09388323 Connect ng-canna to the build 2014-09-01 20:15:43 +00:00
Baptiste Daroussin
a5b05b305a Resurrect ng-canna and stage it
Stage ng

PR:		193160
Submitted by:	Ports fury
2014-09-01 20:15:30 +00:00
Tijl Coosemans
796095d541 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
Baptiste Daroussin
8a2ac20b34 Remove non staged ports without pending PR from j* 2014-09-01 16:48:53 +00:00
Hiroki Sato
14dcc52be7 Use USES=python instead of USE_PYTHON_*. 2014-08-31 18:47:03 +00:00
Hiroki Sato
ff75bd1812 Fix build on branches with GCC 4.2.1.
Spotted by:	ume
2014-08-31 18:36:51 +00:00
Hiroki Sato
910c3ce3b4 Fix MASTER_SITES. 2014-08-31 17:18:42 +00:00
Tijl Coosemans
4a01a4320e textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 13:19:15 +00:00
Olli Hauer
00d33ed0c4 - update to 4.4.5 2014-08-31 13:12:39 +00:00
Hiroki Sato
23dba4ee3d Update Mozc to 1.15.1868.102. 2014-08-30 22:19:55 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
Hiroki Sato
156fd58c7e Remove ports related to Adobe Reader. 2014-08-30 14:25:48 +00:00
John Marino
35da37bce6 Stage japanese/waeijiro-fpw
This port has been staged similarly to japanese/eijiro-fpw.  It is also
a manual build only port.

PR:		193062
Submitted by:	turutani (kyoto)
2014-08-30 13:47:57 +00:00
John Marino
1092eed95d japanese/eijiro-fpw: Small fix to cover compressed case
The previous change was tested and needs a small patch to work in all
cases.  Patch functioning confirmed by PR submitter

PR:		193061
Submitted by:	turutani (kyoto)
2014-08-30 13:41:13 +00:00
Hiroki Sato
8621234c63 Fix filename conflict with dvi2tty installed by TeXLive.
PR:	193140
2014-08-30 08:31:41 +00:00
John Marino
b46f9e92d0 japanese/eijire-fpw: Thanks freshports sanity 2014-08-29 21:31:27 +00:00
John Marino
6ccbb3fb91 Stage japanese/eijiro-fpw
I modernized and simplified this port beyond the PR, including embedding
the pkg-plist and converting patch-aa with DOS line endings and using
dos2unix.  I also removed the shell command at the small expense of
making lha a permanent dependency.  The downside is that this is a manual
package with a restricted cdrom, so I can't test any of it.  I'll commit
this with the hope that it's correct and request the submitter, who does
own the restricted data, verify that it's working as hoped.

PR:		193061
Submitted by:	turutani (kyoto)
2014-08-29 21:27:28 +00:00
Hiroki Sato
1ce38e6fcc - Fix build with newer versions of makeinfo.
- Fix shebang line in sh and perl scripts.
- Remove gcc dependency.
- Move example files to EXAMPLESDIR.
2014-08-29 18:12:20 +00:00
Hiroki Sato
0dbd0e7c9c - Fix build. A "grep" directory conflicted with "grep" target.
- Move generation of a file to post-build.
2014-08-29 16:31:26 +00:00
John Marino
1bdc05e751 Stage japanese/xyaku
PR:		193058
Submitted by:	turutani
2014-08-27 21:18:23 +00:00
John Marino
31baea3873 japanese/edict-utf-8: Update WWW
This was originally a staging PR, but vanilla staged it before the PR
was processed.  He missed the WWW update though, so I'll do that now.

PR:		193060
Submitted by:	turutani
2014-08-27 21:08:40 +00:00
John Marino
24d208a48f Stage japanese/man
PR:		193007
Submitted by:	turutani (scphys.kyoto-uc.ac.jp)
2014-08-26 20:52:21 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Baptiste Daroussin
1f44147fea Reset maintainership for non staged ports
With hat:	portmgr
2014-08-25 10:01:51 +00:00
Vanilla I. Shu
dbd3a2d4b9 Stagify. 2014-08-25 08:18:18 +00:00
Vanilla I. Shu
f6b4c4b87a Stagify. 2014-08-25 08:13:44 +00:00
John Marino
00e9462c7d Stage japanese/alias-fonts and assign maintainership to submitter
PR:		192965
Submitted by:	WATANABE Kazuhiro
Stage fixes:	marino
2014-08-25 07:48:12 +00:00
Hiroki Sato
a16acf7a7b * Add staging support.
* Use OPTIONS_DEFINE=DOCS instead of NOPORTDOCS.
* Remove obsolete MAN* variables, and use pkg-plist.
* Take maintainership.

Submitted by:	WATANABE Kazuhiro
PR:		192966
2014-08-24 14:33:25 +00:00
Antoine Brodin
a38323cc61 Mark BROKEN: Fails to build
With clang:
gmake[3]: Entering directory `/wrkdirs/usr/ports/japanese/nethack34/work/nethack-3.4.3/src'
touch ../src/config.h-t
gcc -W -g -O -I../include -c monst.c
gmake[3]: gcc: Command not found

With gcc:
gcc -W -g -O -I../include -c ../sys/unix/unixmain.c
../sys/unix/unixmain.c:24:25: error: X11/Xlocale.h: No such file or directory
../sys/unix/unixmain.c: In function 'main':
../sys/unix/unixmain.c:69: error: 'LC_ALL' undeclared (first use in this function)

Reported by:	pkg-fallout
With hat:	portmgr
2014-08-24 09:30:20 +00:00
Steve Wills
2043f8f6fa japanese/ruby-mecab: fix LICENSE, strip shared library
PR:		191310
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-08-22 17:34:51 +00:00
Hiroki Sato
6e0c41ef75 Update TeXLive to 2014.
- Note that full support of configuration tools such as tlmgr and texconfig
  is not ready yet.

- Most of dviware now supports libpaper to choose the default papersize.
  Use paperconfig(8) utility or print/papersize-default-* packages.

- Some quite old macros of the age of latex209 have been removed, and
  there are user-visible/invisible incompatibilities.  Please send a report
  to freebsd-tex@FreeBSD.org or file a PR if you have trouble.
2014-08-22 11:04:23 +00:00
Antoine Brodin
783540d9ac Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2014-08-22 07:20:30 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Hiroki Sato
b0af0a965e Update to 0.0.464. 2014-08-21 07:13:09 +00:00
John Marino
e3903c8108 Stage japanese/xdtp
PR:		192802
Submitted by:	Ports Fury
2014-08-21 00:03:15 +00:00
John Marino
b6fdc5ede9 Stage japanese/ne, unbreak on FreeBSD 10+, unbreak on amd64
PR:		192801
Submitted by:	Ports Fury
2014-08-20 23:55:06 +00:00
John Marino
fab2c40745 Stage japanese/ddskk
PR:		192800
Submitted by:	Ports Fury
2014-08-20 23:46:28 +00:00
Steve Wills
f64d997379 many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:

- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
  only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
  (which are still fetchable from rubygems.org)

The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.

Phabric:	D591
With hat:	ruby
Approved by:	portmgr (because of committing to unstaged graphics/mingplot port)
2014-08-19 15:35:35 +00:00
Antoine Brodin
1c6ed8eca3 Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat:	portmgr
2014-08-18 19:13:18 +00:00
Marcus von Appen
75a85dc448 - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.

With hat:	python@
2014-08-17 12:29:07 +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
Dmitry Marakasov
c2a552709c - Switch to USES=libtool, drop .la files
- Strip libraries
2014-08-15 18:12:23 +00:00
Dmitry Marakasov
9acc5bda68 - Drop .la files for print/tex-ptexenc
- Bump dependent ports as .so version has changed
- Also fix upgrade of dependent ports, as portrevision was not bumped after previous change

Approved by:	portmgr blanket
2014-08-15 09:52:45 +00:00
Vanilla I. Shu
353e9f9015 Stagify. 2014-08-15 07:05:34 +00:00
Antoine Brodin
028eabaa85 skkinput3 is not jobs safe
===>  Building for ja-skkinput3-3.0.6_2
make: don't know how to make lib/proto/libproto.a. Stop
2014-08-12 12:01:34 +00:00
Antoine Brodin
a4c9730cf0 Finish stage support 2014-08-10 10:28:06 +00:00
Tijl Coosemans
f964d7f174 - Replace libtool BUILD_DEPENDS with USE_AUTOTOOLS=libtoolize
- Replace STRIP_CMD with INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add --copy --force to AUTOMAKE_ARGS so all existing scripts are updated
2014-08-09 16:01:09 +00:00
Marcus von Appen
900db324a3 Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.

  USE_PYTHON=yes becomes USES=python
  USE_PYTHON=2.7+ becomes USES=python:2.7+
  USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
  ...

A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;

  PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
  PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
  PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
  PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO
  PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL
  PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX

Some knobs have been deprecated and are to be removed in the near future:

  PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead
  PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead
  PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement

Some knobs have been removed completely:

  PYTHON_MASTER_SITE_SUBDIR
  PYTHON_DISTNAME
  PYTHON_WRKSRC

Several variables specific to the Python framework are no longer passed to the
build environment to avoid polluting dependency builds.

  PYTHON_VERSION is not passed to .MAKEFLAGS anymore
  PYTHON_DEFAULT_VERSION,
  PYTHON_DEFAULT_PORTVERSION and
  PYTHONBASE are not passed to the make environment anymore

The conversion required a couple of ports to be updated to fit the changes and
new requirements. Those included "bsd.python.mk" directly or contained checks
in places, for which the USES framework would fail to provide correct values.

Python modules directly using the upstream Python package (such as py-tkinter
or py-sqlite3) were updated to avoid using the now unnecessary and remmoved
knobs from "bsd.python.mk".

Phabric:	D399
exp-run:	167368 192357
PR:		167368 192357
Reviewed by:	antoine, wg
Exp-run award:	antoine
With hat:	python@
Approved by:	portmgr
2014-08-09 15:44:27 +00:00
William Grzybowski
24df6f379c japanese/rogue_s: support stage
PR:		192502
Submitted by:	IWAMOTO Kouichi (with changes)
2014-08-08 13:01:14 +00:00
William Grzybowski
a232911100 japanese/leafrogue: fix installation
PR:		192503
Submitted by:	IWAMOTO Kouichi
2014-08-08 12:57:13 +00:00
Danilo Egea Gondolfo
449e1b6b2a - Update from 0.20140602 to 0.20140804 2014-08-06 23:29:47 +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
Adam Weinberger
511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00
John Marino
62d8318f10 japanese/kdrill: Update version 6.4 => 6.5 and stage
PR:		191823
Submitted by:	Ports Fury
2014-07-31 12:52:38 +00:00
Antoine Brodin
c0008f29a4 Unbreak 2014-07-30 11:49:03 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
Vanilla I. Shu
976bfa76ba remove NO_STAGE. 2014-07-30 03:02:16 +00:00
Dmitry Marakasov
cb5de81339 - Switch databases/namazu2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
2014-07-29 23:52:43 +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
037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +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
f9d86cf02f Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
2014-07-28 22:14:07 +00:00
John Marino
811a62f1e9 Stage japanese/marumoji-fonts
* Use pkg-install / pkg-deinstall instead of pkg-req
  * Adjust pkg-plist accordingly
  * Adjust RUN_DEPENDS accordingly

PR:		190072
Submitted by:	COG00620 (nifty.ne.jp)
2014-07-27 12:52:21 +00:00
Dmitry Marakasov
225609d72c - Switch to USES=libtool, drop .la files
- Add LICENSE_FILE

Approved by:	portmgr blanket
2014-07-25 12:28:52 +00:00
Dmitry Marakasov
e3cc604e9c - Convert texproc/uim and friends to USES=libtool, drop .la files
- Bump ports dependent on uim as some .so versions have changed
- While here, convert some USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr blanket
2014-07-25 12:19:07 +00:00
Dmitry Marakasov
d4b4531249 - Switch to USES=libtool, drop .la files
- Fix whitespace
2014-07-23 22:36:14 +00:00
Baptiste Daroussin
2bbb53adc3 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 17:07:12 +00:00
Antoine Brodin
03501611c8 Finish some removals 2014-07-23 14:41:30 +00:00
Baptiste Daroussin
ed8224d156 Remove japanese/teTeX 2014-07-23 13:36:58 +00:00
Baptiste Daroussin
757849f6d9 Remove japanese/ptex forgotten in previous commits 2014-07-23 13:34:42 +00:00
Baptiste Daroussin
7e580d5555 Remove some teTeX bits 2014-07-23 13:07:00 +00:00