ports/opt (3.7): prelink: moved to contrib
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit f4733b2ff5378a49eeea4754fb50c5c09ae9bdd0 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 19 11:33:50 2023 +0200 prelink: moved to contrib diff --git a/prelink/.footprint b/prelink/.footprint deleted file mode 100644 index 7f17ed750..000000000 --- a/prelink/.footprint +++ /dev/null @@ -1,12 +0,0 @@ -drwxr-xr-x root/root etc/ --rwxr-xr-x root/root etc/prelink.conf -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/execstack -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/prelink -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/execstack.8.gz --rw-r--r-- root/root usr/share/man/man8/prelink.8.gz diff --git a/prelink/.signature b/prelink/.signature deleted file mode 100644 index 9abdc3c86..000000000 --- a/prelink/.signature +++ /dev/null @@ -1,6 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/aSmacO8G828Hg2pDYOZpcZveDgXy10xpawdJ7OW1z9t1UAyhusT+6jksS4qvBDybDPn3Qv3Omlo/vcagSgMbw0= -SHA256 (Pkgfile) = e11fd610ee0ff68da54172b484ac51e71d06cae291d049ef39f1fd3b79fdc953 -SHA256 (.footprint) = 77ea0b5420f04155bc49ef5e1bac88e991aa5509d7b428d3dfc6443768d4ffd6 -SHA256 (prelink-20130503.tar.bz2) = 6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0 -SHA256 (prelink.conf) = e5a2ad10877107f84f6e223e21f531eadce18be220017da2d6da2a503c80615f diff --git a/prelink/Pkgfile b/prelink/Pkgfile deleted file mode 100644 index 615825907..000000000 --- a/prelink/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Modifies ELFs to avoid runtime symbol resolutions resulting in faster load times. -# URL: http://people.redhat.com/jakub/prelink/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: elfutils - -name=prelink -version=20130503 -release=1 -source=(http://people.redhat.com/jakub/prelink/$name-$version.tar.bz2 - prelink.conf) - -build() { - cd $name - - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --disable-debug - - make - make DESTDIR=$PKG install - install -D $SRC/prelink.conf $PKG/etc/prelink.conf -} diff --git a/prelink/prelink.conf b/prelink/prelink.conf deleted file mode 100644 index 09acd8641..000000000 --- a/prelink/prelink.conf +++ /dev/null @@ -1,38 +0,0 @@ -# This config file contains a list of directories both with binaries -# and libraries prelink should consider by default. -# If a directory name is prefixed with `-l ', the directory hierarchy -# will be walked as long as filesystem boundaries are not crossed. -# If a directory name is prefixed with `-h ', symbolic links in a -# directory hierarchy are followed. -# Directories or files with `-b ' prefix will be blacklisted. --b *.la --b *.png --b *.py --b *.pl --b *.pm --b *.sh --b *.xml --b *.xslt --b *.a --b *.js --b /lib/modules --b /usr/lib/locale --b /usr/X11R6/lib{,64}/X11/xfig --l /bin --l /usr/bin --l /sbin --l /usr/sbin --l /usr/X11R6/bin --l /usr/kerberos/bin --l /usr/games --l /usr/libexec --l /usr/lib/qt --l /usr/lib/kde3 --l /var/ftp/bin --l /lib{,64} --l /usr/lib{,64} --l /usr/X11R6/lib{,64} --l /usr/kerberos/lib{,64} --l /usr/X11R6/LessTif --l /var/ftp/lib{,64} --b /usr/lib/wine
participants (1)
-
crux@crux.nu