aboutsummaryrefslogtreecommitdiffstats
path: root/comms/ghfaxviewer
Commit message (Collapse)AuthorAgeFilesLines
* - Rename port print/gnomeprint -> print/gnome-printpav2006-05-281-1/+1
|
* remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-1/+0
|
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Fix build with gcc 3.4pav2004-12-093-7/+37
| | | | | PR: ports/74790 Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer)
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* unPERLify by using REINPLACE_CMD where appropriate.marcus2003-11-161-5/+6
| | | | | PR: 47656 Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* libtool uber-patchade2003-06-271-1/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* De-pkg-comment.knu2003-02-212-1/+1
|
* GNOME policy:sobomax2002-05-133-10/+31
| | | | | - Fix libintl detection; - properly use ${PREFIX}/share/gnome.
* Chase gnomeprint shared library version bump and bump PORTREVISION as well.pat2002-04-081-1/+2
| | | | | PR: 36840 Submitted by: maintainer
* Initial import of ghfaxviewer-0.22.kevlo2001-09-176-0/+56
ghfaxviewer is the fax viewer. PR: 30470 Submitted by: Dominik Brettnacher <domi@saargate.de>