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

CVS log for ports/devel/pear-PEAR/Attic/Makefile.common

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14
Fri Dec 9 19:24:32 2005 UTC (6 years, 2 months ago) by ale
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.13: +1 -1 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.13: download - view: text, markup, annotated - select for diffs
Mon Feb 21 18:05:04 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
PR ports/77594 has been submitted to fix plist, but this case has
been fixed with the upgrade to 1.3.5.

This fixes two other deinstallation problems: pear2 not found and
several sub-directories (e.g. pear-HTML_Select_Common-1.1_3).

Approved by:	maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 18 11:10:04 2005 UTC (6 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Update to version 1.3.5

PR:		ports/77671
Submitted by:	maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 22 16:45:25 2004 UTC (7 years, 2 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -1 lines
- update devel/pear-PEAR to 1.3.3.1;
- install pear script as pear2.

PR:		ports/73995
Submitted by:	maintainer.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Nov 5 12:03:13 2004 UTC (7 years, 3 months ago) by pav
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -4 lines
- More touches to install-scripts: mv -> cp, correct install_script spelling
  and drop chmod.

Submitted by:	Ant?nio Carlos Venancio Junior <antonio@php.net> (maintainer)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Nov 4 21:57:03 2004 UTC (7 years, 3 months ago) by pav
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
- In install scripts knob, use INSTALL_SCRIPTS instead of INSTALL_DATA.

Submitted by:	thierry

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 4 16:46:43 2004 UTC (7 years, 3 months ago) by pav
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +22 -5 lines
- Add support for script installation to PEAR porting framework

PR:		ports/73533
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 26 22:29:13 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +52 -10 lines
Add support for data and sql files.

PR:		70915
Submitted by:	Antônio Carlos Venâncio Júnior

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 14 21:53:18 2004 UTC (7 years, 9 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -7 lines
Indentation fix in Makefile.common.

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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 22 11:05:53 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Use the SORT macro from bsd.port.mk.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 28 06:37:11 2003 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +136 -4 lines
[PATCH] simplify pear-* ports

	These patches do the following things for PEAR ports:

	* devel-pear-PEAR-Makefile.common.patch
	    - provides a do-install target and all that jazz in
	      devel/pear-PEAR/Makefile.common
	    - individual PEAR ports now just set a few variables:
	* pear-ports-Makefile.common-ng.patch
	    contains changes for all pear-* ports including devel/pear-PEAR

	See http://smradoch.innuendo.cz/FreeBSD/ for complete description.

PR:		ports/59213
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 10 09:05:34 2003 UTC (8 years, 4 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Replace ${.CURDIR}/../../ with ${PORTSDIR} which is more correct and
for bordercases like me where those two not necessarily are the same, it
makes it compile again.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Aug 25 01:12:22 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
devel/pear-PEAR: separating build & install of PECL.

	When you build a PECL module, NO_BUILD is defined => the
	build target does not build anything, and make all is delayed
	until `make install'.

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

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 7 23:00:39 2003 UTC (8 years, 8 months ago) by nork
Branches: MAIN
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>

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