2003-03-14 20:38:08 by Johnny C. Lam | Files touched by this commit (45) |
Log message:
(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
|
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2002-10-26 20:45:29 by grant beattie | Files touched by this commit (6) |
Log message:
Update to freetds-0.60.
Changes since 0.53 include:
* Much improved support for Microsoft servers, including SQL Server 2000
datatypes and domain logins.
* Support and convertibility of all major datatypes.
* Much expanded coverage of the ODBC API.
* An all-new BCP implementation, including host variable support.
* Character set conversions, via the iconv library.
* Threadsafe operation.
|
2002-10-12 11:42:09 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Unused.
|
2002-10-12 11:40:02 by Thomas Klausner | Files touched by this commit (5) |
Log message:
libct needs linking against libiconv.
Bump to 0.53nb2.
|
2002-09-22 12:06:01 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>
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-20 02:15:56 by grant beattie | Files touched by this commit (2) |
Log message:
bump BUILDLINK_DEPENDS after adding dependancy on converters/libiconv.
as discussed with jlam.
|
2002-09-20 02:08:35 by grant beattie | Files touched by this commit (1) |
Log message:
- add dependancy on converters/libiconv
- convert to buildlink2
- bump PKGREVISION
as discussed with jlam.
|
2002-08-25 21:24:03 by Johnny C. Lam | Files touched by this commit (551) |
Log message:
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
|
2002-06-23 05:38:21 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
* Honor PKG_SYSCONFDIR for location of freetds.conf config file.
* Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround.
|