The module directories shouldn't contain the OpenBSD version and the
machine arch. ok dlg@, laurent@, "reads ok" jasper@
This commit is contained in:
parent
1ba648069f
commit
42c53411f6
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/12/04 17:43:15 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2007/12/06 19:46:09 bernd Exp $
|
||||
|
||||
COMMENT= the enlightened window manager
|
||||
DISTNAME= e-20071107
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -33,12 +33,4 @@ post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/enlightenment
|
||||
mv ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
E_ARCH= x86_64
|
||||
.else
|
||||
E_ARCH= ${MACHINE_ARCH}
|
||||
.endif
|
||||
|
||||
SUBST_VARS= E_ARCH
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,15 @@
|
||||
$OpenBSD: patch-configure_in,v 1.1 2007/12/03 11:36:28 bernd Exp $
|
||||
$OpenBSD: patch-configure_in,v 1.2 2007/12/06 19:46:09 bernd Exp $
|
||||
--- configure.in.orig Wed Nov 7 11:45:47 2007
|
||||
+++ configure.in Mon Dec 3 12:13:37 2007
|
||||
+++ configure.in Wed Dec 5 21:29:17 2007
|
||||
@@ -70,7 +70,7 @@ AC_CHECK_HEADERS(security/pam_appl.h, [
|
||||
AC_SUBST(VALGRIND_CFLAGS)
|
||||
AC_SUBST(VALGRIND_LIBS)
|
||||
|
||||
-MODULE_ARCH="$host_os-$host_cpu"
|
||||
+MODULE_ARCH=""
|
||||
AC_SUBST(MODULE_ARCH)
|
||||
AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")
|
||||
|
||||
@@ -148,6 +148,9 @@ AC_SUBST(ALL_LINGUAS)
|
||||
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
@ -1,55 +1,55 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/11/30 16:04:37 dlg Exp $
|
||||
lib/enlightenment/modules/battery/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/clock/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_applications/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_borders/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_clientlist/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_colors/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_desk/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_desklock/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_desks/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_dialogs/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_display/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_dpms/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_engine/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_exebuf/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_fonts/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_icon_theme/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_imc/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_intl/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_keybindings/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_menus/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_mime/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_mouse/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_mouse_cursor/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_mousebindings/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_paths/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_performance/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_profiles/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_screensaver/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_shelves/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_startup/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_theme/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_transitions/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_wallpaper/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_window_display/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_window_focus/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_window_manipulation/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/conf_winlist/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/cpufreq/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/dropshadow/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/exebuf/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/fileman/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/ibar/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/ibox/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/layout/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/pager/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/start/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/temperature/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/winlist/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/module.so
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/page_000.so
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/page_010.so
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/page_020.so
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2007/12/06 19:46:09 bernd Exp $
|
||||
lib/enlightenment/modules/battery/module.so
|
||||
lib/enlightenment/modules/clock/module.so
|
||||
lib/enlightenment/modules/conf/module.so
|
||||
lib/enlightenment/modules/conf_applications/module.so
|
||||
lib/enlightenment/modules/conf_borders/module.so
|
||||
lib/enlightenment/modules/conf_clientlist/module.so
|
||||
lib/enlightenment/modules/conf_colors/module.so
|
||||
lib/enlightenment/modules/conf_desk/module.so
|
||||
lib/enlightenment/modules/conf_desklock/module.so
|
||||
lib/enlightenment/modules/conf_desks/module.so
|
||||
lib/enlightenment/modules/conf_dialogs/module.so
|
||||
lib/enlightenment/modules/conf_display/module.so
|
||||
lib/enlightenment/modules/conf_dpms/module.so
|
||||
lib/enlightenment/modules/conf_engine/module.so
|
||||
lib/enlightenment/modules/conf_exebuf/module.so
|
||||
lib/enlightenment/modules/conf_fonts/module.so
|
||||
lib/enlightenment/modules/conf_icon_theme/module.so
|
||||
lib/enlightenment/modules/conf_imc/module.so
|
||||
lib/enlightenment/modules/conf_intl/module.so
|
||||
lib/enlightenment/modules/conf_keybindings/module.so
|
||||
lib/enlightenment/modules/conf_menus/module.so
|
||||
lib/enlightenment/modules/conf_mime/module.so
|
||||
lib/enlightenment/modules/conf_mouse/module.so
|
||||
lib/enlightenment/modules/conf_mouse_cursor/module.so
|
||||
lib/enlightenment/modules/conf_mousebindings/module.so
|
||||
lib/enlightenment/modules/conf_paths/module.so
|
||||
lib/enlightenment/modules/conf_performance/module.so
|
||||
lib/enlightenment/modules/conf_profiles/module.so
|
||||
lib/enlightenment/modules/conf_screensaver/module.so
|
||||
lib/enlightenment/modules/conf_shelves/module.so
|
||||
lib/enlightenment/modules/conf_startup/module.so
|
||||
lib/enlightenment/modules/conf_theme/module.so
|
||||
lib/enlightenment/modules/conf_transitions/module.so
|
||||
lib/enlightenment/modules/conf_wallpaper/module.so
|
||||
lib/enlightenment/modules/conf_window_display/module.so
|
||||
lib/enlightenment/modules/conf_window_focus/module.so
|
||||
lib/enlightenment/modules/conf_window_manipulation/module.so
|
||||
lib/enlightenment/modules/conf_winlist/module.so
|
||||
lib/enlightenment/modules/cpufreq/module.so
|
||||
lib/enlightenment/modules/dropshadow/module.so
|
||||
lib/enlightenment/modules/exebuf/module.so
|
||||
lib/enlightenment/modules/fileman/module.so
|
||||
lib/enlightenment/modules/ibar/module.so
|
||||
lib/enlightenment/modules/ibox/module.so
|
||||
lib/enlightenment/modules/layout/module.so
|
||||
lib/enlightenment/modules/pager/module.so
|
||||
lib/enlightenment/modules/start/module.so
|
||||
lib/enlightenment/modules/temperature/module.so
|
||||
lib/enlightenment/modules/winlist/module.so
|
||||
lib/enlightenment/modules/wizard/module.so
|
||||
lib/enlightenment/modules/wizard/page_000.so
|
||||
lib/enlightenment/modules/wizard/page_010.so
|
||||
lib/enlightenment/modules/wizard/page_020.so
|
||||
lib/enlightenment/preload/e_precache.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/12/03 11:36:28 bernd Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/12/06 19:46:09 bernd Exp $
|
||||
%%SHARED%%
|
||||
bin/enlightenment
|
||||
bin/enlightenment-config
|
||||
@ -149,313 +149,262 @@ lib/enlightenment/
|
||||
lib/enlightenment/modules/
|
||||
lib/enlightenment/modules/battery/
|
||||
lib/enlightenment/modules/battery/e-module-battery.edj
|
||||
lib/enlightenment/modules/battery/module.a
|
||||
lib/enlightenment/modules/battery/module.desktop
|
||||
lib/enlightenment/modules/battery/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/battery/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/battery/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/battery/module.la
|
||||
lib/enlightenment/modules/clock/
|
||||
lib/enlightenment/modules/clock/e-module-clock.edj
|
||||
lib/enlightenment/modules/clock/module.a
|
||||
lib/enlightenment/modules/clock/module.desktop
|
||||
lib/enlightenment/modules/clock/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/clock/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/clock/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/clock/module.la
|
||||
lib/enlightenment/modules/conf/
|
||||
lib/enlightenment/modules/conf/e-module-conf.edj
|
||||
lib/enlightenment/modules/conf/module.a
|
||||
lib/enlightenment/modules/conf/module.desktop
|
||||
lib/enlightenment/modules/conf/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf/module.la
|
||||
lib/enlightenment/modules/conf_applications/
|
||||
lib/enlightenment/modules/conf_applications/e-module-conf_applications.edj
|
||||
lib/enlightenment/modules/conf_applications/module.a
|
||||
lib/enlightenment/modules/conf_applications/module.desktop
|
||||
lib/enlightenment/modules/conf_applications/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_applications/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_applications/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_applications/module.la
|
||||
lib/enlightenment/modules/conf_borders/
|
||||
lib/enlightenment/modules/conf_borders/e-module-conf_borders.edj
|
||||
lib/enlightenment/modules/conf_borders/module.a
|
||||
lib/enlightenment/modules/conf_borders/module.desktop
|
||||
lib/enlightenment/modules/conf_borders/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_borders/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_borders/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_borders/module.la
|
||||
lib/enlightenment/modules/conf_clientlist/
|
||||
lib/enlightenment/modules/conf_clientlist/e-module-conf_clientlist.edj
|
||||
lib/enlightenment/modules/conf_clientlist/module.a
|
||||
lib/enlightenment/modules/conf_clientlist/module.desktop
|
||||
lib/enlightenment/modules/conf_clientlist/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_clientlist/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_clientlist/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_clientlist/module.la
|
||||
lib/enlightenment/modules/conf_colors/
|
||||
lib/enlightenment/modules/conf_colors/e-module-conf_colors.edj
|
||||
lib/enlightenment/modules/conf_colors/module.a
|
||||
lib/enlightenment/modules/conf_colors/module.desktop
|
||||
lib/enlightenment/modules/conf_colors/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_colors/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_colors/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_colors/module.la
|
||||
lib/enlightenment/modules/conf_desk/
|
||||
lib/enlightenment/modules/conf_desk/e-module-conf_desk.edj
|
||||
lib/enlightenment/modules/conf_desk/module.a
|
||||
lib/enlightenment/modules/conf_desk/module.desktop
|
||||
lib/enlightenment/modules/conf_desk/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_desk/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_desk/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_desk/module.la
|
||||
lib/enlightenment/modules/conf_desklock/
|
||||
lib/enlightenment/modules/conf_desklock/e-module-conf_desklock.edj
|
||||
lib/enlightenment/modules/conf_desklock/module.a
|
||||
lib/enlightenment/modules/conf_desklock/module.desktop
|
||||
lib/enlightenment/modules/conf_desklock/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_desklock/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_desklock/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_desklock/module.la
|
||||
lib/enlightenment/modules/conf_desks/
|
||||
lib/enlightenment/modules/conf_desks/e-module-conf_desks.edj
|
||||
lib/enlightenment/modules/conf_desks/module.a
|
||||
lib/enlightenment/modules/conf_desks/module.desktop
|
||||
lib/enlightenment/modules/conf_desks/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_desks/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_desks/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_desks/module.la
|
||||
lib/enlightenment/modules/conf_dialogs/
|
||||
lib/enlightenment/modules/conf_dialogs/e-module-conf_dialogs.edj
|
||||
lib/enlightenment/modules/conf_dialogs/module.a
|
||||
lib/enlightenment/modules/conf_dialogs/module.desktop
|
||||
lib/enlightenment/modules/conf_dialogs/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_dialogs/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_dialogs/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_dialogs/module.la
|
||||
lib/enlightenment/modules/conf_display/
|
||||
lib/enlightenment/modules/conf_display/e-module-conf_display.edj
|
||||
lib/enlightenment/modules/conf_display/module.a
|
||||
lib/enlightenment/modules/conf_display/module.desktop
|
||||
lib/enlightenment/modules/conf_display/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_display/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_display/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_display/module.la
|
||||
lib/enlightenment/modules/conf_dpms/
|
||||
lib/enlightenment/modules/conf_dpms/e-module-conf_dpms.edj
|
||||
lib/enlightenment/modules/conf_dpms/module.a
|
||||
lib/enlightenment/modules/conf_dpms/module.desktop
|
||||
lib/enlightenment/modules/conf_dpms/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_dpms/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_dpms/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_dpms/module.la
|
||||
lib/enlightenment/modules/conf_engine/
|
||||
lib/enlightenment/modules/conf_engine/e-module-conf_engine.edj
|
||||
lib/enlightenment/modules/conf_engine/module.a
|
||||
lib/enlightenment/modules/conf_engine/module.desktop
|
||||
lib/enlightenment/modules/conf_engine/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_engine/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_engine/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_engine/module.la
|
||||
lib/enlightenment/modules/conf_exebuf/
|
||||
lib/enlightenment/modules/conf_exebuf/e-module-conf_exebuf.edj
|
||||
lib/enlightenment/modules/conf_exebuf/module.a
|
||||
lib/enlightenment/modules/conf_exebuf/module.desktop
|
||||
lib/enlightenment/modules/conf_exebuf/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_exebuf/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_exebuf/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_exebuf/module.la
|
||||
lib/enlightenment/modules/conf_fonts/
|
||||
lib/enlightenment/modules/conf_fonts/e-module-conf_fonts.edj
|
||||
lib/enlightenment/modules/conf_fonts/module.a
|
||||
lib/enlightenment/modules/conf_fonts/module.desktop
|
||||
lib/enlightenment/modules/conf_fonts/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_fonts/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_fonts/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_fonts/module.la
|
||||
lib/enlightenment/modules/conf_icon_theme/
|
||||
lib/enlightenment/modules/conf_icon_theme/e-module-conf_icon_theme.edj
|
||||
lib/enlightenment/modules/conf_icon_theme/module.a
|
||||
lib/enlightenment/modules/conf_icon_theme/module.desktop
|
||||
lib/enlightenment/modules/conf_icon_theme/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_icon_theme/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_icon_theme/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_icon_theme/module.la
|
||||
lib/enlightenment/modules/conf_imc/
|
||||
lib/enlightenment/modules/conf_imc/e-module-conf_imc.edj
|
||||
lib/enlightenment/modules/conf_imc/module.a
|
||||
lib/enlightenment/modules/conf_imc/module.desktop
|
||||
lib/enlightenment/modules/conf_imc/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_imc/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_imc/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_imc/module.la
|
||||
lib/enlightenment/modules/conf_intl/
|
||||
lib/enlightenment/modules/conf_intl/e-module-conf_intl.edj
|
||||
lib/enlightenment/modules/conf_intl/module.a
|
||||
lib/enlightenment/modules/conf_intl/module.desktop
|
||||
lib/enlightenment/modules/conf_intl/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_intl/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_intl/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_intl/module.la
|
||||
lib/enlightenment/modules/conf_keybindings/
|
||||
lib/enlightenment/modules/conf_keybindings/e-module-conf_keybindings.edj
|
||||
lib/enlightenment/modules/conf_keybindings/module.a
|
||||
lib/enlightenment/modules/conf_keybindings/module.desktop
|
||||
lib/enlightenment/modules/conf_keybindings/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_keybindings/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_keybindings/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_keybindings/module.la
|
||||
lib/enlightenment/modules/conf_menus/
|
||||
lib/enlightenment/modules/conf_menus/e-module-conf_menus.edj
|
||||
lib/enlightenment/modules/conf_menus/module.a
|
||||
lib/enlightenment/modules/conf_menus/module.desktop
|
||||
lib/enlightenment/modules/conf_menus/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_menus/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_menus/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_menus/module.la
|
||||
lib/enlightenment/modules/conf_mime/
|
||||
lib/enlightenment/modules/conf_mime/e-module-conf_mime.edj
|
||||
lib/enlightenment/modules/conf_mime/module.a
|
||||
lib/enlightenment/modules/conf_mime/module.desktop
|
||||
lib/enlightenment/modules/conf_mime/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_mime/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_mime/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_mime/module.la
|
||||
lib/enlightenment/modules/conf_mouse/
|
||||
lib/enlightenment/modules/conf_mouse/e-module-conf_mouse.edj
|
||||
lib/enlightenment/modules/conf_mouse/module.a
|
||||
lib/enlightenment/modules/conf_mouse/module.desktop
|
||||
lib/enlightenment/modules/conf_mouse/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_mouse/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_mouse/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_mouse/module.la
|
||||
lib/enlightenment/modules/conf_mouse_cursor/
|
||||
lib/enlightenment/modules/conf_mouse_cursor/e-module-conf_mouse_cursor.edj
|
||||
lib/enlightenment/modules/conf_mouse_cursor/module.a
|
||||
lib/enlightenment/modules/conf_mouse_cursor/module.desktop
|
||||
lib/enlightenment/modules/conf_mouse_cursor/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_mouse_cursor/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_mouse_cursor/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_mouse_cursor/module.la
|
||||
lib/enlightenment/modules/conf_mousebindings/
|
||||
lib/enlightenment/modules/conf_mousebindings/e-module-conf_mousebindings.edj
|
||||
lib/enlightenment/modules/conf_mousebindings/module.a
|
||||
lib/enlightenment/modules/conf_mousebindings/module.desktop
|
||||
lib/enlightenment/modules/conf_mousebindings/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_mousebindings/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_mousebindings/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_mousebindings/module.la
|
||||
lib/enlightenment/modules/conf_paths/
|
||||
lib/enlightenment/modules/conf_paths/e-module-conf_paths.edj
|
||||
lib/enlightenment/modules/conf_paths/module.a
|
||||
lib/enlightenment/modules/conf_paths/module.desktop
|
||||
lib/enlightenment/modules/conf_paths/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_paths/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_paths/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_paths/module.la
|
||||
lib/enlightenment/modules/conf_performance/
|
||||
lib/enlightenment/modules/conf_performance/e-module-conf_performance.edj
|
||||
lib/enlightenment/modules/conf_performance/module.a
|
||||
lib/enlightenment/modules/conf_performance/module.desktop
|
||||
lib/enlightenment/modules/conf_performance/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_performance/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_performance/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_performance/module.la
|
||||
lib/enlightenment/modules/conf_profiles/
|
||||
lib/enlightenment/modules/conf_profiles/e-module-conf_profiles.edj
|
||||
lib/enlightenment/modules/conf_profiles/module.a
|
||||
lib/enlightenment/modules/conf_profiles/module.desktop
|
||||
lib/enlightenment/modules/conf_profiles/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_profiles/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_profiles/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_profiles/module.la
|
||||
lib/enlightenment/modules/conf_screensaver/
|
||||
lib/enlightenment/modules/conf_screensaver/e-module-conf_screensaver.edj
|
||||
lib/enlightenment/modules/conf_screensaver/module.a
|
||||
lib/enlightenment/modules/conf_screensaver/module.desktop
|
||||
lib/enlightenment/modules/conf_screensaver/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_screensaver/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_screensaver/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_screensaver/module.la
|
||||
lib/enlightenment/modules/conf_shelves/
|
||||
lib/enlightenment/modules/conf_shelves/e-module-conf_shelves.edj
|
||||
lib/enlightenment/modules/conf_shelves/module.a
|
||||
lib/enlightenment/modules/conf_shelves/module.desktop
|
||||
lib/enlightenment/modules/conf_shelves/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_shelves/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_shelves/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_shelves/module.la
|
||||
lib/enlightenment/modules/conf_startup/
|
||||
lib/enlightenment/modules/conf_startup/e-module-conf_startup.edj
|
||||
lib/enlightenment/modules/conf_startup/module.a
|
||||
lib/enlightenment/modules/conf_startup/module.desktop
|
||||
lib/enlightenment/modules/conf_startup/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_startup/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_startup/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_startup/module.la
|
||||
lib/enlightenment/modules/conf_theme/
|
||||
lib/enlightenment/modules/conf_theme/e-module-conf_theme.edj
|
||||
lib/enlightenment/modules/conf_theme/module.a
|
||||
lib/enlightenment/modules/conf_theme/module.desktop
|
||||
lib/enlightenment/modules/conf_theme/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_theme/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_theme/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_theme/module.la
|
||||
lib/enlightenment/modules/conf_transitions/
|
||||
lib/enlightenment/modules/conf_transitions/e-module-conf_transitions.edj
|
||||
lib/enlightenment/modules/conf_transitions/module.a
|
||||
lib/enlightenment/modules/conf_transitions/module.desktop
|
||||
lib/enlightenment/modules/conf_transitions/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_transitions/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_transitions/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_transitions/module.la
|
||||
lib/enlightenment/modules/conf_wallpaper/
|
||||
lib/enlightenment/modules/conf_wallpaper/e-module-conf_wallpaper.edj
|
||||
lib/enlightenment/modules/conf_wallpaper/module.a
|
||||
lib/enlightenment/modules/conf_wallpaper/module.desktop
|
||||
lib/enlightenment/modules/conf_wallpaper/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_wallpaper/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_wallpaper/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_wallpaper/module.la
|
||||
lib/enlightenment/modules/conf_window_display/
|
||||
lib/enlightenment/modules/conf_window_display/e-module-conf_window_display.edj
|
||||
lib/enlightenment/modules/conf_window_display/module.a
|
||||
lib/enlightenment/modules/conf_window_display/module.desktop
|
||||
lib/enlightenment/modules/conf_window_display/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_window_display/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_window_display/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_window_display/module.la
|
||||
lib/enlightenment/modules/conf_window_focus/
|
||||
lib/enlightenment/modules/conf_window_focus/e-module-conf_window_focus.edj
|
||||
lib/enlightenment/modules/conf_window_focus/module.a
|
||||
lib/enlightenment/modules/conf_window_focus/module.desktop
|
||||
lib/enlightenment/modules/conf_window_focus/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_window_focus/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_window_focus/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_window_focus/module.la
|
||||
lib/enlightenment/modules/conf_window_manipulation/
|
||||
lib/enlightenment/modules/conf_window_manipulation/e-module-conf_winmanip.edj
|
||||
lib/enlightenment/modules/conf_window_manipulation/module.a
|
||||
lib/enlightenment/modules/conf_window_manipulation/module.desktop
|
||||
lib/enlightenment/modules/conf_window_manipulation/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_window_manipulation/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_window_manipulation/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_window_manipulation/module.la
|
||||
lib/enlightenment/modules/conf_winlist/
|
||||
lib/enlightenment/modules/conf_winlist/e-module-conf_winlist.edj
|
||||
lib/enlightenment/modules/conf_winlist/module.a
|
||||
lib/enlightenment/modules/conf_winlist/module.desktop
|
||||
lib/enlightenment/modules/conf_winlist/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/conf_winlist/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/conf_winlist/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/conf_winlist/module.la
|
||||
lib/enlightenment/modules/cpufreq/
|
||||
lib/enlightenment/modules/cpufreq/e-module-cpufreq.edj
|
||||
lib/enlightenment/modules/cpufreq/freqset
|
||||
lib/enlightenment/modules/cpufreq/module.a
|
||||
lib/enlightenment/modules/cpufreq/module.desktop
|
||||
lib/enlightenment/modules/cpufreq/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/cpufreq/openbsd4.2-${E_ARCH}/freqset
|
||||
lib/enlightenment/modules/cpufreq/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/cpufreq/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/cpufreq/module.la
|
||||
lib/enlightenment/modules/dropshadow/
|
||||
lib/enlightenment/modules/dropshadow/e-module-dropshadow.edj
|
||||
lib/enlightenment/modules/dropshadow/module.a
|
||||
lib/enlightenment/modules/dropshadow/module.desktop
|
||||
lib/enlightenment/modules/dropshadow/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/dropshadow/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/dropshadow/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/dropshadow/module.la
|
||||
lib/enlightenment/modules/exebuf/
|
||||
lib/enlightenment/modules/exebuf/e-module-exebuf.edj
|
||||
lib/enlightenment/modules/exebuf/module.a
|
||||
lib/enlightenment/modules/exebuf/module.desktop
|
||||
lib/enlightenment/modules/exebuf/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/exebuf/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/exebuf/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/exebuf/module.la
|
||||
lib/enlightenment/modules/fileman/
|
||||
lib/enlightenment/modules/fileman/e-module-fileman.edj
|
||||
lib/enlightenment/modules/fileman/module.a
|
||||
lib/enlightenment/modules/fileman/module.desktop
|
||||
lib/enlightenment/modules/fileman/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/fileman/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/fileman/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/fileman/module.la
|
||||
lib/enlightenment/modules/ibar/
|
||||
lib/enlightenment/modules/ibar/e-module-ibar.edj
|
||||
lib/enlightenment/modules/ibar/module.a
|
||||
lib/enlightenment/modules/ibar/module.desktop
|
||||
lib/enlightenment/modules/ibar/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/ibar/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/ibar/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/ibar/module.la
|
||||
lib/enlightenment/modules/ibox/
|
||||
lib/enlightenment/modules/ibox/e-module-ibox.edj
|
||||
lib/enlightenment/modules/ibox/module.a
|
||||
lib/enlightenment/modules/ibox/module.desktop
|
||||
lib/enlightenment/modules/ibox/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/ibox/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/ibox/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/ibox/module.la
|
||||
lib/enlightenment/modules/layout/
|
||||
lib/enlightenment/modules/layout/e-module-layout.edj
|
||||
lib/enlightenment/modules/layout/module.a
|
||||
lib/enlightenment/modules/layout/module.desktop
|
||||
lib/enlightenment/modules/layout/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/layout/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/layout/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/layout/module.la
|
||||
lib/enlightenment/modules/msgbus_lang/
|
||||
lib/enlightenment/modules/msgbus_lang/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/pager/
|
||||
lib/enlightenment/modules/pager/e-module-pager.edj
|
||||
lib/enlightenment/modules/pager/module.a
|
||||
lib/enlightenment/modules/pager/module.desktop
|
||||
lib/enlightenment/modules/pager/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/pager/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/pager/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/pager/module.la
|
||||
lib/enlightenment/modules/start/
|
||||
lib/enlightenment/modules/start/e-module-start.edj
|
||||
lib/enlightenment/modules/start/module.a
|
||||
lib/enlightenment/modules/start/module.desktop
|
||||
lib/enlightenment/modules/start/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/start/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/start/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/start/module.la
|
||||
lib/enlightenment/modules/temperature/
|
||||
lib/enlightenment/modules/temperature/e-module-temperature.edj
|
||||
lib/enlightenment/modules/temperature/module.a
|
||||
lib/enlightenment/modules/temperature/module.desktop
|
||||
lib/enlightenment/modules/temperature/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/temperature/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/temperature/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/temperature/module.la
|
||||
lib/enlightenment/modules/winlist/
|
||||
lib/enlightenment/modules/winlist/e-module-winlist.edj
|
||||
lib/enlightenment/modules/winlist/module.a
|
||||
lib/enlightenment/modules/winlist/module.desktop
|
||||
lib/enlightenment/modules/winlist/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/winlist/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/winlist/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/winlist/module.la
|
||||
lib/enlightenment/modules/wizard/
|
||||
lib/enlightenment/modules/wizard/e-module-wizard.edj
|
||||
lib/enlightenment/modules/wizard/module.a
|
||||
lib/enlightenment/modules/wizard/module.desktop
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/module.a
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/module.la
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/page_000.a
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/page_000.la
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/page_010.a
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/page_010.la
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/page_020.a
|
||||
lib/enlightenment/modules/wizard/openbsd4.2-${E_ARCH}/page_020.la
|
||||
lib/enlightenment/modules/wizard/module.la
|
||||
lib/enlightenment/modules/wizard/page_000.a
|
||||
lib/enlightenment/modules/wizard/page_000.la
|
||||
lib/enlightenment/modules/wizard/page_010.a
|
||||
lib/enlightenment/modules/wizard/page_010.la
|
||||
lib/enlightenment/modules/wizard/page_020.a
|
||||
lib/enlightenment/modules/wizard/page_020.la
|
||||
lib/enlightenment/preload/
|
||||
lib/enlightenment/preload/e_precache.a
|
||||
lib/enlightenment/preload/e_precache.la
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/12/02 18:18:10 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/12/06 19:47:08 bernd Exp $
|
||||
|
||||
COMMENT= canvas API for X
|
||||
DISTNAME= evas-20071107
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
SHARED_LIBS += evas 0.0 # .9.9
|
||||
|
||||
# BSD
|
||||
@ -28,12 +28,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-image-loader-svg --enable-image-loader-edb
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
EVAS_ARCH= x86_64
|
||||
.else
|
||||
EVAS_ARCH= ${MACHINE_ARCH}
|
||||
.endif
|
||||
|
||||
SUBST_VARS= EVAS_ARCH
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
12
x11/e17/evas/patches/patch-configure_in
Normal file
12
x11/e17/evas/patches/patch-configure_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-configure_in,v 1.1 2007/12/06 19:47:08 bernd Exp $
|
||||
--- configure.in.orig Wed Dec 5 22:13:29 2007
|
||||
+++ configure.in Wed Dec 5 22:13:42 2007
|
||||
@@ -31,7 +31,7 @@ AC_SUBST(version_info)
|
||||
|
||||
AC_FUNC_ALLOCA
|
||||
|
||||
-MODULE_ARCH="$host_os-$host_cpu"
|
||||
+MODULE_ARCH=""
|
||||
AC_SUBST(MODULE_ARCH)
|
||||
AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")
|
||||
|
@ -1,18 +1,18 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/11/30 16:04:39 dlg Exp $
|
||||
lib/evas/modules/engines/buffer/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/engines/software_generic/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/engines/software_x11/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/engines/xrender_x11/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/loaders/edb/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/loaders/eet/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/loaders/gif/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/loaders/jpeg/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/loaders/png/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/loaders/tiff/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/loaders/xpm/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/savers/edb/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/savers/eet/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/savers/jpeg/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/savers/png/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
lib/evas/modules/savers/tiff/openbsd4.2-${EVAS_ARCH}/module.so
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2007/12/06 19:47:08 bernd Exp $
|
||||
lib/evas/modules/engines/buffer/module.so
|
||||
lib/evas/modules/engines/software_generic/module.so
|
||||
lib/evas/modules/engines/software_x11/module.so
|
||||
lib/evas/modules/engines/xrender_x11/module.so
|
||||
lib/evas/modules/loaders/edb/module.so
|
||||
lib/evas/modules/loaders/eet/module.so
|
||||
lib/evas/modules/loaders/gif/module.so
|
||||
lib/evas/modules/loaders/jpeg/module.so
|
||||
lib/evas/modules/loaders/png/module.so
|
||||
lib/evas/modules/loaders/tiff/module.so
|
||||
lib/evas/modules/loaders/xpm/module.so
|
||||
lib/evas/modules/savers/edb/module.so
|
||||
lib/evas/modules/savers/eet/module.so
|
||||
lib/evas/modules/savers/jpeg/module.so
|
||||
lib/evas/modules/savers/png/module.so
|
||||
lib/evas/modules/savers/tiff/module.so
|
||||
@lib lib/libevas.so.${LIBevas_VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/30 16:04:39 dlg Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/12/06 19:47:08 bernd Exp $
|
||||
%%SHARED%%
|
||||
include/Evas.h
|
||||
include/Evas_Engine_Buffer.h
|
||||
@ -8,71 +8,55 @@ lib/evas/
|
||||
lib/evas/modules/
|
||||
lib/evas/modules/engines/
|
||||
lib/evas/modules/engines/buffer/
|
||||
lib/evas/modules/engines/buffer/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/engines/buffer/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/engines/buffer/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/engines/buffer/module.a
|
||||
lib/evas/modules/engines/buffer/module.la
|
||||
lib/evas/modules/engines/software_generic/
|
||||
lib/evas/modules/engines/software_generic/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/engines/software_generic/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/engines/software_generic/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/engines/software_generic/module.a
|
||||
lib/evas/modules/engines/software_generic/module.la
|
||||
lib/evas/modules/engines/software_x11/
|
||||
lib/evas/modules/engines/software_x11/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/engines/software_x11/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/engines/software_x11/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/engines/software_x11/module.a
|
||||
lib/evas/modules/engines/software_x11/module.la
|
||||
lib/evas/modules/engines/xrender_x11/
|
||||
lib/evas/modules/engines/xrender_x11/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/engines/xrender_x11/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/engines/xrender_x11/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/engines/xrender_x11/module.a
|
||||
lib/evas/modules/engines/xrender_x11/module.la
|
||||
lib/evas/modules/loaders/
|
||||
lib/evas/modules/loaders/edb/
|
||||
lib/evas/modules/loaders/edb/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/loaders/edb/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/loaders/edb/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/loaders/edb/module.a
|
||||
lib/evas/modules/loaders/edb/module.la
|
||||
lib/evas/modules/loaders/eet/
|
||||
lib/evas/modules/loaders/eet/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/loaders/eet/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/loaders/eet/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/loaders/eet/module.a
|
||||
lib/evas/modules/loaders/eet/module.la
|
||||
lib/evas/modules/loaders/gif/
|
||||
lib/evas/modules/loaders/gif/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/loaders/gif/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/loaders/gif/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/loaders/gif/module.a
|
||||
lib/evas/modules/loaders/gif/module.la
|
||||
lib/evas/modules/loaders/jpeg/
|
||||
lib/evas/modules/loaders/jpeg/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/loaders/jpeg/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/loaders/jpeg/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/loaders/jpeg/module.a
|
||||
lib/evas/modules/loaders/jpeg/module.la
|
||||
lib/evas/modules/loaders/png/
|
||||
lib/evas/modules/loaders/png/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/loaders/png/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/loaders/png/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/loaders/png/module.a
|
||||
lib/evas/modules/loaders/png/module.la
|
||||
lib/evas/modules/loaders/tiff/
|
||||
lib/evas/modules/loaders/tiff/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/loaders/tiff/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/loaders/tiff/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/loaders/tiff/module.a
|
||||
lib/evas/modules/loaders/tiff/module.la
|
||||
lib/evas/modules/loaders/xpm/
|
||||
lib/evas/modules/loaders/xpm/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/loaders/xpm/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/loaders/xpm/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/loaders/xpm/module.a
|
||||
lib/evas/modules/loaders/xpm/module.la
|
||||
lib/evas/modules/savers/
|
||||
lib/evas/modules/savers/edb/
|
||||
lib/evas/modules/savers/edb/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/savers/edb/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/savers/edb/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/savers/edb/module.a
|
||||
lib/evas/modules/savers/edb/module.la
|
||||
lib/evas/modules/savers/eet/
|
||||
lib/evas/modules/savers/eet/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/savers/eet/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/savers/eet/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/savers/eet/module.a
|
||||
lib/evas/modules/savers/eet/module.la
|
||||
lib/evas/modules/savers/jpeg/
|
||||
lib/evas/modules/savers/jpeg/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/savers/jpeg/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/savers/jpeg/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/savers/jpeg/module.a
|
||||
lib/evas/modules/savers/jpeg/module.la
|
||||
lib/evas/modules/savers/png/
|
||||
lib/evas/modules/savers/png/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/savers/png/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/savers/png/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/savers/png/module.a
|
||||
lib/evas/modules/savers/png/module.la
|
||||
lib/evas/modules/savers/tiff/
|
||||
lib/evas/modules/savers/tiff/openbsd4.2-${EVAS_ARCH}/
|
||||
lib/evas/modules/savers/tiff/openbsd4.2-${EVAS_ARCH}/module.a
|
||||
lib/evas/modules/savers/tiff/openbsd4.2-${EVAS_ARCH}/module.la
|
||||
lib/evas/modules/savers/tiff/module.a
|
||||
lib/evas/modules/savers/tiff/module.la
|
||||
lib/libevas.a
|
||||
lib/libevas.la
|
||||
lib/pkgconfig/
|
||||
|
Loading…
Reference in New Issue
Block a user