FreeBSD Bugzilla – Attachment 197958 Details for
Bug 232112
www/typo3-9: New port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
New port www/typo3-9
file_232112.txt (text/plain), 5.55 KB, created by
Helmut Ritter
on 2018-10-09 07:45:37 UTC
(
hide
)
Description:
New port www/typo3-9
Filename:
MIME Type:
Creator:
Helmut Ritter
Created:
2018-10-09 07:45:37 UTC
Size:
5.55 KB
patch
obsolete
>Using typo3-7 instead of typo3-9 as the port's directory name >diff -ruN ../typo3-7.org/Makefile ./Makefile >--- ../typo3-7.org/Makefile 2018-10-09 09:32:33.333241000 +0200 >+++ ./Makefile 2018-10-09 09:33:50.664591000 +0200 >@@ -15,17 +15,20 @@ > > PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. > >-USES= cpe shebangfix php:web > SHEBANG_GLOB= *.sh *.php > NO_BUILD= yes > NO_ARCH= yes >-USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session simplexml soap xml zip >-WRKSRC= ${WRKDIR}/${TYPO3SRC} > >-PORT_V_MAJOR= 7 >-PORT_V_MINOR= 6 >-PORT_V_PATCH= 30 >+USES= cpe shebangfix php:web >+USE_PHP= dom filter fileinfo gd hash intl json mbstring openssl pcre pdo \ >+ session spl xml zip zlib >+IGNORE_WITH_PHP=70 71 >+ >+PORT_V_MAJOR= 9 >+PORT_V_MINOR= 5 >+PORT_V_PATCH= 0 > >+WRKSRC= ${WRKDIR}/${TYPO3SRC} > TYPO3WWW= www > TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} > TYPO3DIR= ${PORTNAME}-${PORT_V_MAJOR} >@@ -33,44 +36,42 @@ > USERS= ${WWWOWN} > GROUPS= ${WWWGRP} > >+SUB_FILES= pkg-message >+SUB_LIST+= PREFIX=${PREFIX} \ >+ TYPO3WWW=${TYPO3WWW} \ >+ TYPO3DIR=${TYPO3DIR} >+ > DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} > >-OPTIONS_DEFINE= CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB >-GD_DESC= GDlib/freetype support >-IMAGICK_DESC= ${IMAGEMAGICK_DESC} >-MBSTRING_DESC= ${MULTIBYTE_DESC} >-MYSQL_DESC= Install MySQL Server >- >-CURL_USE= PHP=curl >-GD_USE= PHP=gd >-GMP_USE= PHP=gmp >-MBSTRING_USE= PHP=mbstring >-MYSQL_USE= MYSQL=server >-ZLIB_USE= PHP=zlib >+OPTIONS_DEFINE= MYSQL POSTGRES SQLSRV SQLITE >+MYSQL_DESC= Use MySQL or MariaDB as DBMS >+POSTGRES_DESC= Use PostgreSQL as DBMS >+SQLSRV_DESC= Use SQL Server as DBMS >+SQLITE_DESC= Use SQLite as DBMS >+OPTIONS_DEFAULT=MYSQL >+ >+MYSQL_USE= PHP=mysqli >+POSTGRES_USE= PHP=postgresql >+SQLSRV_USE= PHP=sqlsrv >+SQLITE_USE= PHP=sqlite > > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MIMAGICK} >-.if ${PORT_OPTIONS:MX11} >-RUN_DEPENDS+= convert:graphics/ImageMagick >-.else >-RUN_DEPENDS+= convert:graphics/ImageMagick-nox11 >-.endif >-.endif >- > do-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR} > ${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/ > ${LN} -fs ../${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3_src > ${LN} -fs typo3_src/index.php ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/index.php > ${LN} -fs typo3_src/typo3 ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3 >- ${CP} ${WRKDIR}/${TYPO3SRC}/_.htaccess ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/.htaccess > > post-install: > @cd ${STAGEDIR}${PREFIX}; \ > ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3DIR}/*" | \ >- ${SORT} >> ${TMPPLIST} >+ ${SORT} >> ${TMPPLIST}; \ >+ ${ECHO} "@owner ${WWWOWN}" >> ${TMPPLIST}; \ >+ ${ECHO} "@dir ${TYPO3WWW}/${TYPO3DIR}" >> ${TMPPLIST} > @cd ${STAGEDIR}${PREFIX}; \ >+ ${ECHO} "@owner" >> ${TMPPLIST}; \ > ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/*" | \ > ${SORT} >> ${TMPPLIST} > >diff -ruN ../typo3-7.org/distinfo ./distinfo >--- ../typo3-7.org/distinfo 2018-10-09 09:32:33.334989000 +0200 >+++ ./distinfo 2018-10-09 09:34:20.026193000 +0200 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1531847817 >-SHA256 (typo3_src-7.6.30.tar.gz) = 21d8394aa7686c4787cd2cc0185fd839548ef5a9b63c24a11e43d91400c5b6b1 >-SIZE (typo3_src-7.6.30.tar.gz) = 20513596 >+TIMESTAMP = 1539070460 >+SHA256 (typo3_src-9.5.0.tar.gz) = c25e7325f7735480cc2cccac4fccfc1f272bb0141f278584c78eccc220ea929b >+SIZE (typo3_src-9.5.0.tar.gz) = 26776776 >diff -ruN ../typo3-7.org/files/pkg-message.in ./files/pkg-message.in >--- ../typo3-7.org/files/pkg-message.in 1970-01-01 01:00:00.000000000 +0100 >+++ ./files/pkg-message.in 2018-10-09 09:34:11.474935000 +0200 >@@ -0,0 +1,38 @@ >+************************************* >+ >+POST-INSTALL CONFIGURATION FOR TYPO3 >+===================================== >+ >+1) Add the following to your Apache configuration file >+ httpd.conf and restart the web server: >+ >+ For Apache versions earlier than 2.4: >+ >+ Alias /typo3 %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/ >+ AcceptPathInfo On >+ <Directory %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%> >+ Options Indexes FollowSymLinks >+ AllowOverride None >+ Order Allow,Deny >+ Allow from all >+ </Directory> >+ >+ For Apache version 2.4.x or above: >+ >+ Alias /typo3 %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/ >+ AcceptPathInfo On >+ <Directory %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/> >+ Options Indexes FollowSymLinks >+ AllowOverride None >+ Require all granted >+ </Directory> >+ >+2) Visit your TYPO3 site with a browser (i.e. >+ http://your.server.com/typo3/) which will continue the >+ installation / upgrade process. >+ >+For more information, see the INSTALL DOCUMENTATION: >+ >+ https://docs.typo3.org/typo3cms/GettingStartedTutorial/latest/Installation/Index.html >+ >+************************************* >diff -ruN ../typo3-7.org/pkg-descr ./pkg-descr >--- ../typo3-7.org/pkg-descr 2018-10-09 09:32:33.334222000 +0200 >+++ ./pkg-descr 2018-10-09 09:33:50.664702000 +0200 >@@ -2,8 +2,8 @@ > on the web and in intranets. It offers full flexibility and extendability while > featuring an accomplished set of ready-made interfaces, functions and modules. > >-The old stable LTS release (for existing projects) >-The old version with Long Term Support (LTS). It will have maintenance and >-security-related bugfixes until October 2018. >+The current stable LTS release (for all new projects). The latest version with >+Long Term Support (LTS). It will have full support until April 2020 and security >+bug fixes until September 2021. > > WWW: http://typo3.org/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 232112
:
197958
|
199056
|
199059