Bug 62953 - update archivers/arj to 3.10.18
Summary: update archivers/arj to 3.10.18
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-17 10:40 UTC by Konstantin Reznichenko
Modified: 2004-02-17 11:00 UTC (History)
0 users

See Also:


Attachments
file.diff (144 bytes, patch)
2004-02-17 10:40 UTC, Konstantin Reznichenko
no flags Details | Diff
file.diff (1.07 KB, patch)
2004-02-17 10:40 UTC, Konstantin Reznichenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Reznichenko 2004-02-17 10:40:08 UTC
    Update to the version 3.10.18.
    Patch for the correct load arjcrypt.so
    Added CONFIGURE_ENV=  CFLAGS="-fPIC" for AMD64.

Fix: PORTNAME= arj
-PORTVERSION= 3.10g
+PORTVERSION= 3.10.18
 CATEGORIES= archivers
 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,12 +19,11 @@
 USE_AUTOCONF_VER= 253
 USE_GMAKE= yes
 CONFIGURE_WRKSRC= ${WRKSRC}/gnu
+CONFIGURE_ENV= CFLAGS="-fPIC"
 MAKEFILE= GNUmakefile
 STRIP=
 LANGUAGE?= en
 MAKE_ENV+= "LOCALE=${LANGUAGE}"
-INSTALLS_SHLIB= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/arj

 MAN1=  arj-register.1 arj.1 arjdisp.1 rearj.1
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-17 11:00:53 UTC
State Changed
From-To: open->closed

Committed, thanks!