aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/asapm/files
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-02 18:07:49 +0800
committerbapt <bapt@FreeBSD.org>2014-09-02 18:07:49 +0800
commit10e03167f487d64719cc43ea4950b4d925234d80 (patch)
treeabf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/asapm/files
parente36550b4b5e2ea827b9bd0c16daa7304d897c23b (diff)
downloadfreebsd-ports-gnome-10e03167f487d64719cc43ea4950b4d925234d80.tar.gz
freebsd-ports-gnome-10e03167f487d64719cc43ea4950b4d925234d80.tar.zst
freebsd-ports-gnome-10e03167f487d64719cc43ea4950b4d925234d80.zip
Remove non staged ports without pending PR from s*
Diffstat (limited to 'sysutils/asapm/files')
-rw-r--r--sysutils/asapm/files/patch-Makefile.UNIX21
-rw-r--r--sysutils/asapm/files/patch-aa11
-rw-r--r--sysutils/asapm/files/patch-apm_read.c29
-rw-r--r--sysutils/asapm/files/patch-configure34
4 files changed, 0 insertions, 95 deletions
diff --git a/sysutils/asapm/files/patch-Makefile.UNIX b/sysutils/asapm/files/patch-Makefile.UNIX
deleted file mode 100644
index f7c8e73ca510..000000000000
--- a/sysutils/asapm/files/patch-Makefile.UNIX
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.UNIX.orig Thu Nov 30 18:55:09 2006
-+++ Makefile.UNIX Thu Nov 30 18:55:42 2006
-@@ -1,14 +1,14 @@
- #-----------------------------------------------------
- # The locations where this program should be installed
--INSTALL_DIR=/usr/local/bin
--MAN_DIR=/usr/local/man/man1
-+INSTALL_DIR=${LOCALBASE}/bin
-+MAN_DIR=${LOCALBASE}/man/man1
-
- # The location and names of the X11 libraries
--LDIR = -L/usr/X11R6/lib
-+LDIR = -L${LOCALBASE}/lib
- LIBS = -lXpm -lX11
-
- # The include path to the X11 files
--C_INCLUDE = -I. -I/usr/X11R6/include
-+C_INCLUDE = -I. -I${LOCALBASE}/include
-
- #-----------------------------------------------------
- CC = gcc
diff --git a/sysutils/asapm/files/patch-aa b/sysutils/asapm/files/patch-aa
deleted file mode 100644
index d322b11cf356..000000000000
--- a/sysutils/asapm/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- autoconf/Makefile.common.in.orig Wed Dec 9 01:58:10 1998
-+++ autoconf/Makefile.common.in Wed Dec 9 01:58:19 1998
-@@ -11,7 +11,7 @@
- $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
-
- install.man:
-- $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
-+ $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1
-
- uninstall:
- $(RMF) $(AFTER_BIN_DIR)/$(PROG)
diff --git a/sysutils/asapm/files/patch-apm_read.c b/sysutils/asapm/files/patch-apm_read.c
deleted file mode 100644
index 46bd02a86bb7..000000000000
--- a/sysutils/asapm/files/patch-apm_read.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- apm_read.c.orig Wed Jul 27 08:23:06 2005
-+++ apm_read.c Wed Jul 27 23:15:33 2005
-@@ -413,6 +413,9 @@
- unsigned int remaining_capacity = 0;
- unsigned int present_rate = 0;
-
-+ unsigned int percent;
-+ unsigned int time_left;
-+
- if ( ! acpi_available )
- return -1;
-
-@@ -617,7 +620,7 @@
- * Calculate the percentage and time to full charge
- * or discharge based on the reported rate.
- */
-- unsigned int percent =
-+ percent =
- last_full_capacity ?
- (float)remaining_capacity / (float)last_full_capacity * 100
- : 0;
-@@ -626,7 +629,6 @@
- ++state.update;
- }
-
-- unsigned int time_left;
- if ( state.battery_status == BATTERY_CHARGING ) {
- time_left =
- present_rate ?
diff --git a/sysutils/asapm/files/patch-configure b/sysutils/asapm/files/patch-configure
deleted file mode 100644
index 249601e3cfd6..000000000000
--- a/sysutils/asapm/files/patch-configure
+++ /dev/null
@@ -1,34 +0,0 @@
---- configure.orig Thu Nov 30 19:05:04 2006
-+++ configure Thu Nov 30 19:04:44 2006
-@@ -1289,6 +1289,7 @@
- # Look for the header file in a standard set of common directories.
- # Check X11 before X11Rn because it is often a symlink to the current release.
- for ac_dir in \
-+ ${LOCALBASE}/include \
- /usr/X11/include \
- /usr/X11R6/include \
- /usr/X11R5/include \
-@@ -1364,6 +1365,7 @@
- # First see if replacing the include by lib works.
- # Check X11 before X11Rn because it is often a symlink to the current release.
- for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
-+ ${LOCALBASE}/lib \
- /usr/X11/lib \
- /usr/X11R6/lib \
- /usr/X11R5/lib \
-@@ -2289,6 +2291,7 @@
- rm -rf conftest*
- # Look for the header file in a standard set of common directories.
- for ac_dir in \
-+ ${LOCALBASE}/include \
- /usr/X11/include \
- /usr/X11R6/include \
- /usr/X11R5/include \
-@@ -2368,6 +2371,7 @@
- # First see if replacing the include by lib works.
- for ac_dir in \
- `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
-+ ${LOCALBASE}/lib \
- /usr/X11/lib \
- /usr/X11R6/lib \
- /usr/X11R5/lib \