summaryrefslogtreecommitdiff
path: root/mail/faces/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Additional builds with with src r354909 applied.Brooks Davis2019-12-201-1/+1
| | | | | | | | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Also GC NO_MANCOMPRESSED which doesn't do anything. In the case of devel/libpasori, this change accomplished the same thing as the change in r518434, but more directly (fix the Makefiles rather than patching them after they are installed).
* UnbreakAntoine Brodin2015-01-111-4/+2
|
* - Add LICENSE informationAshish SHUKLA2015-01-111-0/+21
| | | | | | | | | | | - OptionsNG-ify port - Convert NAS, RPLAY, SOX into SINGLE OPTIONSs as they are mutually exclusive - Fix configure script with X11 - Add diff to stop checking for GTK when X11 support is disabled - Fix building port with NLS option unset PR: 196305
* Rename mail/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2811-0/+0
|
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-301-5/+0
| | | | | | ports With hat: portmgr
* - Use OPTIONS:Volker Stolz2005-05-101-36/+0
| | | | | | | | | | Toggle default audio-support to disabled, mostly to avoid that mutt-print pulls in audio-support via faces which I suspect nobody is using anyway - Drop unused patch - Bump PORTREVISION to make the cluster pick up the changed default set of options/dependencies Requested by: BSD-AC users group
* - Don't patch out copyright informationKirill Ponomarev2003-11-1811-247/+0
| | | | | | | - Pet portlint PR: 59413 Submitted by: Simon Barner <barner@in.tum.de>
* o) Fix some install problems due to X11 non-X11 versionLars Koeller2003-01-212-8/+25
| | | | | | | o) Install faces.1.gz not faces.man o) Avoid package building due to various sound options, X11/non-X11 build o) Give maintainership to ports o) Bump PORTREVISION
* o) Patch reverse compface part to faces 1.6.1 portLars Koeller2003-01-1916-6/+2638
| | | | | | | - Missing uncompface -X option used in exmh - Missing filter programs to generate ikon file - I will try communicate the necessary add ons to the new developers of faces.
* o) Update to nearly complete rewritten faces-1.7.7 portLars Koeller2003-01-1921-915/+132
| | | | | | | | o) This port now includes xfaces functionality -> remove xfaces port o) Support for different audio systems when building the port PR: ports/35578, ports/35617 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Switch to using USE_X_PREFIX, respect CC and CFLAGS, and sort and fixKris Kennaway2001-03-103-60/+59
| | | | plist.
* - Respect PREFIX and X11BASE which wasn't done in some binaries and scriptsLars Koeller2001-02-263-8/+56
| | | | | | | | | | | | | | - 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>
* One file per patch according to the guidelines.Steve Price1998-09-2119-1215/+851
|
* Fix a bug in xbm2ikon.Steve Price1998-07-031-0/+9
| | | | | PR: 6949 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* Remove bogus *alloc() declarations so this one compiles.Satoshi Asami1997-10-281-1/+12
|
* Don't compress man pages during the build.Masafumi Max NAKANE1997-05-171-9/+10
| | | | Pay attention to ${PREFIX}.
* 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.
* Change shared library version numbers to "1.0". Move EXTRACT_SUFXSatoshi Asami1996-12-171-103/+1
| | | | | | | | | 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?
* Correct the X11 home so that this compiles.Mark Murray1996-12-161-2/+2
|
* faces - visual mail, user and print face serverAndreas Klemm1996-12-144-0/+1307
can nicely be used with exmh Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>