aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-06-25 15:04:26 +0800
committervanilla <vanilla@FreeBSD.org>1998-06-25 15:04:26 +0800
commitd5e80eb477c0ab375e8eac52842ef9428985c2fc (patch)
tree275f95b8bd42de12a690b0d703656fa36938886b
parent356894253ccb3a0d3548c27be842c859b6e3b4f8 (diff)
downloadfreebsd-ports-graphics-d5e80eb477c0ab375e8eac52842ef9428985c2fc.tar.gz
freebsd-ports-graphics-d5e80eb477c0ab375e8eac52842ef9428985c2fc.tar.zst
freebsd-ports-graphics-d5e80eb477c0ab375e8eac52842ef9428985c2fc.zip
Add @exec & @unexec on pkg/PLIST.
-rw-r--r--graphics/imlib/pkg-plist2
-rw-r--r--graphics/imlib2-tmp/pkg-plist2
-rw-r--r--graphics/imlib2/pkg-plist2
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/imlib/pkg-plist b/graphics/imlib/pkg-plist
index ec40e1c2e25..07b8a8764d8 100644
--- a/graphics/imlib/pkg-plist
+++ b/graphics/imlib/pkg-plist
@@ -15,4 +15,6 @@ lib/libgdk_imlib.a
lib/libgdk_imlib.la
lib/libgdk_imlib.so
lib/libgdk_imlib.so.1.6
+@exec /sbin/ldconfig -m %B
+@unexec /sbin/ldconfig -R
@dirrm etc/imlib
diff --git a/graphics/imlib2-tmp/pkg-plist b/graphics/imlib2-tmp/pkg-plist
index ec40e1c2e25..07b8a8764d8 100644
--- a/graphics/imlib2-tmp/pkg-plist
+++ b/graphics/imlib2-tmp/pkg-plist
@@ -15,4 +15,6 @@ lib/libgdk_imlib.a
lib/libgdk_imlib.la
lib/libgdk_imlib.so
lib/libgdk_imlib.so.1.6
+@exec /sbin/ldconfig -m %B
+@unexec /sbin/ldconfig -R
@dirrm etc/imlib
diff --git a/graphics/imlib2/pkg-plist b/graphics/imlib2/pkg-plist
index ec40e1c2e25..07b8a8764d8 100644
--- a/graphics/imlib2/pkg-plist
+++ b/graphics/imlib2/pkg-plist
@@ -15,4 +15,6 @@ lib/libgdk_imlib.a
lib/libgdk_imlib.la
lib/libgdk_imlib.so
lib/libgdk_imlib.so.1.6
+@exec /sbin/ldconfig -m %B
+@unexec /sbin/ldconfig -R
@dirrm etc/imlib
it.cgi/freebsd-ports-graphics/commit/lang/perl5.8?id=a9cc90c42edd1a381abd4f6657a4531a8433ca06'>Take over maintainership.tobez2001-06-131-1/+1 * Update for Perl 5.6.1.markm2001-04-117-259/+349 * Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE whomarkm2001-03-227-585/+873 * Some style fixes in the lang category (usual round of spaces -> tabs)olgeni2001-02-051-1/+1 * Correct the COMMENTcpiazza2000-05-191-1/+1 * ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-141-1/+1 * Typo (PORTVESION -> PORTVERSION).asami2000-04-141-1/+1 * Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1 * ln -> ${LN}mharo1999-08-281-1/+1 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1 * Add '%D' so we get the whole path for the '@unexec rm's.steve1999-05-101-1/+2 * Use FORBIDDEN to indicate that this port shouldn't be built under any (some)asami1999-03-291-2/+2 * Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-4/+5 * Perl 5 is in the system. Mark this port broken for 3.0 for that reason.markm1998-10-122-3/+6 * Make this port honour CFLAGS.markm1998-08-281-0/+11 * Upgrade to perl 5.005_02. This will have virtually no impact on ports thatmarkm1998-08-163-718/+497 * create needed directories before making .ph filesache1998-08-071-0/+1 * generate .ph files on package install nowache1998-08-072-291/+11 * Remove generated include .ph files which not present on every machine,ache1998-08-061-13/+0 * Update to Perl 5.005_01.markm1998-08-067-630/+1043 * Run h2ph as part of post-install target. Note this doesn't get a completesteve1998-02-161-1/+2