Age | Commit message (Expand) | Author | Files | Lines |
2005-05-31 | Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a | dillo | 1 | -5/+2 |
2005-05-10 | update to 4.3.28 | drochner | 2 | -7/+6 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-03-14 | Make build correctly on Interix -- -lrpclib is also needed in LIBS. | tv | 1 | -1/+2 |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 |
2005-01-25 | Interix needs -lrpclib. | tv | 1 | -1/+2 |
2005-01-17 | some older versions of SGI don't define "sgi", but both older and newer | jschauma | 2 | -1/+15 |
2005-01-05 | On Solaris link with -lrt or fdatasync is an unresolved symbol. | markd | 1 | -3/+3 |
2005-01-05 | Updated db4 to 4.3.27 | martti | 5 | -89/+33 |
2004-12-30 | Use the -pthread option only when pthread is enabled. Previously, the | minskim | 3 | -5/+15 |
2004-12-27 | Update databases/db4 to 4.3.21. Changes from version 4.2.25 include: | jlam | 8 | -1240/+1395 |
2004-11-17 | Further refinement... if we're using GCC, ignore any -lpthread found on | jlam | 1 | -2/+4 |
2004-11-17 | Amend the previous commit... we also only care about pthreads if we're | jlam | 2 | -5/+14 |
2004-11-17 | DB4 only want pthreads because it's really after POSIX 1003.1 | jlam | 2 | -4/+9 |
2004-11-17 | x86_64 supports the same test-and-set method as x86, so use it instead | jlam | 2 | -8/+17 |
2004-11-17 | Include bsd.prefs.mk before testing the value of USE_JAVA, and move | jlam | 1 | -2/+5 |
2004-11-16 | Migrate powerpc hack to hacks.mk to simplify core logic in Makefile. | jlam | 2 | -23/+30 |
2004-11-15 | Rework the Berkeley DB detection in buildlink3: | jlam | 1 | -7/+5 |
2004-11-15 | libdb4.so links with -lpthread, so include pthread.buildlink3.mk. | jlam | 1 | -1/+3 |
2004-11-10 | Use the distribution patches (patch.4.2.52.{1,2}) directly from | jlam | 8 | -60/+26 |
2004-11-05 | fix config.{guess,sub} override. | grant | 1 | -1/+3 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 |
2004-09-23 | The mechanical PLIST changes were a bit too aggressive - restore some | agc | 1 | -1/+7 |
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -13/+1 |
2004-08-28 | Use the new BUILDLINK_TRANSFORM commands to more precisely state the | jlam | 1 | -3/+3 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -2/+2 |
2004-07-10 | provide BUILDLINK_CPPFLAGS, LDFLAGS and LIBS for each pkgsrc db | grant | 1 | -1/+4 |
2004-07-07 | Set BUILDLINK_LIBDIRS.db?, as mail/exim expects. | wiz | 1 | -1/+2 |
2004-07-01 | Add two patches from Sleepycat: | recht | 4 | -3/+43 |
2004-07-01 | Unused. | wiz | 1 | -24/+0 |
2004-06-28 | Move the HTML documentation into ${PREFIX}/share/doc/html. Bump the | jlam | 4 | -1178/+1178 |
2004-06-17 | link libdb4 against libnsl on Solaris so programs that use it can | grant | 1 | -2/+6 |
2004-06-17 | whitespace nit | grant | 1 | -2/+2 |
2004-04-07 | When -lpthread is used, link the db4 library against it, so that programs | jmmv | 3 | -8/+17 |
2004-03-30 | Always pass the location of the db[34] headers since we install them in a | jlam | 1 | -4/+5 |
2004-03-22 | Transform -ldb-[34] to -ldb[34], respectively, as they're the better known | jlam | 1 | -1/+2 |
2004-03-20 | Re-fix this on 1.6 sparc64. | snj | 1 | -3/+2 |
2004-03-18 | Rewrite comment so that it doesn't cause errors in make. | jlam | 1 | -3/+5 |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -8/+9 |
2004-03-14 | Pre-3.3 GCC has an optimization bug on powerpc that's tickled by the db4 | jlam | 1 | -1/+23 |
2004-03-12 | Build databases/db4 with the DB-1.85 compatability layer and bump the | jlam | 3 | -7/+11 |
2004-03-12 | s/db3/db4/ | jlam | 1 | -2/+2 |
2004-03-10 | bdb.buildlink3.mk is used to select a Berkeley DB implementation for | jlam | 1 | -2/+7 |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -2/+4 |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -2/+1 |
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 1 | -2/+2 |
2004-02-02 | These packages need a C++ compiler. | jlam | 1 | -2/+2 |
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 1 | -2/+2 |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 |
2004-01-05 | bl3ify | jlam | 1 | -4/+6 |