diff options
author | bland <bland@FreeBSD.org> | 2003-09-30 14:52:45 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-09-30 14:52:45 +0800 |
commit | b28268b85efd5cbe778cc20dea890d696624f415 (patch) | |
tree | 12df57c2be9b7faba3070974e169bfa60ad94e6f /x11-toolkits/gtkmm20 | |
parent | 63030201fa81b28684819d63c0b1827b4643416e (diff) | |
download | freebsd-ports-gnome-b28268b85efd5cbe778cc20dea890d696624f415.tar.gz freebsd-ports-gnome-b28268b85efd5cbe778cc20dea890d696624f415.tar.zst freebsd-ports-gnome-b28268b85efd5cbe778cc20dea890d696624f415.zip |
- Remove obsolete --without-gnome option.
- Exclude tests/ from build and packaging.
Diffstat (limited to 'x11-toolkits/gtkmm20')
-rw-r--r-- | x11-toolkits/gtkmm20/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtkmm20/pkg-plist | 7 |
2 files changed, 3 insertions, 8 deletions
diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index 8c33b7cfdf01..bb307e661916 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkmm PORTVERSION= 2.2.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_SOURCEFORGE} @@ -29,7 +30,6 @@ INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GNOME= gnomehack gtk20 CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ --with-sigc-prefix=${LOCALBASE} .if defined(WITH_EXAMPLES) @@ -39,6 +39,8 @@ PLIST_SUB+= EXAMPLES="@comment " .endif post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ + ${WRKSRC}/Makefile.in .if !defined(WITH_EXAMPLES) @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in diff --git a/x11-toolkits/gtkmm20/pkg-plist b/x11-toolkits/gtkmm20/pkg-plist index 58623c9cbb99..b17c07bbe456 100644 --- a/x11-toolkits/gtkmm20/pkg-plist +++ b/x11-toolkits/gtkmm20/pkg-plist @@ -2114,10 +2114,6 @@ share/doc/gtkmm-2.0/docs/tutorial/html/ch21.html share/doc/gtkmm-2.0/docs/tutorial/html/ch21s02.html share/doc/gtkmm-2.0/docs/tutorial/html/ch22.html share/doc/gtkmm-2.0/docs/tutorial/html/index.html -share/doc/gtkmm-2.0/tests/child_widget/main.cc -share/doc/gtkmm-2.0/tests/child_widget/testwindow.cc -share/doc/gtkmm-2.0/tests/child_widget/testwindow.h -share/doc/gtkmm-2.0/tests/child_widget_managed/main.cc %%EXAMPLES%%share/devhelp/books/gtkmm-2.0/gtkmm2.devhelp %%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/arrow.cc %%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/direction.cc @@ -2370,9 +2366,6 @@ share/doc/gtkmm-2.0/tests/child_widget_managed/main.cc %%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/arrow %%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples %%EXAMPLES%%@dirrm share/devhelp/books/gtkmm-2.0 -@dirrm share/doc/gtkmm-2.0/tests/child_widget_managed -@dirrm share/doc/gtkmm-2.0/tests/child_widget -@dirrm share/doc/gtkmm-2.0/tests @dirrm share/doc/gtkmm-2.0/docs/tutorial/html @dirrm share/doc/gtkmm-2.0/docs/tutorial/figures @dirrm share/doc/gtkmm-2.0/docs/tutorial |