aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-27 13:36:26 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-27 13:36:26 +0800
commitd8c14fbaac7216cccaff16c3eb9781d3e43f5a3b (patch)
treef8a9712acfbca1607b258fdf510c747fe5af22cb /Makefile
parenta84d885c71ad20da902415b58b429f927a829a12 (diff)
downloadfreebsd-ports-gnome-d8c14fbaac7216cccaff16c3eb9781d3e43f5a3b.tar.gz
freebsd-ports-gnome-d8c14fbaac7216cccaff16c3eb9781d3e43f5a3b.tar.zst
freebsd-ports-gnome-d8c14fbaac7216cccaff16c3eb9781d3e43f5a3b.zip
Remove obsolete anti-foot-shooting measure that tried to force you
to use csup for both ports and src. It should be possible to use csup for src and portsnap for ports. If you define SUP_UPDATE without PORTSSUPFILE defined, you'll get portsnap by default now. PR: ports/113819 Submitted by: ale Requested by: many Hat: portmgr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e5f55dd1c004..ec4a7cf26fbf 100644
--- a/Makefile
+++ b/Makefile
@@ -163,9 +163,6 @@ update:
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${CVS} -R -q update -A -P -d -I!
-.elif defined(SUP_UPDATE) && !defined(PORTSSUPFILE)
- @${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update."
- @exit 1
.else
@echo "--------------------------------------------------------------"
@echo ">>> Running ${PORTSNAP}"
n1'>| | | - fix plist for -DNOPORTDOCS - bump PORTREVISION Prompted by: QA Tindy run Approved by: maintainer timeout on BotMail * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * Use my @FreeBSD.org address.nemoliu2007-04-301-1/+1 | | | | Approved by: delphij (mentor) * - Add missed patch (update to 2.3)pav2007-03-241-0/+11 | * - Update to 2.3pav2007-03-244-145/+19 | | | | | | | - Take maintainership PR: ports/110752 Submitted by: Nemo Liu <nemoliu@gmail.com> * - Update to bsd.java.mk 2.0hq2006-05-244-14/+17 | | | | | | | | | | - Use %%JAVAJARDIR%% in pkg-plist - Add $FreeBSD$ tag - Use SUB_FILES (rather than PKGINSTALL) to configure launcher shell script - Set JAVA_VERSION for javavmwrapper in launcher shell script - Renamed launcher script: jasmin.sh -> jasmin - Register java/javavmwrapper in RUN_DEPENDS - Bump PORTREVISION * SHA256ifyedwin2006-01-221-0/+1 | | | | Approved by: krion@ * Suspend maintaineredwin2005-12-121-1/+1 | | | | <plexus@snafu.de>: host mail.snafu.de[84.23.254.19] said: 550 Account Suspended * - Update to 1.1 (which means we need to bump PORTEPOCH because we must havevs2005-03-023-58/+140 | | | | | | | | | | been sleeping when we imported 1.06). Since 'jasmin' now uses 'ant', Java 1.2+ is required, although you still might get away with 1.1 if you build it by hand. - Add secondary category 'lang' PR: ports/78068 Approved by: maintainer, hq