mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
fix objformat problem more properly
This commit is contained in:
parent
490a652c79
commit
ec0a98c0a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184297
11 changed files with 29 additions and 12 deletions
|
@ -16,7 +16,6 @@ COMMENT= XFce 4 volume mixer module for xfce4-panel
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -24,6 +23,9 @@ USE_GNOME= gnometarget gtk20 intltool intlhack libxml2 pkgconfig
|
|||
USE_XFCE= configenv libgui libmcs libutil mcsmanager panel
|
||||
USE_XLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -16,7 +16,6 @@ COMMENT= A calendar application to manage your time with XFce 4
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -44,4 +43,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|libical-|no-&|g' ${WRKSRC}/configure
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENT= XFce 4 graphical frontend for printing
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -65,7 +64,8 @@ RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's/@LDFLAGS@/& -Wl,-E/' ${WRKSRC}/xfprint/Makefile.in \
|
||||
@${REINPLACE_CMD} -e 's/@LDFLAGS@/& -Wl,-E/' ${WRKSRC}/xfprint/Makefile.in \
|
||||
${WRKSRC}/xfprint-manager/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -16,7 +16,6 @@ COMMENT= XFce 4 settings manager plugins
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -24,6 +23,9 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
|||
USE_XFCE= configenv libgui mcsmanager
|
||||
USE_XLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -19,7 +19,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -133,6 +132,7 @@ CONFIGURE_ARGS+=--disable-startup-notification
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|docdir = .*|docdir = ${DOCSDIR}|' \
|
||||
${WRKSRC}/docs/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
.if !defined(WITH_FAM)
|
||||
@${REINPLACE_CMD} -e 's|gamin|no-gamin|g' ${WRKSRC}/configure
|
||||
.endif
|
||||
|
@ -144,5 +144,6 @@ post-patch:
|
|||
post-install:
|
||||
@-update-desktop-database
|
||||
|
||||
#keep this here
|
||||
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -15,12 +15,14 @@ MAINTAINER= oliver@FreeBSD.org
|
|||
COMMENT= An XFCE engine for GTK 2.0
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= glib20 gnomehack gtk20 pkgconfig
|
||||
USE_XLIB= yes
|
||||
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENT= XFce 4 panel module
|
|||
CONFLICTS= xfce4-systray-*
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -48,4 +47,7 @@ CONFIGURE_ARGS+=--enable-startup-notification
|
|||
CONFIGURE_ARGS+=--disable-startup-notification
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -19,7 +19,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -30,6 +29,9 @@ USE_XLIB= yes
|
|||
|
||||
MAN1= xfce4-session.1 xfce4-session-logout.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= XFce 4 window manager
|
|||
CONFIGURE_ARGS= --enable-xinerama
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -46,4 +45,7 @@ CONFIGURE_ARGS+=--enable-startup-notification
|
|||
CONFIGURE_ARGS+=--disable-startup-notification
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -26,7 +26,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -94,5 +93,6 @@ PLIST_SUB+= MCS_MANAGER="@comment "
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|FALSE;;|FALSE;|' ${WRKSRC}/exo/exo-icon-view.c
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -15,7 +15,6 @@ MAINTAINER= oliver@FreeBSD.org
|
|||
COMMENT= XFce 4 settings management library used by most XFce 4 modules
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -46,4 +45,7 @@ CONFIGURE_ARGS+=--enable-startup-notification
|
|||
CONFIGURE_ARGS+=--disable-startup-notification
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue