1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

7052 Commits

Author SHA1 Message Date
Antoine Brodin
7f55a2faa9 With gtk 2.4.22, immodule cache has moved from gtk.immodules to
immodules.cache.  gtk-query-immodules-2.0 has a new option,
--update-cache that does what we want too.
Use this new option.
While here, add stage support to non slave ports

Reviewed by:	kwm (immodules part)
2014-01-04 23:27:58 +00:00
Jun Kuriyama
6b9fab0123 - Update to 20131227. 2014-01-03 16:15:49 +00:00
Jason Helfman
d8d067f21d - convert to new options framework
Approved by:	portmgr (bapt@)
2014-01-03 03:33:06 +00:00
Steve Wills
415921bf57 - Ruby 1.9 is default now, remove conditionalization for it
With hat:	ruby@
2014-01-02 20:02:27 +00:00
Steve Wills
141c0501e7 - Remove unneeded RUBY_VER
With hat:	ruby@
2014-01-02 19:58:54 +00:00
Steve Wills
938d07b2a7 - Remove unneeded RUBY_VER
With hat:	ruby@
2014-01-02 19:58:02 +00:00
Hajimu UMEMOTO
639878290c Add LICENSE. 2013-12-31 13:05:08 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Sunpoet Po-Chuan Hsieh
b63e4b5caa - Update to 3.8
Changes:	http://ja.wordpress.org/2013/12/16/wordpress-3-8-ja/
2013-12-27 02:16:03 +00:00
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Pawel Pekala
2750942f18 - Fix build with clang
- Remove leading article from COMMENT
- Support staging

PR:		ports/184900
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 13:54:11 +00:00
Jason Helfman
3417c8c5eb - update to 5.43 [1]
- convert to new lib_depends format
- convert to staging (thanks bapt@!)

PR:	184940 [1]
Submitted by:	umeno@rr.iij4u.or.jp [1]
2013-12-20 19:01:37 +00:00
Dmitry Marakasov
74c04ac671 - Fix swig dependency
PR:		183203
Submitted by:	amdmi3
Approved by:	maintainer timeout
2013-12-20 17:10:14 +00:00
Pawel Pekala
97176d0d81 - Fix build with clang
- Support staging

PR:		ports/184812
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 13:30:13 +00:00
Alberto Villa
4998a19923 - Update Calligra Suite to 2.7.5.
- Require a new compiler to build Calligra.
- Make GTL really an option in Calligra.
- STAGEify.
- Use OPTIONS helpers.
- Set NO_ARCH for translation ports.
- Add translation port for Intelingua.

Calligra 2.7 release notes:
http://www.calligra.org/news/calligra-2-7-released
2013-12-16 22:59:42 +00:00
Marcus von Appen
ab634dd8ea - Back out my change, since wg@ already fixed the port
Noticed by:	wg@
2013-12-15 21:56:48 +00:00
Marcus von Appen
dd575daa58 - Depend explicitly on lang/python at build time.
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 21:50:51 +00:00
William Grzybowski
0aa9134a49 japanese/mozc-server: depends explicitly on "python" to build
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 20:32:20 +00:00
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Matthias Andree
0e8780cf64 - Fix build for recent FreeBSD 9.1, 10.0 or later.
- Convert to new LIB_DEPENDS syntax.
- Fix mis-adopting optionsNG.
- Fix inconsistency between declared LIB_DEPENDS and actual libdb
  version used on systems with multiple BDB versions installed.

PR:		184490
Submitted by:	Takehiko Shiozaki (maintainer)

While here,

- add LICENSE
- convert to staging to avoid mutt's doc/Makefile from messing with
  Muttrc
- convert USE_GMAKE to USES
- have two files' shebang lines fixed
2013-12-06 21:31:48 +00:00
Alex Kozlov
67aa5b488a - Fix build with clang
- Support STAGEDIR
- Update MASTER_SITES and WWW

PR:	ports/184237
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-06 11:23:15 +00:00
Antoine Brodin
446e12c2b7 Mark as jobs unsafe
Failure log is in the PR

PR:		ports/184205
Submitted by:	Tsurutani Naoki
2013-12-03 19:49:41 +00:00
Tijl Coosemans
80fc82be96 There's a warning during boot if the skkserv_enable rc variable is
undefined so set it to "NO" by default.

PR:		ports/181729
Approved by:	maintainer timeout (3 months)
2013-12-03 15:05:17 +00:00
Antoine Brodin
effbc60df9 - Stage support
- remove tab in pkg-descr

PR:		ports/183516
Submitted by:	Takefu (maintainer)
2013-12-01 19:50:25 +00:00
Antoine Brodin
f1d2035801 - Stage support
- Add LICENSE

PR:		ports/183517
Submitted by:	Takefu
2013-12-01 19:48:36 +00:00
Antoine Brodin
7837042a8a - Update to 2.8.6
- gmake not needed
- Stage support
- use OPTIONS helpers

PR:		ports/184350
Submitted by:	Takashi Kato (maintainer)
2013-12-01 07:15:49 +00:00
Hiroki Sato
4e68ae2bca Fix build on 10.X and later.
Submitted by:	Yoshihiko Sarumaru (maintainer)
PR:		ports/183590
2013-11-30 14:39:45 +00:00
Mark Linimon
fcb8eff03c Reset maintainer by his request on freebsd-ports@. 2013-11-25 08:25:58 +00:00
Boris Samorodov
ff759491f2 Fix build of japanese/mozc-tools with native iconv. The error:
-----
  LINK(target) out_linux/Release/mozc_tool
/usr/bin/ld: cannot find -liconv
c++: error: linker command failed with exit code 1 (use -v to see
invocation)
gmake[2]: *** [out_linux/Release/mozc_tool] Error 1
-----

Notes:
1. The fix for japanese/mozc-tools (committed to japanese/mozc-server).
2. Do not bump PORTREVISION of japanese/mozc-tools since:
- it's a build failure;
- it should be treated while upgrading at each system along with other iconv
  changes.

Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Tested by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Approved by:	portmgr (bapt, implicit)
2013-11-18 14:55:26 +00:00
Rene Ladan
dc20ad9d05 Remove expired ports:
2013-11-18 devel/libXGP: Broken for more than 6 month
2013-11-18 deskutils/google-gadgets: Broken for more than 6 month
2013-11-18 palm/synce-trayicon: Broken for more than 6 month
2013-11-18 security/linux-pam-docs: Broken for more than 6 month
2013-11-18 net-p2p/mooseekd: Broken for more than 6 month
2013-11-18 textproc/p5-Lucene: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month
2013-11-18 x11-wm/fbpager: BRoken for more than 6 month
2013-11-18 net/hf6to4: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month
2013-11-18 security/dissembler: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month
2013-11-18 textproc/rst.el: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month
2013-11-18 databases/drizzle: Broken for more than 6 month
2013-11-18 devel/p5-File-Lock: Broken for more than 6 month
2013-11-18 devel/valide: Broken for more than 6 month
2013-11-18 databases/gomysql: Broken for more than 6 month
2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month
2013-11-18 devel/monodevelop-vala: Broken for more than 6 month
2013-11-18 devel/gonzui: Broken for more than 6 month
2013-11-18 devel/monodevelop-java: Broken for more than 6 month
2013-11-18 lang/objc: Broken for more than 6 month
2013-11-18 devel/klee: Broken for more than 6 month
2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month
2013-11-18 devel/simulavr: Broken for more than 6 month
2013-11-18 japanese/mobileimap: Broken for more than 6 month
2013-11-18 devel/libYGP: Broken for more than 6 month
2013-11-18 devel/monodevelop-python: Broken for more than 6 month
2013-11-18 13:54:17 +00:00
Daichi GOTO
4adbc092b1 fixed a build issue on 10 2013-11-17 07:41:50 +00:00
Alberto Villa
84a235eda9 - Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.

With hat on:	kde
2013-11-17 02:12:25 +00:00
Boris Samorodov
f9fd30bad5 Remove NO_LATEST_LINK as well (forgotten along with adding
PKGNAMESUFFIX).
2013-11-16 18:57:51 +00:00
Boris Samorodov
137a5754fd . resolve pkgname conflict with japanese/lyx (add PKGNAMESUFFIX);
. remove indefinite article from COMMENT;
. pet portlint -- make COMMENT a bit shorter.
2013-11-16 12:54:17 +00:00
Daichi GOTO
f460bfb3a0 - fix a build error on 10.0 2013-11-15 11:49:32 +00:00
Vanilla I. Shu
5f376ca825 Support STAGEDIR. 2013-11-05 01:40:32 +00:00
Antoine Brodin
aef1f0f54e - Add LICENSE
- Convert to STAGEDIR
- Fix plist
2013-11-04 18:14:53 +00:00
Hiroki Sato
67c852f4fe - Fix build on 10.x.
- Add STAGEDIR support.
2013-11-03 12:56:34 +00:00
Jun Kuriyama
7bcadd7c0a - Update to 20131031. 2013-11-02 08:55:18 +00:00
Sunpoet Po-Chuan Hsieh
a8fb60f5f7 - Update to 3.7.1
Changes:	http://ja.wordpress.org/2013/10/31/wordpress-3-7-1-background-upgrade-schedule/
2013-10-31 15:22:08 +00:00
Eitan Adler
1e443545d0 The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'

Maintainers were notified and given time to object.
2013-10-31 04:17:29 +00:00
TAKATSU Tomonari
c6a2609e36 - Update to 4.4.1
- Update WWW line in pkg-descr
2013-10-30 12:38:19 +00:00
TAKATSU Tomonari
05717e1324 - Update to 4.2.7
- Update WWW line in pkg-descr
2013-10-30 12:37:58 +00:00
TAKATSU Tomonari
e83486988c - Update to 4.0.11
- Update WWW line in pkg-descr
2013-10-30 12:37:25 +00:00
Steve Wills
f70564d745 - Add stage support 2013-10-30 02:50:05 +00:00
Sunpoet Po-Chuan Hsieh
22ae82df7c - Update to 3.7
Changes:	http://ja.wordpress.org/2013/10/25/wordpress-3-7-ja/
2013-10-26 09:01:23 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Jung-uk Kim
851ab9c5e0 - Update to 4.0.6.
- Support staging.
2013-10-25 17:05:50 +00:00
Tijl Coosemans
1334c06576 .include <bsd.port.options.mk> is no longer necessary. 2013-10-23 18:39:25 +00:00
Tijl Coosemans
40b0207930 - Hand maintainership to submitter.
- Add patch to fix regular expression bug.
- Install data files in DATADIR.
- Move information about documentation and sample configuration
  from pkg-descr to pkg-message.
- Add license information.
- Add new DOCS option.
- Replace pkg-plist with PLIST_DIRS and PLIST_FILES.
- Support staging.
- Fix build on systems without gcc.

PR:		ports/182285
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2013-10-23 12:31:45 +00:00