pkgsrc-WIP-changes archive

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

inn: Remove GCC_REQD+=2.95.3



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Sep 6 14:17:16 2019 +0200
Changeset:	3b290b08ae42c48ee67ee4304c9d35b1eab626e2

Modified Files:
	inn/Makefile
	inn/TODO

Log Message:
inn: Remove GCC_REQD+=2.95.3

There is no older GCC available in pkgsrc.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3b290b08ae42c48ee67ee4304c9d35b1eab626e2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 inn/Makefile | 14 +++++---------
 inn/TODO     |  2 +-
 2 files changed, 6 insertions(+), 10 deletions(-)

diffs:
diff --git a/inn/Makefile b/inn/Makefile
index eed092a599..e88ec49c76 100644
--- a/inn/Makefile
+++ b/inn/Makefile
@@ -19,11 +19,6 @@ USE_LIBTOOL=		yes
 REPLACE_PERL+=		tests/docs/pod.t
 
 .include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD+=		2.95.3
-.endif
-
 .include "../../news/inn/Makefile.common"
 
 # INN_DATA_DIR is added to BUILD_DEFS by Makefile.common
@@ -92,11 +87,14 @@ PKG_GECOS.${INN_USER}=	Internet\ News
 PKG_HOME.${INN_USER}=	${INN_DATA_DIR}
 PKG_SHELL.${INN_USER}=	${SH}
 
-EXAMPLEDIR=		${PREFIX}/share/examples/inn
+INN_DIRS+=		${PKG_SYSCONFDIR}
+INN_DIRS+=		${INN_DATA_DIR}
 INN_DATADIRS=		log log/OLD run tmp db spool http
 INN_SPOOLDIRS=		archive articles overview incoming incoming/bad	\
 			outgoing uniover innfeed
 
+EXAMPLEDIR=		${PREFIX}/share/examples/inn
+
 INSTALLATION_DIRS+=	sbin
 INSTALLATION_DIRS+=	bin
 INSTALLATION_DIRS+=	${EXAMPLEDIR}
@@ -106,9 +104,6 @@ MAKE_DIRS+=		${PREFIX}/bin
 MAKE_DIRS+=		${PREFIX}/sbin
 MAKE_DIRS+=		${PREFIX}/lib
 
-INN_DIRS+=		${PKG_SYSCONFDIR}
-INN_DIRS+=		${INN_DATA_DIR}
-
 OWN_DIRS+=		${PREFIX}/${INN_PATHBIN}
 OWN_DIRS+=		${PREFIX}/${INN_PATHBIN}/filter
 OWN_DIRS+=		${EXAMPLEDIR}
@@ -143,6 +138,7 @@ FILTERFILES=		INN.py filter_innd.py nnrpd.py nnrpd_access.py \
 			nnrpd_auth.py nnrpd_dynamic.py \
 			filter_innd.pl filter_nnrpd.pl nnrpd_access.pl \
 			nnrpd_auth.pl startup_innd.pl
+
 .for file in ${CFILES}
 CONF_FILES_PERMS+=	${EXAMPLEDIR}/${file} ${PKG_SYSCONFDIR}/${file} \
 			${INN_USER} ${INN_GROUP} 0664
diff --git a/inn/TODO b/inn/TODO
index 78cb29adef..a21e36f906 100644
--- a/inn/TODO
+++ b/inn/TODO
@@ -19,7 +19,7 @@
     => Yes
 [X] OpenSSL API 1.1 is now supported
     => Added comment to Makefile for future updates
-[X] Test suite fail
+[X] Check Testsuite errors
     => Fixed the Perl stuff to make tests/docs/pod.t work
 [ ] Check permission problems while installing with nonprivileged account
 


Home | Main Index | Thread Index | Old Index