1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Tobias Kortkamp
c4927e043c Add missing USES={gnome,php,sdl} to the rest 2019-11-08 14:47:00 +00:00
MANTANI Nobutaka
dcb013c2c3 Bump PORTREVISION for the update of japanese/anthy. 2019-09-14 15:54:20 +00:00
Mathieu Arnold
3bd0ac0d72 Convert to UCL & cleanup pkg-message (categories h-k) 2019-08-13 22:22:35 +00:00
Rene Ladan
ceb82360f7 Return daichi@'s ports back to the pool after his commit bit got safekept. 2018-06-01 20:21:37 +00:00
Baptiste Daroussin
0e169e7013 Switch to swig 3.0 2017-12-20 13:24:43 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mathieu Arnold
f70343fa84 Remove obsolete PROJECTHOST.
Sponsored by:	Absolight
2017-03-30 21:12:43 +00:00
Li-Wen Hsu
ffdf5b9d69 - Make fetchable
PR:		212965
Submitted by:	hakotani000@gmail.com
2016-12-29 14:36:41 +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
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +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
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Antoine Brodin
8b6ef795df Cleanup plist 2014-11-12 13:45:59 +00:00
Marcus von Appen
b997ee32c8 - Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 17:45:13 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Daichi GOTO
27fc5ca938 Stagefy 2014-06-14 03:46:58 +00:00
Antoine Brodin
496c5e1f2c Fix LIB_DEPENDS
Reported by:	pkg-fallout
2014-03-18 18:56:29 +00:00
Daichi GOTO
93853c4308 corresponding to ibus update
Submitted by:	Mamoru Iwaki <1wkmmr@gmail.com>
2013-10-10 03:46:18 +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
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Daichi GOTO
d199617c33 corresponding to ibus update 2012-07-19 01:12:08 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Daichi GOTO
32e6766304 bump PORTEPOCH
Feature safe:	yes
Pointed by:	bapt
2012-04-08 10:07:59 +00:00
Daichi GOTO
f24cbbb4e3 roll back to the stable version, 1.2.7
Feature safe: yes
2012-04-08 09:41:34 +00:00
Daichi GOTO
d5f1a18ace fixed pkg-plist
Feature safe:	yes
Pointed by:	pointy hat
2012-04-05 00:42:39 +00:00
Daichi GOTO
d535a0395a Update to ibus-anthy-1.4.99.20120327
Feature safe: yes
2012-04-02 00:47:16 +00:00
Daichi GOTO
7812b1361d Simplified LOCALBASE and INCLUDEDIR replacement treatment 2012-01-29 06:26:52 +00:00
Daichi GOTO
e07a57f633 - updated to 1.2.6
- changed for ibus 1.4.0
- clean-up Makefile
2012-01-14 03:35:54 +00:00
Sunpoet Po-Chuan Hsieh
a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00
Daichi GOTO
1763570ac7 Update japanese/ibus-anthy to 1.2.4 2010-10-26 12:53:37 +00:00
Daichi GOTO
c5b0c7cb7f Update ibus-anthy from 1.2.1 to 1.2.2.20101015 2010-10-16 04:07:41 +00:00
Daichi GOTO
675e03a126 - fix a wrong depend: (thanks pgollucci).
- add devel/py-notify to RUN_DEPENDS to get run
  system tray feature with ibus 1.3.*.

Pointed out by:	pgollucci
2010-06-11 09:01:52 +00:00
Daichi GOTO
5ca664607e build fix reported by QAT 2010-06-11 07:42:01 +00:00
Daichi GOTO
baf9fa4142 Chase with ibus shilb change. 2010-06-11 03:01:11 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Daichi GOTO
98e2c9ba21 Update to 1.2.1
Submitted by:	daichi
2010-04-26 23:08:09 +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
Daichi GOTO
447dc09809 Fix and improve LOCALBASE treatment 2010-03-16 09:49:40 +00:00
Daichi GOTO
93d3544c1b Update to 1.2.0.20100313 2010-03-16 02:03:23 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Daichi GOTO
ad3e0f052d Update to 1.2.0.20100115 2010-01-15 12:09:37 +00:00
Daichi GOTO
35da0d9d9f Update to 1.2.0.20091127 2009-11-28 09:49:14 +00:00
Daichi GOTO
a72c005ff6 correct incomplete pkg-plist
Pointed out by:	QAT
2009-11-24 03:26:01 +00:00
Daichi GOTO
860bd4c1d0 Update to 1.2.0.20090917
- from 1.2.0.20090917, you can use ibus-anthy even on amd64.
     Thanks for Henry Hu, maintainer of ibus relative ports.

Submitted by:	maintainer
Pointed out by:	Henry Hu
2009-11-24 02:59:33 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Daichi GOTO
2e8908189e Fixed pkg-plist (that was lacked of some .mo files) and
bumped PORTREVISION.

Pointed by:	QAT and itetcu
2009-04-30 11:42:36 +00:00
Daichi GOTO
8386658844 Update PORTREVISION bacause of dependency change.
Pointed by:	pav
2009-04-30 07:43:57 +00:00