mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- use new hook USE_GNUSTEP in bsd.port.mk
This commit is contained in:
parent
35fc62a6c3
commit
960b679f10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87820
@ -19,6 +19,11 @@ NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/GWorkspace-${PORTVERSION}
|
||||
GUN_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.ifdef WITHOUT_GHOSTSCRIPT
|
||||
@ -34,12 +39,4 @@ RUN_DEPENDS+= gs:${PORTSDIR}/${GSPORT}
|
||||
PLIST_SUB+= PDFVIEW=""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,6 +20,10 @@ USE_BZIP2= yes
|
||||
PREFIX= ${LOCALBASE}/GNUstep
|
||||
NO_MTREE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
@ -33,11 +37,4 @@ post-patch:
|
||||
${SED} -e "s= -Werror==" ${WRKSRC}/${i}.sed > ${WRKSRC}/${i}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -33,6 +33,7 @@ CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \
|
||||
CFLAGS="${CFLAGS} -D_THREAD_SAFE"
|
||||
CONFIGURE_TARGET=
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
MAKEFILE=
|
||||
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
|
||||
|
||||
@ -42,13 +43,9 @@ PLIST_SUB+= NOFLAT2=""
|
||||
PLIST_SUB+= NOFLAT2="${GNU_ARCH}/${OPSYS:L}/"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
post-configure:
|
||||
${MV} ${WRKSRC}/config.make ${WRKSRC}/config.make.sed
|
||||
${SED} -e "s|\(objc_threaded:=\).*|\1 ${PTHREAD_LIBS}|" \
|
||||
< ${WRKSRC}/config.make.sed > ${WRKSRC}/config.make
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,15 +19,12 @@ COMMENT= Graphical Object Relationship Modeller
|
||||
PREFIX= ${LOCALBASE}/GNUstep
|
||||
NO_MTREE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE=
|
||||
ALL_TARGET=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
MAKEFILE=
|
||||
ALL_TARGET=
|
||||
|
||||
.if defined(WITH_GNUSTEP_DEVEL)
|
||||
PLIST_SUB+= PALETTES=System/Applications/Gorm.app/Resources
|
||||
@ -35,4 +32,4 @@ PLIST_SUB+= PALETTES=System/Applications/Gorm.app/Resources
|
||||
PLIST_SUB+= PALETTES=System/Developer/Palettes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,6 +20,10 @@ PREFIX= ${LOCALBASE}/GNUstep
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/ProjectCenter
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
MAKE_ENV+= ADDITIONAL_INCLUDE_DIRS="-I${WRKSRC}"
|
||||
MAKE_ENV+= ADDITIONAL_LIB_DIRS="-L${WRKSRC}/PCLib/shared_obj/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu"
|
||||
@ -27,13 +31,6 @@ MAKE_ENV+= ADDITIONAL_LIB_DIRS="-L${WRKSRC}/PCLib/shared_obj/${GNU_ARCH}/${OPSYS
|
||||
FIXME= GNUmakefile.bundles GNUmakefile.preamble \
|
||||
PCLib/GNUmakefile.preamble
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
# Quick workaround until I find out how to set the real path in the code
|
||||
post-patch:
|
||||
.for file in PCLib/PCBundleLoader.m PCAppController.m
|
||||
@ -47,4 +44,4 @@ post-patch:
|
||||
${WRKSRC}/${file}.sed > ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,13 +18,10 @@ COMMENT= GNUstep Gomoku game
|
||||
PREFIX= ${LOCALBASE}/GNUstep
|
||||
NO_MTREE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,14 +18,10 @@ PREFIX= ${LOCALBASE}/GNUstep
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/GShisen
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE=
|
||||
MAKE_FLAGS= GUI_BACKEND_LIB=back
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
MAKEFILE=
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -21,13 +21,10 @@ NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/ImageViewer
|
||||
GUN_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -31,6 +31,10 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-procfs
|
||||
CONFIGURE_TARGET=
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE=
|
||||
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
|
||||
CFLAGS+= -I${LOCALBASE}/include/libxml2/libxml
|
||||
@ -40,11 +44,6 @@ PLIST_SUB+= LOCALBASE=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
TARGLIB!= (cd ${PORTSDIR}/${GNUSTEP_OBJC_PORT} && make -V TARGLIB)
|
||||
|
||||
post-extract:
|
||||
|
@ -22,6 +22,10 @@ NO_MTREE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE=
|
||||
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
|
||||
PLIST_SUB+= GUILE_VER="${GUILE_VER}"
|
||||
@ -40,11 +44,6 @@ PLIST_SUB+= USEX11=""
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER)
|
||||
|
||||
pre-configure:
|
||||
|
@ -23,16 +23,15 @@ PREFIX= ${LOCALBASE}/GNUstep
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/GNUMail
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE=
|
||||
ALL_TARGET=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
PANTOMIME_PORT?= mail/pantomime
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -23,18 +23,16 @@ RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}
|
||||
PREFIX= ${LOCALBASE}/GNUstep
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/Pantomime/Bundles/SSL
|
||||
USE_OPENSSL= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
|
||||
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
PANTOMIME_PORT?= mail/pantomime
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -20,15 +20,12 @@ PREFIX= ${LOCALBASE}/GNUstep
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/Pantomime
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
LDCONFIG_DIRS= ${LOCALLIBDIR}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,18 +20,15 @@ NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
GUN_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
MAKE_APPS= Finger GFractal GPuzzle HostAddress
|
||||
INSTALL_APPS= Finger GFractal GPuzzle HostAddress
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
post-build:
|
||||
.for i in ${MAKE_APPS}
|
||||
@(cd ${WRKSRC}/gui/${i}; . ${SYSMAKEDIR}/GNUstep.sh; \
|
||||
@ -47,4 +44,4 @@ post-install:
|
||||
rm -rf /root/GNUstep
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,13 +19,10 @@ NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/GSCommander
|
||||
GUN_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,13 +20,10 @@ NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/EasyDiff
|
||||
GUN_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -36,6 +36,11 @@ CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include
|
||||
#CPPFLAGS+= -I${LOCALBASE}/include/freetype2
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_GUI= yes
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE=
|
||||
MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${X11BASE}/include"
|
||||
BREAKS_IF_PEDANTIC= yes
|
||||
@ -68,12 +73,6 @@ PLIST_SUB+= USE_XLIB="" USE_XDPS="@comment " USE_ART="@comment "
|
||||
MAKE_ENV+= ADDITIONAL_LDFLAGS=-lcipher
|
||||
.endif
|
||||
|
||||
USE_GNUSTEP_GUI= yes
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
post-extract:
|
||||
.for file in config.guess config.sub install-sh
|
||||
@${CP} ${PREFIX}/System/Makefiles/${file} ${WRKSRC}
|
||||
|
@ -31,18 +31,15 @@ CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --with-jpeg-library=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE=
|
||||
MAKE_FLAGS+= OPTFLAG="${CFLAGS}"
|
||||
BREAKS_IF_PEDANTIC= yes
|
||||
EXTRA_FIX= ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss/Makefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
USE_GNUSTEP_BASE= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
MAKEFILE=
|
||||
MAKE_FLAGS+= OPTFLAG="${CFLAGS}"
|
||||
BREAKS_IF_PEDANTIC= yes
|
||||
EXTRA_FIX= ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss/Makefile
|
||||
|
||||
post-extract:
|
||||
.for file in config.guess config.sub install-sh
|
||||
@ -59,4 +56,4 @@ test:
|
||||
@(cd ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss && \
|
||||
${GMAKE} && ./patest)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,6 +18,11 @@ PREFIX= ${LOCALBASE}/GNUstep
|
||||
NO_MTREE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BASE= yes
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
LDCONFIG_DIRS= ${LOCALLIBDIR}
|
||||
INSTALLS_SHLIB= yes
|
||||
@ -34,12 +39,4 @@ post-patch:
|
||||
> ${CONFIGURE_WRKSRC}/configure
|
||||
${CHMOD} +x ${CONFIGURE_WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_GNUSTEP_BASE= yes
|
||||
USE_GNUSTEP_CONFIGURE= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user