diff options
author | netchild <netchild@FreeBSD.org> | 2003-12-10 19:56:08 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-12-10 19:56:08 +0800 |
commit | fd4f2a3a9bb65f5d17371054eaf6e4e6abd8e2ca (patch) | |
tree | 4b67fc83277069eebbaeedf6bcd18e0bc2436ed7 | |
parent | 0abf8e1b9a6e38072c6a6a7d7ec65e8fb4b23e35 (diff) | |
download | freebsd-ports-gnome-fd4f2a3a9bb65f5d17371054eaf6e4e6abd8e2ca.tar.gz freebsd-ports-gnome-fd4f2a3a9bb65f5d17371054eaf6e4e6abd8e2ca.tar.zst freebsd-ports-gnome-fd4f2a3a9bb65f5d17371054eaf6e4e6abd8e2ca.zip |
- remove BROKEN, the user gets used as intended
- remove perl 5.8 dependency, no problems with 5.6 here
- fix one very little bug in the plist (only shows up if you deinstall
right after installing interchange)
If you experience a problem, please report via send-pr and not in some
kind of chat where the actual content of the report may get lost.
Go ahead and do what's needed by: linimon
-rw-r--r-- | www/interchange/Makefile | 6 | ||||
-rw-r--r-- | www/interchange/pkg-plist | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile index 52c1693f8544..c078f1a084da 100644 --- a/www/interchange/Makefile +++ b/www/interchange/Makefile @@ -27,7 +27,6 @@ RUN_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statemen USE_PERL5= yes PERL_CONFIGURE= yes -PERL_VERSION= 5.8.2 ARCH_PERL= ${SITE_PERL}/${PERL_ARCH} MAN1= configdump.1 config_prog.1 expire.1 localize.1 \ @@ -48,8 +47,6 @@ MAKE_ARGS+= NOCPANINSTALL=1 \ CONFIGURE_ARGS+= force=1 -BROKEN= "Does not install (refuses to accept the new userid it asks you to create)" - .if defined(PACKAGE_BUILDING) IGNORE="needs a tty at the configure stage" .endif @@ -58,9 +55,6 @@ post-patch: @${REINPLACE_CMD} -e "s:You are now ready to cd to \$$realdir:You are now ready to cd to ${PREFIX}:g" ${WRKSRC}/Makefile.PL pre-configure: -.if !defined(USE_THIS_PERL) - @[ ! "${PERL_VER}" \< "5.8" ] || ( ${ECHO_CMD} -e "You use perl ${PERL_VER}, interchange should be used with 5.8 or better,\njust install the newer perl from ports and run 'use.perl port', this will\nmake the new perl the default perl. If you already have some perl modules\ninstalled for your old perl, you have to reinstall them for the new perl.\n\nIf you absolutely want to try to run interchange with perl ${PERL_VER},\nyou have to add '-DUSE_THIS_PERL' as an option for 'make'.\n" ; exit 1 ) -.endif .if !defined(CHECK_FOR_IC_USER) @${ECHO_CMD} -e "This port needs a specific user account ('interch') at configure time.\n\nIf it is ok for you to add a new user at configure time of this port\nadd '-DCHECK_FOR_IC_USER' as an option for 'make'.\n" @exit 1 diff --git a/www/interchange/pkg-plist b/www/interchange/pkg-plist index 1c7d7422af98..202464e7685b 100644 --- a/www/interchange/pkg-plist +++ b/www/interchange/pkg-plist @@ -11,7 +11,7 @@ bin/offline bin/restart bin/update etc/rc.d/interchange.sh.sample -interchange/_session_storable +@unexec [ -f %D/interchange/_session_storable ] && rm -f %D/interchange/_session_storable interchange/_uid interchange/auto/Interchange/.packlist @dirrm interchange/auto/Interchange |