Commit graph

138 commits

Author SHA1 Message Date
Mathieu Arnold
4da13b8f8e Remove WANT_GNOME and HAVE_GNOME.
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Mark Linimon
45cb752a04 Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
2017-06-25 00:29:09 +00:00
Mark Linimon
17e48e339b The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. 2016-11-08 19:29:56 +00:00
Mark Linimon
441713c0ae Mark as broken on arm64.
Approved by:	portmgr (tier-2 blanket)
2016-11-08 09:23:51 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
MANTANI Nobutaka
229551dacd Update MASTER_SITES to fix fetch error. 2016-09-18 06:35:45 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Tobias C. Berner
2507d416d2 Switch to USES+=
textproc/uim sets
   USES=foo bar
however, this overrides the values set in child ports like
   textproc/uim-kde4
which will require a USES=kde:4 in the future.

PR:		211558
Approved by:	maintainer timeout (15 days), rakuco (mentor)
2016-08-18 10:06:27 +00:00
MANTANI Nobutaka
6045f4845f Update WWW.
PR:		209192
Submitted by:	raycherng@gmail.com
2016-05-28 14:27:21 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Dmitry Marakasov
0bef43e07f - Switch to USES=libedit as suggested by stage-qa
Approved by:	portmgr blanket
2015-09-15 16:21:19 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Dmitry Marakasov
a6b51d470f - Add empty directory to plist
Approved by:	portmgr blanket
2015-04-22 22:57:18 +00:00
Baptiste Daroussin
718c91904c Cleanup plist 2014-12-08 21:17:00 +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
Antoine Brodin
488db7bfec Restore previous functionality: X11 on by default 2014-07-04 23:00:51 +00:00
Adam Weinberger
5fad809a50 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 22:50:40 +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
MANTANI Nobutaka
6a2dfabd75 Update to 1.8.6.
Support staging.
2014-06-16 12:19:41 +00:00
MANTANI Nobutaka
b9e311bc89 Fix build error of uim-qt4 on 10-stable and beyond.
PR:	ports/187198
Submitted by:	rakuco
2014-03-09 03:07:51 +00:00
Dmitry Marakasov
db25d63f5a - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [st])
Approved by:	portmgr (bdrewery)
2013-10-22 14:01:38 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Baptiste Daroussin
9f48528e6e Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:51:04 +00:00
Antoine Brodin
7e590490c4 Add an explicit dependency on pkgconf
(needed for gtk detection)

Approved by:	portmgr (bapt)
2013-09-03 19:57:19 +00:00
MANTANI Nobutaka
3efa67895e - Update to 1.8.5.
- Trim Makefile header.
- Remove shared lib version from LIB_DEPENDS.
2013-05-14 16:51:16 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
MANTANI Nobutaka
b162f0424a Update to 1.8.2. 2012-08-11 14:41:20 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
MANTANI Nobutaka
444349f70d Update to 1.8.1. 2012-05-31 15:01:49 +00:00
MANTANI Nobutaka
e7db971f3c Update to 1.8.0.
Feature safe:	yes
2012-04-01 15:41:28 +00:00
MANTANI Nobutaka
e7a91a1e99 Update to 1.7.3. 2012-02-15 14:09:48 +00:00
MANTANI Nobutaka
d9db250101 Update to 1.7.2. 2012-01-20 16:00:23 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
MANTANI Nobutaka
0b235cfbf5 Update to 1.7.1. 2011-08-06 11:51:18 +00:00
MANTANI Nobutaka
d75bc95d93 Fix undefined symbol of im-uim.so.
Submitted by:	Wolfgang Jenkner <wjenkner@inode.at>
2011-05-30 15:37:40 +00:00
MANTANI Nobutaka
d29437f771 Update to 1.7.0. 2011-05-28 19:42:58 +00:00
MANTANI Nobutaka
9539228d91 Update to 1.6.1. 2011-03-28 13:42:38 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
MANTANI Nobutaka
c091cea083 Correct pkg-plist.
Reported by:	QAT
2010-11-27 16:23:08 +00:00
MANTANI Nobutaka
312a702b4b - Update to 1.6.0.
- Add textproc/uim-kde4, KDE4 panel applet of uim input method. It is a
  slave port of textproc/uim.
- Remove japanese/uim-canna and japanese/uim-prime. Now the canna and prime
  modules are implemented as scheme scripts and they can be installed from
  textproc/uim.
- Enable helper tools installation of textproc/uim-qt4.
- Enable sj3 support of textproc/uim.
2010-11-26 17:38:22 +00:00
Koop Mast
48e62d9a37 Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
2010-05-10 21:19:08 +00:00
Wen Heping
04e5f714fd - Bump PORTREVISION to chase the update of m17n-lib
PR:		ports/146249
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net>
2010-05-03 06:41:03 +00:00
Mark Linimon
af903c63a7 Mark as IGNORE on ia64: not yet ported to ia64.
Hat:		portmgr
2010-04-21 06:23:37 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
MANTANI Nobutaka
1cd219c089 Add dependency on intltool to fix configure error.
Reported by:   pointyhat via pav and QAT
Feature safe:  yes
2009-09-26 09:42:47 +00:00
MANTANI Nobutaka
30fdc40add - Update to 1.5.6.
- Enable UTF-8 dictionary support of uim-anthy. [*]

PR:		ports/137360 [*]
Submitted by:	YAMASHIRO Jun <yamajun@ofug.net> [*]
Feature safe:	yes
2009-09-23 15:42:22 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00