diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-11-28 11:04:11 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-11-28 11:04:11 +0800 |
commit | 2edf7f816e018c87dcd27b42c31a155a5e43c63e (patch) | |
tree | eb81767a23254e5281ed279396bd3a29cd3bc99e | |
parent | 534553c898ffb32abe6f51a649564645c251ac11 (diff) | |
download | freebsd-ports-gnome-2edf7f816e018c87dcd27b42c31a155a5e43c63e.tar.gz freebsd-ports-gnome-2edf7f816e018c87dcd27b42c31a155a5e43c63e.tar.zst freebsd-ports-gnome-2edf7f816e018c87dcd27b42c31a155a5e43c63e.zip |
Update MASTER_SITES
PR: 32332
Submitted by: MAINTAINER
-rw-r--r-- | graphics/enfle/Makefile | 7 | ||||
-rw-r--r-- | graphics/enfle/files/patch-archivers | 99 | ||||
-rw-r--r-- | graphics/enfle/files/patch-loaders | 154 | ||||
-rw-r--r-- | graphics/enfle/files/patch-savers | 33 |
4 files changed, 5 insertions, 288 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index fb9b1042f731..77e1f9e18d20 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -8,8 +8,7 @@ PORTNAME= enfle PORTVERSION= 20010130 CATEGORIES= graphics -MASTER_SITES= http://enfle.fennel.org/ \ - http://www3.big.or.jp/~sian/linux/products/enfle/ \ +MASTER_SITES= http://enfle.fennel.org/files/stable/ \ ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/ MAINTAINER= samy@goldmoon.org @@ -33,6 +32,10 @@ CONFIGURE_ARGS= --enable-all-plugins \ MAN1= enfle.1 +post-patch: + ${PERL} -pi -e 's/^(.*_la_LDFLAGS = -module)$$/\1 -avoid-version/' \ + ${WRKSRC}/plugins/*/*/Makefile.in + post-install: ${INSTALL_MAN} ${WRKSRC}/enfle.1 ${PREFIX}/man/man1 diff --git a/graphics/enfle/files/patch-archivers b/graphics/enfle/files/patch-archivers deleted file mode 100644 index 23a32a5376f9..000000000000 --- a/graphics/enfle/files/patch-archivers +++ /dev/null @@ -1,99 +0,0 @@ ---- plugins/archiver/bz2/Makefile.in.orig Thu Aug 17 22:51:32 2000 -+++ plugins/archiver/bz2/Makefile.in Thu Dec 7 02:11:37 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = archiver_bz2.la --archiver_bz2_la_LDFLAGS = -module -+archiver_bz2_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_archiver_dir@ - LIBS = -lbz2 - ---- plugins/archiver/dri/Makefile.in.orig Thu Aug 17 22:51:32 2000 -+++ plugins/archiver/dri/Makefile.in Thu Dec 7 02:12:59 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = archiver_dri.la --archiver_dri_la_LDFLAGS = -module -+archiver_dri_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_archiver_dir@ - LIBS = - ---- plugins/archiver/exe/Makefile.in.orig Thu Aug 17 22:51:33 2000 -+++ plugins/archiver/exe/Makefile.in Thu Dec 7 02:13:10 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = archiver_exe.la --archiver_exe_la_LDFLAGS = -module -+archiver_exe_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_archiver_dir@ - LIBS = - ---- plugins/archiver/gz/Makefile.in.orig Thu Aug 17 22:51:34 2000 -+++ plugins/archiver/gz/Makefile.in Thu Dec 7 02:13:12 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = archiver_gz.la --archiver_gz_la_LDFLAGS = -module -+archiver_gz_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_archiver_dir@ - LIBS = -lz - ---- plugins/archiver/libarc/Makefile.in.orig Thu Aug 17 22:51:35 2000 -+++ plugins/archiver/libarc/Makefile.in Thu Dec 7 02:13:15 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = archiver_libarc.la --archiver_libarc_la_LDFLAGS = -module -+archiver_libarc_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_archiver_dir@ - LIBS = -larc - ---- plugins/archiver/misc/Makefile.in.orig Thu Aug 17 22:51:36 2000 -+++ plugins/archiver/misc/Makefile.in Thu Dec 7 02:13:19 2000 -@@ -91,7 +91,7 @@ - - EXTRA_DIST = miscfmt.txt miscloader.sample - lib_LTLIBRARIES = archiver_misc.la --archiver_misc_la_LDFLAGS = -module -+archiver_misc_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_archiver_dir@ - LIBS = - ---- plugins/archiver/one/Makefile.in.orig Thu Aug 17 22:51:37 2000 -+++ plugins/archiver/one/Makefile.in Thu Dec 7 02:13:22 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = archiver_one.la --archiver_one_la_LDFLAGS = -module -+archiver_one_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_archiver_dir@ - LIBS = - ---- plugins/archiver/pak/Makefile.in.orig Thu Aug 17 22:51:37 2000 -+++ plugins/archiver/pak/Makefile.in Thu Dec 7 02:13:25 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = archiver_pak.la --archiver_pak_la_LDFLAGS = -module -+archiver_pak_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_archiver_dir@ - LIBS = - ---- plugins/archiver/tar/Makefile.in.orig Thu Aug 17 22:51:38 2000 -+++ plugins/archiver/tar/Makefile.in Thu Dec 7 02:13:28 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = archiver_tar.la --archiver_tar_la_LDFLAGS = -module -+archiver_tar_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_archiver_dir@ - LIBS = - diff --git a/graphics/enfle/files/patch-loaders b/graphics/enfle/files/patch-loaders deleted file mode 100644 index 58e10c3526ea..000000000000 --- a/graphics/enfle/files/patch-loaders +++ /dev/null @@ -1,154 +0,0 @@ ---- plugins/loader/ald/Makefile.in.orig Wed Oct 11 02:19:43 2000 -+++ plugins/loader/ald/Makefile.in Thu Dec 7 02:18:01 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_ald.la --loader_ald_la_LDFLAGS = -module -+loader_ald_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = - ---- plugins/loader/bmp/Makefile.in.orig Wed Oct 11 02:19:44 2000 -+++ plugins/loader/bmp/Makefile.in Thu Dec 7 02:18:04 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_bmp.la --loader_bmp_la_LDFLAGS = -module -+loader_bmp_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = - ---- plugins/loader/grp/Makefile.in.orig Wed Oct 11 02:19:45 2000 -+++ plugins/loader/grp/Makefile.in Thu Dec 7 02:18:07 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_grp.la --loader_grp_la_LDFLAGS = -module -+loader_grp_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = - ---- plugins/loader/jpeg/Makefile.in.orig Wed Oct 11 02:19:46 2000 -+++ plugins/loader/jpeg/Makefile.in Thu Dec 7 02:18:09 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_jpeg.la --loader_jpeg_la_LDFLAGS = -module -+loader_jpeg_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = -ljpeg - ---- plugins/loader/lfg/Makefile.in.orig Wed Oct 11 02:19:47 2000 -+++ plugins/loader/lfg/Makefile.in Thu Dec 7 02:18:12 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_lfg.la --loader_lfg_la_LDFLAGS = -module -+loader_lfg_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = - ---- plugins/loader/mag/Makefile.in.orig Wed Oct 11 02:19:48 2000 -+++ plugins/loader/mag/Makefile.in Thu Dec 7 02:18:17 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_mag.la --loader_mag_la_LDFLAGS = -module -+loader_mag_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = - ---- plugins/loader/mng/Makefile.in.orig Wed Oct 11 02:19:49 2000 -+++ plugins/loader/mng/Makefile.in Thu Dec 7 02:18:19 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_mng.la --loader_mng_la_LDFLAGS = -module -+loader_mng_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = -lmng -ljpeg -lz - ---- plugins/loader/p2/Makefile.in.orig Wed Oct 11 02:19:50 2000 -+++ plugins/loader/p2/Makefile.in Thu Dec 7 02:18:21 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_p2.la --loader_p2_la_LDFLAGS = -module -+loader_p2_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = - ---- plugins/loader/pic/Makefile.in.orig Wed Oct 11 02:19:51 2000 -+++ plugins/loader/pic/Makefile.in Thu Dec 7 02:18:24 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_pic.la --loader_pic_la_LDFLAGS = -module -+loader_pic_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = - ---- plugins/loader/png/Makefile.in.orig Wed Oct 11 02:19:52 2000 -+++ plugins/loader/png/Makefile.in Thu Dec 7 02:18:27 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_png.la --loader_png_la_LDFLAGS = -module -+loader_png_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = -lpng -lz -lm - ---- plugins/loader/pnm/Makefile.in.orig Wed Oct 11 02:19:53 2000 -+++ plugins/loader/pnm/Makefile.in Thu Dec 7 02:18:29 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_pnm.la --loader_pnm_la_LDFLAGS = -module -+loader_pnm_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = - ---- plugins/loader/ungif/Makefile.in.orig Wed Oct 11 02:19:54 2000 -+++ plugins/loader/ungif/Makefile.in Thu Dec 7 02:18:33 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_ungif.la --loader_ungif_la_LDFLAGS = -module -+loader_ungif_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = -lungif - ---- plugins/loader/xbm/Makefile.in.orig Wed Oct 11 02:19:55 2000 -+++ plugins/loader/xbm/Makefile.in Thu Dec 7 02:18:38 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_xbm.la --loader_xbm_la_LDFLAGS = -module -+loader_xbm_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = - ---- plugins/loader/xpm/Makefile.in.orig Wed Oct 11 02:19:56 2000 -+++ plugins/loader/xpm/Makefile.in Thu Dec 7 02:18:42 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = loader_xpm.la --loader_xpm_la_LDFLAGS = -module -+loader_xpm_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_loader_dir@ - LIBS = - diff --git a/graphics/enfle/files/patch-savers b/graphics/enfle/files/patch-savers deleted file mode 100644 index 5b140bde7aba..000000000000 --- a/graphics/enfle/files/patch-savers +++ /dev/null @@ -1,33 +0,0 @@ ---- plugins/saver/jpeg/Makefile.in.orig Thu Aug 17 22:51:28 2000 -+++ plugins/saver/jpeg/Makefile.in Thu Dec 7 02:14:15 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = saver_jpeg.la --saver_jpeg_la_LDFLAGS = -module -+saver_jpeg_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_saver_dir@ - LIBS = -ljpeg - ---- plugins/saver/pms/Makefile.in.orig Thu Aug 17 22:51:29 2000 -+++ plugins/saver/pms/Makefile.in Thu Dec 7 02:14:18 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = saver_pms.la --saver_pms_la_LDFLAGS = -module -+saver_pms_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_saver_dir@ - # LIBS = -lpng -lz -lm - ---- plugins/saver/png/Makefile.in.orig Thu Aug 17 22:51:30 2000 -+++ plugins/saver/png/Makefile.in Thu Dec 7 02:14:20 2000 -@@ -90,7 +90,7 @@ - saver_dirs = @saver_dirs@ - - lib_LTLIBRARIES = saver_png.la --saver_png_la_LDFLAGS = -module -+saver_png_la_LDFLAGS = -module -avoid-version - libdir = @Plugins_saver_dir@ - LIBS = -lpng -lz -lm - |