1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

7778 Commits

Author SHA1 Message Date
Antoine Brodin
0e8c3bf1b3 Update giflib to 5.1.1
PR:		204492
2015-12-03 20:01:03 +00:00
Dmitry Marakasov
587935da32 - Update MASTER_SITES and WWW, unbreak fetch
- Pass maintainership to submitter

PR:		204799
Submitted by:	CQG00620@nifty.ne.jp
2015-12-01 12:48:26 +00:00
Dmitry Marakasov
c6c1ab8d29 - Update MASTER_SITES, unbreak fetch
- Pass maintainership to submitter
- While here, add NO_ARCH

PR:		204798
Submitted by:	CQG00620@nifty.ne.jp
2015-12-01 12:48:05 +00:00
Dmitry Marakasov
d8449c3f58 - Update MASTER_SITES, unbreak fetch
- Pass maintainership to submitter

PR:		204796
Submitted by:	CQG00620@nifty.ne.jp
2015-12-01 12:48:00 +00:00
Dmitry Marakasov
8faa24f9fe - Update MASTER_SITES and WWW, unbreak fetch
- Pass maintainership to submitter

PR:		204800
Submitted by:	CQG00620@nifty.ne.jp
2015-11-30 21:41:33 +00:00
Dmitry Marakasov
d10f4b3654 - Update MASTER_SITES, unbreak fetch
- Pass maintainership to submitter

PR:		204797
Submitted by:	CQG00620@nifty.ne.jp
2015-11-30 21:41:06 +00:00
Dmitry Marakasov
9001772ee3 - Fix fetch
- Fix endianes detection
- Pass maintainership to submitter

PR:		204801
Submitted by:	CQG00620@nifty.ne.jp
2015-11-30 20:42:44 +00:00
John Marino
cdf7823229 japanese/ochusha: Deprecate for removal on xmas
This 2ch program has never been updated (introduced in 2007), and
according to Google Japanese translater, it was basically abandoned
by users by 2008 (due to 3 years between releases).  I don't think
this port ever had a maintainer.

Coup de grâce
2015-11-26 16:47:12 +00:00
Adam Weinberger
b4a3b2f221 Add two patches from upstream bug #7265, which fixes incompatibilities with
Net::DNS 1.03. The FreeBSD p5-Net-DNS port has been downgraded to 1.02 but
Net::DNS will be re-issued at some point soon. The changes in these patches
seem to work well with Net::DNS 1.02.

While here, add some TEST_DEPENDS so I can run the plugin-based tests as well.

Bump PORTREVISION for spamassassin and japanese/spamassassin.

PR:		204682
Submitted by:	Mark.Martinec@ijs.si
Obtained from:	https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7265
2015-11-23 17:00:18 +00:00
Sunpoet Po-Chuan Hsieh
298f3a7961 - Add PORTSCOUT
- Remove license information from pkg-descr
2015-11-13 19:13:45 +00:00
Sunpoet Po-Chuan Hsieh
19ca133383 - Add NO_ARCH
Approved by:	portmgr (blanket)
2015-11-12 21:42:09 +00:00
Antoine Brodin
c905c203db Allow building with giflib 5.1
PR:		204492
2015-11-12 18:35:53 +00:00
Hajimu UMEMOTO
be5c334d9c Use OPTIONS helpers. 2015-11-12 16:54:14 +00:00
Hajimu UMEMOTO
5752857364 Use @sample. 2015-11-12 16:23:10 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Jun Kuriyama
f377bad701 - Update to 20151030. 2015-11-07 06:11:53 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Jung-uk Kim
78a55ecf2d Update to 5.0.3. 2015-11-03 17:47:01 +00:00
Baptiste Daroussin
7c1b4544c3 Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992
2015-10-30 22:43:16 +00:00
Hiroki Sato
71e71919ca Fix a bug in Makefile.in which installed a BDF file as
a gzip-compressed PCF.

Submitted by:	Yasuhito FUTATSUKI
PR:		203414
2015-10-22 06:15:28 +00:00
Mathieu Arnold
87f85d48df Update to 20151021.
PR:		203907
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-21 14:16:40 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Kurt Jaeger
73caac7596 japanese/spamassassin: Unbreak and adapt to 3.4.1
PR:		203036
Submitted by:	fmysh@iijmio-mail.jp
2015-10-17 21:37:14 +00:00
Sunpoet Po-Chuan Hsieh
ed71c84684 - Update WWW 2015-10-17 18:10:08 +00:00
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Antoine Brodin
6663c09683 Fix RUN_DEPENDS
Reported by:	pkg-fallout
2015-09-26 21:15:00 +00:00
Antoine Brodin
249b34beb2 Remove deprecated @exec/@unexec from ports using uim-module-manager 2015-09-26 13:02:41 +00:00
Ruslan Makhmatkhanov
2795157111 japanese/wordpress: update to 4.3.1
This release fixing multiple security vulnerabilities.

PR:		203365
Submitted by:	Yoshisato Yanagisawa <osho@pcc-software.org>
Security:	f4ce64c2-5bd4-11e5-9040-3c970e169bc2
2015-09-26 07:53:12 +00:00
Baptiste Daroussin
55fd615a28 Fix index 2015-09-26 00:11:29 +00:00
Baptiste Daroussin
0eae03bd38 Specify correctly @post* for gtk-query-immodules 2015-09-26 00:08:26 +00:00
Hiroki Sato
2a6ef49a77 Update dependency. 2015-09-25 22:08:20 +00:00
Hiroki Sato
2da7edc3dc Mark NO_ARCH. 2015-09-25 22:02:16 +00:00
Hiroki Sato
f053d39def Fix inconsistent installation directories of Japanese fonts and
reorganize the package names:

 (new)     -> font-ayu18
 (new)     -> font-ayu20
 k10       -> font-naga10 (also builds "marunaga" variant now)
 k12       -> font-kaname12
 (new)     -> font-elisa10 (resurrected)
 elisa8x8  -> font-elisa8
 kanji18   -> font-kanji18 (also builds 16-dot variant now)
 kanji26   -> font-kanji26 (also builds 24-dot variant now)
 kappa20   -> font-kappa20 (Ayu fonts is separated into font-ayu20)
 mikachan-ttfonts -> font-mikachan
 monafonts-ttf -> font-mona-ttf
 monafonts -> font-mona

All of bitmap fonts are now installed into misc/, and the TrueType fonts go
into TTF/.

No objection from:	maintainers
2015-09-25 21:48:09 +00:00
Hiroki Sato
e477b97a07 Add a missing dependency which could cause a build failure. 2015-09-25 21:37:19 +00:00
Jung-uk Kim
75883644e1 Update to 5.0.2. 2015-09-23 21:06:12 +00:00
Hiroki Sato
ad265cf042 - Split japanese/font-mplus into font-mplus-outline and
font-mplus-bitmap.  Currently mplus-bitmap and mplus-outline use
  share/fonts/misc and mplus-outline as the installation directory,
  respectively.

- Convert them to use Uses=fonts.
2015-09-21 14:39:18 +00:00
Jimmy Olgeni
41a7072cfb Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
David Chisnall
9156bf1b9e Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.

The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2977
2015-09-19 10:33:34 +00:00
Mathieu Arnold
320514f1dd It seems some people keep adding $FreeBSD$ to patch files.
Patches must not be changed by the vcs, this includes the
svn:keyword expansion.  Set fbsd:nokeywords to a couple of patches.

With hat:	portmgr
Sponsored by:	Absolight
2015-09-16 13:03:45 +00:00
Dmitry Marakasov
138c0c7b16 - Fix fetch 2015-09-15 18:24:04 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Hiroki Sato
0b3da8c79c Fix fonts.dir by using fonts:fc and style consistency. 2015-09-13 23:36:45 +00:00
Danilo Egea Gondolfo
a85512ca7b - Update to 0.20150901 2015-09-13 18:16:36 +00:00
Hiroki Sato
d45f4fa95f - Rename japanese/marumoji-fonts with japanese/font-marumoji.
- Add LICENSE.
2015-09-13 04:30:17 +00:00
Hiroki Sato
314a9dac0e - Use post-install-DOCS-on.
- Use %%FONTSDIR%% directly.
2015-09-12 23:24:15 +00:00
Hiroki Sato
55e854b187 - Use post-install-DOCS-on.
- Use %%FONTSDIR%% directly.
2015-09-12 23:21:50 +00:00
Hiroki Sato
72eb99b0de Fix fonts.dir. It was totally broken since r381876. 2015-09-12 23:19:38 +00:00
Hiroki Sato
2fd3d09ba1 - Use post-install-DOCS-on.
- Use %%FONTSDIR%% directly.
2015-09-12 23:17:12 +00:00
Hiroki Sato
db58c535fa Use post-install-DOCS-on. 2015-09-12 23:16:28 +00:00