Skip to Content.
Sympa Menu

sm-commit - PERFORCE change 79567 by Andraž "ruskie" Levstik for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: PERFORCE change 79567 by Andraž "ruskie" Levstik for review
  • Date: Sat, 20 May 2006 19:05:01 +0100 (BST)

Change 79567 by andraž_levstik AT omega.mages.ath.cx on 2006/05/20 19:01:08

New updated patch, unified the various OPTS lines, setting the
disabled OPTS
in CONFIGURE since it'll eventually be possible to enable some...

Affected files ...

... //sgl/grimoires/devel/http/dillo/BUILD#3 edit
... //sgl/grimoires/devel/http/dillo/CONFIGURE#4 edit
... //sgl/grimoires/devel/http/dillo/DETAILS#11 edit
... //sgl/grimoires/devel/http/dillo/HISTORY#14 edit

Differences ...

==== //sgl/grimoires/devel/http/dillo/BUILD#3 (xtext) ====

@@ -1,3 +1,2 @@
-OPTS="$DILLO_TABS $DILLO_AA $DILLO_IPV6 $DILLO_RTFL \
- $DILLO_COOKIES $DILLO_METAREF $DILLO_NLS --disable-dlgui $OPTS" &&
+OPTS="$DILLO_OPTS $OPTS" &&
default_build

==== //sgl/grimoires/devel/http/dillo/CONFIGURE#4 (xtext) ====

@@ -1,40 +1,59 @@
+if [[ -z $DILLO_TABS ]] ||
+ [[ -z $DILLO_AA ]] ||
+ [[ -z $DILLO_IPV6 ]] ||
+ [[ -z $DILLO_RTFL ]] ||
+ [[ -z $DILLO_COOKIES ]] ||
+ [[ -z $DILLO_METAREF ]] ||
+ [[ -z $DILLO_NLS ]]
+then
+ #Save old vars
+ DILLO_OPTS="$DILLO_TABS $DILLO_AA $DILLO_IPV6 $DILLO_RTFL \
+ $DILLO_COOKIES $DILLO_METAREF $DILLO_NLS"
+ #remove old vars
+ persistent_remove DILLO_TABS DILLO_AA DILLO_IPV6 DILLO_RTFL \
+ DILLO_COOKIES DILLO_METAREF DILLO_NLS
+fi &&
+config_query_option DILLO_OPTS \
+ "Threaded DNS support?" \
+ y \
+ "--enable-threaded-dns" \
+ "--disable-threaded-dns" &&
if [[ "$I18NPATCH" == "y" ]]
then
- config_query_option DILLO_TABS \
+ config_query_option DILLO_OPTS \
"Tab support" \
y \
"--enable-tabs" \
"--disable-tabs" &&
- config_query_option DILLO_AA \
+ config_query_option DILLO_OPTS \
"Anti-aliasing with xft" \
y \
"--enable-anti-alias" \
"--disable-anti-alias"
fi &&
-config_query_option DILLO_IPV6 \
+config_query_option DILLO_OPTS \
"IPV6 support" \
n \
"--enable-ipv6" \
"--disable-ipv6" &&
-config_query_option DILLO_RTFL \
+config_query_option DILLO_OPTS \
"Build with rtfl messages(whatever those are)" \
n \
"--enable-rtfl" \
"--disable-rtfl" &&
-#This is broken so forced on
-DILLO_COOKIES="--enable-cookies" &&
-persistent_add DILLO_COOKIES &&
-#config_query_option DILLO_COOKIES \
+#This is broken so forced on, 0.8.6 still broken,also dlgui
+DILLO_OPTS="--enable-cookies --disable-dlgui" &&
+#config_query_option DILLO_OPTS \
# "Cookie support" \
# y \
# "--enable-cookies" \
# "--disable-cookies" &&
-config_query_option DILLO_METAREF \
+config_query_option DILLO_OPTS \
"Allow meta refresh" \
n \
"--enable-meta-refresh" \
"--disable-meta-refresh" &&
-config_query_option DILLO_NLS \
+config_query_option DILLO_OPTS \
"Use native language support" \
y \
"--enable-nls" \

==== //sgl/grimoires/devel/http/dillo/DETAILS#11 (xtext) ====

@@ -1,7 +1,7 @@
SPELL=dillo
PATCHLEVEL=1
VERSION=0.8.6
- PATCH_VERSION=20060427
+ PATCH_VERSION=20060516
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE2=${SPELL}-${VERSION}-i18n-misc-${PATCH_VERSION}.diff.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
@@ -10,7 +10,7 @@
if [[ "$I18NPATCH" == "y" ]]
then
SOURCE2_URL[0]=http://teki.jpn.ph/pc/software/${SOURCE2}
-
SOURCE2_HASH=sha512:7de6d9c0b5fb19af77481ab4fd19cadd3cbd4cfe3ee2250517bcc2f787fad8472bbf546c87aa8b8d27cc44eb1e7b84db72474b92f988c31e2438ddaeab29e21b
+
SOURCE2_HASH=sha512:34775d70d49d7c87f1f2da19d264843c0b8c9bc5a714add2151ea586ed454816e1480fe0a93bfb4773280545941273946ad2bb2fbe9b93129cef53956833872a
fi
WEB_SITE=http://www.dillo.org
ENTERED=20010922

==== //sgl/grimoires/devel/http/dillo/HISTORY#14 (text) ====

@@ -1,3 +1,8 @@
+2006-05-20 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: new version of patch specific to 0.8.6
+ * BUILD: moved ALL the vars into DILLO_OPTS
+ * CONFIGURE: take old vars, put them into DILLO_OPTS, drop old vars
+
2006-05-08 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to verison 0.8.6
* BUILD: Added --disable-dlgui. Requires fltk2.



  • PERFORCE change 79567 by Andraž "ruskie" Levstik for review, Perforce Review Daemon, 05/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page