# New ports collection makefile for: gimp-help # Date created: 10th April 2010 # Whom: SimaMoto,RyoTa # # $FreeBSD$ # CATEGORIES= chinese graphics MAINTAINER= liangtai.s4@gmail.com COMMENT= The GIMP User Manual in Simplified Chinese MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en DOCLANG= zh_CN AMPLE= "@comment " .include "${MASTERDIR}/Makefile" .cgi/freebsd-ports-gnome/commit/?id=8e8d43ac5d573ba0718403b8beae8b36fa9baf37'/> 8e8d43ac5d573ba0718403b8beae8b36fa9baf37 - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
  editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
  subshell
- Silence some portlint warnings

[1] By not depending on base texinfo

PR:		225404
Reviewed by:	antoine
Approved by:	portmgr (mat) ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13506
Chase Emacs update 2017-09-12T15:38:56+00:00 ashish ashish@FreeBSD.org 2017-09-12T15:38:56+00:00 1f2f62e4159cdf54498b31bc28aa54b9246afe02

Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01T14:16:16+00:00 mat mat@FreeBSD.org 2016-04-01T14:16:16+00:00 c60c1d09235abbfd733e901b1872b86adc82027c With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
- Chase GNU Emacs updates 2015-04-27T10:29:27+00:00 ashish ashish@FreeBSD.org 2015-04-27T10:29:27+00:00 0757ea8a2c364be5ac752540b19efb59b16e219d PR: 199553
PR:		199553
Cleanup plist 2014-11-13T07:41:17+00:00 antoine antoine@FreeBSD.org 2014-11-13T07:41:17+00:00 75f0ad347dbe118bfea6df26f4b0bc4513d9fc9b

- Chase GNU Emacs updates 2014-11-05T13:19:31+00:00 ashish ashish@FreeBSD.org 2014-11-05T13:19:31+00:00 ed7dde01943e1438753bd0ae82d1795e4a7ad234 PR: 194624
PR:		194624
Add staging support 2014-07-06T15:44:33+00:00 pawel pawel@FreeBSD.org 2014-07-06T15:44:33+00:00 6193d50517ce633ece9a68cb1cb2eaa3619ad56e

- Remove editors/emacs21, and editors/emacs22 as they're no longer maintained 2014-06-27T12:34:52+00:00 ashish ashish@FreeBSD.org 2014-06-27T12:34:52+00:00 0ca659cabd977e0c2f244e209b2e9db039623991 upstream - Also remove dependent ports - Add UPDATING entry informing users of the same - Add MOVED entries Approved by: portmgr (bapt)
  upstream
- Also remove dependent ports
- Add UPDATING entry informing users of the same
- Add MOVED entries

Approved by:	portmgr (bapt)
Convert all :U to :tu and :L to :tl 2014-05-05T09:45:36+00:00 bapt bapt@FreeBSD.org 2014-05-05T09:45:36+00:00 1fa39fd2c3d6f5edbc6d4a9d6f9ceae142a0f184 Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr