aboutsummaryrefslogtreecommitdiffstats
path: root/devel/nspr
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-06-02 01:10:06 +0800
committermarcus <marcus@FreeBSD.org>2003-06-02 01:10:06 +0800
commitea6dd6173fc975a9639528e0781aae46ec3643ec (patch)
tree8833ca63d88e134cba53aa5fbb5f3a6cf9180c32 /devel/nspr
parent7b1a52f4bf4b53082248ea9719658e4a729e156a (diff)
downloadfreebsd-ports-gnome-ea6dd6173fc975a9639528e0781aae46ec3643ec.tar.gz
freebsd-ports-gnome-ea6dd6173fc975a9639528e0781aae46ec3643ec.tar.zst
freebsd-ports-gnome-ea6dd6173fc975a9639528e0781aae46ec3643ec.zip
Add a better patch to say we have socklen_t.
Submitted by: tmm
Diffstat (limited to 'devel/nspr')
-rw-r--r--devel/nspr/files/patch-..::configure13
-rw-r--r--devel/nspr/files/patch-nspr-unix.c21
2 files changed, 7 insertions, 27 deletions
diff --git a/devel/nspr/files/patch-..::configure b/devel/nspr/files/patch-..::configure
index b69e24479e5e..2122dd562194 100644
--- a/devel/nspr/files/patch-..::configure
+++ b/devel/nspr/files/patch-..::configure
@@ -1,13 +1,14 @@
-
-$FreeBSD$
-
---- ../configure.orig Sat Mar 30 17:35:05 2002
-+++ ../configure Thu Aug 8 19:35:46 2002
-@@ -3290,16 +3290,17 @@
+--- ../configure.orig Wed Mar 26 21:21:19 2003
++++ ../configure Sun Jun 1 13:08:11 2003
+@@ -3300,16 +3300,21 @@
#define HAVE_BSD_FLOCK 1
EOF
- CFLAGS="$CFLAGS $(DSO_CFLAGS) -ansi -Wall"
++ cat >> confdefs.h <<\EOF
++#define HAVE_SOCKLEN_T 1
++EOF
++
+ CFLAFS="$CFLAGS $DSO_CFLAGS -ansi -Wall -pipe -DXP_UNIX"
MOZ_OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
if test "$MOZ_OBJFORMAT" = "elf"; then
diff --git a/devel/nspr/files/patch-nspr-unix.c b/devel/nspr/files/patch-nspr-unix.c
deleted file mode 100644
index 1c4007c7542e..000000000000
--- a/devel/nspr/files/patch-nspr-unix.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- ../pr/src/md/unix/unix.c.orig Sat May 31 18:06:04 2003
-+++ ../pr/src/md/unix/unix.c Sat May 31 18:04:43 2003
-@@ -65,7 +65,8 @@
- * PRInt32* pointer to a _PRSockLen_t* pointer.
- */
- #if defined(HAVE_SOCKLEN_T) \
-- || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2)
-+ || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) \
-+ || defined(FREEBSD)
- #define _PRSockLen_t socklen_t
- #elif defined(IRIX) || defined(HPUX) || defined(OSF1) || defined(SOLARIS) \
- || defined(AIX4_1) || defined(LINUX) || defined(SONY) \
-@@ -73,7 +74,7 @@
- || defined(SUNOS4) || defined(NCR) || defined(DARWIN) \
- || defined(NEXTSTEP) || defined(QNX)
- #define _PRSockLen_t int
--#elif (defined(AIX) && !defined(AIX4_1)) || defined(FREEBSD) \
-+#elif (defined(AIX) && !defined(AIX4_1)) \
- || defined(NETBSD) || defined(OPENBSD) || defined(UNIXWARE) \
- || defined(DGUX) || defined(VMS) || defined(NTO)
- #define _PRSockLen_t size_t
pan title='2018-07-26 19:53:27 +0800'>2018-07-2652-8/+299 * Fix linterFabio Berger2018-07-262-3/+0 * Revert to using execAsyncFabio Berger2018-07-261-10/+2 * Revert to publishing ethereum-typesFabio Berger2018-07-2618-18/+17 * Fix marshaller importFabio Berger2018-07-261-1/+1 * Temporarily have all packages depend on an older, published version of ethere...Fabio Berger2018-07-2617-17/+17 * Temporarily make ethereum-types private to exclude from publishingFabio Berger2018-07-261-0/+1 * Fix changelogsFabio Berger2018-07-266-3/+30 * Remove artifacts for gitFabio Berger2018-07-264-3256/+0 * Call 'lerna publish' with spawn so we see stderr and stdout in real-timeFabio Berger2018-07-261-2/+10 * Merge pull request #902 from 0xProject/feature/web3-wrapper/unexport-marshallerFrancesco Agosti2018-07-263-2/+6 |\ | * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-26172-3250/+3947 | |\ | * | Add remove marshaller to changelog notesfragosti2018-07-201-0/+8 | * | Stop exporting marshaller from web3-wrapperfragosti2018-07-203-6/+2 * | | Remove careers page feature flagBrandon Millman2018-07-262-14/+2 * | | Merge pull request #893 from 0xProject/feature/website/jobs-page-part2Brandon Millman2018-07-2630-438/+420 |\ \ \ | * | | Header copy changeBrandon Millman2018-07-261-8/+7 | * | | Margin polishBrandon Millman2018-07-262-4/+4 | * | | Update open positions sectionBrandon Millman2018-07-253-10/+29 | * | | Update benefits sectionBrandon Millman2018-07-253-23/+48 | * | | Update mission sectionBrandon Millman2018-07-252-18/+47 | * | | Header copy updatesBrandon Millman2018-07-251-6/+16 | * | | Use isMobileWidth utilBrandon Millman2018-07-251-1/+1 | * | | Use our image component in missionBrandon Millman2018-07-252-2/+7 | * | | Always go to open positions when clicking CTABrandon Millman2018-07-241-0/+1 | * | | Fix hiding of dots on small screensBrandon Millman2018-07-241-2/+2 | * | | Merge branch 'v2-prototype' into feature/website/jobs-page-part2Brandon Millman2018-07-24115-2279/+2704 | |\ \ \ | * \ \ \ Merge branch 'v2-prototype' into feature/website/jobs-page-part2Brandon Millman2018-07-21112-679/+1030 | |\ \ \ \ | * | | | | Update hr colorBrandon Millman2018-07-192-4/+1 | * | | | | Fix lint errorsBrandon Millman2018-07-193-26/+0 | * | | | | Add /careers route and fix hr stylingBrandon Millman2018-07-197-9/+19 | * | | | | Fix typosBrandon Millman2018-07-192-5/+5 | * | | | | Fix key errors and typoBrandon Millman2018-07-192-5/+4 | * | | | | Fix padding on open positions sectionBrandon Millman2018-07-191-1/+1 | * | | | | Add dots on heroBrandon Millman2018-07-191-1/+11 | * | | | | Padding fixesBrandon Millman2018-07-192-7/+4 | * | | | | Update open positions sectionBrandon Millman2018-07-193-85/+78 | * | | | | Benefits and values sectionsBrandon Millman2018-07-1922-284/+209 | * | | | | Remove sectionsBrandon Millman2018-07-191-7/+0 | * | | | | Update mission sectionBrandon Millman2018-07-191-37/+29 | * | | | | Updates to the Join 0x sectionBrandon Millman2018-07-191-8/+12 | * | | | | Fix development environment checkBrandon Millman2018-07-191-1/+1 * | | | | | Also skip prompt when publishing for realFabio Berger2018-07-261-2/+2 * | | | | | Prettier fixesFabio Berger2018-07-266-3199/+3263 * | | | | | Missing artifactFabio Berger2018-07-261-0/+723 * | | | | | Replace hard-coded compact_artifacts with migrations artifactsFabio Berger2018-07-2611-381/+3211 * | | | | | Update order-utils to use 2.0.0-beta-testnet artifactsFabio Berger2018-07-261-3/+5 * | | | | | Remove artifacts which should no longer be commitedFabio Berger2018-07-269-14598/+0 * | | | | | New WETH9 artifactsFabio Berger2018-07-262-36/+36 * | | | | | Modify WETH9 event arg names to be identical to ERC20 standard suggested namesFabio Berger2018-07-261-4/+4 * | | | | | Update artifacts in contract-wrappers, generate artifacts and improve READMEFabio Berger2018-07-2618-3817/+25006 * | | | | | Update the kovan addresses in artifactsFabio Berger2018-07-254-6/+6 * | | | | | Improve the README instructions for migrationsFabio Berger2018-07-251-2/+22 * | | | | | Use infuraFabio Berger2018-07-252-2/+2 * | | | | | Fix typoFabio Berger2018-07-251-1/+1 * | | | | | Update v2-beta-testnet migrationFabio Berger2018-07-2511-259/+45542 | |_|_|_|/ |/| | | | * | | | | Remove unused importFabio Berger2018-07-251-1/+0 * | | | | Update artifactFabio Berger2018-07-251-8/+8 * | | | | Fix dep collisionFabio Berger2018-07-251-1/+0 * | | | | merge v2-prototypeFabio Berger2018-07-254-13/+9 |\ \ \ \ \ | * | | | | Update orderEpoch commentsAmir Bandeali2018-07-252-2/+2 | * | | | | Merge pull request #891 from 0xProject/bug/website/wiki-page-topbarFrancesco Agosti2018-07-251-1/+6 | |\ \ \ \ \ | | * | | | | Add zIndex 1 to topbar and fix issue where no box-shadow present on /docsfragosti2018-07-192-2/+6 | | * | | | | Make topbar zIndex 1fragosti2018-07-181-0/+1 | * | | | | | Omit specific version of react typesFabio Berger2018-07-241-1/+1 | * | | | | | Correct next versionFabio Berger2018-07-241-1/+1 | * | | | | | Merge v2-prototypeFabio Berger2018-07-24105-2228/+2564 | |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | * | | | | | | Leave react-dom type version also unspecifiedFabio Berger2018-07-252-2/+2 * | | | | | | Remove unused typweFabio Berger2018-07-251-12/+0 * | | | | | | Remove force publishFabio Berger2018-07-251-1/+1 * | | | | | | Revert "Temporarily add changelog & package.json version changes"Fabio Berger2018-07-2552-290/+8 * | | | | | | Specify registry url only if local publish attemptedLeonid Logvinov2018-07-254-31/+40 * | | | | | | Replace dry mode with local publishing modeLeonid Logvinov2018-07-252-28/+36 * | | | | | | Install our fork of lerna and use itFabio Berger2018-07-251-1/+1 * | | | | | | Omit specific version of react typesFabio Berger2018-07-241-1/+1 * | | | | | | Temporarily add changelog & package.json version changesFabio Berger2018-07-2452-8/+290 * | | | | | | Correct next versionFabio Berger2018-07-241-1/+1 * | | | | | | Merge fix-rc-packagesFabio Berger2018-07-249-11/+38 |\| | | | | | | * | | | | | Move solidity-parser-antlr type to dependencies since it's used as part of th...Fabio Berger2018-07-231-1/+1 | * | | | | | Omit verson of react typesFabio Berger2018-07-231-1/+1 | * | | | | | Stop specifying a specific version of @types/react so there can't be two inst...Fabio Berger2018-07-231-1/+1 | * | | | | | Move hdkey typings to dependencies since it's part of the exported interfaceFabio Berger2018-07-231-1/+1 | * | | | | | Add dependent types of the react-popper typingsFabio Berger2018-07-231-1/+3 | * | | | | | Revert "Move frontend package types out of typescript-typings since this pack...Fabio Berger2018-07-237-56/+53 | * | | | | | Add troubleshooting section to utils READMEFabio Berger2018-07-231-1/+15 | * | | | | | Add additional required tsconfig option for utils package since it now relies...Fabio Berger2018-07-231-0/+1 | * | | | | | Move frontend package types out of typescript-typings since this package will...Fabio Berger2018-07-227-53/+56 | * | | | | | Add bn.js types as dep of `typescript-typings` since they are needed by ether...Fabio Berger2018-07-221-1/+2 | * | | | | | Move ECSignature type from types package into eth-light-wallet type dec since...Fabio Berger2018-07-223-8/+14 * | | | | | | Make the test:installation work with the local npm registryLeonid Logvinov2018-07-242-5/+13 * | | | | | | Pretend we defined types for @lerna/batch-packagesLeonid Logvinov2018-07-241-0/+1 * | | | | | | Add utils.getTopologicallySortedPackagesLeonid Logvinov2018-07-241-1/+11 * | | | | | | Introduce PackageJson fileLeonid Logvinov2018-07-241-10/+12 * | | | | | | Test installation on latest version, not the packed oneLeonid Logvinov2018-07-241-6/+4 * | | | | | | Temp: Force publishLeonid Logvinov2018-07-241-1/+3 * | | | | | | improve logsFabio Berger2018-07-241-3/+2 * | | | | | | remove legacy prepublishOnlyFabio Berger2018-07-241-1/+0 * | | | | | | Add --yes flagFabio Berger2018-07-241-1/+1 * | | | | | | Add nodeFabio Berger2018-07-241-1/+1 * | | | | | | Use relative path to lerna executableFabio Berger2018-07-241-3/+3 * | | | | | | Add missing 'publish'Fabio Berger2018-07-241-1/+1 * | | | | | | Fix publish commandFabio Berger2018-07-241-3/+5 * | | | | | | Use cdVersions flag instead of interactive promptFabio Berger2018-07-241-63/+4 * | | | | | | Add ignore flagFabio Berger2018-07-241-0/+8 * | | | | | | Use includeFabio Berger2018-07-241-3/+1 * | | | | | | Dedup versionPrompt being triggered multiple timesFabio Berger2018-07-241-2/+8 * | | | | | | Remove regexFabio Berger2018-07-241-1/+1 * | | | | | | Make regex less strictFabio Berger2018-07-241-1/+1 * | | | | | | Add timeout before writing to stdinFabio Berger2018-07-241-4/+11 * | | | | | | Use string equals and remove returnsFabio Berger2018-07-241-3/+1 * | | | | | | Add in print statementsFabio Berger2018-07-241-0/+3 * | | | | | | Add missing varsFabio Berger2018-07-241-2/+4 * | | | | | | Also add private package new versions to packageToNextVersionFabio Berger2018-07-241-11/+14 * | | | | | | Make sure private packages have a next versionFabio Berger2018-07-241-0/+8 * | | | | | | more bogusFabio Berger2018-07-241-1/+1 * | | | | | | testingFabio Berger2018-07-241-0/+3 * | | | | | | Fix publish to give lerna actual version rather then the semver diffFabio Berger2018-07-242-12/+12 * | | | | | | Changed artifactsFabio Berger2018-07-24