# New ports collection makefile for: ddup # Date created: 30 September 1999 # Whom: cjm2 # # $FreeBSD$ # PORTNAME= ddup PORTVERSION= 2.2 CATEGORIES= net MASTER_SITES= ftp://ddup.sourceforge.net/pub/ddup/ DISTNAME= ddup-2.2Dm MAINTAINER= cjm2@altavista.net MAN1= ddup.1 MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/ddup-2.2Dm # Uncomment this if you want to enable debugging. #DEBUG= -g pre-build: ${ECHO} "char *file_name = \"${PREFIX}/etc/ddup.conf\";" > ${WRKSRC}/options.h do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup_functions.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt1.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_config.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_option.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c update.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -o ddup ddup.o ddup_functions.o getopt.o getopt1.o parse_config.o parse_option.o update.o ${LIBS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ddup ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/testip ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/ddup.1.gz ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/INSTALL-C ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/ddup post-install: strip ${PREFIX}/sbin/ddup ${CAT} ${PKGDIR}/MESSAGE .include ue='mesa-next' selected='selected'>mesa-next FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql90-server
Commit message (Expand)AuthorAgeFilesLines
* Add missing ) around SIZE statements.edwin2006-01-301-4/+4
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-226-50/+50
* Update postgresql with latest patch release.girgen2006-01-102-18/+18
* Add 'config' to the list of directories installed by postgresql81-client,ade2006-01-071-1/+4
* Handle a change in rc.subr. nowadays, "faststart" is used instead ofgirgen2005-12-262-3/+3
* Update postgresql to 8.1.1girgen2005-12-232-13/+13
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Let postgresql (libpq.so) only link with the Kerberos implementationsgirgen2005-11-151-16/+17
* Fix UNIQUENAMEgirgen2005-11-121-1/+1
* Don't break the port for ppl who have old configs that includes thegirgen2005-11-111-4/+3
* Welcome to PostgreSQL 8.1.girgen2005-11-107-102/+78
* Mark as work-in-progressgirgen2005-09-291-0/+2
* Fix building with the HIER option. It needs bison. [1]girgen2005-08-302-3/+4
* Fixing problems with the recent security patch: When bison was notgirgen2005-05-114-10/+29
* Update the ICU patch with some bug fixesgirgen2005-05-062-3/+3
* Update the link to the ICU patch.girgen2005-04-172-3/+3
* Upgrade PostgreSQL to 8.0.2. Here's the brief release note:girgen2005-04-145-185/+47
* Modify 8.0's startup script to simulate a full login (su -l) [1]. Alsogirgen2005-03-192-3/+4
* Fixing problems with the recent security patch: When bison was notgirgen2005-02-202-1/+92
* Fix security alert using a patch from PostgreSQL's CVS repository:girgen2005-02-192-15/+89
* The postgresql_* knobs from /etc/rc.conf where read too late togirgen2005-02-151-1/+1
* Let pkg-message reflect the renaming of the startup script.girgen2005-02-101-2/+2
* Add some forgotten manpages.girgen2005-02-071-3/+6
* In order to address a potential security hole recently identified withgirgen2005-02-034-16/+17
* Remove forgotten "beta" no_latest_link, and fix broken master_site_subdirgirgen2005-01-311-3/+1
* Say hello to postgresql-8.0. Some of the highlights of the new versiongirgen2005-01-3123-700/+1285
* Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel byseanc2005-01-231-1/+1
* PR ports/75344 - This needs testing and an probably experimentalgirgen2004-12-221-1/+1
* Add myself as committer, and use my @FreeBSD.org address.girgen2004-12-061-1/+1
* Another step along the road to the postgresql new world order.ade2004-11-2426-846/+1141