#!/bin/sh
#
# $FreeBSD$
#
PATH=/bin:/usr/bin:/usr/sbin
case $2 in
DEINSTALL)
echo '---> Starting deinstall script:'
echo '---> Zeroing crontab(5) file belonging to user "%%USER%%"'
/usr/bin/crontab -u %%USER%% /dev/null
echo ' (The crontab(5) will be deleted completely when user "%%USER%%" is removed.)'
;;
POST-DEINSTALL)
echo '---> Starting post-deinstall script:'
if [ -f %%PREFIX%%/etc/ifgraph.conf -o \
-d %%PREFIX%%/ifgraph -o \
-d %%PREFIX%%/var/ifgraph ]; then
echo '---> You seem to have made some custom ifGraph configuration.'
echo '---> - The "%%USER%%" user and "%%GROUP%%" group were therefore not deleted.'
echo '---> - You may delete them with "pw groupdel %%GROUP%%; pw userdel %%USER%%".'
else
echo '---> Removing group "%%GROUP%%"'
/usr/sbin/pw groupdel -n %%GROUP%%
echo '---> Removing user "%%USER%%"'
echo 'y' | /usr/sbin/pw userdel -n %%USER%%
fi
;;
esac
3
amdmi3@FreeBSD.org2016-09-14T01:16:08+00:002824a5d9422deee4bbb177c641daad25c37e5675
- Add LICENSE
- Switch to USES=localbase
- Add LICENSE
- Switch to USES=localbase
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.2016-04-01T14:00:51+00:00matmat@FreeBSD.org2016-04-01T14:00:51+00:00148314483d3098c0d6a33944f1190842e671502f
With hat: portmgr
Sponsored by: Absolight
With hat: portmgr
Sponsored by: Absolight
Convert to USES=jpeg2015-06-22T18:33:20+00:00antoineantoine@FreeBSD.org2015-06-22T18:33:20+00:00a271c81a691520343b54826252aba0c2600e31ab
Update portaudio to v19/Remove portaudio2 [1]2015-05-30T20:39:12+00:00baptbapt@FreeBSD.org2015-05-30T20:39:12+00:00b59b6099b4d24dea62584334abcd9af40a23478c
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in2014-12-08T16:48:38+00:00tijltijl@FreeBSD.org2014-12-08T16:48:38+00:00e2300845f96fc1f90e03af0a746423bff0b0e770
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Update the default version of GCC in the Ports Collection from GCC 4.7.42014-09-10T20:50:31+00:00geraldgerald@FreeBSD.org2014-09-10T20:50:31+00:00c830042769f26309b16e0b0ace05fc30fec7b236
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)