- Fix shebangs for mysql51-scripts, add NO_ARCH
Approved by: portmgr blanket
This commit is contained in:
parent
6be1888fe3
commit
d9ab5d229a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397635
2 changed files with 4 additions and 2 deletions
|
@ -14,5 +14,6 @@ PLIST= ${PKGDIR}/pkg-plist.scripts
|
||||||
|
|
||||||
SCRIPTS_ONLY= yes
|
SCRIPTS_ONLY= yes
|
||||||
USES= perl5
|
USES= perl5
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME?= mysql
|
PORTNAME?= mysql
|
||||||
PORTVERSION= 5.1.73
|
PORTVERSION= 5.1.73
|
||||||
PORTREVISION?= 2
|
PORTREVISION?= 3
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= MYSQL/MySQL-5.1
|
MASTER_SITES= MYSQL/MySQL-5.1
|
||||||
PKGNAMESUFFIX?= 51-server
|
PKGNAMESUFFIX?= 51-server
|
||||||
|
@ -14,7 +14,8 @@ COMMENT?= Multithreaded SQL database (server)
|
||||||
SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts
|
SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
USES+= libtool makeinfo
|
USES+= libtool makeinfo shebangfix
|
||||||
|
SHEBANG_FILES= scripts/*.sh
|
||||||
CONFIGURE_ARGS= --localstatedir=/var/db/mysql \
|
CONFIGURE_ARGS= --localstatedir=/var/db/mysql \
|
||||||
--without-debug \
|
--without-debug \
|
||||||
--without-readline \
|
--without-readline \
|
||||||
|
|
Loading…
Reference in a new issue