diff options
author | pav <pav@FreeBSD.org> | 2004-03-25 07:10:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-25 07:10:34 +0800 |
commit | 0ee208dbe62724ce030ca997c9720edb1012584d (patch) | |
tree | 9636aa73385146a6199d1691efc19ca011399681 | |
parent | a77293d6e27ef45205b445c84cce13d2af69f95a (diff) | |
download | freebsd-ports-gnome-0ee208dbe62724ce030ca997c9720edb1012584d.tar.gz freebsd-ports-gnome-0ee208dbe62724ce030ca997c9720edb1012584d.tar.zst freebsd-ports-gnome-0ee208dbe62724ce030ca997c9720edb1012584d.zip |
- Drop auto*tools support (unbreak)
PR: ports/64630
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
-rw-r--r-- | devel/libtifiles/Makefile | 5 | ||||
-rw-r--r-- | devel/libtifiles/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/libtifiles/files/patch-macros-Makefile.in | 11 | ||||
-rw-r--r-- | devel/libtifiles/pkg-plist | 1 |
4 files changed, 11 insertions, 16 deletions
diff --git a/devel/libtifiles/Makefile b/devel/libtifiles/Makefile index a7cc6b707f27..6348fad34d46 100644 --- a/devel/libtifiles/Makefile +++ b/devel/libtifiles/Makefile @@ -15,12 +15,9 @@ MASTER_SITE_SUBDIR= tilp MAINTAINER= tijl@ulyssis.org COMMENT= TI calculator file types library -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - -USE_AUTOMAKE_VER= 15 GNU_CONFIGURE= yes USE_GETTEXT= yes +USE_GNOME= pkgconfig USE_LIBTOOL_VER= 13 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/devel/libtifiles/files/patch-configure b/devel/libtifiles/files/patch-configure new file mode 100644 index 000000000000..6cc5fffdc4d5 --- /dev/null +++ b/devel/libtifiles/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Mar 23 16:43:40 2004 ++++ configure Tue Mar 23 16:44:02 2004 +@@ -1934,6 +1934,7 @@ + ACLOCALDIR=`aclocal --print-ac-dir` + + fi ++ACLOCALDIR="" + + + if test x$ACLOCALDIR != x ; then diff --git a/devel/libtifiles/files/patch-macros-Makefile.in b/devel/libtifiles/files/patch-macros-Makefile.in deleted file mode 100644 index 6ea441de5864..000000000000 --- a/devel/libtifiles/files/patch-macros-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- macros/Makefile.in.orig Wed Aug 27 12:04:45 2003 -+++ macros/Makefile.in Sat Sep 20 11:44:08 2003 -@@ -186,7 +186,7 @@ - done - - --aclocaldir = @ACLOCALDIR@ -+aclocaldir = ${datadir}/aclocal - - @Aclocal_TRUE@aclocal_DATA = tifiles.m4 - subdir = macros diff --git a/devel/libtifiles/pkg-plist b/devel/libtifiles/pkg-plist index df321996ee19..4b14cc36a786 100644 --- a/devel/libtifiles/pkg-plist +++ b/devel/libtifiles/pkg-plist @@ -25,6 +25,5 @@ lib/libtifiles.la lib/libtifiles.so lib/libtifiles.so.5 libdata/pkgconfig/tifiles.pc -share/aclocal/tifiles.m4 share/locale/fr/LC_MESSAGES/libtifiles.mo @unexec rmdir %D/include/tilp 2>/dev/null || true |