summaryrefslogtreecommitdiff
path: root/textproc/sp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91379
* Mark this port broken on sparc64 to warn prospective users.Christian Weisgerber2003-06-301-0/+4
| | | | | | | | PR: 53525 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=83874
* Remove chuckr as maintainer of his ports. He has not committed sinceKris Kennaway2003-06-081-1/+1
| | | | | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr Notes: svn path=/head/; revision=82487
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix build on -current and 64-bit machiensKris Kennaway2003-03-055-28/+40
| | | | | | | | PR: ports/47985 Submitted by: naddy Notes: svn path=/head/; revision=76910
* Mark 2 targets as .PHONY in main Makefile. Fixes 2 PRs that both complainAlan Eldridge2002-11-052-8/+8
| | | | | | | | | | | | | | of the same problem. One originated in August, so maintainer timeout is invoked. Also, remove redundant post-patch target, since patches take care of this already. PR: 41496 44516 Submitted by: alane Notes: svn path=/head/; revision=69534
* Mark BROKEN on 5.0Kris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68849
* Add USE_SUBMAKE=yes.Maxim Sobolev2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56616
* Respect CC, CXX, CFLAGS and CXXFLAGSKris Kennaway2001-04-301-4/+23
| | | | Notes: svn path=/head/; revision=42060
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* 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
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-1/+2
| | | | Notes: svn path=/head/; revision=29615
* Add bin/sx.Satoshi Asami2000-06-071-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29365
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* Set up a default CATALOG directory.Chuck Robey2000-01-311-1/+10
| | | | | | | | PR: 16148 Submitted by: MAKAWA Shuhei <sa264@phy.cam.ac.uk> Notes: svn path=/head/; revision=25360
* Update to 1.3.4Chuck Robey2000-01-153-20/+13
| | | | | | | Nudged from: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> Notes: svn path=/head/; revision=24760
* Don't install config.h.orig anymore.Steve Price1999-12-292-2/+2
| | | | | | | | PR: 12675 Submitted by: John Baldwin <jobaldwi@vt.edu> Notes: svn path=/head/; revision=24240
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-281-1/+1
| | | | Notes: svn path=/head/; revision=19848
* Fix shared library problem (soname not specified).Chuck Robey1999-06-121-1/+1
| | | | Notes: svn path=/head/; revision=19452
* Get this to build again on -current boxes with egcs.Steve Price1999-06-071-0/+11
| | | | Notes: svn path=/head/; revision=19283
* Add WWW:Tim Vanderhoek1999-06-021-0/+2
| | | | Notes: svn path=/head/; revision=19190
* Take over as maintainer.Chuck Robey1999-06-021-2/+2
| | | | Notes: svn path=/head/; revision=19189
* Update sp port to 1.3. Changing the format a bit, too. John Fieber,Chuck Robey1999-06-028-16/+207
| | | | | | | the old maintainer, agrees with it. Notes: svn path=/head/; revision=19188
* I *LOVE* WWW:Michael Haro1999-05-031-1/+0
| | | | Notes: svn path=/head/; revision=18411
* Unmark BROKEN.Justin M. Seger1998-10-161-3/+1
| | | | | | | Submitted by: jfieber Notes: svn path=/head/; revision=14045
* Mark BROKEN for ELF:Justin M. Seger1998-10-141-1/+3
| | | | | | | | | | | | cc -O -pipe -o nsgmls nsgmls.o SgmlsEventHandler.o RastEventHandler.o StringSet.o nsgmls_inst.o -lstdc++ -L/usr/ports/textproc/sp/work/sp-1.2.1/nsgmls/../lib -lsp /usr/lib/libstdc++.so: undefined reference to `log' /usr/lib/libstdc++.so: undefined reference to `sqrt' /usr/lib/libstdc++.so: undefined reference to `cosh' /usr/lib/libstdc++.so: undefined reference to `cos' /usr/lib/libstdc++.so: undefined reference to `sin' Notes: svn path=/head/; revision=14004
* Upgrade to 1.2.1. Bugfixes only, now new features.John Fieber1997-10-142-4/+4
| | | | Notes: svn path=/head/; revision=8257
* Update from 1.1.1 to 1.2.John Fieber1997-09-075-15/+44
| | | | Notes: svn path=/head/; revision=7794
* Disable the generation of the shared libsp for all systems. It seemsJohn Fieber1997-07-061-6/+7
| | | | | | | that some change between 2.2.1 and 2.2.2 is causing problems. Notes: svn path=/head/; revision=7225
* Add OpenBSD to the #defineDavid E. O'Brien1997-06-291-1/+1
| | | | Notes: svn path=/head/; revision=7119
* This port now works on FreeBSD 2.1.x.John Fieber1997-06-222-3/+7
| | | | Notes: svn path=/head/; revision=7037
* /sbin/ldconfig -> ${LDCONFIG}Satoshi Asami1997-04-271-2/+2
| | | | Notes: svn path=/head/; revision=6329
* Import of James Clark's SP SGML parser packages.John Fieber1997-04-266-0/+207
Reviewed by: asami Notes: svn path=/head/; revision=6303