Le Fri, Apr 14, 2023 at 10:01:43AM +0200, Joel Carnat a écrit :
> Le 14/04/2023 à 09:06, Landry Breuil a écrit :
> > Le Thu, Apr 13, 2023 at 06:30:15PM +0200, Joel Carnat a écrit :
> > > Le 20/02/2023 à 10:19, Joel Carnat a écrit :
> > > > Hi,
> > > > 
> > nice, two comments:
> > - no need for CONFIGURE_STYLE, its set by x11/xfce4/Makefile.inc
> 
> I added it to solve an issue where "make build" would not work without it:
> ===>  Building for xfce4-docklike-0.4.1
> gmake: Makefile: No such file or directory
> gmake: *** No rule to make target 'Makefile'.  Stop.
> *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2960
> '/usr/ports/pobj/xfce4-docklike-0.4.1/.build_done': @cd
> /usr/ports/pobj/xfce...)
> *** Error 2 in /usr/ports/mystuff/x11/xfce4/xfce4-docklike
> (/usr/ports/infrastructure/mk/bsd.port.mk:2600 'build':
> @lock=xfce4-docklike-0.4....)
> 
> I saw that x11/xfce4/xfce4-whiskermenu had it set (to some other parameter)
> and other ports used "gnu" as an value. So I tried and it compiled this way.
> 
> But maybe it's not the right way to solve this particular issue.

I think your issue (and the fact that distinfo didnt have the xfce4/
prefix for the distfile path) stems from your creation of a port in
mystuff/x11/xfce4 without having copied x11/xfce4/Makefile.inc to
mystuff/x11/xfce4 - thus CONFIGURE_STYLE & DIST_SUBDIR werent set by the
missing Makefile.inc

Landry

Reply via email to