mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Now that www/neon is at an appropriate version, re-enable building www/screem
with it. NOTE!!! www/screem will not build if krb5-config exists AND Kerberos V is not installed (a separte PR has been filed). PR: 62514 Submitted by: maintainer
This commit is contained in:
parent
b6b738d7a2
commit
0a61206a8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100355
@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= coop9211@uidaho.edu
|
||||
COMMENT= Nice GNOME/GTK-based HTML editor
|
||||
|
||||
# www/neon needs to be updated to 0.24.3
|
||||
#LIB_DEPENDS= neon.24:${PORTSDIR}/www/neon
|
||||
LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
@ -35,7 +34,8 @@ CONFIGURE_ARGS+= --with-ssl
|
||||
USE_PERL5= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
#CONFIGURE_ARGS+= --with-neon="${LOCALBASE}/bin"
|
||||
CONFIGURE_ARGS+= --without-included-neon
|
||||
# --with-neon="${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
@ -43,4 +43,7 @@ post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g'
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (screem-0.8.2.tar.gz) = fd1c6f8c2867a43028621cbdd944b9df
|
||||
SIZE (screem-0.8.2.tar.gz) = 2193840
|
||||
|
@ -0,0 +1,20 @@
|
||||
--- plugins/uploadWizard/Makefile.in.old Sat Jan 31 01:09:09 2004
|
||||
+++ plugins/uploadWizard/Makefile.in Sat Jan 31 01:14:46 2004
|
||||
@@ -179,7 +179,7 @@
|
||||
|
||||
|
||||
uploadWizard_la_LDFLAGS = -avoid-version -module
|
||||
-uploadWizard_la_LIBADD = $(NEONOBJS)
|
||||
+uploadWizard_la_LIBADD =
|
||||
|
||||
config_h = $(top_builddir)/config.h
|
||||
obj_ext = o
|
||||
@@ -191,7 +191,7 @@
|
||||
|
||||
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
||||
LIBS = @LIBS@
|
||||
-uploadWizard_la_DEPENDENCIES = $(neon_dir)/*.lo
|
||||
+uploadWizard_la_DEPENDENCIES =
|
||||
@HAVE_FNMATCH_FALSE@uploadWizard_la_OBJECTS = netrc.lo rpmatch.lo \
|
||||
@HAVE_FNMATCH_FALSE@fnmatch.lo common.lo davdriver.lo fileset.lo ftp.lo \
|
||||
@HAVE_FNMATCH_FALSE@ftpdriver.lo rcfile.lo rshdriver.lo sitefiles.lo \
|
@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= coop9211@uidaho.edu
|
||||
COMMENT= Nice GNOME/GTK-based HTML editor
|
||||
|
||||
# www/neon needs to be updated to 0.24.3
|
||||
#LIB_DEPENDS= neon.24:${PORTSDIR}/www/neon
|
||||
LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
@ -35,7 +34,8 @@ CONFIGURE_ARGS+= --with-ssl
|
||||
USE_PERL5= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
#CONFIGURE_ARGS+= --with-neon="${LOCALBASE}/bin"
|
||||
CONFIGURE_ARGS+= --without-included-neon
|
||||
# --with-neon="${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
@ -43,4 +43,7 @@ post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g'
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (screem-0.8.2.tar.gz) = fd1c6f8c2867a43028621cbdd944b9df
|
||||
SIZE (screem-0.8.2.tar.gz) = 2193840
|
||||
|
20
www/screem/files/patch-plugins::uploadWizard::Makefile.in
Normal file
20
www/screem/files/patch-plugins::uploadWizard::Makefile.in
Normal file
@ -0,0 +1,20 @@
|
||||
--- plugins/uploadWizard/Makefile.in.old Sat Jan 31 01:09:09 2004
|
||||
+++ plugins/uploadWizard/Makefile.in Sat Jan 31 01:14:46 2004
|
||||
@@ -179,7 +179,7 @@
|
||||
|
||||
|
||||
uploadWizard_la_LDFLAGS = -avoid-version -module
|
||||
-uploadWizard_la_LIBADD = $(NEONOBJS)
|
||||
+uploadWizard_la_LIBADD =
|
||||
|
||||
config_h = $(top_builddir)/config.h
|
||||
obj_ext = o
|
||||
@@ -191,7 +191,7 @@
|
||||
|
||||
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
||||
LIBS = @LIBS@
|
||||
-uploadWizard_la_DEPENDENCIES = $(neon_dir)/*.lo
|
||||
+uploadWizard_la_DEPENDENCIES =
|
||||
@HAVE_FNMATCH_FALSE@uploadWizard_la_OBJECTS = netrc.lo rpmatch.lo \
|
||||
@HAVE_FNMATCH_FALSE@fnmatch.lo common.lo davdriver.lo fileset.lo ftp.lo \
|
||||
@HAVE_FNMATCH_FALSE@ftpdriver.lo rcfile.lo rshdriver.lo sitefiles.lo \
|
Loading…
Reference in New Issue
Block a user