Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/pear-I18N/Makefile

[BACK] Up to [FreeBSD] / ports / devel / pear-I18N

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:39:46 2012 UTC (2 weeks, 6 days ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 1 22:37:09 2010 UTC (23 months, 1 week ago) by sylvio
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Update to 1.0.0

Approved by:	itetcu (mentor)
Feature safe:	yes

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Dec 9 19:24:31 2005 UTC (6 years, 2 months ago) by ale
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Apr 13 20:22:10 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +16 -23 lines
Let Makefile.common do the work.

PR:		ports/65496
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Nov 12 23:46:16 2003 UTC (8 years, 3 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Add the virtual category "pear" to the Makefiles of these ports.

PR:		ports/56582
Submitted by:	edwin@mavetju.org
Approved by:	portmgr@freebsd.org

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Sep 8 02:43:15 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -7 lines
devel/pear-I18N: upgrading to 0.8.6.

	Upgrading devel/pear-I18N to its latest version<<>>

PR:		ports/56507
Submitted by:	Thierry Thomas <thierry@pompo.net>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jun 7 23:00:44 2003 UTC (8 years, 8 months ago) by nork
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -28 lines
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.

Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve

PR:		ports/52596, ports/52641, ports/52655, ports/52656,
		ports/52671, ports/52678, ports/52845
Submitted by:	Thierry Thomas <thierry@pompo.net>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Feb 24 21:43:18 2003 UTC (8 years, 11 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Fix "make index"

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 24 05:27:40 2003 UTC (8 years, 11 months ago) by edwin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +17 -5 lines
PEAR ports: handling PEAR's registry.

	PEAR uses a "registry" to register installed modules, and
	this registry is initialized during the installation of
	mod_php4 (since 4.3.0).

	Unfortunately, installing PEAR modules through the ports
	does not maintain this registry.

	This PR fix this problem for the following ports:
	- sysutils/pear-Log
	- devel/pear-PEAR
	- devel/pear-Date
	- devel/pear-I18N
	- devel/pear-HTML_Common
	- devel/pear-HTML_Select_Common
	- security/pear-Crypt_CBC
	- mail/pear-Mail_Mime
	- net/pear-Net_Sieve
	- sysutils/pear-File
	- archivers/pear-Archive_Tar

PR:		ports/47921
Submitted by:	Thierry Thomas <thierry@pompo.net>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Feb 20 17:07:01 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
De-pkg-comment.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 30 09:49:08 2003 UTC (9 years ago) by dirk
Branches: MAIN
Add devel/pear-I18N:

PEAR internationalization package

PR:		ports/47418
Submitted by:	Thierry Thomas <thierry@pompo.net>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options