diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 12:42:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 12:42:45 +0000 |
commit | 2c8c6c8970972a7da5a3ee28fc61a52f90059c94 (patch) | |
tree | d0941216885b3e1a441f3cd818ed315d94f5893e /sysutils/sensors-applet/files/patch-src_Makefile.in | |
parent | Support stage (diff) |
2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
Notes
Notes:
svn path=/head/; revision=350933
Diffstat (limited to 'sysutils/sensors-applet/files/patch-src_Makefile.in')
-rw-r--r-- | sysutils/sensors-applet/files/patch-src_Makefile.in | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/sysutils/sensors-applet/files/patch-src_Makefile.in b/sysutils/sensors-applet/files/patch-src_Makefile.in deleted file mode 100644 index 9cc2997d7826..000000000000 --- a/sysutils/sensors-applet/files/patch-src_Makefile.in +++ /dev/null @@ -1,45 +0,0 @@ ---- src/Makefile.in.orig Fri Mar 24 15:54:47 2006 -+++ src/Makefile.in Thu May 4 05:03:13 2006 -@@ -206,21 +206,10 @@ - sensors-applet.h \ - sensors-applet-gconf.c \ - sensors-applet-gconf.h \ -- acpi-sensors-interface.c \ -- acpi-sensors-interface.h \ -- ibm-acpi-sensors-interface.c \ -- ibm-acpi-sensors-interface.h \ -- omnibook-sensors-interface.c \ -- omnibook-sensors-interface.h \ -- pmu-sys-sensors-interface.c \ -- pmu-sys-sensors-interface.h \ -- i8k-sensors-interface.c \ -- i8k-sensors-interface.h \ -- hddtemp-sensors-interface.c \ -- hddtemp-sensors-interface.h \ -- smu-sys-sensors-interface.c \ -- smu-sys-sensors-interface.h \ -- $(sensors_SRC) -+ mbmon-sensors-interface.c \ -+ mbmon-sensors-interface.h \ -+ smartctl-sensors-interface.c \ -+ smartctl-sensors-interface.h - - subdir = src - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -250,13 +239,9 @@ - am_sensors_applet_OBJECTS = main.$(OBJEXT) about-dialog.$(OBJEXT) \ - active-sensor.$(OBJEXT) prefs-dialog.$(OBJEXT) \ - sensor-config-dialog.$(OBJEXT) sensors-applet.$(OBJEXT) \ -- sensors-applet-gconf.$(OBJEXT) acpi-sensors-interface.$(OBJEXT) \ -- ibm-acpi-sensors-interface.$(OBJEXT) \ -- omnibook-sensors-interface.$(OBJEXT) \ -- pmu-sys-sensors-interface.$(OBJEXT) \ -- i8k-sensors-interface.$(OBJEXT) \ -- hddtemp-sensors-interface.$(OBJEXT) \ -- smu-sys-sensors-interface.$(OBJEXT) $(am__objects_1) -+ sensors-applet-gconf.$(OBJEXT) \ -+ mbmon-sensors-interface.$(OBJEXT) \ -+ smartctl-sensors-interface.$(OBJEXT) - sensors_applet_OBJECTS = $(am_sensors_applet_OBJECTS) - sensors_applet_LDADD = $(LDADD) - sensors_applet_DEPENDENCIES = |