aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-10 08:13:25 +0800
committerSteve Price <steve@FreeBSD.org>1998-08-10 08:13:25 +0800
commit8addac34264d0693bca4a0620b6495ee837f6ea1 (patch)
treee16eb4acb615d0f6e7a8a3d8b4fbf058da7130df /graphics/Makefile
parentccdbd11758139a85eefd84cb1c65621886ca6e90 (diff)
downloadfreebsd-ports-8addac34264d0693bca4a0620b6495ee837f6ea1.tar.gz
freebsd-ports-8addac34264d0693bca4a0620b6495ee837f6ea1.tar.zst
freebsd-ports-8addac34264d0693bca4a0620b6495ee837f6ea1.zip
Turn on g2.
Notes
Notes: svn path=/head/; revision=12393
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 351e086b0f52..40d21048430b 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.84 1998/07/16 06:36:49 tg Exp $
+# $Id: Makefile,v 1.85 1998/07/20 10:13:30 asami Exp $
#
SUBDIR += EZWGL
@@ -16,6 +16,7 @@
SUBDIR += fli2gif
SUBDIR += fnlib
SUBDIR += fxtv
+ SUBDIR += g2
SUBDIR += gd
SUBDIR += geomview
SUBDIR += gfont
pan> | | on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/. :\ Submitted by: scottl Notes: svn path=/head/; revision=46285 * Update to KDE 2.2:Will Andrews2001-08-1515-1088/+929 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop) Notes: svn path=/head/; revision=46280 * Adieu ftp.freesoftware.com!Joerg Wunsch2001-08-121-2/+1 | | | | Notes: svn path=/head/; revision=46133 * Remove phpgw_projects port from category Makefile.Jimmy Olgeni2001-08-081-1/+0 | | | | Notes: svn path=/head/; revision=45963 * Remove the phpgw_projects port, now officially in phpgroupware.Jimmy Olgeni2001-08-085-134/+0 | | | | Notes: svn path=/head/; revision=45962 * Remove phpgw_inventory port from category Makefile.Jimmy Olgeni2001-08-081-1/+0 | | | | Notes: svn path=/head/; revision=45961 * Remove the phpgw_inventory port, now included in the stock phpgroupwareJimmy Olgeni2001-08-085-131/+0 | | | | | | | software. Notes: svn path=/head/; revision=45960 * Update port to version 0.9.12. It already includes the "inventory" andJimmy Olgeni2001-08-086-1350/+6396 | | | | | | | "projects" applications. Notes: svn path=/head/; revision=45959 * Update to mhc-current-snap-20010625.Akinori MUSHA2001-08-0210-30/+30 | | | | | | | | PR: ports/29357 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> (MAINTAINER) Notes: svn path=/head/; revision=45732 * Update to version 1.0.16Mario Sergio Fujikawa Ferreira2001-08-012-3/+3 | | | | | | | | PR: 29352 Submitted by: maintainer Notes: svn path=/head/; revision=45668 * Update to 1.6.1.Maxim Sobolev2001-07-315-139/+768 | | | | Notes: svn path=/head/; revision=45657 * Add dailystrips 1.0.14,Anton Berezin2001-07-306-0/+58 | | | | | | | | | | | utility to download or view your favorite online comic strips daily. PR: 28960 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=45620 * Upgrade to 3.0.3Mikhail Teterin2001-07-245-21/+14 | | | | | | | | PR: ports/27936 Submitted-by: Andrew Bliznak Notes: svn path=/head/; revision=45419 * Fix MASTER_SITES.Dmitry Sivachenko2001-07-152-4/+2 | | | | Notes: svn path=/head/; revision=45145 * New port: MrProject.Dmitry Sivachenko2001-07-1511-0/+207 | | | | | | | A project management tool for GNOME. Notes: svn path=/head/; revision=45139 * Fix a typo (PORTS --> PORTSDIR).Maxim Sobolev2001-07-052-2/+2 | | | | | | | Submitted by: Ollivier Robert <roberto@keltia.freenix.fr> Notes: svn path=/head/; revision=44782 * Use gettext-devel to workaround a incompatibility with the oldest version ofMaxim Sobolev2001-07-054-70/+8 | | | | | | | gettext. Notes: svn path=/head/; revision=44775 * Update to 1.4.0.2.Maxim Sobolev2001-07-056-6/+74 | | | | Notes: svn path=/head/; revision=44758 * Update to 1.4.0.1.Maxim Sobolev2001-07-0414-40/+598 | | | | Notes: svn path=/head/; revision=44717 * Fix pkg-plistKevin Lo2001-06-231-0/+1 | | | | | | | | PR: 28335 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44351 * House distfiles under since these are no longer available elsewhereMario Sergio Fujikawa Ferreira2001-06-231-2/+2 | | | | Notes: svn path=/head/; revision=44324 * update MASTER_SITESMichael Haro2001-06-181-1/+3 | | | | | | | | PR: 27746 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Notes: svn path=/head/; revision=44159 * Update to 1.8Ade Lovett2001-06-082-2/+2 | | | | | | | | PR: 27943 Submitted by: maintainer Notes: svn path=/head/; revision=43611 * Unbroke.Maxim Sobolev2001-06-061-1/+2 | | | | | | | | | | | | | Remove USE_AUTOMAKE and but back explicit dependency to devel/automake. These ports aren't intended to be configured by automake, which USE_AUTOMAKE does automagically. Instead they are just using some files from ${LOCALBASE}/share/automake. Screwed by: ade Reported by: bento Notes: svn path=/head/; revision=43545 * List ruby-gtk in RUN_DEPENDS.Akinori MUSHA2001-06-031-0/+2 | | | | | | | | PR: ports/27832 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> (MAINTAINER) Notes: svn path=/head/; revision=43458 * Replace explicit build dependency on automake with USE_AUTOMAKE knobAde Lovett2001-06-011-2/+1 | | | | Notes: svn path=/head/; revision=43370 * Replace explicit build dependency on libtool with USE_LIBTOOL knobAde Lovett2001-06-011-2/+1 | | | | Notes: svn path=/head/; revision=43367 * upgrade to 0510Ying-Chieh Liao2001-05-274-4/+4 | | | | | | | | PR: 27249 Submitted by: maintainer Notes: svn path=/head/; revision=43130 * add jljYing-Chieh Liao2001-05-247-0/+53 | | | | | | | | | | Jerry's command-line LiveJournal.com entry system PR: 26991 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=43020 * Update to 1.4.12Ade Lovett2001-05-234-2/+10 | | | | Notes: svn path=/head/; revision=42948 * Add gemcal 20010510, a calender program for MHC.Will Andrews2001-05-206-0/+57 | | | | | | | | PR: 27248 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> Notes: svn path=/head/; revision=42781 * Add share/plan to pkg-plist.Daniel Eischen2001-05-201-0/+1 | | | | | | | | PR: 27459 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=42762 * SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-125-5/+5 | | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527 * Update to xwrits 2.15Kris Kennaway2001-05-063-4/+4 | | | | | | | Approved by: maintainer (7 months ago) Notes: svn path=/head/; revision=42300 * Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-0522-362/+662 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 Notes: svn path=/head/; revision=42257 * Fix remove doc-directory problem.Shigeyuki Fukushima2001-04-232-0/+2 | | | | | | | | Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> Obtained from: http://home.jp.FreeBSD.ORG/cgi-bin/showmail/ports-jp/10974 Notes: svn path=/head/; revision=41825 * Update to 1.0.Maxim Sobolev2001-04-199-24/+102 | | | | | | | | PR: ports/26669 Submitted by: Alex Kapranoff <kappa@zombie.antar.bryansk.ru> Notes: svn path=/head/; revision=41678 * Forgot to commit sorted, updated plist with previous commitKris Kennaway2001-04-181-22/+26 | | | | Notes: svn path=/head/; revision=41604 * Update to gnucash 1.4.11Kris Kennaway2001-04-182-2/+2 | | | | Notes: svn path=/head/; revision=41601 * Add mhc-xemacs21-mule.Shigeyuki Fukushima2001-04-092-0/+14 | | | | | | | | | | | | | MHC is designed to help those who receive most appointments via email. Using MHC, you can easily import schedule articles from emails. To use mhc, you must install some of the supported MUA. The supported MUA are Mew, Wanderlust and Gnus. PR: ports/26398 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> Notes: svn path=/head/; revision=41069 * Add mhc-emacs20 port.Shigeyuki Fukushima2001-04-0813-0/+455 | | | | | | | | | | | | | MHC is designed to help those who receive most appointments via email. Using MHC, you can easily import schedule articles from emails. To use mhc, you must install some of the supported MUA. The supported MUA are Mew, Wanderlust and Gnus. PR: ports/26398 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> Notes: svn path=/head/; revision=41067 * use a more standard date format in the port versionBill Fumerola2001-04-081-2/+3 | | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=41053 * Various fixes:Will Andrews2001-04-041-1/+1 | | | | | | | | | | - Put kdesupport11 dependency back. I forgot that it is not implied by kdelibs11 as kdesupport2 is by kdelibs2. - HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed. - Add X11 headers to CPPFLAGS for moonshine (extreme case). Notes: svn path=/head/; revision=40830 * Overhaul QT/KDE support:Will Andrews2001-04-038-63/+10 | | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792 * Add bigyear 20012602,Michael Haro2001-04-036-0/+38 | | | | | | | | | | a program to print a large (one month per page) calendar. PR: 25381 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=40771 * Update -> 2.1.1.Dmitry Sivachenko2001-04-038-8/+8 | | | | Notes: svn path=/head/; revision=40770 * Fix my previous mistakes: the PHP scripts really belong toJimmy Olgeni2001-03-318-1877/+1877 | | | | | | | | | www/data.default. Noticed by: Neil Blakey-Milner <nbm@mithrandr.moria.org> Notes: svn path=/head/; revision=40607 * Bump PORTREVISION to trigger installation of the new modules.Jimmy Olgeni2001-03-312-0/+2 | | | | Notes: svn path=/head/; revision=40606 * Add phpgw_projects and phpgw_inventory to RUN_DEPENDS, to get the fullJimmy Olgeni2001-03-314-10/+20 | | | | | | | | | | | | phpgroupware suite. Fix permissions for phpgroupware's files directory (707 is needed to access user files). Don't complain if files directory still contains files at deinstall time. Notes: svn path=/head/; revision=40605 * Add phpgw_projects, a project management application for phpGroupWare.Jimmy Olgeni2001-03-316-0/+135 | | | | Notes: svn path=/head/; revision=40604 * Add phpgw_inventory, an inventory management application for phpGroupWare.Jimmy Olgeni2001-03-316-0/+132 | | | | Notes: svn path=/head/; revision=40603 * Install files in www/data, not www/data.default.Jimmy Olgeni2001-03-304-1656/+1656 | | | | | | | Submitted by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=40554 * This port requires PHP to run (RUN_DEPENDS).Jimmy Olgeni2001-03-302-0/+4 | | | | | | | Submitted by: James Housley <jim@thehousleys.net> Notes: svn path=/head/; revision=40553 * -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-3010-10/+10 | | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539 * Add phpgroupware, a multi-user web-based groupware suite written in PHP.Jimmy Olgeni2001-03-2811-0/+1717 | | | | Notes: svn path=/head/; revision=40459 * Update to version 2.1.5Kevin Lo2001-03-263-5/+2 | | | | | | | | PR: 26063 Submitted by: MAINTAINER Notes: svn path=/head/; revision=40354 * - Update checksumKevin Lo2001-03-174-38/+21 | | | | | | | | | | | (Makefile is slightly modified & several html documents are vanished) - Add %%PORTDOCS%% to pkg-plist PR: 25868 Submitted by: Ports Fury Notes: svn path=/head/; revision=39950 * Add xcalendar 4.0,Jun Kuriyama2001-03-1615-0/+1323 | | | | | | | | | | | a calendar with a notebook for X11 (internationarized version). PR: ports/25739 Submitted by: MITA Yoshio <mita@iis.u-tokyo.ac.jp> Notes: svn path=/head/; revision=39907 * Spell PORTDOCS without the trailing ':' so this port packages correctly.Steve Price2001-03-101-3/+3 | | | | Notes: svn path=/head/; revision=39381 * Upgrade to use tcl/tk 8.3, instead of 8.2.Jing-Tang Keith Jang2001-03-081-7/+7 | | | | | | | PR: 25373 Notes: svn path=/head/; revision=39233 * Attempt to fix conflicts with a local getopt.h (specifically, the fix isWill Andrews2001-03-051-1/+1 | | | | | | | for libgnugetopt's getopt.h). Not tested, but should work. Notes: svn path=/head/; revision=39086 * Remove bogus WWW: URL.Dmitry Sivachenko2001-03-034-8/+0 | | | | | | | Submitted by: Womchick alexeyeff <wom@wom.ru> Notes: svn path=/head/; revision=39010 * Remove kdepim2 and kdesdk2.Dmitry Sivachenko2001-03-021-1/+0 | | | | Notes: svn path=/head/; revision=38984 * Add kdepim: Personal Information Management tools for KDE.Dmitry Sivachenko2001-03-0221-0/+1357 | | | | Notes: svn path=/head/; revision=38981 * Remove kdepim2.Dmitry Sivachenko2001-03-025-339/+0 | | | | | | | | | I'll re-add it as 'kdepim'. Asked by: will Notes: svn path=/head/; revision=38979 * New port: kdepim2 (Personal Information Management tools for KDE)Dmitry Sivachenko2001-03-026-0/+340 | | | | Notes: svn path=/head/; revision=38977 * Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofWill Andrews2001-02-273-44/+75 | | | | | | | | | | | | | | | | | | the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo Notes: svn path=/head/; revision=38810 * Update yank to 0.2.0Chris D. Faulhaber2001-02-264-2/+23 | | | | | | | Submitted by: Kelsey Cummings <kc@microshaft.org> Notes: svn path=/head/; revision=38705 * Sanitize MASTER_SITES.Mario Sergio Fujikawa Ferreira2001-02-221-1/+2 | | | | Notes: svn path=/head/; revision=38576 * Add ithought a4, an extensible text management system.Neil Blakey-Milner2001-02-206-0/+53 | | | | Notes: svn path=/head/; revision=38511 * Update to 2.1.4.Daniel Harris2001-02-183-2/+5 | | | | | | | | PR: 25084 Submitted by: maintainer Notes: svn path=/head/; revision=38437 * typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1 | | | | Notes: svn path=/head/; revision=38323 * Minor tweak of WRKSRC needed by ja-plan.David E. O'Brien2001-02-061-1/+1 | | | | Notes: svn path=/head/; revision=38028 * Release a few ports back into the wild that I don't haveAde Lovett2001-01-231-1/+1 | | | | | | | time to maintain any more. Notes: svn path=/head/; revision=37456 * Update port to 0.1.5Chris D. Faulhaber2001-01-222-2/+2 | | | | | | | Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp> Notes: svn path=/head/; revision=37434 * Remove hanspb@persbraten.vgs.no as MAINTAINER; email has been bouncingBill Fenner2001-01-222-4/+0 | | | | | | | for over 2 months. Notes: svn path=/head/; revision=37426 * Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inWill Andrews2001-01-171-6/+0 | | | | | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution. Notes: svn path=/head/; revision=37257 * Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-176-9/+8 | | | | Notes: svn path=/head/; revision=37252 * fix X manpage error with XFree86-4FUJISHIMA Satsuki2001-01-102-6/+18 | | | | | | | PR: 23422 Notes: svn path=/head/; revision=37031 * Upgrade to 2.1.2Kevin Lo2001-01-052-2/+2 | | | | | | | | PR: 24075 Submitted by: MAINTAINER Notes: svn path=/head/; revision=36815 * use USE_GTK instead.Vanilla I. Shu2001-01-041-9/+3 | | | | Notes: svn path=/head/; revision=36673 * Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0 | | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564 * Add loserjabber 2.0.1, a GTK utility which allows registered users ofWill Andrews2000-12-196-0/+40 | | | | | | | | | | livejournal.com to update their journals. PR: 23318 Submitted by: Ryan Younce <ryan@manunkind.org> Notes: svn path=/head/; revision=36108 * Remove period (which pkg-comments shouldn't end with).Daniel Harris2000-12-171-1/+1 | | | | | | | | PR: 22986 Submitted by: Ports Fury Notes: svn path=/head/; revision=36042 * Upgrade to 2.0.1Kevin Lo2000-12-123-8/+43 | | | | Notes: svn path=/head/; revision=35909 * Update to 1.4.9Ade Lovett2000-12-093-2/+19 | | | | Notes: svn path=/head/; revision=35785 * Update port to 0.8.4Chris D. Faulhaber2000-12-023-2/+3 | | | | Notes: svn path=/head/; revision=35595 * Update to plan-1.8.4. Change my email address in MAINTAINER.Daniel Eischen2000-11-254-77/+61 | | | | | | | | PR: 22001 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=35393 * Resign as maintainer of KDE2 ports, having brought them up from inceptionWill Andrews2000-11-181-1/+1 | | | | | | | | | | | | to the final release of KDE 2.0. Kevin Lo <kevlo@FreeBSD.org> will continue as the new maintainer. He has commit privileges on the KDE tree, making him an excellent candidate for this job. I'll be behind the scenes for awhile, since there are some structural changes I'd like to make but I'd rather have Kevin do the work. Please, people, direct your patches at Kevin and watch his "freetime deprivation process" _really_ start. :-P Notes: svn path=/head/; revision=35229 * Release a few more ports so I can concentrate more on GNOMEAde Lovett2000-11-181-1/+1 | | | | Notes: svn path=/head/; revision=35227 * symlinks changed from absolute to relative.Kevin Lo2000-11-161-10/+12 | | | | | | | | PR: 22881 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=35192 * Update to version 2.6Kevin Lo2000-11-135-11/+30 | | | | | | | | PR: 22810 Submitted by: Ports Fury Notes: svn path=/head/; revision=35077 * Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-085-5/+5 | | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892 * Take over maintance. This is one of my most important daily used apps.David E. O'Brien2000-11-061-1/+2 | | | | Notes: svn path=/head/; revision=34838 * Update to 1.4.8Ade Lovett2000-11-042-3/+3 | | | | Notes: svn path=/head/; revision=34783 * Update port to 0.8.3Chris D. Faulhaber2000-11-033-2/+3 | | | | Notes: svn path=/head/; revision=34694 * Add two missed shared libs.Will Andrews2000-11-021-0/+2 | | | | Notes: svn path=/head/; revision=34570 * - Fix MASTER_SITESJames E. Housley2000-11-016-21/+65 | | | | | | | | | | | - Remove version number from pkg-descr - Update checksum (Can we legally hunt people that do this?) PR: 22446 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=34540 * Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peopleWill Andrews2000-10-291-2/+2 | | | | | | | | | to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl> Notes: svn path=/head/; revision=34381 * Implement fix for configure scripts in regards to finding X libs onWill Andrews2000-10-291-3/+3 | | | | | | | | | XFree86 4.0.1. Submitted by: PW (thanks) Notes: svn path=/head/; revision=34376 * Fix Imakefile breakage under XFree86 4.xKevin Lo2000-10-281-2/+9 | | | | | | | | PR: 22362 Submitted by: Ports Fury Notes: svn path=/head/; revision=34361 * Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...Will Andrews2000-10-253-89/+44 | | | | | | | All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff. Notes: svn path=/head/; revision=34209 * Merge kde11-i18n into kde11, and remove my *-i18n ports.R. Imura2000-10-231-1/+0 | | | | | | | | | There is no so-version bump, because of compatibility. Approved by: will (kde11 maintainer) Notes: svn path=/head/; revision=34140 * Retire wpeople - it has been dead for a quite long time.Maxim Sobolev2000-10-231-1/+0 | | | | Notes: svn path=/head/; revision=34128 * Add deskutils/gcal, the GNU Gregorian/Julian/Chinese/Japanese/IslamicTrevor Johnson2000-10-146-0/+206 | | | | | | | | | | | | calendar. It can remind you of National Day in the YAR or Thanksgiving in Canada. It can tell you when Cliff House opened and display an ASCII pumpkin on Hallowe'en. PR: 21921 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=33806 * Update port to 0.8.2Chris D. Faulhaber2000-10-142-2/+2 | | | | Notes: svn path=/head/; revision=33801 * Update MASTER_SITES.Jim Mock2000-10-121-1/+2 | | | | Notes: svn path=/head/; revision=33714 * Rename ${FILESDIR}/patch.nopilot to ${PATCHDIR}/extra-patch-nopilot.Satoshi Asami2000-10-082-2/+2 | | | | Notes: svn path=/head/; revision=33478 * Update to 1.4.7Ade Lovett2000-10-063-2/+5 | | | | Notes: svn path=/head/; revision=33441 * Implement WANT_GNOME.Jeremy Lea2000-10-052-15/+8 | | | | Notes: svn path=/head/; revision=33430 * Implement USE_GNOME, part 2.Jeremy Lea2000-10-052-16/+4 | | | | Notes: svn path=/head/; revision=33429 * Implement USE_GNOME, part 1.Jeremy Lea2000-10-0511-321/+295 | | | | Notes: svn path=/head/; revision=33428 * Implement USE_GTK, part 1.Jeremy Lea2000-10-051-7/+4