CVS log for ports/databases/wfb2sql/Makefile
Up to [FreeBSD] / ports / databases / wfb2sql
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:40:14 2012 UTC (2 weeks, 6 days ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +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.8: download - view: text, markup, annotated - select for diffs
Fri Jan 29 04:56:59 2010 UTC (2 years ago) by kuriyama
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.7: preferred, colored
Changes since revision 1.7: +2 -3 lines
- Remove unneeded dependencies which is in perl-5.8.9 dist (part 17). Approved by: portmgr (itetcu)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:17:39 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with D
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:55:29 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending on whether the perl dependency is unconditional or conditional. This will be needed for the conditional inclusion of bsd.perl.mk.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 13 16:14:14 2006 UTC (5 years, 1 month ago) by linimon
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email. Hat: portmgr
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 3 23:54:40 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
- Update to 0.6 PR: ports/102875 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: maintainer timeout (seanc; 3 months)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 11 16:12:41 2005 UTC (6 years, 8 months ago) by skv
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 21 09:43:52 2003 UTC (8 years, 5 months ago) by seanc
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -0 lines
Um, my bad. Hook up the pkg-message so that it gets displayed when building the port. Too much time in the beer garden tonight...
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 21 09:32:49 2003 UTC (8 years, 5 months ago) by seanc
Branches: MAIN
Add nifty little script that parses the CIA's World Factbook and converts it into SQL for PostgreSQL, DB2, or MySQL. Includes referential constraints for PostgreSQL and DB2. Useful for those wanting to populate a database with dummy data that isn't completely fake or people who make frequent use of the data.
