Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109480341
D23552.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D23552.diff
View Options
Index: net-im/libpurple/Makefile
===================================================================
--- net-im/libpurple/Makefile
+++ net-im/libpurple/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.13.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}
@@ -178,8 +178,8 @@
CONFIGURE_ARGS+= --enable-nss=yes \
--with-nspr-includes=${LOCALBASE}/include/nspr \
--with-nspr-libs=${LOCALBASE}/lib \
- --with-nss-includes=${LOCALBASE}/include/nss/nss \
- --with-nss-libs=${LOCALBASE}/lib/nss
+ --with-nss-includes=${LOCALBASE}/include/nss \
+ --with-nss-libs=${LOCALBASE}/lib
PLIST_SUB+= NSS=""
.else
CONFIGURE_ARGS+= --enable-nss=no
Index: security/pidgin-encryption/Makefile
===================================================================
--- security/pidgin-encryption/Makefile
+++ security/pidgin-encryption/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pidgin
PORTVERSION= 3.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}-encrypt/Releases/${PORTVERSION}
PKGNAMESUFFIX= -encryption
@@ -21,8 +21,8 @@
CONFIGURE_ARGS= --disable-static \
--with-nspr-includes=${LOCALBASE}/include/nspr \
--with-nspr-libs=${LOCALBASE}/lib \
- --with-nss-includes=${LOCALBASE}/include/nss/nss \
- --with-nss-libs=${LOCALBASE}/lib/nss
+ --with-nss-includes=${LOCALBASE}/include/nss \
+ --with-nss-libs=${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
Index: security/py-python-nss/Makefile
===================================================================
--- security/py-python-nss/Makefile
+++ security/py-python-nss/Makefile
@@ -2,7 +2,7 @@
PORTNAME= python-nss
PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,12 +22,9 @@
USES= compiler:c11 python tar:bzip2
USE_PYTHON= autoplist distutils
-PYDISTUTILS_CONFIGUREARGS= --include-root="${LOCALBASE}/include" \
- --include-root="${LOCALBASE}/include/nss"
+PYDISTUTILS_CONFIGUREARGS= --include-root="${LOCALBASE}/include"
PYDISTUTILS_BUILDARGS= ${PYDISTUTILS_CONFIGUREARGS}
PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} ${PYDISTUTILS_CONFIGUREARGS}
-
-LDFLAGS+= -L${LOCALBASE}/lib/nss
TEST_TARGET= # empty
TEST_WRKSRC= ${WRKSRC}/test
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 3:38 PM (8 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16495466
Default Alt Text
D23552.diff (2 KB)
Attached To
Mode
D23552: Followup patch for security/nss installation path modification in D23424
Attached
Detach File
Event Timeline
Log In to Comment