Commit Graph

147 Commits

Author SHA1 Message Date
ajacoutot
4c72077de5 Add XXX: variables need to be in sync. 2015-06-13 08:35:18 +00:00
naddy
c36ada4f79 fold lib-only PFRAG.shared into PLIST, and some related cleanups 2015-03-19 20:25:26 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
sthen
f0bac10276 re-enable java subpackage on i386 2014-05-08 20:23:19 +00:00
kurt
46f312eaef - Unlink jdk/1.6 and make jdk/1.7 the default jdk for all java ports
- Adjust java.port.mk and cmake to use 1.7
- Adjust jdk/1.7 for pkg_add upgrades
okay sthen@, jasper@, ajacoutot@
2014-05-07 15:42:15 +00:00
sthen
d53e942c77 Disable java subpackage of databases/db on i386, java is broken there and
this knocks out many ports which rely on db.

Add a comment next to BROKEN-i386 in jdk/1.6/Makefile reminding that this
has been done.
2014-01-09 09:59:55 +00:00
espie
bb885a716a fix install in the purely static case 2013-07-09 17:06:14 +00:00
espie
30ef10f6cd the build process of those ports only leads to a .la file if shared objects
are being built, so put those files into the PFRAG.shared-main fragment
too (this is one port where fragment-folding can't work)
2013-07-05 12:03:52 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
espie
e0fece8b85 java builds again 2012-03-09 12:59:25 +00:00
espie
cbd86a6d2e actually, BROKEN is not subpackage dependent, so use IGNORE-java 2012-02-20 02:31:40 +00:00
espie
ee77842490 classpath hangs with rthreads, so this takes java out.
mark the -java subpackage as broken, so that stuff that depends on other
db/v4 pieces can proceed.

(as discussed with sthen@, aja@, naddy@)
2012-02-19 22:07:51 +00:00
ajacoutot
373d4ceeb4 Add a comment, LIBdb_VERSION needs to be synced to databases/db/v4. 2012-01-25 11:32:34 +00:00
espie
56902f8f20 fix build: prevent infinite recursion thru python.
also annotate gamin for bootstrap property, and mark haddock,no_deps as
a "real flavor", since it's only used for bootstrap anyways AND significantly
changes the build.
2011-10-18 06:46:24 +00:00
espie
2795b45115 convert databases/db to bsd.port.arch.mk, a bit more complicated since
there is a Makefile.inc.

Since the BUILD_PACKAGES tests have to happen there, put the java one there
as well, it won't trigger for db/v3, obviously.

Allows the removal of the ,java pseudo-flavor, since the ONLY_FOR_ARCH-* part
will take care of it.
2011-10-17 10:10:59 +00:00
kurt
6a13dc6824 - remove devel/jdk/1.5 and lang/kaffe
- adjust java.port.mk for their removal
- bump affected packages
okay jasper@
2011-10-07 13:54:30 +00:00
naddy
1dab28aba2 bump EPOCH to deal with an old screwup when REVISION was introduced 2011-09-25 14:40:32 +00:00
espie
61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
naddy
511778f2b1 Also bump EPOCH for the db4 -java and -tcl subpackages to deal with
an old screwup when REVISION was introduced.

Bump their dependent packages as well.
2011-09-14 19:12:18 +00:00
naddy
1e2bbe8777 bump all (sub)packages that depend on db/v4; requested by and help from espie@ 2011-09-12 18:02:34 +00:00
espie
5aaeed9ab0 fallout from db/v4, clean-up libreoffice port 2011-09-12 10:16:57 +00:00
naddy
4ead43d7d6 bump EPOCH to deal with an old screwup when REVISION was introduced; ok espie@ 2011-09-11 21:17:09 +00:00
jasper
fa7be240b1 - bump REVISION after recent java.port.mk change 2011-08-30 17:16:35 +00:00
espie
15196452e1 default db-* for db/v4 is incorrect, set PKGSPEC=db->=4,<5, bump packages
with erroneous depends.
2010-11-26 14:44:27 +00:00
espie
7bd809aca3 db/v3 meets PKGSPEC 2010-11-26 14:23:31 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
sthen
b7a07d2cf6 The patchsets are no longer available at their old location on
oracle.com; I've mirrored them. Pointed out by Diana Eichert, thanks!
2010-11-12 08:06:42 +00:00
espie
9fb7a3fc28 tk/tcl wantlib conversion 2010-11-06 22:06:57 +00:00
steven
4c41a66bd0 switch back to openbsd libtool 2010-10-30 23:14:15 +00:00
jasper
f9882dbcf5 - switch back to gnu libtool after recent libtool revert
ok sthen@
2010-10-28 22:20:59 +00:00
steven
8eb269448b remove some @ in makefile, so we can see what is executed, e.g. libtool...
regen patches for v3 while here
2010-10-28 10:33:16 +00:00
steven
22c7c2e9c6 build with openbsd libtool and bump revision 2010-10-28 09:10:54 +00:00
landry
94d407ab0f Force the use of gnu libtool here, mail/bogofilter configure script is
confused when db is built with our ports libtool.
2010-09-22 06:50:39 +00:00
sthen
89d02b8fda When bumping -main here in my last commit, I inadvertently replaced
PKGNAME-main=${DISTNAME}p0 with REVISION=1. As it is a multi-package port,
the PKGNAME-main=${DISTNAME} must be kept, REVISION must be an extra line.
Breakage noted by jasper@
2010-08-25 23:06:00 +00:00
sthen
6548c7a188 add missing wantlibs, new-style lib_depends/revision, bump 2010-08-25 20:27:16 +00:00
naddy
2caff40cf7 rename variable, REVISION has a special meaning now 2010-07-10 20:06:54 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
sthen
1702428dab bump following java.port.mk change. 2009-11-09 11:03:26 +00:00
sthen
99abaac50c pkgname bumps following java.port.mk r1.18, pointed out by espie@ 2009-04-26 09:38:25 +00:00
sthen
a21a187345 add DISTPATCHes and bump PKGNAME; ok steven@ 2009-04-14 19:49:04 +00:00
bernd
c00b0f015b Fix tcl and db dependencies. With help from naddy@. 2009-03-11 21:28:45 +00:00
steven
297ade95e2 switch to tcl 8.5
ok sthen
2008-10-28 11:53:33 +00:00
kurt
5476403976 Bump PKGNAME due to RUN_DEPENDS change caused by 1.3 and 1.4 jdk
depreciations.
2008-06-24 02:46:21 +00:00
kurt
ef1a64e45b - pkg bump all 1.3+ ports due to 1.3-linux removal and change in
RUN_DEPENDS via java.port.mk. okay ian@ pval@
2008-02-14 21:51:31 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
steven
f90f47a0f2 update to 4.6.21
with lots of testing by sthen@
2007-10-26 14:06:02 +00:00
merdely
70a0982420 Remove surrounding quotes in COMMENT* 2007-09-16 03:05:29 +00:00
simon
376085b020 remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 22:27:38 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00