diff options
author | sergei <sergei@FreeBSD.org> | 2004-10-06 16:52:33 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-10-06 16:52:33 +0800 |
commit | ceb42e318c165c981024a2e2dea99aa9cae67cca (patch) | |
tree | b89498c52f4f37eed175fa845740603882a198d1 /dns/posadis/files | |
parent | 9e3cf9900fa95ebc89e75ac32b6f9f1909c8491b (diff) | |
download | freebsd-ports-gnome-ceb42e318c165c981024a2e2dea99aa9cae67cca.tar.gz freebsd-ports-gnome-ceb42e318c165c981024a2e2dea99aa9cae67cca.tar.zst freebsd-ports-gnome-ceb42e318c165c981024a2e2dea99aa9cae67cca.zip |
- Unbreak dns/posadis build under 5.x and -CURRENT
by upgrading to the latest version (0.60.5)
- Update its dependency devel/poslib to 1.0.5 (prerequisite)
PR: ports/72308
Submitted by: sergei
Approved by: portsmgr (will)
Diffstat (limited to 'dns/posadis/files')
-rw-r--r-- | dns/posadis/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | dns/posadis/files/patch-configure.in | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dns/posadis/files/patch-Makefile.in b/dns/posadis/files/patch-Makefile.in new file mode 100644 index 000000000000..975eb0a73dda --- /dev/null +++ b/dns/posadis/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Oct 4 13:52:11 2004 ++++ Makefile.in Mon Oct 4 13:52:19 2004 +@@ -89,7 +89,7 @@ poslib_srvcxxflags = @poslib_srvcxxflags + poslib_srvldflags = @poslib_srvldflags@ + poslib_version = @poslib_version@ + +-SUBDIRS = libltdl pos6 tools ++SUBDIRS = pos6 tools + + EXTRA_DIST = pos6.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO posadis-config.in posadis.1 posadisrc.5 posadisrc zn.acdam.com.example db.acdam.net.example + diff --git a/dns/posadis/files/patch-configure.in b/dns/posadis/files/patch-configure.in new file mode 100644 index 000000000000..b72a8fd07f2f --- /dev/null +++ b/dns/posadis/files/patch-configure.in @@ -0,0 +1,11 @@ +--- configure.in.orig Mon Oct 4 12:52:42 2004 ++++ configure.in Mon Oct 4 12:52:54 2004 +@@ -27,8 +27,6 @@ AC_ENABLE_STATIC(no) + + AC_LIBLTDL_INSTALLABLE + +-AC_CONFIG_SUBDIRS(libltdl) +- + AC_SUBST(LTDLINCL) + AC_SUBST(LIBLTDL) + |