1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

7065 Commits

Author SHA1 Message Date
Martin Wilke
61647f72a1 - Stage Safe 2014-01-24 14:49:29 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Jun Kuriyama
ec53fde818 - Upgrade to 0.5.0 and unbreak with modern PHP versions. 2014-01-19 14:58:47 +00:00
Martin Wilke
baaa073211 - Fix build with clang
PR:		185717
Submitted by:	ports fury
2014-01-19 14:30:23 +00:00
Martin Wilke
c24323ef82 - Fix build with clang
- Add License

PR:		185708
Submitted by:	ports fury
2014-01-19 14:24:49 +00:00
Baptiste Daroussin
0508c1dc38 Support stage
Fix build with clang
Remove references to NOPORTDATA
2014-01-18 09:26:33 +00:00
Raphael Kubo da Costa
5245af9efa Set the appropriate BSD license value in LICENSE.
PR:		ports/185678
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2014-01-17 19:48:56 +00:00
Danilo Egea Gondolfo
ee96ae5820 - Update from 2.8.6 to 2.8.7
while here
- Remove extra tabs
- Use PLIST_FILES instead of pkg-plist

PR:		ports/185570
Submitted by:	Takashi Kato <townwear@gmail.com>
2014-01-17 17:27:17 +00:00
Martin Wilke
86f6d8849e - Update License
PR:		185679
Submitted by:	maintainer
2014-01-15 07:24:05 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Danilo Egea Gondolfo
069b2b2ffb - Update from 0.20131001 to 0.20140106 2014-01-11 17:38:28 +00:00
Antoine Brodin
a2a5abce97 Stage support 2014-01-09 20:51:09 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
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