From 3c6be99518f1a7d8eb195a47d31a2dd72210e59e Mon Sep 17 00:00:00 2001 From: olgeni Date: Sat, 5 May 2001 22:17:33 +0000 Subject: Update port to version 2.3.32. This port used both: DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz and USE_BZIP2= yes So it couldn't unpack fvwm_icons with bzip2: remove USE_BZIP2, switch to gzip for the port tarball too, and get the icons back. Also, install default configuration file in ${PREFIX}/etc/. The file bin/xselection has been removed from pkg-plist because it wasn't actually installed, and "make package" failed. --- x11-wm/fvwm2-beta/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-wm/fvwm2-beta/Makefile') diff --git a/x11-wm/fvwm2-beta/Makefile b/x11-wm/fvwm2-beta/Makefile index 362dce4107c1..860a22c18a8e 100644 --- a/x11-wm/fvwm2-beta/Makefile +++ b/x11-wm/fvwm2-beta/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.3.30 +PORTVERSION= 2.3.32 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ @@ -20,7 +20,6 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_XPM= yes -USE_BZIP2= yes WANT_GTK= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -52,6 +51,8 @@ post-extract: fi post-install: + @${MKDIR} ${PREFIX}/etc + @${CP} ${WRKSRC}/sample.fvwmrc/system.fvwm2rc ${PREFIX}/etc @${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm \ ${PREFIX}/lib/X11/fvwm2/pixmaps -- cgit FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/rtpproxy
Commit message (Expand)AuthorAgeFilesLines
* net/rtpproxy: support stageWilliam Grzybowski2014-08-182-3/+4
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-151-1/+1
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* Use USERS and GROUPSChris Rees2012-12-232-44/+5
* Add unprivileged user to run under, so it's more secure.Maxim Sobolev2012-12-123-0/+56
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-241-2/+2