diff options
author | bsam <bsam@FreeBSD.org> | 2009-03-20 01:28:51 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-03-20 01:28:51 +0800 |
commit | b5b6ef339af6e9567c4016e6901e2bfe99d8929d (patch) | |
tree | ae0eafd06267e327a81b96ea5185410d99119e0b /french | |
parent | 0204725af4e2f2a52e65017bb4dc7820bee39bab (diff) | |
download | freebsd-ports-gnome-b5b6ef339af6e9567c4016e6901e2bfe99d8929d.tar.gz freebsd-ports-gnome-b5b6ef339af6e9567c4016e6901e2bfe99d8929d.tar.zst freebsd-ports-gnome-b5b6ef339af6e9567c4016e6901e2bfe99d8929d.zip |
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav)
Diffstat (limited to 'french')
-rw-r--r-- | french/gibi/Makefile | 2 | ||||
-rw-r--r-- | french/staroffice52/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/french/gibi/Makefile b/french/gibi/Makefile index 8d2b3fee7606..f62512fa3c09 100644 --- a/french/gibi/Makefile +++ b/french/gibi/Makefile @@ -25,7 +25,6 @@ COMMENT= GIBI est la partie mailleur et post de CASTEM BUILD_DEPENDS+= ${LOCALBASE}/aster/${vaster}/asteru:${PORTSDIR}/french/aster RUN_DEPENDS+= ${LOCALBASE}/aster/${vaster}/asteru:${PORTSDIR}/french/aster \ - ${LINUXBASE}/usr/lib/libg2c.so.0:${PORTSDIR}/lang/linux-libg2c \ ${SHELL_RUN_GIBI}:${PORTSDIR}/shells/${SHRGDEP} RESTRICTED= Toute personne chargeant le logiciel GIBI s'engage à ne\ @@ -35,6 +34,7 @@ RESTRICTED= Toute personne chargeant le logiciel GIBI s'engage à ne\ ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes +USE_LINUX_APPS= libg2c REINPLACE_ARGS= -i "" NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index 4e57abe44f11..11ef9c65db26 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -36,7 +36,7 @@ FETCH_DEPENDS= ${LINUX_BASE_PORT} ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_XLIB= yes +USE_LINUX_APPS= xorglibs NO_CDROM= 'Doit être téléchargé depuis le site web de Sun' CD_MOUNTPT= '/cdrom' IS_INTERACTIVE= yes |