| Summary: | glabels and glabels? | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Martin Klaffenboeck <martin.klaffenboeck> |
| Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->feedback Where do you see a graphics/glabels port? There is none in CVS. Responsible Changed From-To: freebsd-ports->arved I'll close this State Changed From-To: feedback->closed Pilot Error |
There are two ports here: ${PORTSDIR}/graphics/glabels ${PORTSDIR}/deskutils/glabels The one in graphics seems to be the glabels for gtk1 and the other one in deskutils is glabels for gtk2. Maybe we can change this? Fix: I think both belong to deskutils because glabes doesn't actually do anything with graphics, it is more a tool to create labels for your maps, portfolios, formatters, books and so on. Yes, you can also create visiting cards with glabels, but thats the only thing which has to do with graphics... so a fix would be: mv ${PORTSDIR}/deskutils/glabels ${PORTSDIR}/deskutils/glabels2 mv ${PORTSDIR}/graphics/glabels ${PORTSDIR}/deskutils/glabels So we have the correct number, because glabels depends on gtk1 and glabels2 depends on gtk2. How-To-Repeat: martin# whereis glabels glabels: /usr/ports/deskutils/glabels /usr/ports/graphics/glabels