Summary: | Unbreak x11-toolkits/gtkada-gcc port after transition to X.Org 7.2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Petr Holub <hopet> | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | kris | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Petr Holub
2007-05-30 15:20:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. After working with miwi@, I'm submitting a new version of the patch that is supposed to work OK also on the -HEAD. --- Makefile.orig Wed May 30 13:16:55 2007 +++ Makefile Thu Jun 7 14:19:39 2007 @@ -7,7 +7,7 @@ PORTNAME= gtkada PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnuada @@ -18,9 +18,8 @@ MAINTAINER= hopet@ics.muni.cz COMMENT= Gtk2 binding for lang/gnat-gcc41 port of GNAT Ada compiler -BUILD_DEPENDS= ${LOCALBASE}/bin/gcc41/gcc41:${PORTSDIR}/lang/gnat-gcc41 - EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio +BUILD_DEPENDS= ${LOCALBASE}/bin/gcc41/gcc41:${PORTSDIR}/lang/gnat-gcc41 WRKSRC= ${WRKDIR}/GtkAda-2_8_1 @@ -30,7 +29,8 @@ CONFIGURE_ENV+= PATH=${LOCALBASE}/bin/gcc41:${PATH} CC=${LOCALBASE}/bin/gcc41/gcc41 MAKE_ENV+= PATH=${LOCALBASE}/bin/gcc41:${PATH} CC=${LOCALBASE}/bin/gcc41/gcc41 -USE_X_PREFIX= yes +USE_GL= gl +CONFIGURE_ARGS= --with-GL=GL USE_GNOME= gnomehack gtk20 libglade2 USE_GMAKE= yes USE_LDCONFIG= yes miwi 2007-06-09 10:50:51 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkada Makefile x11-toolkits/gtkada-devel Makefile x11-toolkits/gtkada-gcc Makefile Log: - Fix build with xorg 7.2 - Bump PORTREVISION PR: 113159 Submitted by: Petr Holub (maintainer) Revision Changes Path 1.20 +3 -2 ports/x11-toolkits/gtkada-devel/Makefile 1.3 +3 -2 ports/x11-toolkits/gtkada-gcc/Makefile 1.20 +3 -2 ports/x11-toolkits/gtkada/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |