Update port to 0.7.3-1
PR: 16792 Submitted by: Maintainer
This commit is contained in:
parent
34367285f1
commit
8572d8bc67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26162
5 changed files with 18 additions and 6 deletions
|
@ -6,8 +6,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= libapache-mod-dtcl_0.6.4-2
|
||||
PKGNAME= mod_dtcl-0.6.4.2
|
||||
DISTNAME= libapache-mod-dtcl_0.7.3-1
|
||||
PKGNAME= mod_dtcl-0.7.3.1
|
||||
CATEGORIES= www tcl82
|
||||
MASTER_SITES= http://master.debian.org/~davidw/mod_dtcl/
|
||||
|
||||
|
@ -43,6 +43,5 @@ do-install:
|
|||
# but the comment in it suggests it should not be used
|
||||
# in a "production environment"...
|
||||
.endif
|
||||
@ ${SH} ${PKGINSTALL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libapache-mod-dtcl_0.6.4-2.tar.gz) = 2134a0b7ce40fc7bca48262ca6fa2423
|
||||
MD5 (libapache-mod-dtcl_0.7.3-1.tar.gz) = a66d2b624a24298e7c17f5aabf744a75
|
||||
|
|
|
@ -14,8 +14,8 @@ LIB= mod_dtcl
|
|||
SHLIB_MAJOR=1
|
||||
SHLIB_MINOR=0
|
||||
|
||||
LDADD= -L${PREFIX}/lib -ltcl${TCL_NDVER}
|
||||
LDFLAGS=${LDADD} -lm
|
||||
LDADD= -L${PREFIX}/lib -ltcl${TCL_NDVER} -lm
|
||||
LDFLAGS=${LDADD}
|
||||
|
||||
NOPROFILE= True # to avoid building profiled library
|
||||
INTERNALLIB= True # to avoid building a static version
|
||||
|
|
|
@ -7,4 +7,8 @@
|
|||
|
||||
Note, that the dtcl.tcl mentioned in the instructions is
|
||||
installed as /usr/local/share/doc/mod_dtcl/dtcl.tcl .
|
||||
|
||||
The mentioning of mod_dtcl is already in the Apache's config
|
||||
file, but it is commented out -- you have to uncomment it
|
||||
manually.
|
||||
-
|
||||
|
|
|
@ -1,11 +1,20 @@
|
|||
libexec/apache/mod_dtcl.so
|
||||
@exec %D/sbin/apxs -e -A -n dtcl %D/%
|
||||
share/doc/mod_dtcl/INSTALL.html
|
||||
share/doc/mod_dtcl/Makefile.html
|
||||
share/doc/mod_dtcl/benchmark.html
|
||||
share/doc/mod_dtcl/browse-source.html
|
||||
share/doc/mod_dtcl/dtcl-tcl.html
|
||||
share/doc/mod_dtcl/dtcl.gif
|
||||
share/doc/mod_dtcl/dtcl.html
|
||||
share/doc/mod_dtcl/dtcl.tcl
|
||||
share/doc/mod_dtcl/examples.ttml
|
||||
share/doc/mod_dtcl/globalscript.html
|
||||
share/doc/mod_dtcl/infodebug.html
|
||||
share/doc/mod_dtcl/mod_dtcl.html
|
||||
share/doc/mod_dtcl/readme.html
|
||||
share/doc/mod_dtcl/table.html
|
||||
share/doc/mod_dtcl/testdtcl.html
|
||||
share/doc/mod_dtcl/two-mode-mode.html
|
||||
share/doc/mod_dtcl/use.html
|
||||
@dirrm share/doc/mod_dtcl
|
||||
|
|
Loading…
Reference in a new issue