FreeBSD Bugzilla – Attachment 36801 Details for
Bug 58851
Enable the ability to comile with debug support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.32 KB, created by
jeh
on 2003-11-03 00:40:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jeh
Created:
2003-11-03 00:40:17 UTC
Size:
2.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr/FREEBSD_CVS/ports/lang/php4/Makefile,v >retrieving revision 1.32 >diff -u -r1.32 Makefile >--- Makefile 13 Oct 2003 05:59:45 -0000 1.32 >+++ Makefile 3 Nov 2003 00:24:59 -0000 >@@ -125,8 +125,8 @@ > .endif > > ALL_OPTIONS= BCMATH BZIP2 CALENDAR CDB CRACK CTYPE CURL DB4 DBASE DBX \ >- DOMXML DOMXSLT EXIF FILEPRO FRIBIDI FTP GD GDBM GETTEXT GMP \ >- HYPERWAVE ICONV IMAP INTERBASE INIFILE MBSTRING MCAL MCVE \ >+ DEBUG DOMXML DOMXSLT EXIF FILEPRO FRIBIDI FTP GD GDBM GETTEXT \ >+ GMP HYPERWAVE ICONV IMAP INTERBASE INIFILE MBSTRING MCAL MCVE \ > MCRYPT MHASH MIME MING MNOGOSEARCH MYSQL NCURSES OPENLDAP \ > OPENSSL ORACLE OVERLOAD PCNTL PCRE PDFLIB POSIX POSTGRESQL \ > PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS SYBASEDB \ >@@ -256,6 +256,11 @@ > > .if defined(WITH_DBX) > CONFIGURE_ARGS+=--enable-dbx >+.endif >+ >+.if defined(WITH_DEBUG) >+CONFIGURE_ARGS+=--enable-debug >+EXT_DIR:=${EXT_DIR}-debug > .endif > > .if defined(WITH_DOMXML) >Index: scripts/configure.php >=================================================================== >RCS file: /usr/FREEBSD_CVS/ports/lang/php4/scripts/configure.php,v >retrieving revision 1.9 >diff -u -r1.9 configure.php >--- scripts/configure.php 7 Oct 2003 16:45:15 -0000 1.9 >+++ scripts/configure.php 3 Nov 2003 00:14:47 -0000 >@@ -28,6 +28,7 @@ > DB4 "Berkeley DB4 support" ${WITH_DB4:-OFF} \ > DBASE "dBase library support" ${WITH_DBASE:-OFF} \ > DBX "dbx support" ${WITH_DBX:-OFF} \ >+DEBUG "debug support" ${WITH_DEBUG:-OFF} \ > DOMXML "DOM support" ${WITH_DOMXML:-OFF} \ > DOMXSLT "DOM XSLT and EXSLT support (implies DOMXML)" ${WITH_DOM >XSLT:-OFF} \ > EXIF "EXIF support" ${WITH_EXIF:-OFF} \ >Index: scripts/php4_options >=================================================================== >RCS file: /usr/FREEBSD_CVS/ports/lang/php4/scripts/php4_options,v >retrieving revision 1.5 >diff -u -r1.5 php4_options >--- scripts/php4_options 7 Oct 2003 16:45:15 -0000 1.5 >+++ scripts/php4_options 3 Nov 2003 00:14:59 -0000 >@@ -8,6 +8,7 @@ > WITH_DB4=OFF > WITH_DBASE=OFF > WITH_DBX=OFF >+WITH_DEBUG=OFF > WITH_DOMXML=OFF > WITH_DOMXSLT=OFF > WITH_EXIF=OFF
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 58851
: 36801