diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-03-06 15:05:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-03-06 15:05:43 +0000 |
commit | ba2885d840d3c067348f53c5f7568f0b42887cf9 (patch) | |
tree | 8ecee83305fb2df252aad7edc8ac22099a13d7e3 /sysutils/sge61/files/patch-dist_pvm_src_aimk | |
parent | - Update to 4.5.24 (diff) |
Remove expired, unmaintained ports:
2013-03-01 sysutils/sge60: Ancient and unsupported release
2013-03-01 sysutils/sge61: Ancient and unsupported release
2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month
2013-03-05 misc/fep: Broken for more than 6 month
2013-03-05 devel/gauche-gaunit: Broken for more than 6 month
2013-03-05 games/tuxracer_golf: Broken for more than 6 month
2013-03-05 net/bfilter: Broken for more than 6 month
2013-03-05 graphics/fnlib: Broken for more than 6 month
2013-03-05 print/gfontview: Broken for more than 6 month
2013-03-05 print/hugelatex: Broken for more than 6 month
2013-03-05 misc/gtktalog: Broken for more than 6 month
2013-03-05 x11/wterm: Broken for more than 6 month
2013-03-05 databases/xapian-bindings10: Broken for more than 6 month
2013-03-05 databases/adstudio: Broken for more than 6 month
2013-03-05 misc/splitvt: Broken for more than 6 month
2013-03-05 sysutils/udesc_dump: Broken for more than 6 month
2013-03-05 textproc/gxditview: Broken for more than 6 month
2013-03-05 x11/powershell: Broken for more then 6 month
Diffstat (limited to 'sysutils/sge61/files/patch-dist_pvm_src_aimk')
-rw-r--r-- | sysutils/sge61/files/patch-dist_pvm_src_aimk | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/sysutils/sge61/files/patch-dist_pvm_src_aimk b/sysutils/sge61/files/patch-dist_pvm_src_aimk deleted file mode 100644 index c5dc9586d7ba..000000000000 --- a/sysutils/sge61/files/patch-dist_pvm_src_aimk +++ /dev/null @@ -1,43 +0,0 @@ - -$FreeBSD$ - ---- dist/pvm/src/aimk.orig -+++ dist/pvm/src/aimk -@@ -73,6 +73,8 @@ - - setenv ARCH `$SGE_ROOT/util/arch` - -+set ARCH = `$SGE_ROOT/util/arch` -+ - # common compiler and linker settings - # - unsetenv LD_LIBRARY_PATH -@@ -80,9 +82,9 @@ - set MAKE = make - set MAKEFILE = ../Makefile - set SDIR = ".." --set CFLAGS = "-I../ -I$PVM_ROOT/include" -+set CFLAGS = "-I../ -I$PVM_ROOT/include -I%%LOCALBASE%%/include" - set QSYST_PVM_DIR = "$SGE_ROOT/pvm/lib/$ARCH" --set LFLAGS = "-L$PVM_ROOT/lib/$PVM_ARCH -L$QSYST_PVM_DIR -L." -+set LFLAGS = "-L$PVM_ROOT/lib/$PVM_ARCH -L$QSYST_PVM_DIR -L%%LOCALBASE%%/lib -L." - set LIBS = "" - set PVM_ROOT = "$PVM_ROOT" - set PVM_ARCH = "$PVM_ARCH" -@@ -171,6 +173,16 @@ - case lx24-x86: - set CC = gcc - set CFLAGS = "-O -Wall -Werror -Wstrict-prototypes -DLINUX $DEBUG_FLAG $CFLAGS" -+ set LFLAGS = "$DEBUG_FLAG $LFLAGS" -+ set LIBS = "$LIBS" -+ set START_FILE = "/usr/lib/crti.o /usr/lib/crtbegin.o" -+ set CTOR = "/usr/lib/crti.o /usr/lib/crtbegin.o" -+ set DTOR = "/usr/lib/crtend.o /usr/lib/crtn.o" -+ breaksw -+ -+case fbsd-*: -+ set CC = gcc -+ set CFLAGS = "%%CFLAGS%% -Wall -Werror -Wstrict-prototypes $DEBUG_FLAG $CFLAGS" - set LFLAGS = "$DEBUG_FLAG $LFLAGS" - set LIBS = "$LIBS" - set START_FILE = "/usr/lib/crti.o /usr/lib/crtbegin.o" |