pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/xulrunner45 www/firefox45 was removed



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d5298b0dd0f
branches:  trunk
changeset: 396940:9d5298b0dd0f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Jun 13 03:10:10 2019 +0000

description:
www/firefox45 was removed

diffstat:

 devel/xulrunner45/DESCR         |     5 -
 devel/xulrunner45/Makefile      |    81 -
 devel/xulrunner45/PLIST         |  7454 ---------------------------------------
 devel/xulrunner45/buildlink3.mk |    30 -
 4 files changed, 0 insertions(+), 7570 deletions(-)

diffs (truncated from 7586 to 300 lines):

diff -r cdb6b6760536 -r 9d5298b0dd0f devel/xulrunner45/DESCR
--- a/devel/xulrunner45/DESCR   Wed Jun 12 22:04:55 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-XULRunner is a runtime environment for applications using the
-XML User Interface Language, XUL. It is the successor of the "Gecko"
-runtime environment.
-
-This package tracks 45 extended support release.
diff -r cdb6b6760536 -r 9d5298b0dd0f devel/xulrunner45/Makefile
--- a/devel/xulrunner45/Makefile        Wed Jun 12 22:04:55 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,81 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2019/01/29 22:33:58 tnn Exp $
-
-MOZ_BRANCH=            45.9
-MOZ_BRANCH_MINOR=      .0esr
-MOZ_VER=               ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-DISTNAME=              firefox-${MOZ_VER}.source
-MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${MOZ_VER}/source/}
-#MASTER_SITES+=                ${MASTER_SITE_MOZILLA:=firefox/releases/${MOZ_VER}/source/}
-EXTRACT_SUFX=          .tar.xz
-
-PKGNAME=       xulrunner${MOZ_BRANCH:C/\..*$//}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/esr//:S/b/beta/}
-PKGREVISION=   7
-CATEGORIES=    devel www
-
-MAINTAINER=    ryoon%NetBSD.org@localhost
-HOMEPAGE=      http://developer.mozilla.org/en/docs/XULRunner
-COMMENT=       XML User Interface Language runtime environment
-LICENSE=       mpl-1.1
-
-WRKSRC=                ${WRKDIR}/${DISTNAME:S/.source//}
-
-DISTINFO_FILE= ${.CURDIR}/../../www/firefox45/distinfo
-PATCHDIR=      ${.CURDIR}/../../www/firefox45/patches
-
-CHECK_PORTABILITY_SKIP+=       js/src/tests/update-test262.sh
-
-MOZILLA_DIR=   # empty
-
-PKGCONFIG_OVERRIDE+=   xulrunner45/installer/libxul-embedding.pc.in
-PKGCONFIG_OVERRIDE+=   xulrunner45/installer/libxul.pc.in
-PKGCONFIG_OVERRIDE+=   xulrunner45/installer/mozilla-gtkmozembed-embedding.pc.in
-PKGCONFIG_OVERRIDE+=   xulrunner45/installer/mozilla-gtkmozembed.pc.in
-PKGCONFIG_OVERRIDE+=   xulrunner45/installer/mozilla-js.pc.in
-PKGCONFIG_OVERRIDE+=   xulrunner45/installer/mozilla-nspr.pc.in
-PKGCONFIG_OVERRIDE+=   xulrunner45/installer/mozilla-nss.pc.in
-PKGCONFIG_OVERRIDE+=   xulrunner45/installer/mozilla-plugin.pc.in
-
-CONFIGURE_ARGS+=       --enable-application=xulrunner
-CONFIGURE_ARGS+=       --enable-libxul
-
-ALL_ENV+=              MOZILLA_PKG_NAME=${PKGBASE}
-
-MAKE_ENV+=             FREEBL_NO_DEPEND=0
-
-LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${PKGBASE}
-LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib
-LDFLAGS.SunOS+=                -lm
-
-CHECK_INTERPRETER_SKIP+=lib/${PKGBASE}/sdk/bin/header.py
-CHECK_INTERPRETER_SKIP+=lib/${PKGBASE}/sdk/bin/typelib.py
-CHECK_INTERPRETER_SKIP+=lib/${PKGBASE}/sdk/bin/xpidl.py
-CHECK_INTERPRETER_SKIP+=lib/${PKGBASE}/sdk/bin/xpt.py
-
-.include "../../www/firefox45/mozilla-common.mk"
-.include "../../www/firefox45/options.mk"
-
-post-extract:
-       mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S
-
-pre-configure:
-       cd ${WRKSRC} && mkdir ${OBJDIR}
-       cd ${WRKSRC} && autoconf
-       cd ${WRKSRC}/js/src && autoconf
-       mkdir ${WRKSRC}/js/src/.deps
-
-post-install:
-       rm -f ${DESTDIR}${PREFIX}/lib/xulrunner45/libxpcomglue.a
-       ln -s sdk/lib/libxpcomglue.a                                    \
-         ${DESTDIR}${PREFIX}/lib/xulrunner45/libxpcomglue.a
-       rm -f ${DESTDIR}${PREFIX}/lib/xulrunner45/libxpcomglue_s.a
-       ln -s sdk/lib/libxpcomglue_s.a                                  \
-         ${DESTDIR}${PREFIX}/lib/xulrunner45/libxpcomglue_s.a
-       rm -f ${DESTDIR}${PREFIX}/lib/xulrunner45/libunicharutil_external_s.a
-       ln -s sdk/lib/libunicharutil_external_s.a                       \
-         ${DESTDIR}${PREFIX}/lib/xulrunner45/libunicharutil_external_s.a
-       rm -f ${DESTDIR}${PREFIX}/lib/xulrunner45/libmozglue.a
-       ln -s sdk/lib/libmozglue.a                                      \
-         ${DESTDIR}${PREFIX}/lib/xulrunner45/libmozglue.a
-       ${TOUCH} ${TOUCH_FLAGS} ${DESTDIR}${PREFIX}/include/xulrunner45/mozilla/throw_gcc.h
-
-.include "../../mk/bsd.pkg.mk"
diff -r cdb6b6760536 -r 9d5298b0dd0f devel/xulrunner45/PLIST
--- a/devel/xulrunner45/PLIST   Wed Jun 12 22:04:55 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7454 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2018/02/12 15:16:24 abs Exp $
-bin/xulrunner45
-include/xulrunner45/ADTSDecoder.h
-include/xulrunner45/ADTSDemuxer.h
-include/xulrunner45/AbstractMediaDecoder.h
-include/xulrunner45/AccEvent.h
-include/xulrunner45/ActiveLayerTracker.h
-include/xulrunner45/AgnosticDecoderModule.h
-include/xulrunner45/AlignedTArray.h
-include/xulrunner45/AndroidNativeWindow.h
-include/xulrunner45/AndroidSurfaceTexture.h
-include/xulrunner45/AnimationCommon.h
-include/xulrunner45/AsyncEventRunner.h
-include/xulrunner45/AsyncScrollBase.h
-include/xulrunner45/AudioBlock.h
-include/xulrunner45/AudioBufferUtils.h
-include/xulrunner45/AudioChannelAgent.h
-include/xulrunner45/AudioChannelFormat.h
-include/xulrunner45/AudioChannelService.h
-include/xulrunner45/AudioCompactor.h
-include/xulrunner45/AudioEventTimeline.h
-include/xulrunner45/AudioMixer.h
-include/xulrunner45/AudioNodeEngine.h
-include/xulrunner45/AudioNodeExternalInputStream.h
-include/xulrunner45/AudioNodeStream.h
-include/xulrunner45/AudioPacketizer.h
-include/xulrunner45/AudioParamTimeline.h
-include/xulrunner45/AudioSampleFormat.h
-include/xulrunner45/AudioSegment.h
-include/xulrunner45/AudioStream.h
-include/xulrunner45/AutocompleteFieldList.h
-include/xulrunner45/BackstagePass.h
-include/xulrunner45/BasicCanvasLayer.h
-include/xulrunner45/BasicImplData.h
-include/xulrunner45/BasicLayers.h
-include/xulrunner45/BasicLayersImpl.h
-include/xulrunner45/BasicPaintedLayer.h
-include/xulrunner45/BufferMediaResource.h
-include/xulrunner45/CacheObserver.h
-include/xulrunner45/CacheStorageService.h
-include/xulrunner45/CameraCommon.h
-include/xulrunner45/CameraPreferences.h
-include/xulrunner45/CaretAssociationHint.h
-include/xulrunner45/CertVerifier.h
-include/xulrunner45/ClientCanvasLayer.h
-include/xulrunner45/ClientContainerLayer.h
-include/xulrunner45/ClientLayerManager.h
-include/xulrunner45/ClientPaintedLayer.h
-include/xulrunner45/ClientTiledPaintedLayer.h
-include/xulrunner45/CodeAddressService.h
-include/xulrunner45/Composer2D.h
-include/xulrunner45/CompositableHost.h
-include/xulrunner45/CompositorTypes.h
-include/xulrunner45/ContainerWriter.h
-include/xulrunner45/ContentHandlerService.h
-include/xulrunner45/ContentHelper.h
-include/xulrunner45/ContextStateTracker.h
-include/xulrunner45/CopyableCanvasLayer.h
-include/xulrunner45/CounterStyleManager.h
-include/xulrunner45/Crypto.h
-include/xulrunner45/CryptoTask.h
-include/xulrunner45/CubebUtils.h
-include/xulrunner45/D3D9SurfaceImage.h
-include/xulrunner45/DOMCameraManager.h
-include/xulrunner45/DOMMediaStream.h
-include/xulrunner45/DecoderTraits.h
-include/xulrunner45/DecomposeIntoNoRepeatTriangles.h
-include/xulrunner45/DeviceStorage.h
-include/xulrunner45/DeviceStorageFileDescriptor.h
-include/xulrunner45/DiskSpaceWatcher.h
-include/xulrunner45/DisplayItemClip.h
-include/xulrunner45/DisplayListClipState.h
-include/xulrunner45/DrawMode.h
-include/xulrunner45/DrawResult.h
-include/xulrunner45/DriverCrashGuard.h
-include/xulrunner45/EGLUtils.h
-include/xulrunner45/EMEAudioDecoder.h
-include/xulrunner45/EMEDecoderModule.h
-include/xulrunner45/EMEVideoDecoder.h
-include/xulrunner45/EncodedBufferCache.h
-include/xulrunner45/EncodedFrameContainer.h
-include/xulrunner45/Entries.h
-include/xulrunner45/ErrorList.h
-include/xulrunner45/EventTracer.h
-include/xulrunner45/FFmpegRuntimeLinker.h
-include/xulrunner45/FakeInputPortService.h
-include/xulrunner45/FileBlockCache.h
-include/xulrunner45/FilterSupport.h
-include/xulrunner45/FlushableTaskQueue.h
-include/xulrunner45/ForceDiscreteGPUHelperCGL.h
-include/xulrunner45/FrameLayerBuilder.h
-include/xulrunner45/FrameMetrics.h
-include/xulrunner45/FramePropertyTable.h
-include/xulrunner45/FrameStatistics.h
-include/xulrunner45/FuzzingWrapper.h
-include/xulrunner45/GLBlitHelper.h
-include/xulrunner45/GLConsts.h
-include/xulrunner45/GLContext.h
-include/xulrunner45/GLContextEGL.h
-include/xulrunner45/GLContextGLX.h
-include/xulrunner45/GLContextProvider.h
-include/xulrunner45/GLContextProviderImpl.h
-include/xulrunner45/GLContextSymbols.h
-include/xulrunner45/GLContextTypes.h
-include/xulrunner45/GLDefs.h
-include/xulrunner45/GLImages.h
-include/xulrunner45/GLLibraryEGL.h
-include/xulrunner45/GLLibraryLoader.h
-include/xulrunner45/GLReadTexImageHelper.h
-include/xulrunner45/GLScreenBuffer.h
-include/xulrunner45/GLTextureImage.h
-include/xulrunner45/GLTypes.h
-include/xulrunner45/GLUploadHelpers.h
-include/xulrunner45/GLXLibrary.h
-include/xulrunner45/GMPAudioDecoder.h
-include/xulrunner45/GMPAudioDecoderChild.h
-include/xulrunner45/GMPAudioDecoderParent.h
-include/xulrunner45/GMPAudioDecoderProxy.h
-include/xulrunner45/GMPAudioHost.h
-include/xulrunner45/GMPCallbackBase.h
-include/xulrunner45/GMPChild.h
-include/xulrunner45/GMPContentChild.h
-include/xulrunner45/GMPContentParent.h
-include/xulrunner45/GMPDecoderModule.h
-include/xulrunner45/GMPDecryptorChild.h
-include/xulrunner45/GMPDecryptorParent.h
-include/xulrunner45/GMPDecryptorProxy.h
-include/xulrunner45/GMPEncryptedBufferDataImpl.h
-include/xulrunner45/GMPLoader.h
-include/xulrunner45/GMPMessageUtils.h
-include/xulrunner45/GMPParent.h
-include/xulrunner45/GMPPlatform.h
-include/xulrunner45/GMPProcessChild.h
-include/xulrunner45/GMPProcessParent.h
-include/xulrunner45/GMPService.h
-include/xulrunner45/GMPServiceChild.h
-include/xulrunner45/GMPServiceParent.h
-include/xulrunner45/GMPSharedMemManager.h
-include/xulrunner45/GMPStorageChild.h
-include/xulrunner45/GMPStorageParent.h
-include/xulrunner45/GMPTimerChild.h
-include/xulrunner45/GMPTimerParent.h
-include/xulrunner45/GMPUtils.h
-include/xulrunner45/GMPVideoDecoder.h
-include/xulrunner45/GMPVideoDecoderChild.h
-include/xulrunner45/GMPVideoDecoderParent.h
-include/xulrunner45/GMPVideoDecoderProxy.h
-include/xulrunner45/GMPVideoEncodedFrameImpl.h
-include/xulrunner45/GMPVideoEncoderChild.h
-include/xulrunner45/GMPVideoEncoderParent.h
-include/xulrunner45/GMPVideoEncoderProxy.h
-include/xulrunner45/GMPVideoHost.h
-include/xulrunner45/GMPVideoPlaneImpl.h
-include/xulrunner45/GMPVideoi420FrameImpl.h
-include/xulrunner45/GeckoProfiler.h
-include/xulrunner45/GfxDriverInfo.h
-include/xulrunner45/GfxInfoBase.h
-include/xulrunner45/GfxInfoCollector.h
-include/xulrunner45/GfxTexturesReporter.h
-include/xulrunner45/GrallocImages.h
-include/xulrunner45/GreekCasing.h
-include/xulrunner45/H264Converter.h
-include/xulrunner45/HTMLPropertiesCollection.h
-include/xulrunner45/HTMLSplitOnSpacesTokenizer.h
-include/xulrunner45/HeapCopyOfStackArray.h
-include/xulrunner45/ICUUtils.h
-include/xulrunner45/IJSDebugger.h
-include/xulrunner45/IMFYCbCrImage.h
-include/xulrunner45/IProgressObserver.h
-include/xulrunner45/ImageCacheKey.h
-include/xulrunner45/ImageContainer.h
-include/xulrunner45/ImageHost.h
-include/xulrunner45/ImageLayers.h
-include/xulrunner45/ImageLogging.h
-include/xulrunner45/ImageOps.h
-include/xulrunner45/ImageRegion.h
-include/xulrunner45/ImageTypes.h
-include/xulrunner45/InputData.h
-include/xulrunner45/InputPortData.h
-include/xulrunner45/InputPortListeners.h
-include/xulrunner45/InputPortServiceFactory.h
-include/xulrunner45/InterceptedJARChannel.h
-include/xulrunner45/Intervals.h
-include/xulrunner45/IrishCasing.h
-include/xulrunner45/Latency.h
-include/xulrunner45/LayerScope.h
-include/xulrunner45/LayerScopePacket.pb.h
-include/xulrunner45/LayerSorter.h
-include/xulrunner45/LayerState.h
-include/xulrunner45/LayerTreeInvalidation.h
-include/xulrunner45/LayerUserData.h
-include/xulrunner45/Layers.h
-include/xulrunner45/LayersLogging.h
-include/xulrunner45/LayersTypes.h
-include/xulrunner45/LayoutLogging.h
-include/xulrunner45/LookupCache.h
-include/xulrunner45/MP3Decoder.h
-include/xulrunner45/MP3Demuxer.h
-include/xulrunner45/MP3FrameParser.h
-include/xulrunner45/MP4Decoder.h
-include/xulrunner45/MP4Demuxer.h
-include/xulrunner45/MP4Stream.h



Home | Main Index | Thread Index | Old Index