aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-16 22:20:32 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-16 22:20:32 +0800
commite28c40befd1f118056b95163fadb69983dddf0d4 (patch)
tree9edd4962b2036671ccd956145d0ab591535b9ef3 /java
parent620c60497a2a6a11b38fa376a6e6ca6b0d28c99e (diff)
downloadfreebsd-ports-gnome-e28c40befd1f118056b95163fadb69983dddf0d4.tar.gz
freebsd-ports-gnome-e28c40befd1f118056b95163fadb69983dddf0d4.tar.zst
freebsd-ports-gnome-e28c40befd1f118056b95163fadb69983dddf0d4.zip
- Stage support
- Remove infozip dependency
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-emf/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/eclipse-emf/Makefile b/java/eclipse-emf/Makefile
index 20efdd3653ed..68fc15361910 100644
--- a/java/eclipse-emf/Makefile
+++ b/java/eclipse-emf/Makefile
@@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/emf/em
MASTER_SITE_SUBDIR=${PORTVERSION}/R201201300943
PKGNAMEPREFIX= eclipse-
DISTNAME= emf-xsd-SDK-${PORTVERSION}
+EXTRACT_SUFX= .zip
DIST_SUBDIR= eclipse
MAINTAINER= kamikaze@bsdforen.de
@@ -16,9 +17,7 @@ COMMENT= Eclipse Modeling Framework
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
WRKSRC= ${WRKDIR}/eclipse
-USE_ZIP= yes
-NO_STAGE= yes
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>
column1'>| | | | | | Update gccmakedep to 1.0.3. Update imake to 1.0.7. Update libpciaccess to 0.13.3. Update libdrm to 2.4.60. Update bitmap to 1.0.8. Update fstobdf to 1.0.6. Update iceauth to 1.0.7. Update libXdmcp to 1.1.2. Update libXp to 1.0.3. Update libXvMC to 1.0.9. Update libXxf86vm to 1.1.4. Update libxshmfence to 1.2. Update randrproto to 1.4.1. Update rgb to 1.0.6. Update sessreg to 1.1.0. Update xcb-util-cursor to 0.1.2. Update xedit to 1.2.2. Update xkbcomp to 1.3.0. Update xkeyboard-config to 2.14. Update xproto to 7.0.27. Update xf86-input-mouse to 1.9.1. Update xf86-input-synaptics to 1.8.2. Update xf86-video-i710 to 1.3.5. Update xf86-video-mga to 1.6.4. Update xf86-video-tdfx to 1.4.6. Update xf86-video-vmware to 13.1.0. Update bdftopcf to 1.0.5. Update font-util to 1.3.1. Update fslsfonts to 1.0.5. Update mkfontscale to 1.1.2. Update showfont to 1.0.5. Update xfs to 1.1.4. Update xfsinfo to 1.0.5. Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump all affected ports. PR: 199400 Obtained from: Xorg-devel repo * Cleanup plistBaptiste Daroussin2014-12-091-1/+0 | * When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) * The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-173-14/+14 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) * - Update to 0.4.1 [1]Renato Botelho2014-02-213-3/+6 | | | | | | | - Add LICENSE PR: ports/186922 Submitted by: Niclas Zeising <zeising@daemonic.se> * Update to 0.4.0Niclas Zeising2014-02-202-3/+3 | | | | | | PR: ports/186245 Submitted by: zeising Approved by: maintainer timeout (3 weeks) * Fix properties on pkg-plistBaptiste Daroussin2014-01-22