| Summary: | Fix Build after GNOMENG mass commit | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Tilman Linneweh <tilman> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | marcus | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Tilman Linneweh
2002-09-09 00:30:02 UTC
On Mon, Sep 09, 2002 at 01:26:47AM +0200, Tilman Linneweh wrote: >diff -u -r1.21 Makefile >--- Makefile 31 Aug 2002 00:13:22 -0000 1.21 >+++ Makefile 8 Sep 2002 23:22:52 -0000 >@@ -17,6 +17,7 @@ > > USE_XLIB= yes > USE_GNOMENG= yes >+USE_GNOME= gtk12 shouldn't that be += ??? -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) Hello Alan, * Alan E <alane@geeksrus.net> [Sun, 8 Sep 2002 19:35:04 -0400]: > On Mon, Sep 09, 2002 at 01:26:47AM +0200, Tilman Linneweh wrote: > >diff -u -r1.21 Makefile > >--- Makefile 31 Aug 2002 00:13:22 -0000 1.21 > >+++ Makefile 8 Sep 2002 23:22:52 -0000 > >@@ -17,6 +17,7 @@ > > > > USE_XLIB= yes > > USE_GNOMENG= yes > >+USE_GNOME= gtk12 > > shouldn't that be += ??? I don't think so..there isn't a possibility that anything is added to USE_GNOME before this (slaveports or something like that). Or am i missing something? regards arved On Mon, Sep 09, 2002 at 01:40:05AM +0200, Tilman Linneweh wrote: >Hello Alan, > >* Alan E <alane@geeksrus.net> [Sun, 8 Sep 2002 19:35:04 -0400]: > >> On Mon, Sep 09, 2002 at 01:26:47AM +0200, Tilman Linneweh wrote: >> >diff -u -r1.21 Makefile >> >--- Makefile 31 Aug 2002 00:13:22 -0000 1.21 >> >+++ Makefile 8 Sep 2002 23:22:52 -0000 >> >@@ -17,6 +17,7 @@ >> > >> > USE_XLIB= yes >> > USE_GNOMENG= yes >> >+USE_GNOME= gtk12 >> >> shouldn't that be += ??? > >I don't think so..there isn't a possibility that anything is added to USE_GNOME >before this (slaveports or something like that). Or am i missing something? The command line to make? -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) * Alan E <alane@geeksrus.net> [Sun, 8 Sep 2002 19:45:18 -0400]: > >> >diff -u -r1.21 Makefile > >> >--- Makefile 31 Aug 2002 00:13:22 -0000 1.21 > >> >+++ Makefile 8 Sep 2002 23:22:52 -0000 > >> >@@ -17,6 +17,7 @@ > >> > > >> > USE_XLIB= yes > >> > USE_GNOMENG= yes > >> >+USE_GNOME= gtk12 > >> > >> shouldn't that be += ??? > > > >I don't think so..there isn't a possibility that anything is added to > > USE_GNOME > >before this (slaveports or something like that). Or am i missing something? > > The command line to make? Okay, possible, but it is IMHO useless to add unneeded dependencies on the commandline. (Not to mention, if we would support this, there are nearly all ports that would need adjustment :-). regards arved State Changed From-To: open->closed Committed, thanks. |