Commit graph

7102 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
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Hiroki Sato
0ff7821a0d - Use shebangfix.
- Fix a missing USES=perl5.  ${PERL} was empty.
- Add STAGEDIR support.

PR:	ports/183200
2013-10-22 12:28:18 +00:00
Thomas Abthorpe
cd13c7fb2b 2013-10-21 devel/rubygem-ruby-debug-base: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-linecache: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-rascut: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-ruby-debug-ide: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-ruby-debug: Does not work with Ruby 1.9
2013-10-21 japanese/gorua: Does not work with Ruby 1.9
2013-10-10 x11-toolkits/ruby-gtk: Does not work with Ruby 1.9
2013-10-21 18:07:53 +00:00
Thomas Abthorpe
80f18a201c - Mark BROKEN, set EXPIRATION_DATE
With hat:	portmgr
2013-10-20 04:20:04 +00:00
Hajimu UMEMOTO
1f4ddabe7c use opt_USE OPTIONS helper. 2013-10-19 02:00:14 +00:00
Baptiste Daroussin
79238694b3 Deprecated some ports broken for more than 6 month 2013-10-18 07:19:25 +00:00
Olli Hauer
d47863652e - adjust include path 2013-10-17 19:45:34 +00:00
Olli Hauer
de51be0645 - update to latest release [1]
- use PKGNAMESUFFIX instead LATEST_LINK
- whitespace cleanup
- svn mv */bugzilla to */bugzilla40
- add vuxml entry

4.4.1, 4.2.7, and 4.0.11 Security Advisory
Wednesday Oct 16th, 2013

Summary
=======

Bugzilla is a Web-based bug-tracking system used by a large number of
software projects. The following security issues have been discovered
in Bugzilla:

* A CSRF vulnerability in process_bug.cgi affecting Bugzilla 4.4 only
  can lead to a bug being edited without the user consent.

* A CSRF vulnerability in attachment.cgi can lead to an attachment
  being edited without the user consent.

* Several unfiltered parameters when editing flagtypes can lead to XSS.

* Due to an incomplete fix for CVE-2012-4189, some incorrectly filtered
  field values in tabular reports can lead to XSS.

All affected installations are encouraged to upgrade as soon as
possible.

[1]  even bugzilla40 gets upstream fixes an upgrade to bugzilla42/44 is recommend

Security:	vid e135f0c9-375f-11e3-80b7-20cf30e32f6d
		CVE-2013-1733
		CVE-2013-1734
		CVE-2013-1742
		CVE-2013-1743
2013-10-17 19:35:22 +00:00
Hajimu UMEMOTO
9e27aedb91 enable stage. 2013-10-16 16:47:11 +00:00
Hajimu UMEMOTO
08bb49887f - enable stage.
- use modern LIB_DEPENDS format.
2013-10-16 16:40:39 +00:00
Hajimu UMEMOTO
f6b623cd3d Move doing chown from do-install to pkg-plist. In stage
build, uid/gid creation is not done at do-install yet.
2013-10-16 15:58:55 +00:00
Hiroki Sato
273777f582 - Add STAGEDIR support.
- Update to 20130617 (japanese/font-migmix)
- Update to 456 (japanese/font-ume)
2013-10-16 04:56:32 +00:00
Eitan Adler
14e13da149 Clean up some COMMENTs 2013-10-15 21:17:55 +00:00
Hajimu UMEMOTO
3ea2978996 enable stage. 2013-10-15 18:30:41 +00:00
Baptiste Daroussin
b41ebe474d Remove all options bringing gnome1 libraries 2013-10-15 09:47:11 +00:00
Raphael Kubo da Costa
ecda38b0a5 Update Qt to 4.8.5 and Qt Creator to 2.8.0.
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.

Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.

Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!

PR:		ports/180615
	        ports/181921
		ports/182049
2013-10-13 23:15:50 +00:00
Hajimu UMEMOTO
7dfe3e3054 - enable stage.
- use modern LIB_DEPENDS format.
2013-10-13 15:24:56 +00:00
TAKATSU Tomonari
dde54a3134 - Update to 4.0.0
- Support STAGEDIR
2013-10-13 05:25:07 +00:00
Hajimu UMEMOTO
53b6aaa1c3 - enable stage.
- use modern OPTIONS helper.
2013-10-12 20:10:42 +00:00
Hajimu UMEMOTO
baec1359f7 Reassign my canna related port to the heap.
I'm not using canna for a long time.
2013-10-12 19:16:06 +00:00
Hajimu UMEMOTO
0142ec30da Reassign some my scim related ports to the heap.
I'm not using scim for a long time.
2013-10-12 18:32:05 +00:00
Thomas Abthorpe
8f2bb0abab 2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9
2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9
2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9
2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9
2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9
2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9
2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9
2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9
2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9
2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9
2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9
2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9
2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9
2013-10-10 security/ruby-acl: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9
2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9
2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9
2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9
2013-10-11 05:34:28 +00:00
Thomas Abthorpe
e3c265aef5 - Mark BROKEN, set DEPRECATED
With hat:	portmgr
2013-10-11 01:47:11 +00:00
Thomas Abthorpe
ac60dd37a8 - Mark BROKEN, set very short EXPIRATION_DATE
Discussed with:	swills
2013-10-10 16:43:16 +00:00
Daichi GOTO
93853c4308 corresponding to ibus update
Submitted by:	Mamoru Iwaki <1wkmmr@gmail.com>
2013-10-10 03:46:18 +00:00
John Marino
560d2eb0bf Explicitly link libraries on 10 unmaintained ports
The following ports will not build with a binutils 2.22+ linker built
with standard options.  This has been obvious with DPorts, but difficult
to see on FreeBSD.  However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
2013-10-07 23:40:23 +00:00
Baptiste Daroussin
533b12d93d Fix pkgname collision 2013-10-07 12:23:05 +00:00
Baptiste Daroussin
fe6acf2ca4 Correct gnome dependency to not pull gnome1 2013-10-06 08:23:32 +00:00
Hajimu UMEMOTO
e0e62c54d4 enable stage. 2013-10-04 17:55:43 +00:00
Danilo Egea Gondolfo
ca0fbdf797 - Update from 0.20130603 to 0.20131001
- Change maintainer email to @FreeBSD.org
- Add stage support

Approved by:	culot (mentor)
2013-10-03 13:27:06 +00:00
Daichi GOTO
3db1cfe1fa update to 1.5.0
Submitted by:	maintainer
2013-09-30 14:30:11 +00:00
Antoine Brodin
a30e19e7a9 Convert to STAGEDIR
PR:		ports/182398
Submitted by:	Yasuhiro KIMURA (maintainer)
2013-09-28 19:41:54 +00:00
Antoine Brodin
e7a111aa1e Convert to STAGEDIR
PR:		ports/182396
Submitted by:	Yasuhiro KIMURA (maintainer)
2013-09-28 19:36:55 +00:00
Antoine Brodin
07109bd822 Convert to STAGEDIR
PR:		ports/182391
Submitted by:	Yasuhiro KIMURA
2013-09-28 19:16:18 +00:00
Antoine Brodin
f87c7f1461 Convert to STAGEDIR
PR:		ports/182390
Submitted by:	Yasuhiro KIMURA (maintainer)
2013-09-28 19:09:26 +00:00
Thomas Abthorpe
f9d27bec74 - Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18
Discussed with:	swills
2013-09-26 21:13:59 +00:00
Olli Hauer
c0e86f6715 - add STAGE support to bugzilla ports
- remove bugzilla3 CONFLICTS
2013-09-26 19:00:40 +00:00
William Grzybowski
f930059b5b japanese/ebnetd: allow staging
- Allow staging
- Add Created by in Makefile header
- Convert lib depends to new format

PR:		ports/182393
Submitted by:	Yasuhiro KIMURA <yasu utahime.org> (maintainer)
2013-09-26 14:18:25 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Andrej Zverev
bf64c2c429 - Calling pod2man from extract stage require perl
- Replace pkg-plist with PLIST_FILES
- Pet portlint(1)
2013-09-18 06:23:10 +00:00
Hiroki Sato
cdae00cbc4 Fix build on 10.X. 2013-09-18 05:45:39 +00:00
Sunpoet Po-Chuan Hsieh
e225f12347 - Use USES=gmake
- Remove leading indefinite article from COMMENT
- Cleanup Makefile header
2013-09-16 19:43:47 +00:00
Andrej Zverev
778e2d3551 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 15:42:40 +00:00
Baptiste Daroussin
9654378046 Remove xchat1, upstream support has been abandonned for a while and it is producing packages with a name
That can make user confuse with irc/xchat.
2013-09-16 14:29:36 +00:00
Andrej Zverev
325c9808b6 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 10:58:05 +00:00
Antoine Brodin
0b973c7214 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-13 21:39:06 +00:00
Guido Falsi
42cea4feca - Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)

While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions

Submitted by:	marino [1]
Reported by:	swills, antoine [1]
Submitted by:	bsam [2]
Approved by:	portmgr (bapt, implicit)
2013-09-13 17:14:53 +00:00