aboutsummaryrefslogtreecommitdiff
path: root/misc/afbackup
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+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. Notes: svn path=/head/; revision=148323
* BROKEN: Uses unregistered uid that conflicts with other portsKris Kennaway2005-10-181-0/+2
| | | | Notes: svn path=/head/; revision=145722
* - remove the file left after deinstalling, and unbreak this portYen-Ming Lee2005-09-093-5/+12
| | | | | | | | PR: 85903 Submitted by: leeym Notes: svn path=/head/; revision=142317
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-2/+2
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Unbreak on -currentKirill Ponomarev2003-09-032-4/+10
| | | | | | | | PR: 54108 Submitted by: Alexander Marx <mad@madness.at>, maintainer timeout = 2 months Notes: svn path=/head/; revision=88423
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81205
* Configure for OpenSSL directly (instead of using the libdes shimsJacques Vidrine2003-02-251-1/+2
| | | | | | | we used to have). Notes: svn path=/head/; revision=76471
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* ftp.vic.com doesn't carry the distribution files anymore.Edwin Groothuis2002-12-281-2/+1
| | | | | | | Noticed by: port-survey Notes: svn path=/head/; revision=71934
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Add a missing ${SETENV}.Pete Fritchman2002-03-241-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=56507
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-3/+3
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* Fix package building. Also: determine max filedescriptor by usingAnton Berezin2002-01-224-60/+104
| | | | | | | | | sysctl. Submitted by: maintainer Notes: svn path=/head/; revision=53608
* Update to 3.3.5.Anton Berezin2001-11-0613-276/+1026
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=49660
* Add afbackup, AF's backup system.Anton Berezin2001-10-0225-0/+2138
Submitted by: Vadim Belman <voland@catpipe.net> Notes: svn path=/head/; revision=48347