CVS log for ports/devel/pear-HTML_Select_Common/Makefile
Up to [FreeBSD] / ports / devel / pear-HTML_Select_Common
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:39:45 2012 UTC (2 weeks, 6 days ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +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.11: download - view: text, markup, annotated - select for diffs
Tue Oct 19 07:42:19 2010 UTC (15 months, 3 weeks ago) by wen
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -8 lines
- Update to 1.2.0
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Dec 9 19:24:30 2005 UTC (6 years, 2 months ago) by ale
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_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.9: preferred, colored
Changes since revision 1.9: +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.9: download - view: text, markup, annotated - select for diffs
Mon Feb 21 18:06:10 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.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Bump PORTREVISION to force the rebuild of the package and fix plist.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 28 07:55:44 2003 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -21 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. Note: still missing are: devel/pear-HTML_Common devel/pear-I18N net/pear-Net_NNTP security/pear-Auth PR: ports/59213 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Nov 12 23:46:15 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
Sat Jun 7 23:00:45 2003 UTC (8 years, 8 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -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.5: download - view: text, markup, annotated - select for diffs
Mon Feb 24 21:42:43 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.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Fix "make index"
Revision 1.4: 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.3: preferred, colored
Changes since revision 1.3: +17 -4 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.3: download - view: text, markup, annotated - select for diffs
Mon Feb 24 04:50:12 2003 UTC (8 years, 11 months ago) by edwin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +10 -10 lines
devel/pear-HTML_Select: superseded by devel/pear-HTML_Select_Common PR: ports/47769 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:47:35 2003 UTC (9 years ago) by dirk
Branches: MAIN
Add pear-HTML_Select: Some small PEAR classes to handle common <select> lists. PR: ports/47418 Submitted by: Thierry Thomas <thierry@pompo.net>
