aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/conky-awesome
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-10-18 11:30:54 +0800
committernovel <novel@FreeBSD.org>2005-10-18 11:30:54 +0800
commit4138d3ee3bb8feec3e36856084bafd761cef0fde (patch)
treef3dab1b6ca5a511a16c595907f7c2896fadea044 /sysutils/conky-awesome
parent5890432e0fbe163b54d8d193984059c8afb29b99 (diff)
downloadfreebsd-ports-graphics-4138d3ee3bb8feec3e36856084bafd761cef0fde.tar.gz
freebsd-ports-graphics-4138d3ee3bb8feec3e36856084bafd761cef0fde.tar.zst
freebsd-ports-graphics-4138d3ee3bb8feec3e36856084bafd761cef0fde.zip
Update to 1.3.3.
Diffstat (limited to 'sysutils/conky-awesome')
-rw-r--r--sysutils/conky-awesome/Makefile2
-rw-r--r--sysutils/conky-awesome/distinfo4
-rw-r--r--sysutils/conky-awesome/files/patch-src-conky.c31
-rw-r--r--sysutils/conky-awesome/files/patch-src-conky.h20
-rw-r--r--sysutils/conky-awesome/files/patch-src-freebsd.c15
5 files changed, 3 insertions, 69 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile
index 85a9a9ea5ca..bd3fb153d1f 100644
--- a/sysutils/conky-awesome/Makefile
+++ b/sysutils/conky-awesome/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= conky
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/sysutils/conky-awesome/distinfo b/sysutils/conky-awesome/distinfo
index 71b5a7cd2c6..bcf46e25fe6 100644
--- a/sysutils/conky-awesome/distinfo
+++ b/sysutils/conky-awesome/distinfo
@@ -1,2 +1,2 @@
-MD5 (conky-1.3.1.tar.bz2) = 1dda4829734050293e07b1f0228b1a42
-SIZE (conky-1.3.1.tar.bz2) = 316741
+MD5 (conky-1.3.3.tar.bz2) = 8c200d13b31b0c441d0e8ad38161b35e
+SIZE (conky-1.3.3.tar.bz2) = 317987
diff --git a/sysutils/conky-awesome/files/patch-src-conky.c b/sysutils/conky-awesome/files/patch-src-conky.c
deleted file mode 100644
index a6411f01c07..00000000000
--- a/sysutils/conky-awesome/files/patch-src-conky.c
+++ /dev/null
@@ -1,31 +0,0 @@
---- src/conky.c.orig Fri Sep 2 21:55:33 2005
-+++ src/conky.c Fri Sep 2 21:54:07 2005
-@@ -846,7 +846,7 @@
- OBJ_upspeedgraph,
- OBJ_uptime,
- OBJ_uptime_short,
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) && (defined(i386) || defined(__i386__))
- OBJ_apm_adapter,
- OBJ_apm_battery_time,
- OBJ_apm_battery_life,
-@@ -1688,8 +1688,8 @@
- }
- END OBJ(uptime_short, INFO_UPTIME) END OBJ(uptime, INFO_UPTIME) END
- OBJ(adt746xcpu, 0) END OBJ(adt746xfan, 0) END
--#ifdef __FreeBSD__
-- OBJ(apm_adapter, 0) END
-+#if defined(__FreeBSD__) && (defined(i386) || defined(__i386__))
-+ OBJ(apm_adapter, 0) END
- OBJ(apm_battery_life, 0) END
- OBJ(apm_battery_time, 0) END
- #endif /* __FreeBSD__ */
-@@ -2715,7 +2715,7 @@
- format_seconds(p, n, (int) cur->uptime);
- }
-
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) && (defined(i386) || defined(__i386__))
- OBJ(apm_adapter) {
- snprintf(p, n, "%s", get_apm_adapter());
- }
diff --git a/sysutils/conky-awesome/files/patch-src-conky.h b/sysutils/conky-awesome/files/patch-src-conky.h
deleted file mode 100644
index 0c6aa6f0ae2..00000000000
--- a/sysutils/conky-awesome/files/patch-src-conky.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/conky.h.orig Fri Sep 2 21:46:54 2005
-+++ src/conky.h Fri Sep 2 21:47:46 2005
-@@ -30,7 +30,7 @@
- #endif
- #endif /* X11 */
-
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) && (defined(i386) || defined(__i386__))
- #include <machine/apm_bios.h>
- #endif /* __FreeBSD__ */
-
-@@ -360,7 +360,7 @@
- #endif
-
- /* in freebsd.c */
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) && (defined(i386) || defined(__i386__))
- int apm_getinfo(int fd, apm_info_t aip);
- char *get_apm_adapter(void);
- char *get_apm_battery_life(void);
diff --git a/sysutils/conky-awesome/files/patch-src-freebsd.c b/sysutils/conky-awesome/files/patch-src-freebsd.c
deleted file mode 100644
index cd8607ca2a4..00000000000
--- a/sysutils/conky-awesome/files/patch-src-freebsd.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/freebsd.c.orig Fri Sep 2 21:43:44 2005
-+++ src/freebsd.c Fri Sep 2 21:48:28 2005
-@@ -590,6 +590,7 @@
- return;
- }
-
-+#if defined(i386) || defined(__i386__)
- #define APMDEV "/dev/apm"
- #define APM_UNKNOWN 255
-
-@@ -706,3 +707,4 @@
-
- return out;
- }
-+#endif
/td>Upgrade to 0.52, and grab maintainer bit.vanilla2003-10-142-9/+18 * Update to 2.8.0.nobutaka2003-10-143-2/+4 * Update to 2.4.1.marcus2003-10-143-3/+4 * Update to 2.4.1.adamw2003-10-146-4/+6 * Fix XFree86-4-clients build. It was failing depending on lib*.a which weren'tanholt2003-10-142-3/+23 * Somehow the typo in the previous commit didn't make the build fail. Fix it.anholt2003-10-131-2/+2 * Suppress warnings in system headers with gcc 3.x.anholt2003-10-131-6/+11 * BROKEN: Broken pkg-plistkris2003-10-131-0/+2 * Fix Libs: list in libgnomemm-2.0.pc file.bland2003-10-124-0/+20 * Update to 2.0.0bland2003-10-126-12/+12 * - Update to version 0.5krion2003-10-123-3/+10 * Correct some gross mis-uses of g_strdup_printf() which caused a crashmarcus2003-10-102-0/+26 * New port: x11/yalias: an execution box with regex matchingedwin2003-10-085-0/+38 * Update to 0.7.1.marcus2003-10-083-10/+10 * Use the new-style locale names since the old ISO_8859 names are obsoletemarcus2003-10-062-25/+26 * Update to 0.7.adamw2003-10-065-72/+8 * Add a dependency on gnotime.marcus2003-10-051-1/+3 * new virtual category requested: accessibilityedwin2003-10-044-4/+4 * Fix the -pthread problem in case the option gets removed again. Thiswill2003-10-0413-76/+62 * Back the space-saving out again, the tag has been slipped.lofi2003-10-032-20/+0 * Temporarily do not depend on kdeedu, kdevelop and kdesdk in the package. Thislofi2003-10-032-0/+20 * Fix the clock display for the Danish, Italian, and Chinese locales. FreeBSD'smarcus2003-10-0210-2/+348 * Added caraldi.com to MASTER_SITES.znerd2003-10-011-1/+2 * New port: numlockx.znerd2003-10-015-0/+32 * The Fluxbox Background Tool gives you a nice GUI to make backgroundadamw2003-10-018-0/+112 * Conditionalize two more battstat files.marcus2003-10-012-4/+4 * Assign maintainership to gnome@ and update to 0.4.marcus2003-09-304-14/+11 * From KDE_3_1_BRANCH:arved2003-09-297-0/+126 * Add back DIST_SUBDIR. It was removed by mistake.demon2003-09-294-2/+4 * Use my FreeBSD.org address for MAINTAINER field.bms2003-09-281-1/+1 * Use MASTER_SITES_XCONTRIB instead of hard-coding MASTER_SITES.bms2003-09-281-2/+2 * Update to 4.0.0 release.demon2003-09-274-14/+8 * Update to 2.4.1.marcus2003-09-2710-52/+66 * Chase the libgnomeuimm shared lib version.marcus2003-09-271-1/+2 * Update to 2.4.4.3bland2003-09-262-2/+2 * update x11/idesk: 0.5.5 -> 0.5.6daichi2003-09-263-4/+5 * Conditionalize gnomemeeting on i386 only.marcus2003-09-261-1/+4 * Bump PORTREVISION for the last commit. It fixes the dreaded thread problemmarcus2003-09-252-0/+2 * Update to 2.4.4.2.adamw2003-09-254-5/+16 * Fix build on Alpha.marcus2003-09-252-12/+30 * Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-244-4/+4 * Conditionalize the epiphany dependency as Mozilla does not work onmarcus2003-09-241-2/+7 * Conditionalize the totem dependency so gnome2-fifth-toe can be made into amarcus2003-09-221-1/+4 * Add a USE_GNOME dependency on librsvg2 to fix build on bento.marcus2003-09-211-3/+2 * Fix a nasty bug where launchers on drawers wouldn't work after the upgrademarcus2003-09-214-0/+406 * Switch explicit LIB_DEPENDS on libgnomeui to USE_GNOME=libgnomeui tomarcus2003-09-181-1/+1 * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-1860-2937/+18 * Update to 2.4.0bland2003-09-1810-209/+41 * Add gnopernicus, and accessibility launcher for the GNOME desktop.marcus2003-09-186-0/+592 * Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,marcus2003-09-1881-1312/+1303 * Allow the patch directory to be overridden.anholt2003-09-171-1/+1 * Fix package build on bento.marcus2003-09-151-186/+185 * Correct plist by removing the non-existent German .mo file.marcus2003-09-151-1/+0 * Update the Ruby/GNOME2 suite to 0.7.0.knu2003-09-102-2/+2 * Update to 4.13bland2003-09-093-4/+11 * Upgrade to 4.13, which contains better xinerama support, and a few otherdougb2003-09-093-3/+4 * A hopefully temporary patch to isolate a gtk2-only function. The onlydougb2003-09-091-0/+14 * Change maintainer addresserwin2003-09-091-1/+1 * Update to 0.10.3.adamw2003-09-093-2/+21 * Assign maintainership to Yonatan.edwin2003-09-081-1/+1 * New port: xnodecor (x11 utility on OverrideRedirect attribute)edwin2003-09-087-0/+67 * Upgrade to version 4.12, which contains several new hacks, and updatesdougb2003-09-086-34/+77 * Give up maintainership due to lack of mainframe access.edwin2003-09-081-1/+1 * gnomemeeting2 is now just gnomemeeting.marcus2003-09-071-1/+1 * Fixes for potential integer overflows in font libraries.anholt2003-09-042-1/+370 * Update to version 4.0 RC3.demon2003-09-034-12/+12 * [PATCH] x11/dgs: enable choose of ghostscript interpreteredwin2003-08-311-1/+15 * Fix fetch problems, site has moved to http://offog.org/codeedwin2003-08-302-2/+2 * Make x11/x3270 building again on 4-STABLE.edwin2003-08-301-0/+11 * Update to 1.4.0bland2003-08-309-69/+53 * Fix manpage installation.marcus2003-08-291-1/+1 * Multiple bugfixes and enhancements for kdebase.lofi2003-08-2970-63/+3206 * Update to 3.1.3a. Use USE_OPENLDAP macro.lofi2003-08-2910-76/+12 * New port: Showing moving blobsedwin2003-08-286-0/+57 * Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-274-0/+4 * Add p5-X11-IdleTime 0.01,erwin2003-08-266-0/+69 * Chase the libintl.so shared lib version.marcus2003-08-254-4/+4 * new port: x11/xinputedwin2003-08-245-0/+30 * Remove the disabling of MTRRs on amd64, as MTRR support has been added toanholt2003-08-231-15/+4 * Remove ruby-panel-applet. GNOME 1.4 desktop is gone.knu2003-08-235-55/+0 * Update to 1.4.adamw2003-08-212-5/+4 * Update to 5.09.adamw2003-08-212-2/+2 * Fix installation (in special cases)osa2003-08-201-1/+1 * Check __FreeBSD_version to fix build error on old 4.6bland2003-08-202-28/+42 * Add gnomehack missed in previous commit.bland2003-08-202-2/+2 * Remove these ports as they depend on the old GNOME 1.4 libpanel.marcus2003-08-1915-212/+0 * Remove gnomeres_applet as it depends on the old GNOME 1.4 libpanel.marcus2003-08-195-48/+0 * update x11/nvidia-driver: some tweaksdaichi2003-08-181-6/+11 * take maintainershipoliver2003-08-172-2/+2 * - Change my maintainer address.bland2003-08-174-24/+2 * Correct the default path to the CD-ROM device.marcus2003-08-174-4/+4 * Don't depend on autoconf, but rather, remove the need for it.marcus2003-08-172-12/+20 * Add a USE_AUTOCONF and unbreak.marcus2003-08-171-2/+1 * Utilize INFOkris2003-08-162-6/+1 * Start using the new xfce sub-categoryoliver2003-08-162-2/+2 * Update to 4.12.marcus2003-08-155-17/+31 * Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-159-9/+9 * Update to 1.4.marcus2003-08-143-18/+18 * [1] Fix xdmcp queries in the X servers (bug 277)anholt2003-08-132-1/+17 * Remove libpanel. It has sered us well, but now that the GNOME 1.4 desktopmarcus2003-08-127-69/+0 * Remove these ports as part of phase II of the GNOME 1.4 desktop removal.marcus2003-08-1215-156/+0 * Upgrade to 1.9.2.olgeni2003-08-122-2/+2 * ruby-gnomevfs and ruby-gst are now part of Ruby/GNOME2.knu2003-08-101-0/+3 * Fix building on FreeBSD 5.x (link with libutil) after maintainernectar2003-08-105-32/+24 * Update to 0.5pat2003-08-104-21/+13 * Update the Ruby/GNOME2 suite to 0.6.0.knu2003-08-102-3/+3 * Update the Ruby-GNOME suite to 0.34.knu2003-08-102-2/+2 * Fix build on -current.jmz2003-08-091-0/+26 * Fix path in wireless patch.marcus2003-08-092-4/+4 * Do not hard-code -lgnugetopt which causes a problem on newer versions ofmarcus2003-08-091-1/+10 * Update to 2.4.1.6.marcus2003-08-092-3/+2 * Print the signal strength for wi-driven cards instead of signal quality.marcus2003-08-084-28/+32 * As announced on May 6, remove the broken x11/wscan port.kris2003-08-086-56/+0 * Remove the dependency on metacity-setup.marcus2003-08-081-2/+2 * BROKEN: missing autoconf dependencykris2003-08-071-0/+2 * Gucharmap is now in deskutils.marcus2003-08-071-1/+1 * gnomeutils2 has moved from misc to deskutils.marcus2003-08-071-1/+1 * Remove unnecessary USE_QT_VER.lofi2003-08-062-2/+0 * Patch to fix the "horizontal toolbars on every page" bugarved2003-08-062-0/+40 * Switch to MASTER_SITE_DEBIAN_POOLkris2003-08-042-4/+2 * Add support for wi-driven wireless cards.marcus2003-08-024-28/+166 * Fix a bus error on logout on -CURRENT if one of the panels containedmarcus2003-08-024-0/+52 * Fix a typo.marcus2003-08-021-1/+1 * Correct the ltmain.sh patch to fix hangs on 5.x.marcus2003-08-022-10/+11 * Update to 2.4.1.5.marcus2003-08-014-21/+22 * * Add a missing gconf2 dependencymarcus2003-08-013-3/+30 * Release maintainership of ports due to personal technical difficulties.naddy2003-07-312-2/+2 * Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-297-7/+7 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-2958-347/+674 * Add libxfce4util 3.99.2,oliver2003-07-295-0/+56 * Add libxfce4mcs 3.99.2,oliver2003-07-295-0/+54 * - Update to version 0.55.1krion2003-07-275-28/+29 * Allow yelp to work when a manpage has been cached into catman.marcus2003-07-262-0/+52 * Add 9box 0.2.1, 9box can "pack" windows inside itself.oliver2003-07-246-0/+62 * Set the user's credentials: uid, gid, groups, environmentnork2003-07-222-0/+28 * Update to 4.11.marcus2003-07-225-22/+39 * [MAINTAINER] x11/bgrot - Update MASTER_SITESedwin2003-07-211-1/+1 * Fix build on -CURRENT (gcc-3.3)osa2003-07-202-11/+28 * Add workrave.marcus2003-07-181-1/+3 * Add workrave a RSI prevention application for the GNOME 2 desktop. Workravemarcus2003-07-189-0/+139 * REALLY remove xalf.marcus2003-07-174-45/+0 * Remove a patch forgotten in the last commit.marcus2003-07-171-11/+0 * Fix compile of XFree86-4-Server on -current and add amd64 patches.anholt2003-07-172-16/+45 * Unbreak russian/xxkb by updating MASTER_SITES [1]osa2003-07-163-9/+9 * Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. Allmarcus2003-07-1670-5583/+0 * Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. Allmarcus2003-07-162-67/+0 * PORTSDIR should be referred after pre.mk.sf2003-07-151-2/+5 * get rid of libgnugetopt dependency for -CURRENT,sf2003-07-143-10/+12 * link gnugetopt statically.sf2003-07-142-8/+26 * get rid of libgnugetopt dependency for -CURRENT,sf2003-07-143-8/+49 * get rid of libgnugetopt dependency for -CURRENT,sf2003-07-142-5/+7 * Add gnomeaudio to the list of ports with which the GNOME 2 desktopmarcus2003-07-131-1/+1 * Change the dependency from gnomeaudio to gnomeaudio2. The dependencyadamw2003-07-131-1/+2 * Fix libcapplet to use USE_GETOPT_LONG.marcus2003-07-122-1/+13 * Fix libpanel to use USE_GETOPT_LONG.marcus2003-07-123-1/+24 * Presenting GNOME 2.2.2. For a list of what's new and what's been fixed, pleasemarcus2003-07-122-4/+2 * Update to 1.25.nork2003-07-1213-253/+116 * Remove a forced compilation optimization.adamw2003-07-111-1/+5 * Update to 2.2.3.adamw2003-07-113-2/+3 * Update to 2.2.2.2.adamw2003-07-116-4/+8 * PR:foxfair2003-07-104-0/+44 * PR:foxfair2003-07-104-0/+41 * Update to 0.9. Now with GTK+-2!adamw2003-07-094-16/+7 * replace ${PERL} with ${REINPLACE_CMD}oliver2003-07-061-5/+6 * Update to 1.0.4365osa2003-07-049-336/+53 * Remove refuse file from ${PATCHDIR}osa2003-07-031-0/+0 * Fix build on alphapat2003-07-032-1/+13 * Update to 2.3.3.marcus2003-07-035-18/+34 * Update to 0.90.marcus2003-07-032-2/+2 * update x11/xmon:daichi2003-07-021-1/+2 * Add bbrun after repo-copy from x11-wmkris2003-07-021-0/+1 * Remove bbapm after repo-copy to sysutilskris2003-07-021-1/+0 * - USE_GETOPT_LONGarved2003-06-305-46/+26 * Fix Commentarved2003-06-301-7/+6 * libtool uber-patchade2003-06-271-1/+1 * Correct CONFIGURE_ARGS.nobutaka2003-06-261-1/+1 * Update idesk to 0.5.5daichi2003-06-263-7/+9 * Update to 2.2.3.marcus2003-06-262-2/+2 * Upgrade to 5.08.2.tg2003-06-252-3/+3 * Update to 0.51foxfair2003-06-223-21/+25 * Update to 2.7.0.nobutaka2003-06-206-12/+60 * Update to 1.1.5.adamw2003-06-192-2/+2 * Fix misspelling in pkg-plist. PORTREVISION bump.adamw2003-06-192-2/+3 * Add a custom FreeBSD splash screen to help make GNOME more daemonic.marcus2003-06-194-4/+30 * Don't try to install any KDE datafiles.marcus2003-06-171-2/+11 * Utilize USE_GNOME= pkgconfig.adamw2003-06-171-5/+1 * Update to 1.3.marcus2003-06-164-2/+13 * Don't crash when checking when checking input.marcus2003-06-162-0/+12 * Add libgnomemm, the C++ bindings for libgnome.marcus2003-06-1613-0/+153 * Update to 2.2.2.marcus2003-06-162-3/+3 * Update to 2.2.2.1.adamw2003-06-154-4/+4 * Update distinfo, forgotten with last commit.adamw2003-06-141-1/+1 * Update to 0.1.3.adamw2003-06-141-1/+1 * Remove unneeded patch now that gnomehack is being used.marcus2003-06-141-11/+0 * Update to 2.3.1.marcus2003-06-134-15/+4 * Update to 0.80.marcus2003-06-13