aboutsummaryrefslogtreecommitdiff
path: root/mail/faces
Commit message (Collapse)AuthorAgeFilesLines
* ${PREFIX}/share/${PORTNAME} --> ${DATADIR}Maxim Sobolev2001-07-101-2/+2
| | | | Notes: svn path=/head/; revision=45011
* Remove duplicate words where appropriate.Dima Dorfman2001-06-241-1/+1
| | | | | | | Approved by: sobomax, obrien Notes: svn path=/head/; revision=44392
* Oops, actually use the corrected pkg-plistKris Kennaway2001-03-101-26/+25
| | | | Notes: svn path=/head/; revision=39475
* Switch to using USE_X_PREFIX, respect CC and CFLAGS, and sort and fixKris Kennaway2001-03-105-62/+61
| | | | | | | plist. Notes: svn path=/head/; revision=39474
* - Respect PREFIX and X11BASE which wasn't done in some binaries and scriptsLars Koeller2001-02-266-44/+101
| | | | | | | | | | | | | | | | | - Fix problem with gcc 2.95 (add -fwritable-strings) - Fix problem with display depth when printing username below icon (white text on white background ;-) - Add some documentation (READMEs) with respect to NOPORTDOCS - Define of USE_NAS environment variable builds faces with NAS (auplay) support (default is rplay) - Correct pkg-plist - Shorten pkg-desc below 24 lines - Bump PORTREVISION to 1 Changes were stimulated by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=38811
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-5/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27500
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* A few more USE_XLIBs.Satoshi Asami1998-11-281-1/+2
| | | | Notes: svn path=/head/; revision=14930
* Remove empty directories on deinstall.Steve Price1998-10-201-0/+1
| | | | Notes: svn path=/head/; revision=14106
* Allow this to build in an ELF world.Steve Price1998-09-212-10/+15
| | | | Notes: svn path=/head/; revision=13277
* One file per patch according to the guidelines.Steve Price1998-09-2119-1215/+851
| | | | Notes: svn path=/head/; revision=13276
* Use MLINKS.Tim Vanderhoek1998-09-192-8/+2
| | | | Notes: svn path=/head/; revision=13235
* Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek1998-08-171-4/+0
| | | | Notes: svn path=/head/; revision=12567
* Fix a bug in xbm2ikon.Steve Price1998-07-031-0/+9
| | | | | | | | PR: 6949 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> Notes: svn path=/head/; revision=11693
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* removed bogus ftp site (no anonymous ftp login anymore)Andreas Klemm1998-03-151-3/+2
| | | | Notes: svn path=/head/; revision=10143
* Update the maintainer's e-mail address.Masafumi Max NAKANE1997-11-171-2/+2
| | | | | | | Requested by: maintainer in PR 4811 Notes: svn path=/head/; revision=8693
* Remove bogus *alloc() declarations so this one compiles.Satoshi Asami1997-10-281-1/+12
| | | | Notes: svn path=/head/; revision=8370
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Don't compress man pages during the build.Masafumi Max NAKANE1997-05-172-10/+18
| | | | | | | Pay attention to ${PREFIX}. Notes: svn path=/head/; revision=6470
* Install compface.h which is needed by programs using libcompface.Masafumi Max NAKANE1997-05-171-11/+20
| | | | | | | | | | | PR: 3610 Submitted by: MOROHOSHI Akihiko <moro@race.u-tokyo.ac.jp> Use symlink instead of hard link for man pages in compface/Makefile. Don't compress man pages here in compface/Makefile. Notes: svn path=/head/; revision=6469
* Install compface.h which is needed by programs using libcompface.Masafumi Max NAKANE1997-05-171-0/+1
| | | | | | | | PR: 3610 Submitted by: MOROHOSHI Akihiko <moro@race.u-tokyo.ac.jp> Notes: svn path=/head/; revision=6468
* Change shared library version numbers to "1.0". Move EXTRACT_SUFXSatoshi Asami1996-12-173-106/+8
| | | | | | | | | | | | to right place. Add ldconfig to post-install target and @exec in PLIST so the shared library will be registered. Remove patch between two versions of "Makefile.old". These things are all described in the handbook. Andreas, can you please read it? Notes: svn path=/head/; revision=4994
* How many times do I have to say this, no ${PKGNAME} or similar in COMMENT!!!Satoshi Asami1996-12-171-1/+1
| | | | Notes: svn path=/head/; revision=4993
* Bit of a kluge, I think, but needed to make this package.Mark Murray1996-12-161-0/+1
| | | | Notes: svn path=/head/; revision=4988
* Correct the X11 home so that this compiles.Mark Murray1996-12-161-2/+2
| | | | Notes: svn path=/head/; revision=4987
* faces - visual mail, user and print face serverAndreas Klemm1996-12-149-0/+1421
can nicely be used with exmh Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> Notes: svn path=/head/; revision=4974