aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/xforms
Commit message (Collapse)AuthorAgeFilesLines
* Fix build for people who have xforms-1.0_1,1 already installed, bymikeh2002-10-091-5/+12
| | | | | | linking against the correct library. PR: ports/43842
* Update to 1.0RC5.2.mikeh2002-10-075-12/+66
|
* Build/install libformsGL afterall.mikeh2002-07-163-9/+7
|
* Update to the new, open source, version 1.0RC4.mikeh2002-07-046-83/+54
|
* Take maintainership of port since I'm currently working on updatingmikeh2002-07-011-1/+1
| | | | this port and previous maintainer has not responded to email.
* This is linked against libc.3, so add depend for misc/compat3x.mikeh2001-10-021-0/+2
|
* This port installs libraries linked against libXpm, so defineasami2001-03-221-0/+1
| | | | | | USE_XPM. Submitted by: bento
* Create libforms.a -> libxforms.a link to fix ports that link withmikeh2001-03-132-0/+2
| | | | | | libxforms. Reviewed by: sobomax
* Fix all ports that depend on this port by adding back the symlink tosteve2001-03-052-0/+2
| | | | | | libxforms.so.0. Submitted by: Mike Heffner <mheffner@vt.edu>
* On i386 downgrade to 0.88 because 0.89 is buggy and segfaults very too often.sobomax2001-03-039-150/+51
| | | | Submitted by: Mike Heffner <mheffner@vt.edu>
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-2/+2
|
* Create libform.so --> libxform.so.1 link, because it seems that library hassobomax2000-07-142-0/+4
| | | | | been built with --soname option and w/o this link dynamically-linked executables don't work.
* Update to 0.89 on i386, remove aout bits and cleanup the port.sobomax2000-07-148-33/+160
|
* Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.steve2000-07-081-1/+2
|
* Use the distfiles now on ftp.freebsd.org instead of from my home directorysteve2000-06-171-1/+1
| | | | on freefall.
* 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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* First round of INSTALL_SHLIB fixes.sobomax2000-06-162-3/+2
|
* Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,asami2000-06-131-1/+0
| | | | | these are not necessary (even if the linker cares about the timestamp -- I'm not sure if it does).
* Move PORTNAME/PORTVERSION above pre.mk include.asami2000-04-151-4/+5
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* ln -> ${LN}mharo1999-08-281-2/+2
|
* #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
* We now have a port of xforms for FreeBSD/Alpha. With the permission ofsteve1999-05-302-20/+10
| | | | | | the author I've stuck these on my homepage until they appear on the real MASTER_SITE. While I was at it I also fixed up the ELF port so that we didn't need to mung the soname in the library.
* W * 10 + W + W * 100 = WWW * 10 + : = WWW:mharo1999-05-031-1/+1
|
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.simokawa1999-01-071-1/+3
| | | | XForms has not been available for FreeBSD/alpha yet.
* Change ldconfig argument from %B to %D/lib so it will work when linesasami1998-12-281-1/+1
| | | | are moved around.
* Fix soname for ELF.dirk1998-12-281-1/+15
| | | | | | | This is a quick and dirty temporary fix only. I'll ask the author to use the correct soname in the distribution. PR: ports/9042
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-5/+6
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Unbreak for ELFjseger1998-11-023-8/+15
|
* Mark broken for ELF since the pre-built library is a.out only.steve1998-09-271-1/+3
|
* Don't package manpages twice.steve1998-08-171-3/+0
|
* Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140asami1998-08-081-2/+2
| | | | | slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients xview-config xview-lib" from x11 to x11-toolkits.
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Correct an out of date web page reference. Add trailing slashes tojdp1998-07-091-2/+2
| | | | directory URLs.
* Upgrade to 0.88.1.tg1998-05-122-4/+4
| | | | PRs: 5921 6282
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Change MASTER_SITESjseger1998-02-091-2/+4
| | | | | PR: 5685 Submitted by: handy@lambic.spasci.com
* Fix a stale URL. Reformat slightly.jdp1998-01-111-6/+6
|
* Update the "version required" comment.jdp1998-01-101-2/+2
|
* Upgrade to 0.88, i remove NO_BUILD,vanilla1998-01-063-74/+5
| | | | | | | and stolen some modules from 0.86's ports.. PR: ports/5378 Reviewed by: asami Submitted by: maintainer
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Some files were missing from the packing list.max1997-05-162-2/+10
| | | | | This completely and finally closes PR: 3297
* - Updated checksum file, sources changed without bumping the version numberandreas1997-05-111-1/+1
| | | | | | | | | | - make patch-ab work again, because of the changes ... - merge in the CFLAGS from /etc/make.conf After that the port compiles well and make package is still working ;) PR: Reviewed by: Submitted by: Obtained from:
* Fix name of include file. Packaging now works, so we can close PRasami1997-03-301-1/+1
| | | | | | ports/3129. Submitted by: gena@NetVision.net.il
* Upgrade to 0.86. Note packaging still doesn't work, but I'm going to sleepasami1997-03-284-12/+18
| | | | | | | | now so I'll commit what I have. Doesn't close PR ports/3129 (see above). Submitted by: Mighty Wizard <root@Burka.NetVision.net.il>
* Last commit botched at patch resurrection (cvs bogon). Do it piecemeal.jkh1997-02-232-2/+2
|
* D'oh!jkh1997-02-232-3/+3
| | | | | | I just checked xfmail, and it breaks with xforms version 0.84. :-} I think I'll just put this *back* to version 0.81 and slink away again.. :-)
* Update to version 0.84, just because I happened to notice (and I haven'tjkh1997-02-234-6/+6
| | | | seen a sign of gena in at least a month or two :).
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-7/+5
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Upgrade, 0.75 -> 0.81.asami1996-07-124-11/+72
| | | | Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
* Just a small tweak - the site carrying xforms has changed.jkh1996-05-081-2/+2
|
* Change name, libforms -> libxforms.asami1995-10-052-6/+6
| | | | Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
* Makefile cleanup. Add "/sbin/" to ldconfig command lines in Makefileasami1995-10-032-8/+8
| | | | and PLIST.
* xforms-0.75 portjkh1995-10-035-0/+60
Submitted by: Gennady Sorokopud <gea@NetVision.net.il>