mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Don't use TCL_STUBS -- bump up PORTREVISION. Be carefull not to
install an unpatched version of a document (.orig).
This commit is contained in:
parent
b16c10a495
commit
2016c8b433
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49416
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= tcl-sql
|
||||
PORTVERSION= 20000114
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases ${TCL_NODOT}
|
||||
MASTER_SITES= http://www.binevolve.com/~tdarugar/tcl-sql/download/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@ -35,7 +35,8 @@ do-install:
|
||||
> ${SQL_DIR}/pkgIndex.tcl
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/tcl-MySQL/
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/*.* ${PREFIX}/share/doc/tcl-MySQL/
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${WRKSRC}/docs/*.txt \
|
||||
${PREFIX}/share/doc/tcl-MySQL/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,9 +5,9 @@ SHLIB_MAJOR= 1
|
||||
SHLIB_MINOR= 0
|
||||
|
||||
SRCS = sql-mysql.cc sql.cc sql-manager.cc
|
||||
CXXFLAGS+= -I${LOCALBASE}/include/${TCL_VERSION} -DUSE_TCL_STUBS
|
||||
CXXFLAGS+= -I${LOCALBASE}/include/${TCL_VERSION}
|
||||
CXXFLAGS+= -I${LOCALBASE}/include/mysql
|
||||
LDADD += -L${LOCALBASE}/lib -l${TCL_NODOT:S/tcl/tclstub/}
|
||||
LDADD += -L${LOCALBASE}/lib -l${TCL_NODOT}
|
||||
LDADD += -L${LOCALBASE}/lib/mysql -lmysqlclient
|
||||
LDADD += -lgcc
|
||||
INTERNALLIB= yeah, don't make the useless static lib
|
||||
|
Loading…
Reference in New Issue
Block a user