Commit graph

7894 commits

Author SHA1 Message Date
John Marino
d55bea4af4 japanese/gawk: Don't install ancient info page
The version of makeinfo in the texinfo package, the one that FreeBSD 11
and DragonFly use because texinfo is no longer in base, is too new to
create the info page on this ancient port.

It would be preferred to either update japanese/gawk to match the same
version as textproc/gawk, or just remove the port completely.  However,
for some reason it's a dependency over textproc/gawk on two of rodrigo's
ports.

I initially tried using extra-patches to only block info on FreeBSD 11
and DragonFly, but Makefile.in is already patched and it was getting
complicated so I decided just to remove the old info page for everyone.
The man page is still installed of course.

Approved by:	blanket (unbreaks F11)
2015-04-18 06:53:24 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Mathieu Arnold
ee88dde7cf Fix build WITHOUT=NLS.
Sponsored by:	Absolight
2015-04-11 15:48:33 +00:00
Danilo Egea Gondolfo
b9b4d4f3a2 - Update to 0.20150402 2015-04-09 14:25:24 +00:00
Baptiste Daroussin
06f79b66f2 Convert bsd.gnustep.mk to USES=gnustep
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG

Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui

Merge deskutils/preferencepanes into deskutils/systempreferences
2015-04-09 07:44:41 +00:00
Baptiste Daroussin
a8c33abc42 Fix post install script
PR:		199113
Reported by:	hiroto.kagotani@gmail.com
2015-04-06 11:40:48 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Bartek Rutkowski
6f4f01011c japanese/groff: add CPE information
- Maintainer's timeout (hrs@FreeBSD.org)

PR:		198594
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-31 13:33:44 +00:00
Xin LI
1e0f9c5aad Major update to libpinyin, fcitx and their add ons:
- New port: chinese/brise Rime schema repository
 - Update chinese/fcitx to 4.2.8.5.
 - Update chinese/fcitx-chewing to 0.2.2.
 - Update chinese/fcitx-cloudpinyin to 0.3.4.
 - Update chinese/fcitx-configtool to 0.4.8.
 - Update chinese/fcitx-libpinyin to 0.3.1.
 - Update chinese/fcitx-rime to 0.3.1.
 - Update chinese/fcitx-sunpinyin to 0.4.1.
 - Update chinese/fcitx-table-extra to 0.3.7.
 - Add LICENSE and update website (mainly move off Google Code)
   for various ports.
 - Update chinese/libpinyin to 1.1.0.
 - Update chinese/librime to 1.1.
 - Update chinese/opencc to 0.4.3.
 - Update japanese/fcitx-anthy to 0.2.1.
 - New port: japanese/fcitx-skk SKK support for Fcitx
 - Update korean/fcitx-hangul to 0.3.0.
 - Update textproc/fcitx-m17n to 0.2.3.

PR:		ports/198743
Submitted by:	maintainer, hiroto.kagotani@gmail.com, delphij
2015-03-31 07:08:00 +00:00
Baptiste Daroussin
e606a616a4 Remove dead GNUSTEP_CH master sites 2015-03-30 23:06:37 +00:00
Baptiste Daroussin
fdf29be1f6 Remove dead RINGSERVER 2015-03-30 22:39:26 +00:00
Bartek Rutkowski
c390e50d71 japanese/texinfo: add CPE information
PR:		198842
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-25 15:59:12 +00:00
John Marino
2d396d372d 8 ports categories: Remove $PTHREAD_LIBS
Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm

The sysutils port was setting configure argument, so the text wasn't
removed but the value of PTHREAD_LIBS was changed.

approved by:	PTHREAD blanket
2015-03-24 13:51:17 +00:00
Dmitry Marakasov
3407f6c2e9 - Simplify MASTER_SITES
- Strip library
2015-03-24 13:30:52 +00:00
Baptiste Daroussin
12f8fabbca Fix after font changes 2015-03-21 23:43:49 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Baptiste Daroussin
6bc7b7ce5d Rework XORG_CAT= font
Fonts are now generating the fonts.scale and fonts.dir at install time
font-alias is not needed anymore for the above reason
extract font-util and encodings out of XORG_CAT=fonts because they do not
install any fonts
make XORG_CAT=fonts use USES=fonts
2015-03-20 01:12:20 +00:00
Dmitry Marakasov
5bc492ae88 - Cleanup installation
- Fix LOCALBASE refeences in pkg-message and readme
- Fix permissions and installation from non-root
2015-03-19 19:52:30 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Bartek Rutkowski
e224096ea3 japanese/lynx-current: add USES= cpe
PR:		197546
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-17 08:15:54 +00:00
Dmitry Marakasov
c86de7dc20 - Strip library 2015-03-17 03:09:08 +00:00
Bartek Rutkowski
a4bd6d2961 japanese/lynx: add USES= cpe
PR:		197545
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-16 15:16:46 +00:00
Sunpoet Po-Chuan Hsieh
acb4e01e86 - Update to 0.05
- Add LICENSE
- Sort PLIST

Changes:	http://search.cpan.org/dist/Lingua-JA-Numbers/Changes
2015-03-12 17:11:05 +00:00
Dmitry Marakasov
f793bc0c6c - Mark MAKE_JOBS_UNSAFE: occasionally breaks with -j8
Approved by:	portmgr blanket
2015-03-12 02:27:19 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
2015-03-11 23:11:47 +00:00
Danilo Egea Gondolfo
ccef9a193d - Update to 0.20150304 2015-03-06 20:50:47 +00:00
Jun Kuriyama
6beb56d54b - Update to 20150227. 2015-03-05 14:18:25 +00:00
Dmitry Marakasov
9d6933d467 - Add some mirrors
MFH:		2015Q1
2015-03-05 03:22:42 +00:00
Baptiste Daroussin
74c050c183 Remove Author from pkg-descr and white space fixes 2015-03-02 23:31:09 +00:00
Jun Kuriyama
3c5904a402 ISO/IEC 2022 character encoding scheme.
WWW: http://search.cpan.org/dist/Encode-ISO2022/
2015-02-26 05:44:05 +00:00
Jung-uk Kim
a9ba86c4c8 - Update to 4.3.6.
- Enable GIO when GTK2 or GTK3 is enabled. [1]

Submitted by:	tijl [1]
2015-02-20 20:26:23 +00:00
Hiroki Sato
00b407013b - Fix installation path of mozc_emacs_helper.
- Fix mozc_tool path in the fcitx patch set.
2015-02-20 05:15:17 +00:00
Hiroki Sato
496ebd9b56 - Fix pathname of mozc_renderer, mozc_tool, and mozc_emacs_helper.
- Fix mozc_tool script to accept options regardless --mode= is specified.
- Fix leim-list.el to load mozc.elc.
2015-02-18 19:16:43 +00:00
Hiroki Sato
c7a5d5d844 Update to 470. 2015-02-15 19:16:24 +00:00
Hiroki Sato
cef88cdb17 Update to 20141206.
Submitted by:	Koichiro IWAO
PR:		196579
2015-02-15 14:22:32 +00:00
Hiroki Sato
322a6f18a5 Update to 2.16.2051.102.
- fcitx-mozc has been updated to 2.16.2037.102.2 patch.
- mozc_server_* scripts have been replaced with a single mozc script.
2015-02-14 22:12:20 +00:00
Danilo Egea Gondolfo
4ef48b863b - Update to 0.20150203 2015-02-12 11:56:23 +00:00
Jason Helfman
49a9c7a774 - follow r378336 2015-02-02 22:56:53 +00:00
Jason Helfman
7061f0347d - merge japanese/xlockmore into x11/xlockmore 2015-02-02 22:56:02 +00:00
Dmitry Marakasov
375c8df6c9 - Drop @dirrm* from pkg-plists
Approved by:	portmgr blanket
2015-02-02 19:34:17 +00:00
Jan Beich
83a07acf1a - Update to 3.2.4 [1]
- Drop @dirrm* from pkg-plist [1]
- Drop redundant post-install [2]
- Only remove fonts.dir lines belonging to the port [2]
- Avoid writing under ~/.config/fontforge during build [2]

PR:		195845
Differential Revision:	https://reviews.freebsd.org/D1745
Submitted by:	Koichiro IWAO (maintainer) [1]
Approved by:	Koichiro IWAO (maintainer) [2]
Approved by:	bapt (mentor)
2015-01-31 16:48:41 +00:00
Jan Beich
4a9828c21d Convert fc-cache(1) calls in pkg-plist to use @fc keyword
fonts.cache-1 lines started to appear after r148143 but became
obsolete since `fc-cache -s` support (i.e. /var/db/fontconfig)
and several FC_CACHE_VERSION bumps. Remove them.

Differential Revision:	https://reviews.freebsd.org/D1733
Reviewed by:	hrs
Approved by:	portmgr blanket
Approved by:	bapt (mentor)
2015-01-31 12:50:07 +00:00
Antoine Brodin
6027598f00 Fix DEPENDS 2015-01-25 20:19:08 +00:00
John Marino
cde0eadf4e japanese/ebview-gtk2: Fix size mismatch between int and ssize_t (amd64)
This fetchs the source of segfaults on amd64.

PR:		196184
Submitted by:	moga (chigusa.homeunix.org)
2015-01-20 21:47:15 +00:00
John Marino
74f119f0b1 japanese/eb: replace USE_AUTOTOOLS with USES=autoreconf
PR:		196792
Submitted by:	maintainer (Yasuhiro KIMURA)
2015-01-20 20:47:34 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Danilo Egea Gondolfo
1e2e0b320e - Update to 0.20150106 2015-01-14 13:16:09 +00:00
Sunpoet Po-Chuan Hsieh
31694df96b - Fix *_DEPENDS: parent is already in all supported Perl releases
- Remove outdated PERL_LEVEL check
- Bump PORTREVISION for dependency change
- While I'm here, use single space after WWW:

With hat:	perl
2015-01-07 19:19:31 +00:00
Hajimu UMEMOTO
40220a3c1e Shebangfix r376298 made it clarify. 2015-01-05 16:30:18 +00:00
John Marino
bcbae34226 change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
2015-01-05 13:18:58 +00:00
Jun Kuriyama
07153abffe - Update to 20141226. 2015-01-05 08:16:37 +00:00
Marcus von Appen
472dad3abb - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat:	python@
2015-01-03 08:47:51 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
MIHIRA Sanpei Yoshiro
286229a52b Add new port japanese/rubygem-mail-iso-2022-jp.
Provides 'mail' gem with iso-2022-jp conversion capability
2014-12-31 13:49:06 +00:00
Jun Kuriyama
ce81cf9fb9 - Updated to latest version (20111128) and other improvements.
PR:		ports/195766
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-12-29 03:51:27 +00:00
Antoine Brodin
25ca83f2f5 Allow building with either giflib 4.2 or 5.0 2014-12-26 17:44:35 +00:00
Vanilla I. Shu
1c2eead74b Update to 20141224
PR:		ports/196254
Submitted by:	maintainer
2014-12-26 03:52:57 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Baptiste Daroussin
5829c025b1 Remove imlib1
It has become a patch spaghetti over the time and making it support newer version
of various graphics libraries will be a nightmare

It is time to say good bye to imlib1

With hat:	portmgr
Discussed with:	antoine
Approved by:	kwm
2014-12-25 19:07:25 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Baptiste Daroussin
29a640c382 Remove abandonware blocking decomissioning imlib 2014-12-25 14:38:09 +00:00
Baptiste Daroussin
d398d5ffea Remove abandonware blocking decomissioning imlib 2014-12-25 14:35:58 +00:00
Sunpoet Po-Chuan Hsieh
f1d335457a - Update to 4.1
Changes:	https://ja.wordpress.org/2014/12/19/wordpress-4-1-dinah/
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer, via email)
MFH:		2014Q4
2014-12-24 06:13:51 +00:00
MANTANI Nobutaka
5a8a687983 Update to 20141220.
Change MASTER_SITES to GitHub.
Use nkf to generate dictionaries and data files.

PR:		ports/193305
Submitted by:	katsuyoshi.ohara@gmail.com
2014-12-23 13:30:12 +00:00
Baptiste Daroussin
5fe17006b4 Get rid of gnomehier 2014-12-21 00:32:19 +00:00
Baptiste Daroussin
926ab2f16e Cleanup plist 2014-12-20 19:05:12 +00:00
Jung-uk Kim
d9c58baa19 Update to 4.3.5. 2014-12-18 23:32:32 +00:00
Pawel Pekala
37983bc554 japanese/ebnetd add user and group for daemon processes
PR:		195523
Submitted by:	maintainer
2014-12-16 15:53:33 +00:00
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
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
Baptiste Daroussin
0ad8cfd2bf Decomission a couple of japanese teTeX ports 2014-07-23 12:23:55 +00:00
Baptiste Daroussin
1952e07d57 Replace japaneses/xdvik with texlive version directly 2014-07-23 12:13:02 +00:00
Baptiste Daroussin
a0b1f9f804 Switch to use texlive version of ptex 2014-07-23 10:21:18 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Antoine Brodin
5108730061 Fix LIB_DEPENDS
With hat:	portmgr
2014-07-20 19:20:50 +00:00
Baptiste Daroussin
f329319eb5 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:13:58 +00:00
Adam Weinberger
136cc8f44f Add DOCS option where PORTDOCS appears in plist. 2014-07-16 02:29:34 +00:00
Adam Weinberger
8726978026 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 15:43:35 +00:00
Vanilla I. Shu
08d9e6003c Stagify. 2014-07-15 03:23:47 +00:00
Vanilla I. Shu
19f21ae8fa remove NO_STAGE.
Approved by:	portmgr@ (blanket)
2014-07-15 03:14:23 +00:00
Vanilla I. Shu
6cd9f36fae Stagify. 2014-07-15 02:54:12 +00:00
Vanilla I. Shu
3ee881ce29 1: Stagify.
2: add INSTALLS_EGGINFO, bump version.
3: fix WWW line.
2014-07-15 02:40:13 +00:00
Vanilla I. Shu
e473100818 remove NO_STAGE. 2014-07-15 02:31:47 +00:00
Baptiste Daroussin
b65af0dc19 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:53:00 +00:00
Baptiste Daroussin
3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +00:00
Nicola Vitale
493f5c9c0b - Update to 158
- Update MASTER_SITES
- Add LICENSE (GPLv2)
- Add support for stage-dir (with a different approach
  from the related PR [1])
- Add files/slimeforest.sh.in

PR:	187879 [1]
Submitted by:	 <xmj@chaot.net>
2014-07-12 04:22:39 +00:00
Vanilla I. Shu
cb1e458b03 1: remove NO_STAGE.
2: new syntax of LIB_DEPENDS.
3: USES=tar:xz
2014-07-10 12:50:35 +00:00
John Marino
7e85c0c866 Mark 5 unstaged and unmaintained ports as jobs unsafe (taken from dports)
Approved by:	portmgr (implicit, NOT_STAGED)
2014-07-07 12:17:32 +00:00
Adam Weinberger
0c4552bbca Add a patch to fix the DBM bayes store, which failed due to a tainted
variable in a debug message.

Submitted by:	Herbert J. Skuhra
2014-07-06 12:45:33 +00:00
John Marino
6438012393 japanese/slrn: stage support 2014-07-05 21:45:12 +00:00
John Marino
4bb20bb552 japanese/scim-tables: stage and define scim as BUILD_DEPENDS (dports) 2014-07-05 21:29:26 +00:00
Jimmy Olgeni
021be14f65 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. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
2014-07-05 19:27:03 +00:00
TAKATSU Tomonari
72c2472a7f - Support STAGEDIR
- Add DOCS to OPTIONS_DEFINE
- Drop EXIM3 option
- Unmute INSTALL_DATA and CP
- Update pkg-plist
- Replace tab with a single space after WWW: in pkg-descr
- Sync with mail/mailman as possible
  * Drop INTEGRATION option, which would at best be confusing
  * When Postfix integration is chosen, add BUILD and RUN_DEPENDS on
    Postfix because we need the postconf program
  * Fix a few minor glitches in FreeBSD-post-install-notes
  * Install a dummy one-line text file into PYTHON_SITELIBDIR so that
    Python's upgrade-site-packages would reinstall Mailman
  * Add "status" support for rc.d script
  * Change pre-fetch: to pre-everything::
  * Revise formatting of pre-everything text to make clear it displays
    default values, not current values
  * Update pkg-install.in, pkg-deinstall.in and pkg-message.in
2014-07-05 17:42:23 +00:00
Jun Kuriyama
04e21f5760 - Update to 20140630. 2014-07-05 07:30:46 +00:00
Baptiste Daroussin
2a0b64c734 Support stage for texlive, given it is impossible to rebuild the fmt files into
the stage then they are now rebuild in post-installation, like it is done in
other package system
2014-07-04 17:35:18 +00:00
Antoine Brodin
06962f3703 Unbreak 2014-07-04 08:46:52 +00:00
Adam Weinberger
ded4aa1f80 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:13:33 +00:00
Dmitry Marakasov
f8b0d88fe6 - Remove indefinite article from COMMENT
- Use new LIB_DEPENDS syntax
- Stagify
2014-07-03 17:34:06 +00:00
Danilo Egea Gondolfo
1785e5c70a - Add stage support
- Improve WWW
- Add DOCS option

PR:		ports/191501
Submitted by:	beyert@cs.ucr.edu
2014-07-03 02:13:47 +00:00
Antoine Brodin
c10106a5f6 Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
2014-07-02 19:21:25 +00:00
Dmitry Marakasov
cceb30915e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 23:20:03 +00:00
Tijl Coosemans
aaafc1cb96 - Convert to USES=libtool
- Rearrange Makefile a bit
2014-07-01 21:42:25 +00:00
Baptiste Daroussin
3cc3b920e3 Support stage [1]
While here:
- Use options helpers when possible
- Remove update-desktop-database (it is useless for this port)

PR:		190661
Submitted by:	darksoul@darkbsd.org
2014-06-30 20:58:12 +00:00
Baptiste Daroussin
e6837ea053 Properly fill the distinfo 2014-06-30 20:53:41 +00:00
Baptiste Daroussin
fb1a28ce88 Removed unmaintained upstream xemacs ports and dependencies 2014-06-30 20:12:29 +00:00
MANTANI Nobutaka
2eb4172d38 Fix build error.
Update MASTER_SITES.
Add LICENSE.
Conform current LIB_DEPENDS convention.
Remove NO_STAGE mark.
Use %%DATADIR%% in pkg-plist.
2014-06-28 13:42:04 +00:00
MANTANI Nobutaka
e6eabf32d0 Add migemo.el, Japanese incremental search tool for Emacs.
This is forked version from the original one bundled with migemo.
2014-06-28 12:29:23 +00:00
Antoine Brodin
df1f66d426 Reset maintainer, email bounces
With hat:	portmgr
2014-06-28 07:48:01 +00:00
Ashish SHUKLA
fba661e8a6 - Remove editors/emacs21, and editors/emacs22 as they're no longer maintained
upstream
- Also remove dependent ports
- Add UPDATING entry informing users of the same
- Add MOVED entries

Approved by:	portmgr (bapt)
2014-06-27 12:34:52 +00:00
Baptiste Daroussin
d6cdd4f069 Only one slave ports so far, relax the check on PKGNAMESUFFIX because previous syntax
is not compatible with the old make
2014-06-27 09:21:13 +00:00
Daichi GOTO
6e89388dcb add a new port japanese/font-ricty-discord
PR:		190967
Submitted by:	Koichiro IWAO
2014-06-27 03:51:05 +00:00
Daichi GOTO
f9a4673b3f - Stagify
- maintainership to submitter
- Update to 3.2.3
- Fix the build when DISCORD options is OFF
- Provide ricty-discord as a separated port

PR:		190967
Submitted by:	Koichiro IWAO
2014-06-27 03:36:23 +00:00
Antoine Brodin
c0ef6553ab Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 08:41:34 +00:00
Antoine Brodin
79cee04bec Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 07:32:36 +00:00
Antoine Brodin
5acdd31698 Allow to build with texinfo from ports 2014-06-25 21:54:45 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Jung-uk Kim
7a699892f7 Update to 4.2.5. 2014-06-24 02:40:06 +00:00
Baptiste Daroussin
b941a0415c Mark as broken: no distinfo 2014-06-22 22:12:30 +00:00
MANTANI Nobutaka
26969760b7 Support staging.
Update message in pkg-install.
2014-06-22 13:17:11 +00:00
MANTANI Nobutaka
770fd39d2c * Use pkg-install/pkg-deinstall scripts instead of pkg-req.
* Add staging support.
* Remove an verbose dependency from RUN_DEPENDS and fix typo.
* Remove "MAKE_ARGS= PREFIX=${PREFIX}" from Makefile.
  It's done by bsd.port.mk.
* Remove mkfontdir command from original Makefile.
  It's done by pkg-plist.
* Remove fonts.alias update command (@unexec) from pkg-plist.
  It's done by pkg-deinstall.
* Remove fonts.alias from pkg-plist.
  It's handled by pkg-install/pkg-deinstall.
* Add a "@mode 444/@mode" pair to pkg-plist for appropriate file permission.

PR:		190073
Submitted by:	CQG00620@nifty.ne.jp
2014-06-22 10:11:38 +00:00
MANTANI Nobutaka
0264878afd Support staging. 2014-06-22 09:52:29 +00:00
Rene Ladan
116def93ee Remove localized bugzilla ports for which the master port expired:
german/bugzilla40
german/bugzilla42
japanese/bugzilla40
japanese/bugzilla42
russian/bugzilla40
russian/bugzilla42
2014-06-21 09:25:08 +00:00
John Marino
d71e52385d japanese/nhocr: Unbreak on FreeBSD 10+ and DragonFly
Add missing header to fix.  Covered by just-fix-it blanket.
2014-06-21 08:33:20 +00:00
MIHIRA Sanpei Yoshiro
29f15f5a02 support stage. 2014-06-21 01:26:57 +00:00
MIHIRA Sanpei Yoshiro
36fb287a3a already supported in master ports(japanese/mozc-server) 2014-06-20 22:53:29 +00:00
Adam Weinberger
8c6663bfce * Add a patch from SA bug 7057 to fix compatibility with Net::DNS >= 0.76 [1]
* Verify that /var/run/spamd exists before starting [2]
* While here, reformat Makefile

PR:	ports/191101 [1], ports/189912 [1], ports/190005 [2]
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> and pi [1a],
		brian@behlendorf.com [1b], Trond.Endrestol@ximalas.info [2]
2014-06-20 18:28:41 +00:00
MIHIRA Sanpei Yoshiro
56a5e70832 support stage. 2014-06-20 13:21:01 +00:00
MIHIRA Sanpei Yoshiro
0c31d9933e support stage. 2014-06-20 12:59:12 +00:00
Dmitry Marakasov
627d72d304 - Switch print/libpaper to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-20 11:15:57 +00:00
MIHIRA Sanpei Yoshiro
8c3b93066c support stage for mozc-el. 2014-06-19 11:08:10 +00:00
John Marino
efaf84f944 japanese/mecab: Convert to USES+= libtool
PR:		189493
Submitted by:	maintainer (Yasuhiro KIMURA)
2014-06-19 06:27:17 +00:00
John Marino
0982d7130b japanese/eb: Always set USES=iconv, move to USES+= libtool
PR:		188218
Submitted by:	maintainer (Yasuhiro KIMURA)
2014-06-18 22:07:17 +00:00
MANTANI Nobutaka
d908e4fd4e Fix perl shebang line of kEsetroot.
Reported by:	 Reported by:	swills
2014-06-17 14:40:16 +00:00
MANTANI Nobutaka
24328f6c1f Use converters/libiconv instead of base system iconv to fix build error.
Reported by:	swills
2014-06-17 14:36:11 +00:00
Vanilla I. Shu
a0d8d64607 Stagify.
Approved by:	portmgr@
2014-06-17 04:58:17 +00:00
Vanilla I. Shu
804b0c2dc1 Stagify.
Approved by:	portmgr@
2014-06-17 02:42:57 +00:00
MIHIRA Sanpei Yoshiro
f17a506bce fix missing @dirrmtry 2014-06-16 22:03:09 +00:00
MANTANI Nobutaka
94bf0bf916 Remove NO_STAGE mark because staging is supported by the master port (x11/eterm). 2014-06-16 14:41:21 +00:00
MANTANI Nobutaka
3eeea5e971 Support staging. 2014-06-16 14:33:03 +00:00
MANTANI Nobutaka
40c1420fbf Fix build error.
Support staging.
2014-06-16 14:31:28 +00:00
MIHIRA Sanpei Yoshiro
c6839199ce support stage 2014-06-16 13:46:38 +00:00