aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-03-05 15:16:45 +0800
committermarcus <marcus@FreeBSD.org>2004-03-05 15:16:45 +0800
commitafde4516544173ed451a68742098bd3a82e73399 (patch)
tree53ec7c91378f1e9a58ea495e4df0763273588bcd /www
parent55040d8c4985f2760e063b96e330f82cf9e37a20 (diff)
downloadfreebsd-ports-gnome-afde4516544173ed451a68742098bd3a82e73399.tar.gz
freebsd-ports-gnome-afde4516544173ed451a68742098bd3a82e73399.tar.zst
freebsd-ports-gnome-afde4516544173ed451a68742098bd3a82e73399.zip
If building with debugging, don't enable binary stripping.
Diffstat (limited to 'www')
-rw-r--r--www/firefox-devel/files/mozconfig.in3
-rw-r--r--www/firefox-esr/files/mozconfig.in3
-rw-r--r--www/firefox/files/mozconfig.in3
-rw-r--r--www/firefox10/files/mozconfig.in3
-rw-r--r--www/firefox15/files/mozconfig.in3
-rw-r--r--www/firefox3-devel/files/mozconfig.in3
-rw-r--r--www/firefox35/files/mozconfig.in3
-rw-r--r--www/firefox36/files/mozconfig.in3
-rw-r--r--www/flock/files/mozconfig.in3
9 files changed, 18 insertions, 9 deletions
diff --git a/www/firefox-devel/files/mozconfig.in b/www/firefox-devel/files/mozconfig.in
index 69405237bce0..a0d469df586e 100644
--- a/www/firefox-devel/files/mozconfig.in
+++ b/www/firefox-devel/files/mozconfig.in
@@ -32,7 +32,6 @@ ac_add_options --with-system-mng=@LOCALBASE@
# set compile/link features
ac_add_options --with-pthreads
ac_add_options --enable-reorder
-ac_add_options --enable-strip
######################################################################
# disable unneeded/unavailable
ac_add_options --disable-auto-deps
@@ -48,9 +47,11 @@ ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformii
# conditional from port Makefile
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
+ ac_add_options --disable-strip
else
ac_add_options --disable-debug
ac_add_options --enable-optimize
+ ac_add_options --enable-strip
fi # test -n "$WITH_DEBUG"
if test -n "$WITH_LOGGING"; then
ac_add_options --enable-logging
diff --git a/www/firefox-esr/files/mozconfig.in b/www/firefox-esr/files/mozconfig.in
index 69405237bce0..a0d469df586e 100644
--- a/www/firefox-esr/files/mozconfig.in
+++ b/www/firefox-esr/files/mozconfig.in
@@ -32,7 +32,6 @@ ac_add_options --with-system-mng=@LOCALBASE@
# set compile/link features
ac_add_options --with-pthreads
ac_add_options --enable-reorder
-ac_add_options --enable-strip
######################################################################
# disable unneeded/unavailable
ac_add_options --disable-auto-deps
@@ -48,9 +47,11 @@ ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformii
# conditional from port Makefile
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
+ ac_add_options --disable-strip
else
ac_add_options --disable-debug
ac_add_options --enable-optimize
+ ac_add_options --enable-strip
fi # test -n "$WITH_DEBUG"
if test -n "$WITH_LOGGING"; then
ac_add_options --enable-logging
diff --git a/www/firefox/files/mozconfig.in b/www/firefox/files/mozconfig.in
index 69405237bce0..a0d469df586e 100644
--- a/www/firefox/files/mozconfig.in
+++ b/www/firefox/files/mozconfig.in
@@ -32,7 +32,6 @@ ac_add_options --with-system-mng=@LOCALBASE@
# set compile/link features
ac_add_options --with-pthreads
ac_add_options --enable-reorder
-ac_add_options --enable-strip
######################################################################
# disable unneeded/unavailable
ac_add_options --disable-auto-deps
@@ -48,9 +47,11 @@ ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformii
# conditional from port Makefile
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
+ ac_add_options --disable-strip
else
ac_add_options --disable-debug
ac_add_options --enable-optimize
+ ac_add_options --enable-strip
fi # test -n "$WITH_DEBUG"
if test -n "$WITH_LOGGING"; then
ac_add_options --enable-logging
diff --git a/www/firefox10/files/mozconfig.in b/www/firefox10/files/mozconfig.in
index 69405237bce0..a0d469df586e 100644
--- a/www/firefox10/files/mozconfig.in
+++ b/www/firefox10/files/mozconfig.in
@@ -32,7 +32,6 @@ ac_add_options --with-system-mng=@LOCALBASE@
# set compile/link features
ac_add_options --with-pthreads
ac_add_options --enable-reorder
-ac_add_options --enable-strip
######################################################################
# disable unneeded/unavailable
ac_add_options --disable-auto-deps
@@ -48,9 +47,11 @@ ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformii
# conditional from port Makefile
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
+ ac_add_options --disable-strip
else
ac_add_options --disable-debug
ac_add_options --enable-optimize
+ ac_add_options --enable-strip
fi # test -n "$WITH_DEBUG"
if test -n "$WITH_LOGGING"; then
ac_add_options --enable-logging
diff --git a/www/firefox15/files/mozconfig.in b/www/firefox15/files/mozconfig.in
index 69405237bce0..a0d469df586e 100644
--- a/www/firefox15/files/mozconfig.in
+++ b/www/firefox15/files/mozconfig.in
@@ -32,7 +32,6 @@ ac_add_options --with-system-mng=@LOCALBASE@
# set compile/link features
ac_add_options --with-pthreads
ac_add_options --enable-reorder
-ac_add_options --enable-strip
######################################################################
# disable unneeded/unavailable
ac_add_options --disable-auto-deps
@@ -48,9 +47,11 @@ ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformii
# conditional from port Makefile
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
+ ac_add_options --disable-strip
else
ac_add_options --disable-debug
ac_add_options --enable-optimize
+ ac_add_options --enable-strip
fi # test -n "$WITH_DEBUG"
if test -n "$WITH_LOGGING"; then
ac_add_options --enable-logging
diff --git a/www/firefox3-devel/files/mozconfig.in b/www/firefox3-devel/files/mozconfig.in
index 69405237bce0..a0d469df586e 100644
--- a/www/firefox3-devel/files/mozconfig.in
+++ b/www/firefox3-devel/files/mozconfig.in
@@ -32,7 +32,6 @@ ac_add_options --with-system-mng=@LOCALBASE@
# set compile/link features
ac_add_options --with-pthreads
ac_add_options --enable-reorder
-ac_add_options --enable-strip
######################################################################
# disable unneeded/unavailable
ac_add_options --disable-auto-deps
@@ -48,9 +47,11 @@ ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformii
# conditional from port Makefile
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
+ ac_add_options --disable-strip
else
ac_add_options --disable-debug
ac_add_options --enable-optimize
+ ac_add_options --enable-strip
fi # test -n "$WITH_DEBUG"
if test -n "$WITH_LOGGING"; then
ac_add_options --enable-logging
diff --git a/www/firefox35/files/mozconfig.in b/www/firefox35/files/mozconfig.in
index 69405237bce0..a0d469df586e 100644
--- a/www/firefox35/files/mozconfig.in
+++ b/www/firefox35/files/mozconfig.in
@@ -32,7 +32,6 @@ ac_add_options --with-system-mng=@LOCALBASE@
# set compile/link features
ac_add_options --with-pthreads
ac_add_options --enable-reorder
-ac_add_options --enable-strip
######################################################################
# disable unneeded/unavailable
ac_add_options --disable-auto-deps
@@ -48,9 +47,11 @@ ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformii
# conditional from port Makefile
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
+ ac_add_options --disable-strip
else
ac_add_options --disable-debug
ac_add_options --enable-optimize
+ ac_add_options --enable-strip
fi # test -n "$WITH_DEBUG"
if test -n "$WITH_LOGGING"; then
ac_add_options --enable-logging
diff --git a/www/firefox36/files/mozconfig.in b/www/firefox36/files/mozconfig.in
index 69405237bce0..a0d469df586e 100644
--- a/www/firefox36/files/mozconfig.in
+++ b/www/firefox36/files/mozconfig.in
@@ -32,7 +32,6 @@ ac_add_options --with-system-mng=@LOCALBASE@
# set compile/link features
ac_add_options --with-pthreads
ac_add_options --enable-reorder
-ac_add_options --enable-strip
######################################################################
# disable unneeded/unavailable
ac_add_options --disable-auto-deps
@@ -48,9 +47,11 @@ ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformii
# conditional from port Makefile
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
+ ac_add_options --disable-strip
else
ac_add_options --disable-debug
ac_add_options --enable-optimize
+ ac_add_options --enable-strip
fi # test -n "$WITH_DEBUG"
if test -n "$WITH_LOGGING"; then
ac_add_options --enable-logging
diff --git a/www/flock/files/mozconfig.in b/www/flock/files/mozconfig.in
index 69405237bce0..a0d469df586e 100644
--- a/www/flock/files/mozconfig.in
+++ b/www/flock/files/mozconfig.in
@@ -32,7 +32,6 @@ ac_add_options --with-system-mng=@LOCALBASE@
# set compile/link features
ac_add_options --with-pthreads
ac_add_options --enable-reorder
-ac_add_options --enable-strip
######################################################################
# disable unneeded/unavailable
ac_add_options --disable-auto-deps
@@ -48,9 +47,11 @@ ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformii
# conditional from port Makefile
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
+ ac_add_options --disable-strip
else
ac_add_options --disable-debug
ac_add_options --enable-optimize
+ ac_add_options --enable-strip
fi # test -n "$WITH_DEBUG"
if test -n "$WITH_LOGGING"; then
ac_add_options --enable-logging
.cgi/freebsd-ports-gnome/commit/misc?id=5cb2f94a4a090f4b167f9857cef882354442e766'>- Fix SUB_LISTjadawin2013-12-271-1/+1 * rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCALrene2013-12-271-1/+3 * rene-ladan.nl is offline for now, remove the WWW: line from pkg-descrrene2013-12-271-2/+0 * - support STAGEjadawin2013-12-272-22/+18 * - Update to 20131225sunpoet2013-12-272-3/+3 * - Update LICENSEsunpoet2013-12-271-1/+1 * misc/py-pexpect: update to 3.0 and add licensewg2013-12-264-25/+19 * Fix build with freetype 2.5.2.kwm2013-12-252-0/+13 * - Update to 2.10.r1tabthorpe2013-12-243-48/+41 * - Strip shared librarysunpoet2013-12-241-0/+3 * - Remove NO_STAGEtabthorpe2013-12-241-1/+0 * - Update to 2013.9sunpoet2013-12-242-3/+3 * Update to version 3.28.demon2013-12-223-16/+3 * misc/hotkeys: Fix buildeadler2013-12-211-1/+3 * Remove expired ports:rene2013-12-2110-375/+0 * Update to tzdata2013i:edwin2013-12-202-3/+3 * Reset maintainer for llwang@infor.orgkoobs2013-12-181-1/+1 * - Change maintainer email of my ports to @FreeBSD.orgnemysis2013-12-182-2/+2 * - Update to 2.9dhn2013-12-182-3/+3 * - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggeste...amdmi32013-12-171-1/+0 * Drop maintainershipbapt2013-12-172-2/+2 * - update LIB_DEPENDSdinoex2013-12-161-11/+5 * Specify which BSD licence applies.rene2013-12-161-1/+1 * misc/cuecat: fix python usagewg2013-12-161-4/+4 * misc/pylize: depends explicitly on "python"wg2013-12-161-3/+5 * Exclude NLS option, WITHOUT_NLS was not totally no-op here :)bapt2013-12-131-0/+1 * Remove now no-op option that will interfere with warnings about WITHOUT_NLS b...bapt2013-12-131-1/+0 * Update to 3.49.kwm2013-12-123-5/+10 * - Update to 0.45sunpoet2013-12-122-3/+3 * - Add bibltime 2.10.0 beta1tabthorpe2013-12-125-0/+1044 * - Explicity depend on libsword-1.6.2.sotabthorpe2013-12-121-2/+5 * - PKGSUFFIX name is better served on sword17tabthorpe2013-12-122-1/+1 * - Add PKGNAMESUFFIX to differentiate from sword17tabthorpe2013-12-121-0/+1 * - Add stage supportdanilo2013-12-111-10/+10 * - Revert to previous versiontabthorpe2013-12-111-5/+2 * - Explicitly depend on sword 1.6.2tabthorpe2013-12-111-2/+5 * - Add sword 1.7.0tabthorpe2013-12-116-0/+386 * - Add CONFLICTS for the soon to be added misc/sword17tabthorpe2013-12-111-0/+2 * - Add stage supportdanilo2013-12-112-14/+8 * - Convert USE_GMAKE to USESdanilo2013-12-111-6/+3 * - Add stage supportdanilo2013-12-111-4/+5 * - Chase r336083 and bump all ports using NO_ARCH so that users buildingbdrewery2013-12-112-0/+2 * - Add stage supportdanilo2013-12-111-9/+7 * - Update to 0.44sunpoet2013-12-112-4/+4 * - Add stage supportdanilo2013-12-111-7/+8 * - Add LICENSEdanilo2013-12-101-3/+4 * - Stage support for all -reference portsantoine2013-12-102-7/+6 * - Add shebangfix to USESdanilo2013-12-101-3/+7 * - Add LICENSEdanilo2013-12-101-7/+8 * - Add stage supportdanilo2013-12-101-8/+4 * - Add stage supportdanilo2013-12-101-5/+3 * - Add stage supportdanilo2013-12-102-14/+8 * - Add LICENSEdanilo2013-12-103-14/+14 * - Submitter wants maintainershipjadawin2013-12-101-2/+3 * - Add LICENSEdanilo2013-12-101-8/+5 * - Add stage supportdanilo2013-12-092-27/+30 * - Add stage supportdanilo2013-12-091-2/+1 * - Add stage supportdanilo2013-12-093-4/+12 * - Remove MASTER_SITES sources, distfile unavailable.danilo2013-12-091-16/+9 * - Add stage supportdanilo2013-12-091-8/+4 * - Add stage supportdanilo2013-12-093-10/+32 * - Add stage supportdanilo2013-12-091-7/+7 * Mark all my architecture independent ports using shell/perl/PHP asmatthew2013-12-091-0/+2 * - Remove extra tabsdanilo2013-12-082-29/+23 * - Add stage supportdanilo2013-12-081-8/+5 * - Add stage supportdanilo2013-12-081-7/+2 * - Add stage supportdanilo2013-12-081-5/+3 * - Add stage supportdanilo2013-12-081-12/+7 * - Convert LIB_DEPENDS to new syntaxdanilo2013-12-081-16/+5 * - Add stage supportdanilo2013-12-081-7/+2 * - Add stage supportdanilo2013-12-081-7/+4 * - Add stage supportdanilo2013-12-081-5/+5 * - Fix build with Option NCURSES, add patchesnemysis2013-12-073-2/+46 * Remove PORT_OPTIONS:MDOCS checks from ports which don't need iteadler2013-12-071-4/+0 * - Update to 4.8.11nemysis2013-12-073-15/+4 * - Use recently implemented NO_ARCH knob in my architecture-neutral portsak2013-12-061-0/+1 * - use OPTIONS_DEFINEdinoex2013-12-021-22/+28 * - Update to 20131130sunpoet2013-12-012-3/+3 * - Pass back to ports@, since I lack the time to take care of itmva2013-12-011-2/+1 * Update to r43251 of the FreeBSD docset (this will be the 10.0-R versionblackend2013-11-307-12/+7 * - Use CONFIGURE_FAIL_MESSAGE instead of pre-configure: because nobody scrolls...sunpoet2013-11-291-9/+1 * - Add temporary note of build failure caused by Perl infrastructure change in...sunpoet2013-11-281-0/+15 * Fix detection of English, Hebrew packages and fix RUN_DEPENDS.dbn2013-11-281-2/+7 * - Fix stagingmakc2013-11-261-1/+1 * Stage support for non-IGNORED pear classesantoine2013-11-262-2/+0 * - Update to 20131123sunpoet2013-11-252-3/+3 * Add local dist site, upstream ftp seems to have vanished.kwm2013-11-251-1/+2 * - Remove p5-IO: newer versions are included in all support Perl releasessunpoet2013-11-232-6/+2 * - Fix STAGEDIR supportsunpoet2013-11-231-17/+12 * - Convert to USES=qmake (and other USES while I'm here)makc2013-11-223-32/+13 * - Update to 2013.8sunpoet2013-11-222-4/+3 * - Support STAGEDIRsunpoet2013-11-221-2/+2 * - Update WWW:sunpoet2013-11-212-2/+2 * - Update to 20131119sunpoet2013-11-202-3/+3 * - Convert to dos2unix.mkmat2013-11-202-3/+3 * - Update to 0.103008sunpoet2013-11-202-5/+5 * Update to r43207 of the FreeBSD docset.blackend2013-11-2022-59/+183 * These ports (optionally) depend on expired port, mark them for removalrene2013-11-192-0/+6 * Unbreak on FreeBSD 10 and clang.fjoe2013-11-182-0/+42 * Unbreak FreeBSD 10 (no D_PSEUDO) and clang build.fjoe2013-11-183-0/+82 * - Update to 20131115sunpoet2013-11-182-3/+3 * - Fix PKGNAME collision. This does not yet stagify the port.eadler2013-11-172-23/+24 * - Replace QT_.*_REL with QT_.* in PLIST_SUB.avilla2013-11-171-12/+12 * - Update to 0.03sunpoet2013-11-142-3/+3 * - Convert to USES+=tkgahr2013-11-142-9/+15 * misc/py-pexpect: allow stagingwg2013-11-122-20/+2 * - Update to 20131110sunpoet2013-11-122-3/+3 * Support staging.rakuco2013-11-111-1/+0 * - Update to 20131108sunpoet2013-11-102-3/+3 * Convert to USES=kmod, which removes duplicated code and ensures that allrene2013-11-104-30/+10 * - Add LICENSEsunpoet2013-11-091-1/+4 * - use prefixed DEPENDS and CONFIGUREdinoex2013-11-094-67/+48 * Update to 0.3.6.kwm2013-11-081-0/+1 * - Adjust dependency after textproc/docproj changesgabor2013-11-081-4/+1 * - Update to 0.2.34nemysis2013-11-082-25/+23 * - Change maintainer email to @FreeBSD.orgnemysis2013-11-081-3/+2 * - Change master sitesnemysis2013-11-082-17/+9 * - Change maintainer email to @FreeBSD.orgnemysis2013-11-071-18/+11 * Fix pkg name collisionsbapt2013-11-077-20/+14 * - Update project home in pkg-descrtabthorpe2013-11-062-2/+2 * - Convert to USES+=tkgahr2013-11-061-9/+10 * - Convert to USES+=tkgahr2013-11-061-8/+7 * - add iconv for option XFTdinoex2013-11-061-0/+1 * Update to version 3.27.demon2013-11-054-31/+44 * - Add stage supporttabthorpe2013-11-051-4/+6 * Update to tzdata2013h:edwin2013-11-052-3/+3 * - Update to 20131102sunpoet2013-11-052-3/+3 * Remove extra lines from pkg-plist for misc/kde4-l10n-sr.dbn2013-11-051-546/+0 * Mark as unbroken thanks to r257636.blackend2013-11-051-2/+0 * Support STAGEDIR.vanilla2013-11-0428-105/+76 * - Support STAGEDIRolivierd2013-11-041-7/+7 * Update to r43088 (official 10.0-R revision) of the FreeBSD docset.blackend2013-11-049-23/+37 * - support STAGEDIRaz2013-11-0330-56/+27 * - Pass maintainership to submitternemysis2013-11-031-1/+1 * - Change SMB and NCURSESnemysis2013-11-032-10/+11 * misc/pinfo: Unbreak everywheremarino2013-11-031-21/+20 * - Update to version 0.9.6pawel2013-11-032-14/+12 * - Update MASTER_SITES, WWW homepagepawel2013-11-022-11/+15 * - Update to version 2.0.8pawel2013-11-026-46/+32 * - convert php53 ports to STAGEflo2013-11-021-1/+0 * misc/magicpoint: USES+= pkgconfigmarino2013-11-021-1/+1 * Add LICENSEgarga2013-11-013-0/+6 * The word 'very' has no place in COMMENTeadler2013-10-311-1/+1 * Stagify.ale2013-10-30