Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-10-14 | Updated php to 4.2.3 | martti | 7 | -21/+21 | |
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now | |||||
2002-10-13 | Use buildlink2. Use perl5/module.mk. | seb | 4 | -24/+12 | |
2002-10-13 | Use perl5/module.mk. | seb | 1 | -5/+2 | |
2002-10-13 | Unused. | wiz | 1 | -36/+0 | |
2002-10-13 | buildlink1 -> buildlink2 and use java.mk instead of relying on older | jlam | 1 | -15/+10 | |
(buggier) Java-handling in bsd.pkg.mk. | |||||
2002-10-13 | Unused. | wiz | 1 | -36/+0 | |
2002-10-12 | Unused. | wiz | 1 | -34/+0 | |
2002-10-12 | buildlink1 -> buildlink2. | wiz | 1 | -8/+8 | |
2002-10-12 | libct needs linking against libiconv. | wiz | 5 | -5/+40 | |
Bump to 0.53nb2. | |||||
2002-10-12 | buildlink1 -> buildlink2. | wiz | 1 | -3/+3 | |
2002-10-12 | Unused. | wiz | 1 | -34/+0 | |
2002-10-10 | Unused. | wiz | 1 | -6/+0 | |
2002-10-10 | buildlink1 -> buildlink2. | wiz | 1 | -3/+4 | |
2002-10-10 | Unused. | wiz | 1 | -56/+0 | |
2002-10-10 | buildlink1 -> buildlink2. Use perl5/module.mk. | wiz | 1 | -7/+6 | |
2002-10-10 | buildlink1 -> buildlink2. | wiz | 1 | -3/+4 | |
2002-10-10 | buildlink1 -> buildlink2. | wiz | 1 | -5/+6 | |
2002-10-10 | Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME is | jlam | 1 | -2/+2 | |
no longer defined by bsd.pkg.mk. | |||||
2002-10-10 | Unused. | jlam | 1 | -34/+0 | |
2002-10-10 | Unused. | jlam | 1 | -34/+0 | |
2002-10-10 | Convert to use buildlink2 and perl5/module.mk. | jlam | 1 | -7/+4 | |
2002-10-10 | buildlink1 -> buildlink2 | jlam | 3 | -8/+8 | |
2002-10-09 | buildlink1 -> buildlink2. | wiz | 1 | -4/+4 | |
2002-10-09 | Unused. | wiz | 1 | -44/+0 | |
2002-10-09 | buildlink1 -> buildlink2. | wiz | 1 | -4/+4 | |
2002-10-09 | Fix path in PKGSRCDIR variable. | wiz | 1 | -2/+2 | |
2002-10-09 | Unused. | wiz | 1 | -52/+0 | |
2002-10-09 | buildlink1 -> buildlink2. | wiz | 3 | -15/+15 | |
2002-10-08 | Create a BUILDLINK_LDFLAGS variable for mysql-client due to odd library | jlam | 1 | -1/+5 | |
location. | |||||
2002-10-08 | buildlink1 -> buildlink2 | jlam | 2 | -9/+10 | |
2002-09-26 | Add BUILDLINK_CPPFLAGS.<pkg> for these packages to help packages find | jlam | 2 | -2/+6 | |
the db[23] headers. | |||||
2002-09-26 | Update jdbc-postgresql to 7.2.2 | abs | 2 | -6/+7 | |
No changes found in CHANGELOG - just updating distfile to current postgresql package. | |||||
2002-09-26 | add comment that this is not included by jdbc-postgresql | abs | 1 | -2/+2 | |
2002-09-23 | Support for Zoularis/Linux, cloned from the solaris support | tsarna | 2 | -2/+4 | |
2002-09-23 | Unused. | wiz | 1 | -36/+0 | |
2002-09-23 | Unused. | wiz | 1 | -34/+0 | |
2002-09-23 | Convert to buildlink2. | wiz | 1 | -2/+3 | |
2002-09-23 | Update to 2.0.27; notable changes include: | kleink | 3 | -9/+9 | |
OpenLDAP 2.0.27 Release Build environment Fix getopt(3) detection OpenLDAP 2.0.26 Release Fixed slapd ACL buffer size bug (ITS#1963) Fixed slapd ACL filters w/substrings bug (ITS#2023, ITS#2027) Fxied slapd directory string space bug (ITS#2072) Fixed slurpd reject file handling bugs (ITS#2007, ITS#2009) Fixed back-ldbm indirect IDL bug (ITS#2039) Fixed libldap buffer size bugs (ITS#1935, ITS#1936) Fixed libldap gethostbyname mutex init bug (ITS#2019) Fixed liblutil passwd bug (ITS#2055) Fixed sasl large reads and writes (ITS#1983, also ITS#910,ITS#1861) Updated back-ldbm reindexing - slapindex rebuilds dn2id index Build environment Require version 1.5 if Cyrus SASL is present Remove tempnam checking and replacment implementation | |||||
2002-09-22 | Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> | jlam | 1 | -1/+5 | |
that hold the compiler and linker flags used to find the headers and libraries because these packages install them into non-standard places. These variables may be used in package Makefiles by doing: CPPFLAGS+= ${BUILDLINK_CPPFLAGS.<pkg>} LDFLAGS+= ${BUILDLINK_LDFLAGS.<pkg>} | |||||
2002-09-22 | Don't symlink certain classes of files that aren't needed by buildlink2: | jlam | 1 | -2/+1 | |
*.pc and binaries. Both these things are simply found by packages in their true installed locations. | |||||
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 6 | -12/+12 | |
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead. | |||||
2002-09-21 | buildlink1 -> buildlink2 | jlam | 5 | -36/+32 | |
2002-09-21 | Don't build the man3 pages, as they get installed into ${PREFIX}/man/man0 | jlam | 2 | -1/+16 | |
when using perl58. XXX This is probably not the right fix. Longer term, we will want to XXX modify the ExtUtils/MakeMaker module to properly handle not wanting XXX to install man pages. | |||||
2002-09-21 | buildlink1 -> buildlink2 | jlam | 2 | -13/+18 | |
2002-09-21 | buildlink1 -> buildlink2 | jlam | 1 | -7/+9 | |
2002-09-20 | All users of unixodbc/buildlink.mk have been converted to use buildlink2. | jlam | 1 | -51/+0 | |
2002-09-20 | buildlink1 -> buildlink2 | jlam | 1 | -4/+4 | |
2002-09-20 | buildlink1 -> buildlink2 | jlam | 2 | -24/+26 | |
2002-09-20 | buildlink1 -> buildlink2 | jlam | 2 | -8/+8 | |
2002-09-20 | buildlink1 -> buildlink2 | jlam | 1 | -8/+10 | |