aboutsummaryrefslogtreecommitdiff
path: root/devel/amulet
Commit message (Collapse)AuthorAgeFilesLines
* Reset bouncing maintainer addressKris Kennaway2003-05-181-1/+1
| | | | Notes: svn path=/head/; revision=81211
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81207
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* unbreak and change MASTER_SITEYing-Chieh Liao2002-10-2810-0/+931
| | | | | | | | PR: 43401 Submitted by: Gary W. Swearingen <swear@attbi.com> Notes: svn path=/head/; revision=69044
* Remove this port, which has been marked broken for a long time with noKris Kennaway2002-03-2510-932/+0
| | | | | | | fix. Notes: svn path=/head/; revision=56575
* Allow BROKEN to work, instead of gettingBill Fenner2001-09-021-1/+1
| | | | | | | | | Syntax error: EOF in backquote substitution Submitted by: distfile survey Notes: svn path=/head/; revision=47305
* Mark BROKEN again (internal compiler error).Alexander Langer2001-08-231-0/+2
| | | | | | | | | This port has been broken since I can think (almost). Submitted by: bento Notes: svn path=/head/; revision=46724
* Use '-O0' on the Alpha so this builds without internal compiler errors.Steve Price2001-03-111-3/+9
| | | | Notes: svn path=/head/; revision=39540
* fix build.FUJISHIMA Satsuki2001-01-102-0/+393
| | | | | | | | | | | PR: 22653 Submitted by: Mike Heffner <mheffner@vt.edu> NOTE: added files/patch-ac is unified patch for multiple files; There's no reason to split up single-purpose patch. Notes: svn path=/head/; revision=37062
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+1
| | | | Notes: svn path=/head/; revision=29614
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Wow! What big teeth you have grandma! "All the better to Weat youTim Vanderhoek1999-05-021-1/+1
| | | | | | | | | with, my dear." [That's lupus for "Add WWW:"] Notes: svn path=/head/; revision=18345
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-8/+10
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Convert to ELF.Steve Price1998-10-203-15/+37
| | | | Notes: svn path=/head/; revision=14103
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | g++ -O2 -DDEBUG -DAMULET2_CONVERSION -I/usr/ports/devel/amulet/work/amulet/include -I/usr/X11R6/include -Wall -DGCC -DMEMORY -DDEFAULT_AMULET_DIR=\"/usr/X11R6/share/amulet\" /usr/ports/devel/amulet/work/amulet/src/gem/testdpy.o /usr/ports/devel/amulet/work/amulet/src/gem/test_utils.o /usr/ports/devel/amulet/work/amulet/src/gem/testbits.o /usr/ports/devel/amulet/work/amulet/src/gem/testcolor.o /usr/ports/devel/amulet/work/amulet/src/gem/testfonts.o /usr/ports/devel/amulet/work/amulet/src/gem/testwinprops.o -L/usr/ports/devel/amulet/work/amulet/lib -lamulet -L/usr/X11R6/lib -lX11 -lm -o testdpy /usr/ports/devel/amulet/work/amulet/lib/libamulet.so: file not recognized: File truncated *** Error code 1 Notes: svn path=/head/; revision=13903
* Oops, missed the commit message the last time around. No need to useSatoshi Asami1998-08-131-1/+1
| | | | | | | += for variables defined only once. Notes: svn path=/head/; revision=12490
* *** empty log message ***Satoshi Asami1998-08-131-2/+2
| | | | Notes: svn path=/head/; revision=12489
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Another batch of add homepage. In general I've avoided any linksTim Vanderhoek1998-07-281-3/+2
| | | | | | | | | | | | except to official homepages, but in this batch there were a few cases where a link was desireable anyways. For these, the form http://url/ (FAQ/whatever) was used. Notes: svn path=/head/; revision=12181
* A free C++ GUI library.Jun Kuriyama1998-05-129-0/+508
Submitted by: Filip Bovyn <bovynf@awe.be> PR: ports/4192 Notes: svn path=/head/; revision=10957