FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/po...@freebsd.org.html Port| Current version | New version +-+ net-mgmt/mk-livestatus | 1.2.8p17| 1.2.8p18 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Gkrellm not building
On Fri, Sep 21, 2018 at 12:31 AM Amit Sengupta wrote: > > I am using Freebsd 11.1 Release. Recently I wanted to upgrade gkrellm which > I use on my fluxbox desktop. I normally build everything from ports and for > the last week I have been trying to build gkrellm but it keeps giving the > following error and quits: > > *portmaster sysutils/gkrellm===>>> Port directory: > /usr/ports/sysutils/gkrellm===>>> Gathering distinfo list for installed > ports===>>> Launching 'make checksum' for sysutils/gkrellm in > background===>>> Gathering dependency list for sysutils/gkrellm from > ports===>>> Initial dependency check complete for sysutils/gkrellm===>>> > Starting build for sysutils/gkrellm <<<==>>> All dependencies are up to > date===> Cleaning for gkrellm-1.2.13_11===> gkrellm-1.2.13_11 cannot > install: Unknown component imlib.*** Error code 1Stop.make: stopped in > /usr/ports/sysutils/gkrellm===>>> make build failed for > sysutils/gkrellm===>>> Aborting update===>>> You can restart from the point > of failure with this command line: portmaster > sysutils/gkrellm * > > I tried looking up imlib in the ports and I got graphics/imlib2 which I > built. But it has no effect on gkrellm. I cant find anything on imlib on > google either. So I have no idea what should be done to get the code to > build. I run portsnap everyday so my ports list is up to date. > > Any pointers are most welcome. > > Amit Amit, The gkrellm port was removed over 4 years ago. You need to update your ports tree. There are updating instructions at https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html Once you've updated, you can install /usr/ports/sysutils/gkrellm2. # Adam -- Adam Weinberger ad...@adamw.org https://www.adamw.org ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Gkrellm not building
Thanks a lot Adam . I do run portsnap fetch update every morning so I guess my ports are up to date. I had no idea gkrellm had become gkrellm2 because I have been using gkrellm for many years and only recently decided to update it. Is there something which I should do to know that a port has changed names? I couldnt find anything in UPDATING but as you said the switch happened a long time back it wouldnt make sense to check UPDATING. On Fri, 21 Sep 2018 at 19:08, Adam Weinberger wrote: > On Fri, Sep 21, 2018 at 12:31 AM Amit Sengupta > wrote: > > > > I am using Freebsd 11.1 Release. Recently I wanted to upgrade gkrellm > which > > I use on my fluxbox desktop. I normally build everything from ports and > for > > the last week I have been trying to build gkrellm but it keeps giving > the > > following error and quits: > > > > > *portmaster sysutils/gkrellm===>>> Port directory: > > /usr/ports/sysutils/gkrellm===>>> Gathering distinfo list for installed > > ports===>>> Launching 'make checksum' for sysutils/gkrellm in > > background===>>> Gathering dependency list for sysutils/gkrellm from > > ports===>>> Initial dependency check complete for sysutils/gkrellm===>>> > > Starting build for sysutils/gkrellm <<<==>>> All dependencies are up > to > > date===> Cleaning for gkrellm-1.2.13_11===> gkrellm-1.2.13_11 cannot > > install: Unknown component imlib.*** Error code 1Stop.make: stopped in > > /usr/ports/sysutils/gkrellm===>>> make build failed for > > sysutils/gkrellm===>>> Aborting update===>>> You can restart from the > point > > of failure with this command line: portmaster > > sysutils/gkrellm * > > > > I tried looking up imlib in the ports and I got graphics/imlib2 which I > > built. But it has no effect on gkrellm. I cant find anything on imlib on > > google either. So I have no idea what should be done to get the code to > > build. I run portsnap everyday so my ports list is up to date. > > > > Any pointers are most welcome. > > > > Amit > > Amit, > > The gkrellm port was removed over 4 years ago. You need to update your > ports tree. There are updating instructions at > https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html > > Once you've updated, you can install /usr/ports/sysutils/gkrellm2. > > # Adam > > > -- > Adam Weinberger > ad...@adamw.org > https://www.adamw.org > ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Gkrellm not building
On Fri, Sep 21, 2018 at 7:47 AM Amit Sengupta wrote: > > Thanks a lot Adam . I do run portsnap fetch update every morning so I guess > my ports are up to date. I had no idea gkrellm had become gkrellm2 because I > have been using gkrellm for many years and only recently decided to update > it. Is there something which I should do to know that a port has changed > names? I couldnt find anything in UPDATING but as you said the switch > happened a long time back it wouldnt make sense to check UPDATING. Something isn't right with portsnap on your machine, because those gkrellm port files shouldn't even be on your system anymore (portsnap should have deleted them). You might try deleting your ports tree and re-extracting the snapshot (portsnap fetch extract). Removed files only get an annotation in /usr/port/MOVED, but that file isn't very end-user-friendly. # Adam > > On Fri, 21 Sep 2018 at 19:08, Adam Weinberger wrote: >> >> On Fri, Sep 21, 2018 at 12:31 AM Amit Sengupta >> wrote: >> > >> > I am using Freebsd 11.1 Release. Recently I wanted to upgrade gkrellm which >> > I use on my fluxbox desktop. I normally build everything from ports and for >> > the last week I have been trying to build gkrellm but it keeps giving the >> > following error and quits: >> > >> >> > *portmaster sysutils/gkrellm===>>> Port directory: >> > /usr/ports/sysutils/gkrellm===>>> Gathering distinfo list for installed >> > ports===>>> Launching 'make checksum' for sysutils/gkrellm in >> > background===>>> Gathering dependency list for sysutils/gkrellm from >> > ports===>>> Initial dependency check complete for sysutils/gkrellm===>>> >> > Starting build for sysutils/gkrellm <<<==>>> All dependencies are up to >> > date===> Cleaning for gkrellm-1.2.13_11===> gkrellm-1.2.13_11 cannot >> > install: Unknown component imlib.*** Error code 1Stop.make: stopped in >> > /usr/ports/sysutils/gkrellm===>>> make build failed for >> > sysutils/gkrellm===>>> Aborting update===>>> You can restart from the point >> > of failure with this command line: portmaster >> > sysutils/gkrellm * >> > >> > I tried looking up imlib in the ports and I got graphics/imlib2 which I >> > built. But it has no effect on gkrellm. I cant find anything on imlib on >> > google either. So I have no idea what should be done to get the code to >> > build. I run portsnap everyday so my ports list is up to date. >> > >> > Any pointers are most welcome. >> > >> > Amit >> >> Amit, >> >> The gkrellm port was removed over 4 years ago. You need to update your >> ports tree. There are updating instructions at >> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html >> >> Once you've updated, you can install /usr/ports/sysutils/gkrellm2. >> >> # Adam >> >> >> -- >> Adam Weinberger >> ad...@adamw.org >> https://www.adamw.org -- Adam Weinberger ad...@adamw.org https://www.adamw.org ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Gkrellm not building
Awesome. Thanks a lot Adam. Will follow your advice. On Fri, 21 Sep 2018 at 19:24, Adam Weinberger wrote: > On Fri, Sep 21, 2018 at 7:47 AM Amit Sengupta > wrote: > > > > Thanks a lot Adam . I do run portsnap fetch update every morning so I > guess my ports are up to date. I had no idea gkrellm had become gkrellm2 > because I have been using gkrellm for many years and only recently decided > to update it. Is there something which I should do to know that a port has > changed names? I couldnt find anything in UPDATING but as you said the > switch happened a long time back it wouldnt make sense to check UPDATING. > > Something isn't right with portsnap on your machine, because those > gkrellm port files shouldn't even be on your system anymore (portsnap > should have deleted them). You might try deleting your ports tree and > re-extracting the snapshot (portsnap fetch extract). > > Removed files only get an annotation in /usr/port/MOVED, but that file > isn't very end-user-friendly. > > # Adam > > > > > > On Fri, 21 Sep 2018 at 19:08, Adam Weinberger wrote: > >> > >> On Fri, Sep 21, 2018 at 12:31 AM Amit Sengupta > wrote: > >> > > >> > I am using Freebsd 11.1 Release. Recently I wanted to upgrade gkrellm > which > >> > I use on my fluxbox desktop. I normally build everything from ports > and for > >> > the last week I have been trying to build gkrellm but it keeps > giving the > >> > following error and quits: > >> > > >> > >> > *portmaster sysutils/gkrellm===>>> Port directory: > >> > /usr/ports/sysutils/gkrellm===>>> Gathering distinfo list for > installed > >> > ports===>>> Launching 'make checksum' for sysutils/gkrellm in > >> > background===>>> Gathering dependency list for sysutils/gkrellm from > >> > ports===>>> Initial dependency check complete for > sysutils/gkrellm===>>> > >> > Starting build for sysutils/gkrellm <<<==>>> All dependencies are > up to > >> > date===> Cleaning for gkrellm-1.2.13_11===> gkrellm-1.2.13_11 cannot > >> > install: Unknown component imlib.*** Error code 1Stop.make: stopped in > >> > /usr/ports/sysutils/gkrellm===>>> make build failed for > >> > sysutils/gkrellm===>>> Aborting update===>>> You can restart from the > point > >> > of failure with this command line: portmaster > >> > sysutils/gkrellm * > >> > > >> > I tried looking up imlib in the ports and I got graphics/imlib2 which > I > >> > built. But it has no effect on gkrellm. I cant find anything on imlib > on > >> > google either. So I have no idea what should be done to get the code > to > >> > build. I run portsnap everyday so my ports list is up to date. > >> > > >> > Any pointers are most welcome. > >> > > >> > Amit > >> > >> Amit, > >> > >> The gkrellm port was removed over 4 years ago. You need to update your > >> ports tree. There are updating instructions at > >> > https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html > >> > >> Once you've updated, you can install /usr/ports/sysutils/gkrellm2. > >> > >> # Adam > >> > >> > >> -- > >> Adam Weinberger > >> ad...@adamw.org > >> https://www.adamw.org > > > > -- > Adam Weinberger > ad...@adamw.org > https://www.adamw.org > ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Gkrellm not building
On Fri, Sep 21, 2018 at 6:58 AM Amit Sengupta wrote: > Awesome. Thanks a lot Adam. Will follow your advice. > > On Fri, 21 Sep 2018 at 19:24, Adam Weinberger wrote: > > > On Fri, Sep 21, 2018 at 7:47 AM Amit Sengupta > > wrote: > > > > > > Thanks a lot Adam . I do run portsnap fetch update every morning so I > > guess my ports are up to date. I had no idea gkrellm had become gkrellm2 > > because I have been using gkrellm for many years and only recently > decided > > to update it. Is there something which I should do to know that a port > has > > changed names? I couldnt find anything in UPDATING but as you said the > > switch happened a long time back it wouldnt make sense to check UPDATING. > > > > Something isn't right with portsnap on your machine, because those > > gkrellm port files shouldn't even be on your system anymore (portsnap > > should have deleted them). You might try deleting your ports tree and > > re-extracting the snapshot (portsnap fetch extract). > > > > Removed files only get an annotation in /usr/port/MOVED, but that file > > isn't very end-user-friendly. > > > > # Adam > > I will mention that the main difference between gkrellm and gkrellm2 is the move from gtk to gtk2. That may require installing a port or two, but you may be ale to remove gtk and, perhaps, a few other old ports. Not much left that uses gtk. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Gkrellm not building
Ok, got that. I am just hoping I wont have to build a whole lot of ports again due to a change in gtk/gtk2. Thanks for the info. Amit On Sat, Sep 22, 2018 at 8:54 AM Kevin Oberman wrote: > On Fri, Sep 21, 2018 at 6:58 AM Amit Sengupta > wrote: > >> Awesome. Thanks a lot Adam. Will follow your advice. >> >> On Fri, 21 Sep 2018 at 19:24, Adam Weinberger wrote: >> >> > On Fri, Sep 21, 2018 at 7:47 AM Amit Sengupta >> > wrote: >> > > >> > > Thanks a lot Adam . I do run portsnap fetch update every morning so I >> > guess my ports are up to date. I had no idea gkrellm had become gkrellm2 >> > because I have been using gkrellm for many years and only recently >> decided >> > to update it. Is there something which I should do to know that a port >> has >> > changed names? I couldnt find anything in UPDATING but as you said the >> > switch happened a long time back it wouldnt make sense to check >> UPDATING. >> > >> > Something isn't right with portsnap on your machine, because those >> > gkrellm port files shouldn't even be on your system anymore (portsnap >> > should have deleted them). You might try deleting your ports tree and >> > re-extracting the snapshot (portsnap fetch extract). >> > >> > Removed files only get an annotation in /usr/port/MOVED, but that file >> > isn't very end-user-friendly. >> > >> > # Adam >> >> > I will mention that the main difference between gkrellm and gkrellm2 is > the move from gtk to gtk2. That may require installing a port or two, but > you may be ale to remove gtk and, perhaps, a few other old ports. Not much > left that uses gtk. > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkober...@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"