Hello,
For learning how porting works in FreeBSD I try to update Muffin. I now have this:
But if I do
Can someone explain to me how this can happen and how to solve this?
Roelof
For learning how porting works in FreeBSD I try to update Muffin. I now have this:
Code:
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= muffin
PORTVERSION= 1.8.2
CATEGORIES= x11-wm gnome
DIST_SUBDIR= gnome3
MAINTAINER= gustau.perez@gmail.com
COMMENT= Compositing window manager forked from Mutter for use with Cinnamon
BUILD_DEPENDS=
LIB_DEPENDS=
RUN_DEPENDS=
USE_GITHUB= yes
GH_ACCOUNT= linuxmint
GH_TAGNAME= 1.8.2
GH_COMMIT= c13a698b
USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm
USE_PYTHON= 2.5+
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool autoconf automake
USES= pathfix
USE_GNOME= gnomehier gnomeprefix intlhack gtk30 gconf2
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= LIBS="-lexecinfo"
CONFIGURE_ARGS= --enable-compile-warnings=maximum
GLIB_SCHEMAS= org.cinnamon.muffin.gschema.xml
MAN1= muffin-message.1 muffin-theme-viewer.1 muffin-window-demo.1 \
muffin.1
pre-configure:
@cd ${WRKSRC} && ${SH} autogen.sh
.include <bsd.port.mk>
But if I do
make I still see that the work directory is named linuxmint-muffin-60cab8b instead of linuxmint-muffin-c13a698b.Can someone explain to me how this can happen and how to solve this?
Roelof