aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk12
Commit message (Collapse)AuthorAgeFilesLines
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-1/+1
| | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-7/+4
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Conversion to a single libtool environment.ade2006-02-235-12/+15
| | | | Approved by: portmgr (kris)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - libdata/pkgconfig is now included in mtreepav2005-05-171-1/+0
| | | | Approved by: marcus (portmgr hat)
* Fix inter-library dependency on libgdk.bland2005-04-202-9/+13
| | | | Reported by: krismail
* - Use INFOpav2005-02-272-6/+1
| | | | Requested by: krion
* Clean up handling of locale directories at deinstall-time:kris2004-12-161-0/+2
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Always add the default gtkrc file to the search path so that we know we'llmarcus2004-04-182-8/+33
| | | | | | have some sane theme properties when using KDE 3 or GNOME 2. Submitted by: kan
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Respect WITHOUT_NLS.kris2004-03-022-39/+45
| | | | Approved by: maintainer
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove the share/themes directory if it's empty.marcus2003-01-131-1/+1
| | | | Reported by: bento
* Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that usemarcus2002-11-216-70/+19
| | | | | | | | | | the old xxx-config files, remove the "12" suffix. This will allow people building Glib and GTK+ ports by hand to do so without a lot of extra hacking. Since these ports are so heavily used, the xxx12-config files aren't removed completely, but rather symlinked to their xxx-config counterparts. PR: 39417
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Don't try and remove libdata on deinstall, because this is a systemkris2002-09-191-1/+0
| | | | directory.
* Remove mention of the WITH_XINPUT macro.marcus2002-09-111-5/+0
| | | | Submitted by: netchild
* Enable XInput by default. Apparently, this doesn't hurt anything, and willmarcus2002-09-061-6/+3
| | | | | | help people using certain input devices and in certain locales. Requested by: netchild, Teemu Hakala <temmi.hoo@kolumbus.fi>
* Add a knob for enabling XInput support.marcus2002-08-161-0/+9
| | | | Submitted by: Rocco Caputo <troc@netrus.net> (with some modification)
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Convert to USE_GNOMENG.sobomax2002-07-051-1/+2
|
* Fix another problem in the pkgconfig files for these ports. After runningmarcus2002-06-142-4/+5
| | | | | | a build of xscreensaver and xscreensaver-gnome, everything looks good. Reported by: dougb
* Correct the name of the gdk library in the gdk pkgconfig file. This should getmarcus2002-06-142-1/+10
| | | | | | | xscreensaver building correctly without needing to delete pkgconfig. Bump PORTREVISION. Reported by: many
* Correct gtk+/glib libraries names in .pc files.sobomax2002-06-102-1/+13
| | | | Submitted by: alfred
* Fix up the pkg-{descr|comment} to relfect reality, and avoid confusionmarcus2002-05-141-1/+1
| | | | | | for software developers. Submitted by: Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se>
* gettext upgrade uber-patch (stage 3)ade2002-04-131-2/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Remove bogus `@{exec,unexec} ldconfig' - it is added by INSTALLS_SHLIB knob.sobomax2002-02-231-2/+0
|
* 'pkg_add -r gtk' works a *LOT* better if we actually let the system knowobrien2002-02-231-0/+2
| | | | the shared libraries were installed.
* Remove obsolete libxpg4-related hunk. This doesn't make any functionalsobomax2001-12-211-9/+0
| | | | | | difference, hence leave PORTREVISION intact. Submitted by: sf
* When creating shared memory segments, make them readable/writablenectar2001-12-212-1/+12
| | | | only by the owner.
* WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary.sobomax2001-10-151-1/+1
| | | | Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* Add removal of libdata/ to the plist. Ideally, this should be fixedade2001-06-012-2/+3
| | | | | by adding libdata to the X11 mtree's, but this hack will do for now, and let bento build the 506 ports that apparently depend on gtk12 :)
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2ade2001-05-233-37/+22
| | | | to make transitioning to GNOME/GTK+/GLIB a little easier.
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to 1.2.10 - note that there were some critical bugs in 1.2.9ade2001-04-024-21/+10
| | | | | for i18n users - everyone is strongly urged to upgrade, particularly GNOME users.
* Add .uk master site.ben2001-03-311-0/+1
| | | | Approved by: ade (maintainer)
* Sigh. Reclaim these, primarily for GNOME 1.4ade2001-03-231-1/+1
|
* Someone don't like my style, so I drop maintainer now.vanilla2001-03-231-1/+1
|
* make MASTER_SITE_SUBDIR more effective.sf2001-03-121-5/+5
| | | | Submitted by: knu
* add MASTER_SITE_RINGSERVER.sf2001-03-121-1/+3
| | | | Approved by: maintainer
* Fix pkg-plist.vanilla2001-03-101-0/+5
| | | | Submitted by: bento
* Add --with-native-locale to CONFIGURE_ARGS.vanilla2001-03-061-1/+1
|
* Upgrade to 1.2.9vanilla2001-03-067-26/+77
| | | | Submitted by: clive
* Bump version.vanilla2001-02-101-0/+1
| | | | Reminded by: dima
* Add a patch for gtk.m4,vanilla2001-02-096-10/+21
| | | | | | | | | | and fix fontset for russian language, correct pkg-comment, GTK stands for "Gimp Toolkit". PR: ports/23209 Submitted by: Greg Troxel <gdt@ir.bbn.com>, Anatoliy Dmytriyev <tolid@tobez.org>, Opcode <opcode@skylab.saturn5.yi.org>
* Implement USE_GLIB.reg2000-10-052-9/+3
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* Move responsibility for the lib/gtk/engines directory into gtk12 port. Thissobomax2000-06-052-1/+7
| | | | | | directory is shared between at least 3 ports (GTK+ theme engines). Suggested by: bento
* Remove directories with @unexec rmdir and wildcards.asami2000-06-031-64/+3
|
* Remove share/locale directories.asami2000-05-291-0/+64
|
* Oops, forgot to remove unneded line.sobomax2000-05-251-1/+0
|
* Update glib/gtk++ to 1.2.8.sobomax2000-05-257-76/+83
| | | | | | | | | | | | | | | | | Overview of Changes in GTK+ 1.2.8: * GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection Overview of Changes in GLib 1.2.8: * GArray zero initialization bug fixed * Fix for upper bound calculation of formatted strings * Improved GCC detection * AIX dynamic modules fix to retrive symbols from shared libraries for the main program. * Miscellaneous other minor bug fixes
* Fix the awful error in the fontset specifications for several languages.knu2000-04-252-4/+6
| | | | | PR: ports/18054 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Update to glib/gtk 1.2.7cpiazza2000-02-194-10/+13
| | | | | PR: 16809 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Allow multiple (different) font families to be used by our Russiansteve1999-12-271-0/+10
| | | | | | | counterparts. PR: 14957 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Submitted by:Ade Lovett <ade@remarq.com>nakai1999-10-134-9/+43
| | | | | Update to gtk+-1.2.6 This is an impotant library for 'October GNOME'
* Correct theme engines' path.vanilla1999-10-103-32/+5
|
* Upgrade to 1.2.5.vanilla1999-10-104-42/+51
| | | | | PR: ports/14195 Submitted by: nobutaka@nobutaka.com
* Setasami1999-09-111-0/+1
| | | | | | | | LIBTOOLFLAGS= --disable-ltlibs --release-suffix to take advandate of new libtools. Submitted by: libtools maintainer
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Update to version 1.2.3.steve1999-05-297-158/+96
| | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to 1.2.2.kuriyama1999-05-023-8/+8
| | | | | I don't know all of the gtk dependency. If it breaks some ports, please back this out.
* Update to 1.2.1flathill1999-03-273-7/+7
| | | | | | Can't apply patch-aa and it is needless PR: ports/10811 Submitted by: mreimer@vpop.net
* Now that gettext includes a shared library, dependencies shouldnectar1999-03-191-4/+3
| | | | | | | use it in LIB_DEPENDS. PR: ports/10647 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to GNOME 1.0. The following are the details:nectar1999-03-098-279/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Install ${LOCALBASE}/share/aclocal/gtk11d.m4 by default so thatnectar1999-03-071-2/+3
| | | | other ports that use GTK and autoconf may depend upon it.
* Upgrade to 1.1.16.vanilla1999-02-184-21/+22
|
* Sync with peter's suggestion.vanilla1999-02-022-0/+12
|
* Upgrade to 1.1.14.vanilla1999-02-014-175/+102
| | | | | PR: ports/9803 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to 1.1.13.vanilla1999-01-214-45/+68
|
* Upgrade gnumeric to 0.5, libxml to 0.99,vanilla1999-01-051-0/+1
| | | | | Correct gtk11-devel's PLIST, and fix some configure problem of electriceyes.
* Upgrade to 1.1.12, and I wont upgrade glib11d & gtk11d until I finish allvanilla1999-01-054-63/+53
| | | | ports of GNOME.
* Bump libglib11d's version to 2.0,vanilla1999-01-042-2/+13
| | | | and fix some configure problem(include pkg/PLIST).
* Upgrade to 1.1.11.vanilla1999-01-016-43/+40
|
* Add RUN_DEPEND again.vanilla1998-12-311-2/+4
|
* Change RUN_DEPEND to BUILD_DEPEND.vanilla1998-12-281-2/+2
|
* Fix little typo error.vanilla1998-12-281-1/+1
| | | | Remind by: nectar
* Upgrade to 1.1.9.vanilla1998-12-276-58/+127
|
* Move USE_X_PREFIX before .include <bsd.port.pre.mk>.asami1998-12-221-3/+2
|
* Mark this broken, it includes a perl script that requires perl5. Someoneasami1998-12-221-2/+8
| | | | | | | | | please fix it to use ${PERL5} and add USE_PERL5. --- Making all in gtk cd . && perl makeenums.pl defs gtk.h gtkaccelgroup.h : syntax error in file makeenums.pl at line 5, next 2 tokens "my $flags"
* Upgrade to 1.1.7,vanilla1998-12-125-321/+287
| | | | | I change library name to libgtk11d, and gtk-config to gtk11d-config.
* Mark this broken while it awaits an upgrade by the mighty Vanillaasami1998-12-101-1/+3
| | | | after a repo copy.
* Correct MASTER_SITES.vanilla1998-12-101-2/+2
|
* List manpage name correctly.asami1998-11-181-2/+2
|
* Downgrage to 1.1.2vanilla1998-11-174-76/+31
| | | | Remind by: asami
* Remove X_LOCALE define.vanilla1998-11-101-22/+4
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to 1.1.3.vanilla1998-11-034-93/+111
|
* Upgrade to 1.1.2, and convert gtk11 to elf.vanilla1998-09-235-90/+94
|
* glib is now ELFized.asami1998-09-231-2/+2
|
* Install info page now, and I move gtk(11) back to X11R6 now.vanilla1998-09-153-23/+90
|
* Change library name to libgtk11.vanilla1998-08-144-19/+149
| | | | Reminded by: asami
* Upgrade to 1.1.1.vanilla1998-08-125-232/+289
|
* I'm not sure how I missed these before. Move "gtk gtk11 p5-Gtkasami1998-08-081-2/+2
| | | | | | p5-Tcl-Tk p5-Tk" from x11 to x11-toolkits. Note gtk11 is not in the Makefile because it's a repository copy of gtk awaiting an upgrade (vanilla, wake up! :).
* Upgrade to 1.0.5, remove USE_X11 (i put gtk on /usr/local now).vanilla1998-07-303-11/+9
|
* 1. Upgrade to 1.4.vanilla1998-06-073-10/+11
| | | | | | 2. Add another MASTER_SITES, because ftp.gimp.org is VERY busy). PR: ports/6876 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
* Add another MASTER_SITE.vanilla1998-06-011-10/+11
|
* Upgrade to 1.0.3.vanilla1998-05-283-8/+8
|
* Upgrade to 1.0.2,vanilla1998-05-174-16/+32
| | | | move /usr/X11R6/share/aclocal/gtk.m4 to /usr/local/share/aclocal/gtk.m4
* Upgrade to 1.0.1.vanilla1998-05-063-9/+8
|
* Fix PLIST (info/dif -> info/dir).tg1998-04-291-4/+4
|
* Will not build testgtk anymore, review pkg/PLIST.vanilla1998-04-242-29/+84
| | | | Pushed by: jordan :)
* Sort the lines again, reinsert the ldconfig pair that was removed, andasami1998-04-211-32/+32
| | | | | remove the @dirrm of "share" which is supposed to exist -- which takes up back to exactly where we was at rev 1.15. ;)
* update to gtk-1.0.0erich1998-04-173-37/+37
|
* Upgrade to 0.99.10.vanilla1998-04-113-5/+8
|
* Upgrade to 0.99.9.vanilla1998-04-042-6/+5
| | | | | PR: ports/6208 Submitted by: dannyman <dannyman@arh0300.urh.uiuc.edu>
* Add back @unexec/@exec ldconfig pair and remove *.so filessteve1998-03-221-34/+31
| | | | | | | | from the PLIST. These files are generated by ldconfig and should not be packaged. Also remove some @dirrm's no longer required after Erich's last fix. And while I'm here resort. OK'd by: Satoshi Asami
* install glibconfig.h someplace that apps can actually find it.erich1998-03-182-4/+24
|
* upgrade to 0.99.7erich1998-03-184-57/+45
|
* Upgrade to 0.99.5.vanilla1998-03-153-6/+14
|
* Move the '@unexec ...' stuff before the info/* files and sort.steve1998-03-091-29/+26
|
* Location on MASTER_SITE changed.steve1998-03-091-3/+3
|
* upgrade to 0.99.3erich1998-01-283-25/+28
|
* Run "ldconfig -m" after installation. Run "ldconfig -R" afterasami1998-01-212-1/+6
| | | | deinstallation (PLIST only).
* Upgrade to 0.99.2.vanilla1998-01-064-17/+11
|
* Upgrade to 0.99.0vanilla1997-12-174-15/+23
|
* Upgrage to 971201vanilla1997-12-043-14/+8
| | | | Submitted by: pvh@leftside.uwc.ac.za
* Change my email address.vanilla1997-12-011-2/+2
|
* Upgrade to 971109 version.tg1997-11-132-5/+5
| | | | | PR: 5027 Submitted by: Vanilla I. Shu <vanilla@MinJe.com.TW>
* Now that info files get rebuilt due to new patch-ac, remove entries formax1997-11-041-4/+5
| | | | | *.info-[0-9]. Add appropriate @exec/@unexec entries to perform install-info correctly.
* Upgrade, 970925 -> 971025.max1997-11-044-28/+9
| | | | | Submitted by: maintainer PR: 4869
* Remove identical lines, so that pkg_delete completes.tg1997-10-161-2/+2
| | | | OK'd by: The Portsmeister
* add GTK, a widget set that is gaining popularity, necessary forerich1997-10-166-0/+213
the soon to be updated gimp port PR: 4649 Reviewed by: erich Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>