Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 20:57:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343543 - in head/x11/dgs: . files
Message-ID:  <201402092057.s19KvRoZ021056@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb  9 20:57:26 2014
New Revision: 343543
URL: http://svnweb.freebsd.org/changeset/ports/343543
QAT: https://qat.redports.org/buildarchive/r343543/

Log:
  Patch ltconfig a bit like USES=libtool does for configure files, so that
  we end up with libs and symlinks as specified in the plist
  No bump needed as it failed to package.

Modified:
  head/x11/dgs/Makefile
  head/x11/dgs/files/patch-DPS_ltconfig

Modified: head/x11/dgs/Makefile
==============================================================================
--- head/x11/dgs/Makefile	Sun Feb  9 20:49:23 2014	(r343542)
+++ head/x11/dgs/Makefile	Sun Feb  9 20:57:26 2014	(r343543)
@@ -40,7 +40,6 @@ post-patch:
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/dgs-config ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_SCRIPT} ${WRKSRC}/dpsnx.agent ${STAGEDIR}${PREFIX}/bin/
-#	${INSTALL_DATA} ${WRKSRC}/path_dps.m4 ${PREFIX}/share/aclocal/
 	${INSTALL_MAN} ${WRKSRC}/dpsnx.agent.1 ${STAGEDIR}${PREFIX}/man/man1/
 
 .include <bsd.port.mk>

Modified: head/x11/dgs/files/patch-DPS_ltconfig
==============================================================================
--- head/x11/dgs/files/patch-DPS_ltconfig	Sun Feb  9 20:49:23 2014	(r343542)
+++ head/x11/dgs/files/patch-DPS_ltconfig	Sun Feb  9 20:57:26 2014	(r343543)
@@ -1,6 +1,6 @@
---- DPS/ltconfig.orig	2000-01-11 22:24:56.000000000 +0000
-+++ DPS/ltconfig
-@@ -1349,7 +1349,7 @@ else
+--- ./DPS/ltconfig.orig	2000-01-11 22:24:56.000000000 +0000
++++ ./DPS/ltconfig	2014-02-09 20:43:04.000000000 +0000
+@@ -1349,7 +1349,7 @@
      ;;
  
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
@@ -9,7 +9,7 @@
      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts'
      hardcode_libdir_flag_spec='-R$libdir'
      hardcode_direct=yes
-@@ -1823,7 +1823,7 @@ freebsd1*)
+@@ -1823,7 +1823,7 @@
    dynamic_linker=no
    ;;
    
@@ -18,3 +18,13 @@
    objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
    version_type=freebsd-$objformat
    case "$version_type" in
+@@ -1831,7 +1831,8 @@
+       deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+       file_magic_cmd=/usr/bin/file
+       file_magic_test_file=`echo /usr/lib/libc.so*`
+-      library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
++      library_names_spec='$libname$release.so$versuffix $libname$release.so$major $libname.so'
++      soname_spec='$libname$release.so$major'
+       need_version=no
+       need_lib_prefix=no
+       ;;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402092057.s19KvRoZ021056>