[Midnightbsd-cvs] mports: devel/etoile-foundation: Corrected pkg-plist to avoid
seirei at midnightbsd.org
seirei at midnightbsd.org
Wed Aug 22 23:12:59 EDT 2007
Log Message:
-----------
Corrected pkg-plist to avoid unnecessary warnings on deinstall.
Also disabled shared library substitution to ensure correct
installation of libraries with a .0.1 suffix.
Modified Files:
--------------
mports/devel/etoile-foundation:
Makefile (r1.2 -> r1.3)
pkg-plist (r1.2 -> r1.3)
-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/devel/etoile-foundation/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldevel/etoile-foundation/pkg-plist -Ldevel/etoile-foundation/pkg-plist -u -r1.2 -r1.3
--- devel/etoile-foundation/pkg-plist
+++ devel/etoile-foundation/pkg-plist
@@ -21,5 +21,8 @@
Local/Library/Libraries/libEtoileFoundation.so
Local/Library/Libraries/libEtoileFoundation.so.%%MAJORLIBVERSION%%
Local/Library/Libraries/libEtoileFoundation.so.%%LIBVERSION%%
- at dirrm Local/Library/Headers/EtoileFoundation
+ at dirrm Local/Library/Frameworks/EtoileFoundation.framework/Versions/0/Headers
+ at dirrm Local/Library/Frameworks/EtoileFoundation.framework/Versions/0/Resources
+ at dirrm Local/Library/Frameworks/EtoileFoundation.framework/Versions/0
+ at dirrm Local/Library/Frameworks/EtoileFoundation.framework/Versions
@dirrm Local/Library/Frameworks/EtoileFoundation.framework
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/etoile-foundation/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldevel/etoile-foundation/Makefile -Ldevel/etoile-foundation/Makefile -u -r1.2 -r1.3
--- devel/etoile-foundation/Makefile
+++ devel/etoile-foundation/Makefile
@@ -24,6 +24,7 @@
USE_GNUSTEP_INSTALL= yes
DEFAULT_LIBVERSION= 0.1
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+NO_FILTER_SHLIBS= yes
WRKSRC= ${WRKDIR}/Etoile-0.2/
USE_GNUSTEP_MAKE_DIRS+= Frameworks/EtoileFoundation
More information about the Midnightbsd-cvs
mailing list