[Bug 192773] [PATCH] Add ARM support for devel/nspr

2014-08-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773

--- Comment #3 from Jan Beich  ---
Comment on attachment 145949
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145949
Add ARM support for detection

Looks and builds fine on amd64 with nspr-4.10.7. A bit unclear why BROKEN
wasn't removed together. Do you need one more patch to build on ARM?

(In reply to Florian Smeets from comment #2)
> If it looks of, can you take care of upstreaming it?

Uploaded. NSPR/NSS have very slow review process unlike the rest of Mozilla
projects.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 192773] [PATCH] Add ARM support for devel/nspr

2014-08-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773

--- Comment #4 from Sean Bruno  ---
(In reply to Jan Beich from comment #3)
> Comment on attachment 145949 [details]
> Add ARM support for detection
> 
> Looks and builds fine on amd64 with nspr-4.10.7. A bit unclear why BROKEN
> wasn't removed together. Do you need one more patch to build on ARM?
> 
> (In reply to Florian Smeets from comment #2)
> > If it looks of, can you take care of upstreaming it?
> 
> Uploaded. NSPR/NSS have very slow review process unlike the rest of Mozilla
> projects.


In my case, ARCH seems to have been "armv6"

But, it should be removed with this update.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[SVN-Commit] r1663 - trunk/Mk

2014-08-23 Thread svn-freebsd-gecko
Author: jbeich
Date: Sat Aug 23 19:24:03 2014
New Revision: 1663

Log:
drop extract excludes as they keep breaking build

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==
--- trunk/Mk/bsd.gecko.mk   Tue Aug 19 18:10:18 2014(r1662)
+++ trunk/Mk/bsd.gecko.mk   Sat Aug 23 19:24:03 2014(r1663)
@@ -106,11 +106,6 @@
 PKGINSTALL_INC?=   ${.CURDIR}/../../www/firefox/files/pkg-install.in
 PKGDEINSTALL_INC?= ${.CURDIR}/../../www/firefox/files/pkg-deinstall.in
 
-EXTRACT_AFTER_ARGS?=   --exclude */CVS/*   \
-   --exclude */macbuild/*  \
-   --exclude */package/*   \
-   --exclude mozilla*/gc/boehm
-
 MOZ_PKGCONFIG_FILES?=  ${MOZILLA}-gtkmozembed ${MOZILLA}-js \
${MOZILLA}-xpcom ${MOZILLA}-plugin
 
@@ -132,24 +127,19 @@
 
 cairo_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
 cairo_MOZ_OPTIONS= --enable-system-cairo
-cairo_EXTRACT_AFTER_ARGS=  --exclude mozilla*/gfx/cairo/cairo
 
 event_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
 event_MOZ_OPTIONS= --with-system-libevent
-event_EXTRACT_AFTER_ARGS=  --exclude 
mozilla*/ipc/chromium/src/third_party/libevent
 
 ffi_LIB_DEPENDS=   libffi.so:${PORTSDIR}/devel/libffi
 ffi_MOZ_OPTIONS=   --enable-system-ffi
-ffi_EXTRACT_AFTER_ARGS=--exclude mozilla*/js/src/ctypes/libffi
 
 .if exists(${FILESDIR}/patch-bug847568) || 
exists(${FILESDIR}/patch-z-bug847568)
 graphite_LIB_DEPENDS=  libgraphite2.so:${PORTSDIR}/graphics/graphite2
 graphite_MOZ_OPTIONS=  --with-system-graphite2
-graphite_EXTRACT_AFTER_ARGS=   --exclude mozilla*/gfx/graphite2
 
 harfbuzz_LIB_DEPENDS=  libharfbuzz.so:${PORTSDIR}/print/harfbuzz
 harfbuzz_MOZ_OPTIONS=  --with-system-harfbuzz
-harfbuzz_EXTRACT_AFTER_ARGS=   --exclude mozilla*/gfx/harfbuzz
 .endif
 
 hunspell_LIB_DEPENDS=  libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
@@ -163,62 +153,48 @@
 #jpeg_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/libjpeg-turbo
 jpeg_LIB_DEPENDS=  libjpeg.so:${PORTSDIR}/graphics/jpeg
 jpeg_MOZ_OPTIONS=  --with-system-jpeg=${LOCALBASE}
-jpeg_EXTRACT_AFTER_ARGS=   --exclude mozilla*/media/libjpeg
 
 nspr_LIB_DEPENDS=  libnspr4.so:${PORTSDIR}/devel/nspr
 nspr_MOZ_OPTIONS=  --with-system-nspr
 
 nss_LIB_DEPENDS=   libnss3.so:${PORTSDIR}/security/nss
 nss_MOZ_OPTIONS=   --with-system-nss
-nss_EXTRACT_AFTER_ARGS=--exclude mozilla*/dbm \
-   --exclude 
mozilla*/security/coreconf \
-   --exclude mozilla*/security/nss
 
 .if exists(${FILESDIR}/patch-z-bug517422) || 
exists(${FILESDIR}/patch-zz-bug517422)
 opus_LIB_DEPENDS=  libopus.so:${PORTSDIR}/audio/opus
 opus_MOZ_OPTIONS=  --with-system-opus
-opus_EXTRACT_AFTER_ARGS=   --exclude mozilla*/media/libopus
 .endif
 
 pixman_LIB_DEPENDS=libpixman-1.so:${PORTSDIR}/x11/pixman
 pixman_MOZ_OPTIONS=--enable-system-pixman
-pixman_EXTRACT_AFTER_ARGS= --exclude mozilla*/gfx/cairo/libpixman
 
 png_LIB_DEPENDS=   libpng15.so:${PORTSDIR}/graphics/png
 png_MOZ_OPTIONS=   --with-system-png=${LOCALBASE}
-#png_EXTRACT_AFTER_ARGS=   --exclude mozilla*/media/libpng
 
 .if exists(${FILESDIR}/patch-z-bug517422) || 
exists(${FILESDIR}/patch-zz-bug517422)
 soundtouch_LIB_DEPENDS=libSoundTouch.so:${PORTSDIR}/audio/soundtouch
 soundtouch_MOZ_OPTIONS=--with-system-soundtouch
-soundtouch_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libsoundtouch
 
 # XXX disabled: bug 913854 not yet upstreamed
 speex_LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speex
 speex_MOZ_OPTIONS= --with-system-speex
-speex_EXTRACT_AFTER_ARGS=  --exclude mozilla*/media/libspeex_resampler
 .endif
 
 sqlite_LIB_DEPENDS=libsqlite3.so:${PORTSDIR}/databases/sqlite3
 sqlite_MOZ_OPTIONS=--enable-system-sqlite
-sqlite_EXTRACT_AFTER_ARGS= --exclude mozilla*/db/sqlite3
 
 .if exists(${FILESDIR}/patch-z-bug517422) || 
exists(${FILESDIR}/patch-zz-bug517422)
 # XXX disabled: update to 1.2.x or review backported fixes
 theora_LIB_DEPENDS=libtheora.so:${PORTSDIR}/multimedia/libtheora
 theora_MOZ_OPTIONS=--with-system-theora
-theora_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libtheora
 
 vorbis_LIB_DEPENDS=libvorbis.so:${PORTSDIR}/audio/libvorbis
 vorbis_MOZ_OPTIONS=--with-system-vorbis --with-system-ogg
-vorbis_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libvorbis \
-   --exclude 
mozilla*/media/libogg
 .endif
 
 -vpx_BUILD_DEPENDS=yasm:${PORTSDIR}/devel/yasm
 vpx_LIB_DEPENDS=   libvpx.so:${PORTSDIR}/multimedia/libvpx
 vpx_MOZ_OPTIONS=   --with-system-libvpx
-vpx_EXTRACT_AFTER_ARGS=--exclude mozilla*/media/libvpx
 
 .for use in ${USE_MOZILLA}
 ${use:S/-/_W

[SVN-Commit] r1664 - in trunk: Mk/Uses www/firefox-nightly www/linux-seamonkey www/seamonkey www/seamonkey-i18n www/seamonkey/files

2014-08-23 Thread svn-freebsd-gecko
Author: jbeich
Date: Sat Aug 23 19:24:44 2014
New Revision: 1664

Log:
update

Deleted:
   trunk/www/seamonkey/files/patch-bug1013675
   trunk/www/seamonkey/files/patch-bug961264
Modified:
   trunk/Mk/Uses/gecko.mk
   trunk/www/firefox-nightly/Makefile.hgrev
   trunk/www/firefox-nightly/distinfo
   trunk/www/linux-seamonkey/Makefile
   trunk/www/linux-seamonkey/distinfo
   trunk/www/linux-seamonkey/pkg-plist
   trunk/www/seamonkey-i18n/Makefile
   trunk/www/seamonkey-i18n/distinfo
   trunk/www/seamonkey/Makefile
   trunk/www/seamonkey/distinfo
   trunk/www/seamonkey/files/patch-bug1015547
   trunk/www/seamonkey/files/patch-bug826985
   trunk/www/seamonkey/files/patch-z-bug517422

Modified: trunk/Mk/Uses/gecko.mk
==
--- trunk/Mk/Uses/gecko.mk  Sat Aug 23 19:24:03 2014(r1663)
+++ trunk/Mk/Uses/gecko.mk  Sat Aug 23 19:24:44 2014(r1664)
@@ -53,8 +53,8 @@
 
 .elif ${_GECKO_ARGS:Mseamonkey}
 
-_GECKO_DEFAULT_VERSION=28
-_GECKO_VERSIONS=   28
+_GECKO_DEFAULT_VERSION=29
+_GECKO_VERSIONS=   29
 _GECKO_TYPE=   seamonkey
 
 .if exists(${LOCALBASE}/bin/seamonkey)
@@ -63,7 +63,7 @@
 .endif
 
 # Dependence lines for different Seamonkey versions
-28_DEPENDS=
${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+29_DEPENDS=
${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
 
 .elif ${_GECKO_ARGS:Mthunderbird}
 

Modified: trunk/www/firefox-nightly/Makefile.hgrev
==
--- trunk/www/firefox-nightly/Makefile.hgrevSat Aug 23 19:24:03 2014
(r1663)
+++ trunk/www/firefox-nightly/Makefile.hgrevSat Aug 23 19:24:44 2014
(r1664)
@@ -1 +1 @@
-HGREV= 200355:17aad6ca3989
+HGREV= 201221:c0c9b96b43d6

Modified: trunk/www/firefox-nightly/distinfo
==
--- trunk/www/firefox-nightly/distinfo  Sat Aug 23 19:24:03 2014(r1663)
+++ trunk/www/firefox-nightly/distinfo  Sat Aug 23 19:24:44 2014(r1664)
@@ -1,2 +1,2 @@
-SHA256 (firefox-nightly/17aad6ca3989.tar.bz2) = 
21b62c5d3d3a564958cb13b924d2ce7ebfb725c4c8b54ec32bd3529d8d8a3e96
-SIZE (firefox-nightly/17aad6ca3989.tar.bz2) = 153523250
+SHA256 (firefox-nightly/c0c9b96b43d6.tar.bz2) = 
fabd2b652219277a14c24385fd20e52d8513ed1ffdb155374fdc1c90083278cd
+SIZE (firefox-nightly/c0c9b96b43d6.tar.bz2) = 156073499

Modified: trunk/www/linux-seamonkey/Makefile
==
--- trunk/www/linux-seamonkey/Makefile  Sat Aug 23 19:24:03 2014(r1663)
+++ trunk/www/linux-seamonkey/Makefile  Sat Aug 23 19:24:44 2014(r1664)
@@ -2,7 +2,7 @@
 # $FreeBSD: head/www/linux-seamonkey/Makefile 362322 2014-07-20 14:44:10Z rene 
$
 
 PORTNAME=  seamonkey
-DISTVERSION=   2.26
+DISTVERSION=   2.29b1
 CATEGORIES=www mail news editors irc ipv6
 MASTER_SITES=  MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
 
@@ -11,6 +11,8 @@
 
 USES=  tar:bzip2
 
+WANT_GTK218=   yes
+
 USE_LINUX_APPS=dbusglib dbuslibs alsalib alsa-plugins-oss
 
 .include "${.CURDIR}/Makefile.common"

Modified: trunk/www/linux-seamonkey/distinfo
==
--- trunk/www/linux-seamonkey/distinfo  Sat Aug 23 19:24:03 2014(r1663)
+++ trunk/www/linux-seamonkey/distinfo  Sat Aug 23 19:24:44 2014(r1664)
@@ -1,5 +1,5 @@
-SHA256 (seamonkey-2.26.tar.bz2) = 
4b306933c629bfaa0f6f4a8e5db08a47055061e3db87010b4c1e058d4ee4e0b2
-SIZE (seamonkey-2.26.tar.bz2) = 30916325
+SHA256 (seamonkey-2.29b1.tar.bz2) = 
beea1da00a42e851be28c41e46c74c8f7670120587e32b960b918fa8352c39e1
+SIZE (seamonkey-2.29b1.tar.bz2) = 39986945
 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = 
e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99
 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908
 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = 
aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b

Modified: trunk/www/linux-seamonkey/pkg-plist
==
--- trunk/www/linux-seamonkey/pkg-plist Sat Aug 23 19:24:03 2014(r1663)
+++ trunk/www/linux-seamonkey/pkg-plist Sat Aug 23 19:24:44 2014(r1664)
@@ -84,6 +84,10 @@
 lib/%%APP_NAME%%/isp/rss.rdf
 lib/%%APP_NAME%%/libfreebl3.chk
 lib/%%APP_NAME%%/libfreebl3.so
+%%GTK218%%lib/%%APP_NAME%%/libgdk-x11-2.0.so.0
+%%GTK218%%lib/%%APP_NAME%%/libgio-2.0.so.0
+%%GTK218%%lib/%%APP_NAME%%/libglib-2.0.so.0
+%%GTK218%%lib/%%APP_NAME%%/libgtk-x11-2.0.so.0
 lib/%%APP_NAME%%/libldap60.so
 lib/%%APP_NAME%%/libldif60.so
 lib/%%APP_NAME%%/libmozalloc.so

Modified: trunk/www/seamonkey-i18n/Makefile
==
--- trunk/www/seamonkey-i18n/Makefile   S

[Bug 192457] [patch] security/nss, security/ca_root_nss: update to 3.16.4

2014-08-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192457

Adam Weinberger  changed:

   What|Removed |Added

 CC||ad...@freebsd.org
   Assignee|freebsd-ports-bugs@FreeBSD. |freebsd-gecko@FreeBSD.org
   |org |

--- Comment #8 from Adam Weinberger  ---
Assigning back to maintainer. I've tested this patch and I can confirm it
builds clean.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 192773] [PATCH] Add ARM support for devel/nspr

2014-08-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773

--- Comment #5 from Jan Beich  ---
landed upstream - https://hg.mozilla.org/projects/nspr/rev/1fb699490ea7

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[SVN-Commit] r1665 - in trunk/devel/nspr: . files

2014-08-23 Thread svn-freebsd-gecko
Author: jbeich
Date: Sun Aug 24 06:17:38 2014
New Revision: 1665

Log:
Add ARM support for devel/nspr

PR: ports/192773
Submitted by:   sbruno

Modified:
   trunk/devel/nspr/Makefile
   trunk/devel/nspr/files/patch-bug782113

Modified: trunk/devel/nspr/Makefile
==
--- trunk/devel/nspr/Makefile   Sat Aug 23 19:24:44 2014(r1664)
+++ trunk/devel/nspr/Makefile   Sun Aug 24 06:17:38 2014(r1665)
@@ -25,10 +25,6 @@
 
 .include 
 
-.if ${ARCH} == "arm"
-BROKEN=Does not compile on arm
-.endif
-
 .if !defined(WITH_DEBUG)
 CONFIGURE_ARGS+=--disable-debug
 .endif

Modified: trunk/devel/nspr/files/patch-bug782113
==
--- trunk/devel/nspr/files/patch-bug782113  Sat Aug 23 19:24:44 2014
(r1664)
+++ trunk/devel/nspr/files/patch-bug782113  Sun Aug 24 06:17:38 2014
(r1665)
@@ -1,6 +1,6 @@
 --- ../pr/include/md/_freebsd.cfg
 +++ ../pr/include/md/_freebsd.cfg
-@@ -251,6 +251,97 @@
+@@ -251,6 +251,147 @@
  #define PR_ALIGN_OF_POINTER 8
  #define PR_ALIGN_OF_WORD8
  
@@ -95,12 +95,62 @@
 +#define PR_BYTES_PER_WORD_LOG2   2
 +#define PR_BYTES_PER_DWORD_LOG2  3
 +
++#elif defined(__arm__)
++
++#if defined(__ARMEB__) || defined(__ARM_BIG_ENDIAN__)
++#undef  IS_LITTLE_ENDIAN
++#define IS_BIG_ENDIAN1
++#else
++#undef  IS_BIG_ENDIAN
++#define IS_LITTLE_ENDIAN 1
++#endif
++
++#define PR_BYTES_PER_BYTE   1
++#define PR_BYTES_PER_SHORT  2
++#define PR_BYTES_PER_INT4
++#define PR_BYTES_PER_INT64  8
++#define PR_BYTES_PER_LONG   4
++#define PR_BYTES_PER_FLOAT  4
++#define PR_BYTES_PER_DOUBLE 8
++#define PR_BYTES_PER_WORD   4
++#define PR_BYTES_PER_DWORD  8
++
++#define PR_BITS_PER_BYTE8
++#define PR_BITS_PER_SHORT   16
++#define PR_BITS_PER_INT 32
++#define PR_BITS_PER_INT64   64
++#define PR_BITS_PER_LONG32
++#define PR_BITS_PER_FLOAT   32
++#define PR_BITS_PER_DOUBLE  64
++#define PR_BITS_PER_WORD32
++
++#define PR_BITS_PER_BYTE_LOG2   3
++#define PR_BITS_PER_SHORT_LOG2  4
++#define PR_BITS_PER_INT_LOG25
++#define PR_BITS_PER_INT64_LOG2  6
++#define PR_BITS_PER_LONG_LOG2   5
++#define PR_BITS_PER_FLOAT_LOG2  5
++#define PR_BITS_PER_DOUBLE_LOG2 6
++#define PR_BITS_PER_WORD_LOG2   5
++
++#define PR_ALIGN_OF_SHORT   2
++#define PR_ALIGN_OF_INT 4
++#define PR_ALIGN_OF_LONG4
++#define PR_ALIGN_OF_INT64   8
++#define PR_ALIGN_OF_FLOAT   4
++#define PR_ALIGN_OF_DOUBLE  8
++#define PR_ALIGN_OF_POINTER 4
++#define PR_ALIGN_OF_WORD4
++
++#define PR_BYTES_PER_WORD_LOG2   2
++#define PR_BYTES_PER_DWORD_LOG2  3
++
  #else
  
  #error "Unknown CPU architecture"
 --- ../pr/include/md/_freebsd.h
 +++ ../pr/include/md/_freebsd.h
-@@ -25,6 +25,10 @@
+@@ -25,6 +25,12 @@
  #define _PR_SI_ARCHITECTURE "ia64"
  #elif defined(__amd64__)
  #define _PR_SI_ARCHITECTURE "amd64"
@@ -108,6 +158,8 @@
 +#define _PR_SI_ARCHITECTURE "powerpc64"
 +#elif defined(__powerpc__)
 +#define _PR_SI_ARCHITECTURE "powerpc"
++#elif defined(__arm__)
++#define _PR_SI_ARCHITECTURE "arm"
  #else
  #error "Unknown CPU architecture"
  #endif
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[SVN-Commit] r1666 - in trunk: devel/nspr security/nss

2014-08-23 Thread svn-freebsd-gecko
Author: jbeich
Date: Sun Aug 24 06:17:52 2014
New Revision: 1666

Log:
convert DEBUG to an option in NSPR/NSS

Modified:
   trunk/devel/nspr/Makefile
   trunk/security/nss/Makefile

Modified: trunk/devel/nspr/Makefile
==
--- trunk/devel/nspr/Makefile   Sun Aug 24 06:17:38 2014(r1665)
+++ trunk/devel/nspr/Makefile   Sun Aug 24 06:17:52 2014(r1666)
@@ -23,11 +23,9 @@
 
 LIBRARIES= libnspr4.so.1 libplc4.so.1 libplds4.so.1
 
-.include 
+OPTIONS_DEFINE=DEBUG
 
-.if !defined(WITH_DEBUG)
-CONFIGURE_ARGS+=--disable-debug
-.endif
+DEBUG_CONFIGURE_ENABLE=debug
 
 do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/nspr
@@ -79,4 +77,4 @@
#
 #.endif
 
-.include 
+.include 

Modified: trunk/security/nss/Makefile
==
--- trunk/security/nss/Makefile Sun Aug 24 06:17:38 2014(r1665)
+++ trunk/security/nss/Makefile Sun Aug 24 06:17:52 2014(r1666)
@@ -41,15 +41,17 @@
p7verify pk12util rsaperf shlibsign signtool signver \
ssltap strsclnt symkeyutil vfychain vfyserv
 
-.if !defined(WITH_DEBUG)
+OPTIONS_DEFINE=DEBUG
+
+.include 
+
+.if ! ${PORT_OPTIONS:MDEBUG}
 MAKE_ENV+= BUILD_OPT=1
 BINS=  ${DIST}/${OPSYS}${OSREL}_OPT.OBJ
 .else
 BINS=  ${DIST}/${OPSYS}${OSREL}_DBG.OBJ
 .endif
 
-.include 
-
 .if ${ARCH} == amd64
 USE_BINUTILS=  # intel-gcm.s
 CFLAGS+=   -B${LOCALBASE}/bin
@@ -95,4 +97,4 @@
${INSTALL_SCRIPT} ${WRKDIR}/nss-config ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKDIR}/nss.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig
 
-.include 
+.include 
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[SVN-Commit] r1667 - in trunk: mail/thunderbird/files www/seamonkey/files

2014-08-23 Thread svn-freebsd-gecko
Author: jbeich
Date: Sun Aug 24 06:18:05 2014
New Revision: 1667

Log:
remove unused patch

Deleted:
   trunk/mail/thunderbird/files/extra-patch-security_manager_Makefile.in
   trunk/www/seamonkey/files/extra-patch-security_manager_Makefile.in

Deleted: trunk/mail/thunderbird/files/extra-patch-security_manager_Makefile.in
==
--- trunk/mail/thunderbird/files/extra-patch-security_manager_Makefile.in   
Sun Aug 24 06:18:05 2014(r1666)
+++ /dev/null   00:00:00 1970   (deleted)
@@ -1,11 +0,0 @@
 security/manager/Makefile.in.orig.patched  Thu May 25 10:19:22 2006
-+++ security/manager/Makefile.in   Thu May 25 10:19:22 2006
-@@ -159,8 +159,6 @@
-   $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS)
- ifeq ($(OS_ARCH),WINNT)
-   cd $(DIST)/lib; cp -f $(LIB_PREFIX)dbm$(MOZ_BITS).$(LIB_SUFFIX) 
$(LIB_PREFIX)dbm.$(LIB_SUFFIX)
--else
--  cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) 
$(LIB_PREFIX)dbm.$(LIB_SUFFIX); $(RANLIB) $(LIB_PREFIX)dbm.$(LIB_SUFFIX)
- endif
- # $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS)
- ifndef SKIP_CHK

Deleted: trunk/www/seamonkey/files/extra-patch-security_manager_Makefile.in
==
--- trunk/www/seamonkey/files/extra-patch-security_manager_Makefile.in  Sun Aug 
24 06:18:05 2014(r1666)
+++ /dev/null   00:00:00 1970   (deleted)
@@ -1,11 +0,0 @@
 security/manager/Makefile.in.orig.patched  Thu May 25 10:19:22 2006
-+++ security/manager/Makefile.in   Thu May 25 10:19:22 2006
-@@ -159,8 +159,6 @@
-   $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS)
- ifeq ($(OS_ARCH),WINNT)
-   cd $(DIST)/lib; cp -f $(LIB_PREFIX)dbm$(MOZ_BITS).$(LIB_SUFFIX) 
$(LIB_PREFIX)dbm.$(LIB_SUFFIX)
--else
--  cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) 
$(LIB_PREFIX)dbm.$(LIB_SUFFIX); $(RANLIB) $(LIB_PREFIX)dbm.$(LIB_SUFFIX)
- endif
- # $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS)
- ifndef SKIP_CHK
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"